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 - JBoss doesn't start when stopped before
Summary: JBoss doesn't start when stopped before
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
: 82784 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-04 15:49 UTC by Jiri Skrivanek
Modified: 2006-08-16 10:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (17.45 KB, text/plain)
2006-08-04 15:49 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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. ***