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 249289 - AssertionError at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibrarySupport.<init>
Summary: AssertionError at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibraryS...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 11:10 UTC by Jiri Kovalsky
Modified: 2015-03-10 04:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214082


Attachments
stacktrace (8.09 KB, text/plain)
2014-12-11 11:10 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2014-12-11 11:10:56 UTC
Build: NetBeans IDE Dev (Build 201412100001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Linux

User Comments:
jkovalsky: I removed registered Web Logic Server and then invoked "Add server..." on "Services > Servers" node again. This exception was thrown instead of the wizard.




Stacktrace: 
java.lang.AssertionError
   at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibrarySupport.<init>(WLServerLibrarySupport.java:117)
   at org.netbeans.modules.j2ee.weblogic9.j2ee.WLJ2eePlatformFactory$DomainChangeListener.stateChanged(WLJ2eePlatformFactory.java:893)
   at org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:356)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:133)
   at org.openide.util.ChangeSupport.fireChange(ChangeSupport.java:119)
   at org.netbeans.modules.j2ee.weblogic9.deploy.WLSharedState$DomainChangeListener.fileDeleted(WLSharedState.java:128)
Comment 1 Jiri Kovalsky 2014-12-11 11:10:58 UTC
Created attachment 151040 [details]
stacktrace
Comment 2 Petr Hejl 2014-12-11 11:52:25 UTC
Unfortunately I can't reproduce it. Did you removed server on disk or in the IDE or both? The issue is related to FS listener on domain.
Comment 3 Jiri Kovalsky 2014-12-11 11:59:14 UTC
Yes, I removed the WLS from IDE, then removed it from disk and then installed the WLS once again into the same location. Then I tried to register it back into the IDE.
Comment 4 Petr Hejl 2015-03-09 11:35:44 UTC
FIxed in web-main 911c5479107f.
Comment 5 Quality Engineering 2015-03-10 04:30:09 UTC
Integrated into 'main-silver', will be available in build *201503100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/911c5479107f
User: Petr Hejl <phejl@netbeans.org>
Log: #249289 - AssertionError at org.netbeans.modules.j2ee.weblogic9.config.WLServerLibrarySupport.<init>