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 214764 - AssertionError: Unxpected profiled instance null
Summary: AssertionError: Unxpected profiled instance null
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 214869 215739 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-26 09:38 UTC by Jiri Skrivanek
Modified: 2012-10-18 14:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190078


Attachments
stacktrace (2.18 KB, text/plain)
2012-06-26 09:38 UTC, Jiri Skrivanek
Details
Log from output window. (3.91 KB, text/plain)
2012-06-26 13:56 UTC, Jiri Skrivanek
Details
stacktrace (4.09 KB, text/plain)
2012-07-19 20:17 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-06-26 09:38:39 UTC
Build: NetBeans IDE Dev (Build 201206260002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b05, Java(TM) SE Runtime Environment, 1.7.0_06-ea-b14
OS: Windows 7

User Comments:
jskrivanek: To reproduce:

- create Java EE 6 web project with WebLogic 12.1.1 server
- right-click project node and choose Profile
- wait until profiling is started and browser is opened
- again right-click project node and choose Profile
- exception is thrown




Stacktrace: 
java.lang.AssertionError: Unxpected profiled instance null
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance$6.stateChanged(ServerInstance.java:1525)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.fireStateChanged(ServerInstance.java:1745)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.setServerState(ServerInstance.java:492)
   at org.netbeans.modules.j2ee.deployment.impl.ServerInstance$1.run(ServerInstance.java:400)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1452)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2032)
Comment 1 Jiri Skrivanek 2012-06-26 09:38:43 UTC
Created attachment 121349 [details]
stacktrace
Comment 2 Jiri Skrivanek 2012-06-26 10:00:19 UTC
Related to bug 213640.
Comment 3 Jiri Skrivanek 2012-06-26 13:56:52 UTC
Created attachment 121382 [details]
Log from output window.

Happens occasionally, maybe when Oracle cloud server is also registered.
Comment 4 Petr Hejl 2012-06-27 12:31:09 UTC
*** Bug 214869 has been marked as a duplicate of this bug. ***
Comment 5 misterm 2012-07-19 20:17:13 UTC
Created attachment 122194 [details]
stacktrace
Comment 6 Petr Hejl 2012-10-15 12:39:23 UTC
Should be fixed in web-main 0bcd68ddf357.
Comment 7 Quality Engineering 2012-10-16 02:03:53 UTC
Integrated into 'main-golden', will be available in build *201210160002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0bcd68ddf357
User: Petr Hejl <phejl@netbeans.org>
Log: #214764 - AssertionError: Unxpected profiled instance null
Comment 8 Petr Hejl 2012-10-18 14:33:31 UTC
*** Bug 215739 has been marked as a duplicate of this bug. ***