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 91297 - DeploymentManager Exception while starting Weblogic - CNFE SessionHelper
Summary: DeploymentManager Exception while starting Weblogic - CNFE SessionHelper
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on: 108395
Blocks:
  Show dependency tree
 
Reported: 2006-12-19 20:17 UTC by elishae
Modified: 2007-07-11 13:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception Log (24.40 KB, text/plain)
2006-12-21 17:36 UTC, elishae
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elishae 2006-12-19 20:17:56 UTC
I've registered Weblogic 9 with netbeans 5.5, and when tried starting Weblogic 
9 from within Netbeans, it took a very long time (order of 10 - 15 minutes) 
before failing with a message "Deployment Manager not found".

ps: Weblogic 9 when started from command-line starts with in 2 - 3 minutes.
Comment 1 Libor Kotouc 2006-12-21 15:37:33 UTC
The description is insufficient; I guess that the WL server is started in fact,
but the IDE fails to detect it.
Did you register the WL instance withing the IDE with the correct user name and
password (i.e. weblogic/weblogic)?
It you did, could you please attach the server log and the messages log? 
Comment 2 elishae 2006-12-21 17:13:52 UTC
Yup, Weblogic is indeed started. But IDE is failing to detect it. 
Comment 3 elishae 2006-12-21 17:36:37 UTC
Created attachment 36882 [details]
Exception Log
Comment 4 Libor Kotouc 2007-01-10 17:17:01 UTC
I see some problem with the SessionHelper class - it should be placed in
weblogic.jar under the server root, e.g.
<your_installation>/server/lib/weblogic.jar.

java.lang.ClassNotFoundException: weblogic.deploy.api.tools.SessionHelper in the
log indicates that you have some configuration problem...could you please check
the installation?
Comment 5 elishae 2007-01-20 15:48:05 UTC
Can you please update me on the checks to make to ensure proper installation of
Weblogic / weblogic module for netbeans?
Comment 6 Sherold Dev 2007-06-28 12:48:59 UTC
I guess you should check whether <your_installation>/server/lib/weblogic.jar is present.

Due to the issue 108395 I am not able to verify whether this issue is still reproducible or not, setting the dependency.
Comment 7 Sherold Dev 2007-07-11 13:57:38 UTC
Closing as WORKSFORME since I am not able to reproduce the issue. When I start the server from within the IDE it takes
about 2 minutes before it's up and running.