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 246408

Summary: JBAS010649: Allocation stack trace:
Product: serverplugins Reporter: abien <abien>
Component: WildFlyAssignee: ehsavoie <ehsavoie>
Status: NEW ---    
Severity: normal CC: flynnk, hablocher, MackSix, misterm, mm2061, oluwasayo, prodigy4440, ramdaneoualitsen, Sam.MIT
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211206
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description abien 2014-08-12 14:20:06 UTC
Build: NetBeans IDE Dev (Build 201408030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Mac OS X

User Comments:
abien: Something happened in background




Stacktrace: 
JBAS010649: Allocation stack trace:
   at java.lang.Thread.getStackTrace(Thread.java:1551)
   at org.jboss.as.controller.client.impl.RemotingModelControllerClient.<init>(RemotingModelControllerClient.java:76)
   at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:353)
   at org.jboss.as.controller.client.ModelControllerClient$Factory.create(ModelControllerClient.java:283)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Comment 1 abien 2014-08-12 14:20:08 UTC
Created attachment 148654 [details]
stacktrace
Comment 2 ehsavoie 2014-08-12 14:23:47 UTC
Was WildFly running ?
The failure happened during thecrea
Comment 3 ehsavoie 2014-08-13 07:12:55 UTC
This is an exception while trying to create a management client that connect to WildFly.
The exception is thrown because :
Thread.currentThread().getStackTrace() is not the currentThread during the invokation. I don't know how/why this happens.
Comment 4 Exceptions Reporter 2014-10-08 15:51:07 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=211206
Comment 5 Sam.MIT 2014-12-01 13:55:13 UTC
Created attachment 150812 [details]
stacktrace

Stop the wildfly 8 server
Change to Wildfly server to Glassfish server
Comment 6 Sam.MIT 2014-12-01 14:52:13 UTC
Created attachment 150815 [details]
stacktrace

When stoping the glassfish server
Comment 7 ehsavoie 2014-12-02 07:26:47 UTC
Are you sure you're using Glassfish as this is WildFly server plugin.
Comment 8 Sam.MIT 2014-12-04 17:20:41 UTC
Actually it happens when I stop the Wildfly server in Netbeans 8.0.2
Comment 9 MackSix 2015-01-24 10:24:50 UTC
Created attachment 151671 [details]
stacktrace

Stopping WildFly Server 8.0 and 8.0.1 both runnnig in services window.
Comment 10 misterm 2015-05-14 19:47:50 UTC
Created attachment 153671 [details]
stacktrace

.
Comment 11 MackSix 2015-05-26 23:04:21 UTC
Created attachment 153885 [details]
stacktrace

Added WildFly Server 8.0.2 and deployed a project and ran it. Stopped the WildFly server and walked away from the computer for a while. I came back and this exception was on the screen.
Comment 12 MackSix 2015-09-22 16:00:21 UTC
Created attachment 156361 [details]
stacktrace

1. Rand an application on WildFly 8.2.0. 
2. Looked at the  Web Appications node under the Server's node in the Services window. 
3. Stopped Application.
4. Started Applicatino.
5. Closed some files that were open for it in the edior.

This happened.