Error while running ejbc -- Fatal Error from EJB Compiler -- null

Hello,

I'm currently learning how to use JAX-WS. I made a little application myself but when Deploying (during the deploy command), i get this error:

Error while running ejbc -- Fatal Error from EJB Compiler -- null

It appends in the finest log just after ejbc.start_jaxrpc_generation

I use java 1.5.0_06-b05 and the java application server admin console.

Here is the complete error log:

Error while running ejbc -- Fatal Error from EJB Compiler -- null

at com.sun.enterprise.webservice.codegen.JaxRpcRICodegen.accept(JaxRpcRICodegen.ja va:251)

at com.sun.enterprise.deployment.WebBundleDescriptor.visit(WebBundleDescriptor.jav a:1403)

at com.sun.enterprise.deployment.Application.visit(Application.java:1747)

at com.sun.enterprise.webservice.codegen.JaxRpcRICodegen.run(JaxRpcRICodegen.java: 127)

at com.sun.ejb.codegen.IASEJBC.doCompile(IASEJBC.java:840)

at com.sun.ejb.codegen.IASEJBC.ejbc(IASEJBC.java:580)

at com.sun.enterprise.deployment.backend.EJBCompiler.preDeployModule(EJBCompiler.j ava:413)

at com.sun.enterprise.deployment.backend.EJBCompiler.compile(EJBCompiler.java:226)

at com.sun.enterprise.deployment.backend.ModuleDeployer.runEJBC(ModuleDeployer.jav a:1189)

at com.sun.enterprise.deployment.backend.WebModuleDeployer.deploy(WebModuleDeploye r.java:179)

at com.sun.enterprise.deployment.backend.ModuleDeployer.doRequestFinish(ModuleDepl oyer.java:160)

at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:169)

at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPh ase.java:95)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeplo ymentService.java:871)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:266)

at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentSe rvice.java:739)

at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:174)

at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:210)

Thanks for any sugestion.

[2198 byte] By [Kurea] at [2007-11-26 8:22:30]
# 1
Seeing the same problem.
gilp at 2007-7-6 21:30:47 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
The reason is because your service is not recognized as a JAXWS based service. Do you have a web.xml ? If so ensure that the version is 2.5; Do you have any other descriptors ? Need more info to be of better helpThanks
vijaysr1 at 2007-7-6 21:30:47 > top of Java-index,Application & Integration Servers,Application Servers...