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 242197 - AssertionError: Instance WildFly Application Server started again without proper stop
Summary: AssertionError: Instance WildFly Application Server started again without pro...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: ehsavoie
URL:
Keywords:
: 241135 242335 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-21 14:34 UTC by davidsalter
Modified: 2014-02-27 21:06 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207863


Attachments
stacktrace (2.92 KB, text/plain)
2014-02-21 14:34 UTC, davidsalter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davidsalter 2014-02-21 14:34:55 UTC
Build: NetBeans IDE Dev (Build 201402210001)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
davidsalter: I made a change to a web application that was deploying to WildFly and then saved the file.  The file was not deployed to WildFly, but this error was thrown.




Stacktrace: 
java.lang.AssertionError: Instance WildFly Application Server started again without proper stop
   at org.netbeans.modules.javaee.wildfly.ide.WildflyOutputSupport.reset(WildflyOutputSupport.java:255)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyOutputSupport.start(WildflyOutputSupport.java:173)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyStartServer.isRunning(WildflyStartServer.java:293)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance$3.run(ServerInstance.java:900)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 davidsalter 2014-02-21 14:34:57 UTC
Created attachment 145473 [details]
stacktrace
Comment 2 Petr Hejl 2014-02-21 15:03:20 UTC
Perhaps this should be applied in WF code as well:
http://hg.netbeans.org/main-silver/rev/19c21dca65c6
Comment 3 ehsavoie 2014-02-26 07:27:15 UTC
*** Bug 242335 has been marked as a duplicate of this bug. ***
Comment 4 ehsavoie 2014-02-26 07:33:16 UTC
*** Bug 241135 has been marked as a duplicate of this bug. ***