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 75702 - Wrong error mesege durig server startup
Summary: Wrong error mesege durig server startup
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 5.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-28 15:59 UTC by Martin Schovanek
Modified: 2007-03-01 18:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2006-04-28 15:59:57 UTC
[#200604280200, jdk1.5.0, GlassFish b46]

to reproduce:
-------------
1) start the server
ERROR:
  "The Sun Java System Application Server could not start.
   More information about the cause is in the Server log file.
   ..."
message appears but the server is still starting.
2) wait till "Application server startup complete" message appears in output tab
3) refresh server node
NOTE: correctly started server node appears
Comment 1 judytang 2006-05-02 19:13:16 UTC
 Changed the version from 5.0 to 5.5 since the test was done on the 4/29 5.5
build.  
Comment 2 Amanpreet Kaur 2006-05-04 07:16:46 UTC
with the netbeans build 200605030500,appserver build 47, jdk 1.5.0_06

 the wrong error message does not appear during start of server but during start
of server in debug mode.

1. Add the server instance
2. Start the server in debug mode
3. The server starts in debug mode but the error message appears:
TThe Sun Java System Application Server could not start.
   More information about the cause is in the Server log file.
   ..."
message appears but the server is still starting.
2) wait till "Application server startup complete" message appears in output tab
3) refresh server node

The issue is resolved for starting of server in normal mode.
Comment 3 _ ludo 2006-05-11 09:47:47 UTC
try a newer build than 200605030500

A time out value was increased to wait longer for the server to start.
On you system, how long does it takes to start in debug mode?
Comment 4 Amanpreet Kaur 2006-05-11 10:29:09 UTC
Issue is resolved for latest build of netbeans (#200605110500). It takes more
than 60 seconds to start appserver in debug mode. This issue can be marked as
resolved.
Comment 5 Martin Schovanek 2006-05-11 14:50:09 UTC
On my [1.5 GHz PowerPC, 1.25G RAM, Mac OS X] start in debug mode takes more than
180 seconds.
Comment 6 _ ludo 2006-05-11 15:22:50 UTC
OK so I guess either we extend the timeout, or even better expose it as a global
ide property for App Server...
Comment 7 _ ludo 2006-06-02 00:38:52 UTC
f:
Checking in Bundle.properties;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.2.16.5.2.6; previous revision: 1.2.16.5.2.5
done
Checking in StartSunServer.java;
/cvs/serverplugins/sun/appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/StartSunServer.java,v
 <--  StartSunServer.java
new revision: 1.4.4.6.2.9; previous revision: 1.4.4.6.2.8
done
Comment 8 Martin Schovanek 2007-03-01 18:29:30 UTC
v.