deploy dcm4chee-arc-ear-5.25.0-mysql.ear occur error: @WebService annotation not found #3510
Unanswered
dpengjianjun
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Issue is not reproducible.
Please check if you have installed the dcm4che jboss modules correctly - see point 3 in Installation - Setup Wildfly |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
deploy environment:
win10 x64
wildfly-preview-25.0.1.Final
mysql5.7
apacheds-2.0.0-M20
dcm4chee-arc-ear-5.25.0-mysql.ear
error logs:
16:26:33,632 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.subunit."dcm4chee-arc-ear-5.25.0-mysql.ear"."dcm4chee-arc-retrieve-xdsi-5.25.0.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.subunit."dcm4chee-arc-ear-5.25.0-mysql.ear"."dcm4chee-arc-retrieve-xdsi-5.25.0.war".INSTALL: WFLYSRV0153: Failed to process phase INSTALL of subdeployment "dcm4chee-arc-retrieve-xdsi-5.25.0.war" of deployment "dcm4chee-arc-ear-5.25.0-mysql.ear"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:189)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
at org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: JBWS024071: @webservice annotation not found on org.dcm4che3.xdsi.ImagingDocumentSourcePortType
at org.jboss.wsf.stack.cxf.metadata.MetadataBuilder.createDDEndpoint(MetadataBuilder.java:247)
at org.jboss.wsf.stack.cxf.metadata.MetadataBuilder.build(MetadataBuilder.java:84)
at org.jboss.wsf.stack.cxf.deployment.aspect.DescriptorDeploymentAspect.start(DescriptorDeploymentAspect.java:42)
at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:73)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:182)
... 8 more
note:
But, in fact, it has @webservice annotation in ImagingDocumentSourcePortType.class.
Beta Was this translation helpful? Give feedback.
All reactions