K
kiran
Hi,
I am following one of the examples given in netbeans site for creating
web service and I am getting this error.
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Created dir: C:\Documents and Settings\ocuments\NetBeansProjects
\CalculatorWSApplication\build\web\WEB-INF\classes
Created dir: C:\Documents and Settings\ Documents\NetBeansProjects
\CalculatorWSApplication\build\web\META-INF
Copying 1 file to C:\Documents and Settings\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web\META-INF
Copying 3 files to C:\Documents and Settings\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web
Copied 1 empty directory to 1 empty directory under C:\Documents and
Settings\\My Documents\NetBeansProjects\CalculatorWSApplication\build
\web
library-inclusion-in-archive:
library-inclusion-in-manifest:
Compiling 1 source file to C:\Documents and Settings\\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web\WEB-INF\classes
compile:
compile-jsps:
In-place deployment at C:\Documents and Settings\#KBADI\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web
Start registering the project's server resources
Finished registering server resources
moduleID=CalculatorWSApplication
deployment started : 0%
Deploying application in domain failed; WSGEN FAILED
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:
166)
at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:
104)
at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:
1298)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:
41)
at org.apache.tools.ant.Project.executeTargets(Project.java:
1181)
at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:
277)
at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:
460)
at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:
151)
Caused by: The module has not been deployed.
at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:
160)
... 16 more
BUILD FAILED (total time: 12 seconds)
I am following this http://www.netbeans.org/kb/60/websvc/jax-ws.html#Exercise_1.
Any Ideas.
I am following one of the examples given in netbeans site for creating
web service and I am getting this error.
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
Created dir: C:\Documents and Settings\ocuments\NetBeansProjects
\CalculatorWSApplication\build\web\WEB-INF\classes
Created dir: C:\Documents and Settings\ Documents\NetBeansProjects
\CalculatorWSApplication\build\web\META-INF
Copying 1 file to C:\Documents and Settings\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web\META-INF
Copying 3 files to C:\Documents and Settings\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web
Copied 1 empty directory to 1 empty directory under C:\Documents and
Settings\\My Documents\NetBeansProjects\CalculatorWSApplication\build
\web
library-inclusion-in-archive:
library-inclusion-in-manifest:
Compiling 1 source file to C:\Documents and Settings\\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web\WEB-INF\classes
compile:
compile-jsps:
In-place deployment at C:\Documents and Settings\#KBADI\My Documents
\NetBeansProjects\CalculatorWSApplication\build\web
Start registering the project's server resources
Finished registering server resources
moduleID=CalculatorWSApplication
deployment started : 0%
Deploying application in domain failed; WSGEN FAILED
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:
166)
at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:
104)
at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown
Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:
105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:357)
at org.apache.tools.ant.Target.performTasks(Target.java:385)
at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
at org.apache.tools.ant.Project.executeTarget(Project.java:
1298)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:
41)
at org.apache.tools.ant.Project.executeTargets(Project.java:
1181)
at
org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:
277)
at
org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:
460)
at
org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:
151)
Caused by: The module has not been deployed.
at
org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:
160)
... 16 more
BUILD FAILED (total time: 12 seconds)
I am following this http://www.netbeans.org/kb/60/websvc/jax-ws.html#Exercise_1.
Any Ideas.