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 91612 - java.lang.RuntimeException exception
Summary: java.lang.RuntimeException exception
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-28 07:55 UTC by satiamm005
Modified: 2014-09-05 10:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
exception when starting webserver from netbeans5.5 runtime window-server used is weblogic application server 9.0 (75.00 KB, text/plain)
2006-12-28 07:59 UTC, satiamm005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description satiamm005 2006-12-28 07:55:25 UTC
java.lang.RuntimeException: 
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: 
Cannot create weblogic DeploymentManager instance.
	at 
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager
(ServerInstance.java:169)
	at 
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargetMap
(ServerInstance.java:407)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getTargets
(ServerInstance.java:380)
	at 
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.initCoTarget
(ServerInstance.java:1505)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start
(ServerInstance.java:1136)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget
(ServerInstance.java:1061)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget
(ServerInstance.java:872)
	at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start
(ServerInstance.java:750)
	at 
org.netbeans.modules.j2ee.deployment.impl.ui.actions.StartAction$1.run
(StartAction.java:77)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:499)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:932)
Caused by: 
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: 
Cannot create weblogic DeploymentManager instance.
	at org.netbeans.modules.j2ee.weblogic9.WLDeploymentFactory.getDM
(WLDeploymentFactory.java:151)
	at 
org.netbeans.modules.j2ee.weblogic9.WLDeploymentFactory.getDeploymentManager
(WLDeploymentFactory.java:207)
	at 
org.netbeans.modules.j2ee.deployment.impl.Server.getDeploymentManager
(Server.java:157)
	at 
org.netbeans.modules.j2ee.deployment.impl.ServerInstance.getDeploymentManager
(ServerInstance.java:164)
Comment 1 satiamm005 2006-12-28 07:59:37 UTC
Created attachment 36946 [details]
exception when starting webserver from netbeans5.5 runtime window-server used is weblogic application server 9.0
Comment 2 Petr Hejl 2014-09-05 10:09:21 UTC
Is this still reproducible?