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
Repository Revision Date User Message
ASF #263978 Mon Aug 29 00:59:27 UTC 2005 ammulder Be more defensive about listen addresses to accomodate errors in
  other GBeans (GERONIMO-939)
Files Changed
MODIFY /geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/main/ProgressBarStartupMonitor.java

Repository Revision Date User Message
ASF #263979 Mon Aug 29 01:02:11 UTC 2005 ammulder Explicitly provide a connection URL to avoid supplying "localhost"
  or "0.0.0.0" to a remote client
Fix Tomcat connector to correctly handle if Tomcat changes the String
  host property into an InetAddress (GERONIMO-939)
Files Changed
MODIFY /geronimo/trunk/modules/jetty/src/java/org/apache/geronimo/jetty/connector/AJP13Connector.java
MODIFY /geronimo/trunk/modules/deploy-jsr88/src/java/org/apache/geronimo/deployment/plugin/local/CommandSupport.java
MODIFY /geronimo/trunk/modules/jetty/src/java/org/apache/geronimo/jetty/connector/HTTPSConnector.java
MODIFY /geronimo/trunk/modules/jetty/src/java/org/apache/geronimo/jetty/connector/HTTPConnector.java
MODIFY /geronimo/trunk/modules/jetty/src/java/org/apache/geronimo/jetty/connector/JettyConnector.java
MODIFY /geronimo/trunk/modules/management/src/java/org/apache/geronimo/management/geronimo/WebConnector.java
MODIFY /geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/ConnectorGBean.java