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 81951

Summary: JBoss doesn't start when stopped before
Product: serverplugins Reporter: Jiri Skrivanek <jskrivanek>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump

Description Jiri Skrivanek 2006-08-04 15:49:13 UTC
When you stop JBoss server and then you want to run an application again, it
doesn't start. To reproduce:

- create a web application with JBoss target server
- run the application
- go to Runtime view and stop JBoss server
- run the application again. It writes "Starting JBoss Application Server 4" to
the output window but it stays in this state forever. Server output window is
empty. It is not deadlocked but I will attach a thread dump to see what was
happenning.

Build 20060803-1342, JDK1.6.0-b93, WindowsXP.
Comment 1 Jiri Skrivanek 2006-08-04 15:49:47 UTC
Created attachment 32551 [details]
Thread dump
Comment 2 Libor Kotouc 2006-08-09 10:13:40 UTC
Fixed in release55 branch.

Checking in JBLogWriter.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBLogWriter.java,v
 <--  JBLogWriter.java
new revision: 1.3.42.8; previous revision: 1.3.42.7
done

Fixed in release55_beta2_jboss branch.

Checking in JBLogWriter.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/ide/JBLogWriter.java,v
 <--  JBLogWriter.java
new revision: 1.3.42.7.6.1; previous revision: 1.3.42.7
done
Comment 3 Michal Mocnak 2006-08-09 10:25:13 UTC
Verified
Comment 4 Libor Kotouc 2006-08-16 10:00:00 UTC
*** Issue 82784 has been marked as a duplicate of this issue. ***