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 136263 - Web application cannot be deployed
Summary: Web application cannot be deployed
Status: VERIFIED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebSphere (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-02 13:30 UTC by Petr Dvorak
Modified: 2008-09-11 11:56 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 Petr Dvorak 2008-06-02 13:30:57 UTC
Product Version: NetBeans IDE Dev (Build 200805291203)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)

I have downloaded a WAS from https://www.ibm.com/developerworks/downloads/ws/wasexp/?S_TACT=105AGX28&S_CMP=TRIALS, I
installed it and I successfully added the server in the Services view. Then I created a new web application and I
attempted to deploy it (I didn't do any modifications in code, I just used the empty web application with index.jsp
file). I got the following exception in the Output window (first few lines):

Deployment error:
The module has not been deployed.
See the server log for details.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:174)
        at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor167.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
...
...
...
Caused by: The module has not been deployed.
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:168)
        ... 16 more
BUILD FAILED (total time: 21 seconds)
Comment 1 Dan Kolar 2008-06-02 13:46:45 UTC
Couldn't be a duplicate of issue 126708 ?
Comment 2 Petr Hejl 2008-08-21 07:42:51 UTC
Can you provide server log and trace log as stated in the message?
Comment 3 Petr Hejl 2008-09-11 09:53:49 UTC
No response from reporter. Closing as WORKSFORME.
Comment 4 Petr Dvorak 2008-09-11 11:56:39 UTC
I cannot reproduce either. Verified.