This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 65932 - [50cat] NumberFormatException on Startup
Summary: [50cat] NumberFormatException on Startup
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
: 65931 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-05 09:05 UTC by jcstover
Modified: 2006-06-01 15:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
logfile of the exception (16.38 KB, text/plain)
2005-10-05 09:07 UTC, jcstover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jcstover 2005-10-05 09:05:14 UTC
[ JDK VERSION : 1.5.0_04 ]

On slackware 10.1.0 Sometimes I get a NumberFormatException on startup

attaching logfile
Comment 1 jcstover 2005-10-05 09:07:00 UTC
Created attachment 25538 [details]
logfile of the exception
Comment 2 Jan Chalupa 2005-10-05 13:44:09 UTC
Problem w/ Tomcat integration I guess...
Comment 3 Jan Chalupa 2005-10-05 13:46:16 UTC
*** Issue 65931 has been marked as a duplicate of this issue. ***
Comment 4 Sherold Dev 2005-10-06 17:07:40 UTC
It seems that you have a corrupted Tomcat server.xml configuration file. The
mandatory http connecter port number is most likely missing.

Changing the logging severity of the NumberFormatException to informational.

F.

Checking in src/org/netbeans/modules/tomcat5/TomcatManager.java;
/cvs/tomcatint/tomcat5/src/org/netbeans/modules/tomcat5/TomcatManager.java,v 
<--  TomcatManager.java
new revision: 1.79; previous revision: 1.78
done
Comment 5 Jaroslav Pospisil 2006-06-01 15:46:02 UTC
VERIFIED