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 188534 - AssertionError at org.netbeans.modules.j2ee.weblogic9.deploy.WLMutableState.<init>
Summary: AssertionError at org.netbeans.modules.j2ee.weblogic9.deploy.WLMutableState.<...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.0
Hardware: Macintosh (x86) Mac OS X
: P1 normal (vote)
Assignee: Petr Hejl
URL:
Keywords: REGRESSION
: 188535 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-09 12:08 UTC by Petr Jiricka
Modified: 2010-07-13 03:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171278


Attachments
stacktrace (7.93 KB, text/plain)
2010-07-09 12:08 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2010-07-09 12:08:38 UTC
Build: NetBeans IDE Dev (Build web-main-3480-on-100709)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01-279, Java(TM) SE Runtime Environment, 1.6.0_20-b02-279-9M3165
OS: Mac OS X

User Comments:
pjiricka: Registering the WebLogic server (after clicking finish).




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.j2ee.weblogic9.deploy.WLMutableState.<init>(WLMutableState.java:72)
   at org.netbeans.modules.j2ee.weblogic9.WLDeploymentFactory.getMutableState(WLDeploymentFactory.java:196)
   at org.netbeans.modules.j2ee.weblogic9.WLDeploymentFactory.getDisconnectedDeploymentManager(WLDeploymentFactory.java:169)
   at org.netbeans.modules.j2ee.deployment.plugins.spi.support.ProxyDeploymentFactory.getDisconnectedDeploymentManager(ProxyDeploymentFactory.java:111)
   at org.netbeans.modules.j2ee.deployment.impl.Server.getDisconnectedDeploymentManager(Server.java:179)
   at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.addInstanceImpl(ServerRegistry.java:462)
Comment 1 Petr Jiricka 2010-07-09 12:08:43 UTC
Created attachment 100725 [details]
stacktrace
Comment 2 Petr Jiricka 2010-07-09 12:28:30 UTC
Happens to me every time (build web-main#3480) and WebLogic server can not be correctly registered because of this -> P1. Petre, can you please investigate? This is a recent regression, this works fine for me in build web-main#3463.
Comment 3 Petr Jiricka 2010-07-09 12:29:56 UTC
*** Bug 188535 has been marked as a duplicate of this bug. ***
Comment 4 Petr Hejl 2010-07-10 11:15:16 UTC
Fixed in web-main b162acdb1429.
Comment 5 Quality Engineering 2010-07-13 03:32:09 UTC
Integrated into 'main-golden', will be available in build *201007130001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b162acdb1429
User: Petr Hejl <phejl@netbeans.org>
Log: #188534 AssertionError at org.netbeans.modules.j2ee.weblogic9.deploy.WLMutableState.<init>