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 - Weblogic will not start from IDE
Summary: Weblogic will not start from IDE
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 19:03 UTC by madtux2
Modified: 2006-05-31 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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