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 73720

Summary: Weblogic will not start from IDE
Product: serverplugins Reporter: madtux2 <madtux2>
Component: WebLogicAssignee: Libor Kotouc <lkotouc>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description madtux2 2006-03-17 19:03:00 UTC
After creating a new server the follwoing exception is raised when attempting to
start Weblogic Admin or Managed Server.  The servers work fine outside of
Netbeans.  

There are 1 nested errors:

java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot
        at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:272)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at
weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
Comment 1 madtux2 2006-03-18 00:16:21 UTC
This problem turned out to be a configuration error on my part.  Not a bug. I
had more than one admin server listening on the same port.  After changing the
port for the additional admin servers, Netbeans started the server with no
problem.  Tutorial on Weblogic and Netbeans would be nice to have if one doesn't
exist already.
Comment 2 Michal Mocnak 2006-04-21 16:51:19 UTC
Verified