Issue Details (XML | Word | Printable)

Key: GERONIMO-939
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Aaron Mulder
Reporter: Jeff Genender
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Geronimo

Startup with the progress bar gets a NPE

Created: 29/Aug/05 08:40 AM   Updated: 07/Aug/06 03:06 PM
Return to search
Component/s: startup/shutdown
Affects Version/s: 1.0-M5
Fix Version/s: 1.0-M5
Security Level: public (Regular issues)

Time Tracking:
Not Specified

Resolution Date: 29/Aug/05 10:04 AM


 Description  « Hide
Booting Geronimo Kernel (in Java 1.4.2_07)...
Starting Geronimo Application Server
Get the following on startup:

[*********] 100% 32s Startup complete
Started Application Modules:
EAR: org/apache/geronimo/Console
Listening on Ports:
java.lang.NullPointerException
at org.apache.geronimo.system.main.ProgressBarStartupMonitor.wrapUp(ProgressBarStartupMonitor.java:246)
at org.apache.geronimo.system.main.ProgressBarStartupMonitor.access$200(ProgressBarStartupMonitor.java:30)
at org.apache.geronimo.system.main.ProgressBarStartupMonitor$UpdateThread.run(ProgressBarStartupMonitor.java:449)



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Aaron Mulder added a comment - 29/Aug/05 10:04 AM
Fixed to be more defensive (revision 263978) which helped flush out the underlying bug in our Tomcat implementation (included in revision 263979).