| Author |
IWAB0014E Unexpected exception occurred.
|
Abhineet Joon
Greenhorn
Joined: Jul 29, 2011
Posts: 17
|
|
|
how to resolve this error
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
Wow, this post wins the prize for least information provided - possibly for the whole year.
With my crystal ball in the shop for the 10,000 vision checkup there is no way to know what you are talking about.
Operating system? web service toolkit? Server? Client? Java version? report appears where? etc etc. etc.
|
Java Resources at www.wbrogden.com
|
 |
Abhineet Joon
Greenhorn
Joined: Jul 29, 2011
Posts: 17
|
|
|
actually i tried to create web services in java via eclipse and when I configure it and press next button I get the error message. Even I am new to web services could you please recommend me any link where I can know step by step implementation of it with an example.
|
 |
Rajeev Sahu
Greenhorn
Joined: Sep 05, 2011
Posts: 2
|
|
CREATE YOUR WEBSERVICE THROUGH sun-jaxws.xml ,where you have your endpoints defined iam providing the doc please go through this you will defintly achieve your target
http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html
|
 |
Abhineet Joon
Greenhorn
Joined: Jul 29, 2011
Posts: 17
|
|
I followed the steps mentioned in the URL but I am geting the error:
8:29:18,107 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.2/server/default/deploy/wsexample1EAR.ear
18:29:18,107 ERROR [MainDeployer] Could not initialise deployment: file:/C:/jboss-4.0.2/server/default/deploy/wsexample1EAR.ear
org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:120)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:828)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:765)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy8.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:418)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
at org.jboss.Main.boot(Main.java:195)
at org.jboss.Main$1.run(Main.java:463)
at java.lang.Thread.run(Unknown Source)
18:29:18,139 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@219cf6e5 { url=file:/C:/jboss-4.0.2/server/default/deploy/testEAR.ear }
deployer: org.jboss.deployment.EARDeployer@b31b77
status: null
state: FAILED
watch: file:/C:/jboss-4.0.2/server/default/deploy/testEAR.ear
altDD: null
lastDeployed: 1315227556810
lastModified: 1315227556762
mbeans:
org.jboss.deployment.DeploymentInfo@12370f4 { url=file:/C:/jboss-4.0.2/server/default/deploy/wsexample1EAR.ear }
deployer: org.jboss.deployment.EARDeployer@b31b77
status: null
state: FAILED
watch: file:/C:/jboss-4.0.2/server/default/deploy/wsexample1EAR.ear
altDD: null
lastDeployed: 1315227558107
lastModified: 1315227558107
mbeans:
Please help
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Again, I would like to recommend the web service tutorials at netbeans.org.
NetBeans has significantly better tooling for people that does not have extensive experience of web service development.
Also, with Eclipse, you are forced to use Axis, which in my opinion is unnecessarily complex, or Apache CXF which also is a little bit on the large side to start with.
The Metro web service stack found in GlassFish, that can also be used in Tomcat, is a better choice for SOAP web service development. Jersey for RESTful web service development.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
Abhineet Joon
Greenhorn
Joined: Jul 29, 2011
Posts: 17
|
|
|
When I followed the steps I am getting an error that application.xml under Meta-INF not found and unable to load the admin servlet. Please provide the root causes and the solution to thi s problem
|
 |
erhun baycelik
Greenhorn
Joined: Dec 12, 2010
Posts: 1
|
|
|
Could you check that do you select runtime server or not?
|
 |
 |
|
|
subject: IWAB0014E Unexpected exception occurred.
|
|
|