Mantis - Baratine
Viewing Issue Advanced Details
5567 minor always 10-25-13 12:42 12-18-13 14:59
nam  
ferg  
normal  
closed 0.8.0  
fixed  
none    
none 0.8.1  
0005567: NPE when starting up resin with console
(rep by J. Willis)

$ bin/resin.sh console
null
java.lang.NullPointerException
        at com.caucho.server.resin.Resin.preConfigureInit(Resin.java:815)
        at com.caucho.server.resin.Resin.<init>(Resin.java:301)
        at com.caucho.boot.StartAllCommand.startForeground(StartAllCommand.java:218)
        at com.caucho.boot.StartAllCommand.doCommand(StartAllCommand.java:124)
        at com.caucho.boot.ConsoleCommand.doCommand(ConsoleCommand.java:62)
        at com.caucho.boot.ConsoleCommand.doCommand(ConsoleCommand.java:43)
        at com.caucho.boot.AbstractBootCommand.doCommand(AbstractBootCommand.java:177)
        at com.caucho.boot.AbstractBootCommand.doCommand(AbstractBootCommand.java:68)
        at com.caucho.boot.ResinBoot.main(ResinBoot.java:90)

Notes
(0006344)
nam   
10-25-13 21:24   
fixed on 2013-10-25, need test case
(0006373)
ferg   
12-18-13 14:59   
CLI code refactored, making this trace obsolete.