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 75294 - Cannot deploy web application to WebLogic
Summary: Cannot deploy web application to WebLogic
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-20 16:16 UTC by Jiri Skrivanek
Modified: 2006-04-21 16:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (2.15 KB, text/plain)
2006-04-20 16:17 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2006-04-20 16:16:31 UTC
It is not possible to deploy web application to WebLogic server:

D:\Development\builds\NB55\nb55Userdir-20060419143847\WebApplication7\nbproject\build-impl.xml:422:
Deployment error:
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException:
Cannot create weblogic DeploymentManager instance.

Workaround is to start server before deployment. Maybe it is related to issue 74683.

Build 20060420-1152, JDK1.5.0_06, WindowsXP.
Comment 1 Jiri Skrivanek 2006-04-20 16:17:10 UTC
Created attachment 29960 [details]
Exception stack trace
Comment 2 Libor Kotouc 2006-04-20 17:30:18 UTC
It is a stupid mistake. A data source deployment is called before a server
instance is started. That's why the workaround works.

The fix is easy and will be done tomorrow.
Comment 3 Libor Kotouc 2006-04-20 17:31:40 UTC
I am overworked, reopening ;)
Comment 4 Libor Kotouc 2006-04-21 08:02:00 UTC
Fixed.

Checking in Deployment.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/Deployment.java,v
 <--  Deployment.java
new revision: 1.21.6.1.2.2; previous revision: 1.21.6.1.2.1
done
Comment 5 Michal Mocnak 2006-04-21 16:47:41 UTC
Verified