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 71695 - Deploy webapp not working for Weblogic sever plugin
Summary: Deploy webapp not working for Weblogic sever plugin
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 22:27 UTC by cirvine
Modified: 2006-10-24 07:23 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
deployment fail cause (1.79 KB, text/plain)
2006-01-23 11:55 UTC, Libor Kotouc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cirvine 2006-01-20 22:27:54 UTC
Get the following error message when trying to deploy a webapp:


C:\home\WebApplication2\nbproject\build-impl.xml:440: Deployment error:
null
See the server log for details.
BUILD FAILED (total time: 0 seconds)

Steps to reproduce:
1. create new custom weblogic domain using BEA configuration wizard:
- specify jdk1.5.0_6
- accept other default settings
2. create NB Weblogic Server pointing to customer Weblogic domain.
3. create webapp:
- Invoke "New Project"
- Choose Web->Web Application
- Specify new NB Weblogic server created in step #2
- Choose Java Server Faces
- Finish
4. Run "Build Project" on new webapp
5. Start NB Weblogic server
6. Run "Deploy Project" on new webapp. This results in error message printed above.

Workaround is to manually copy war file to weblogic autodeploy dir.
Comment 1 Libor Kotouc 2006-01-23 11:48:22 UTC
The issue does not occur when deploying to the default (wl_server) domain.
NB does not support custom domains now -> waving. 
It will be fixed in the next release -> set TM to 5.1

There is some exception in the j2eeserver code -> reassigning to it.
Comment 2 Libor Kotouc 2006-01-23 11:55:23 UTC
Created attachment 28540 [details]
deployment fail cause
Comment 3 Libor Kotouc 2006-01-23 12:51:10 UTC
Fixed.

Checking in TargetServer.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/impl/TargetServer.java,v
 <--  TargetServer.java
new revision: 1.45; previous revision: 1.44
don