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 25800 - Exception when restarting the internal server
Summary: Exception when restarting the internal server
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
: 25970 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-07-19 01:11 UTC by Ana.von Klopp
Modified: 2002-08-08 18:17 UTC (History)
0 users

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 Ana.von Klopp 2002-07-19 01:11:29 UTC
java.lang.NullPointerException
[catch] at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.createCopyMaker(DefaultServerInstanceManager.java:290)
	at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager$CopyMakerServerInstanceListener.go(DefaultServerInstanceManager.java:479)
	at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager$CopyMakerServerInstanceListener.serverStatusChanged(DefaultServerInstanceManager.java:458)
	at
org.netbeans.modules.j2ee.impl.ServerChangeSupport.fireStatus(ServerChangeSupport.java:82)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Instance.fireStatus(Tomcat40Instance.java:199)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.fireStatus(Tomcat40Installation.java:1132)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.createNewTomcatProcess(Tomcat40Installation.java:879)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.startServerInExecMode(Tomcat40Installation.java:823)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.synchronizeStart(Tomcat40Installation.java:963)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Installation.nonIncrementalDeploy(Tomcat40Installation.java:592)
	at
org.netbeans.modules.tomcat.tomcat40.Tomcat40Instance.deploy(Tomcat40Instance.java:254)
	at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.doDeploy(DefaultServerInstanceManager.java:138)
	at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.startExecution(DefaultServerInstanceManager.java:150)
	at
org.netbeans.modules.j2ee.impl.DefaultServerInstanceManager.serverInstanceStartExecution(DefaultServerInstanceManager.java:101)
	at
org.netbeans.modules.j2ee.impl.DefaultExecPerformer.startExecution(DefaultExecPerformer.java:105)
	at
org.netbeans.modules.web.execution.WebDefaultExecPerformer.startExecution(WebDefaultExecPerformer.java:256)
	at
org.netbeans.modules.j2ee.impl.ServerExecutor.execute(ServerExecutor.java:74)
	at
org.netbeans.modules.j2ee.impl.ServerExecutor.execute(ServerExecutor.java:64)
	at
org.netbeans.modules.j2ee.impl.ExecSupport.start(ExecSupport.java:125)
	at
org.netbeans.modules.j2ee.impl.ServerExecSupport.start(ServerExecSupport.java:141)
	at
org.openide.actions.ExecuteAction.execute(ExecuteAction.java:139)
	at
org.openide.actions.ExecuteAction.execute(ExecuteAction.java:236)
	at
org.openide.actions.ExecuteAction.performAction(ExecuteAction.java:101)
	at
org.netbeans.modules.web.execution.ExecuteForceReloadAction.performAction(ExecuteForceReloadAction.java:42)
	at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:179)
	at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:170)
	at
org.netbeans.core.ModuleActions$1.run(ModuleActions.java:100)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 Ana.von Klopp 2002-07-19 01:12:15 UTC
I should have said, I'm using RC 1, JDK1.4, Windows 2000 Pro
Comment 2 Damian Frach 2002-07-19 12:31:40 UTC
some other info from AVK:

> This happens about once out of ten times but
> doesn't appear to have any side effects for the user.

Please, add this next time directly, thanks.
Comment 3 Damian Frach 2002-07-19 14:00:44 UTC
I was not able to reproduce it.

But I improved the synchronization. It should help.

Integrated in the trunk.
Comment 4 Damian Frach 2002-07-24 14:17:16 UTC
*** Issue 25970 has been marked as a duplicate of this issue. ***
Comment 5 Damian Frach 2002-08-08 16:42:10 UTC
-
Comment 6 Damian Frach 2002-08-08 18:17:47 UTC
integrated in release34 branch on 29th July 2002