• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Web Service Deployment Failed

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello to all, I tried to develop a web service using eclipse Dynamic web project, Jboss AS, Apache CXF but when i deploy the project, it say cannot load service endpoint interface class.

This project is a dynamic web project with CXF and JPA facets in eclipse.

The full stack trace is at below.

15:17:39,187 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "CreditCardService.war"
15:17:42,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry endorsed/jaxb-api-2.2.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry endorsed/geronimo-jaxws_2.2_spec-1.0.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-impl-2.1.13.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,781 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-xjc-2.1.13.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,781 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-common-utilities-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-common-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-api-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-core-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-validator-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-wsdlto-core-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,828 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-misctools-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-wsdlto-frontend-jaxws-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-wsdlto-databinding-jaxb-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-corba-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-corba-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-frontend-jaxws-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-soap-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,843 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-databinding-jaxb-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,859 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-xml-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,859 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-frontend-simple-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,859 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-transports-http-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,859 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-transports-common-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,875 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-ws-addr-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,875 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-wsdlto-frontend-javascript-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,875 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-javascript-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-transports-local-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-tools-java2ws-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-databinding-aegis-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-management-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-transports-http-jetty-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,890 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-transports-jms-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-object-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-coloc-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-bindings-http-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-wstx-msv-validation-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-databinding-xmlbeans-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-databinding-jibx-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,906 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jibx-bind-1.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jibx-run-1.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xpp3-1.1.3.4.O.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry bcel-5.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry regexp-1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry log4j-1.2.15.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,921 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry mail-1.4.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation-1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry qdox-1.6.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry ant-1.5.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jmock-1.0.0.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jibx-schema-1.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,937 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jibx-extras-1.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry dom4j-1.6.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis-1.0.b2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jdom-1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jibx-tools-1.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry core-3.3.0-v_771.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry resources-3.3.0-v20070604.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,953 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry expressions-3.3.0-v20070606-0010.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,968 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry runtime-3.3.100-v20070530.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,968 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry osgi-3.3.0-v20070530.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jobs-3.3.0-v20070423.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry registry-3.3.0-v20070522.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry preferences-3.2.100-v20070522.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry contenttype-3.2.100-v20070319.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry filesystem-1.1.0-v20070606.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:42,984 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry text-3.3.0-v20070606-0010.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,015 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commands-3.3.0-I20070605-0010.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,015 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry common-3.3.0-v20070426.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-databinding-sdo-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry tuscany-sdo-impl-1.1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry tuscany-sdo-lib-1.1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry tuscany-sdo-api-r2.1-1.1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry common-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry ecore-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,031 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry ecore-change-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,046 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry ecore-xmi-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xsd-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry backport-util-concurrent-3.0.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry stax-api-1.0.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry tuscany-sdo-tools-1.1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry codegen-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry codegen-ecore-2.2.3.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,062 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-ws-rm-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-ws-policy-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-ws-security-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-frontend-js-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-rt-frontend-jaxrs-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry cxf-bundle-2.4.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry commons-codec-1.4.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,078 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry abdera-core-1.1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,093 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry abdera-i18n-1.1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,093 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry abdera-parser-1.1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,093 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry axiom-impl-1.2.10.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,109 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry axiom-api-1.2.10.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,125 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxen-1.1.1.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,125 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry abdera-extensions-json-1.1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,125 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry abdera-extensions-main-1.1.2.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/cxf-manifest.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,125 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-api.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,125 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,140 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jsr173_1.0_api.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,140 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb1-impl.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-impl-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,140 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-api.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-xjc-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,140 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jaxb-impl.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-xjc-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,156 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry jsr173_1.0_api.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-xjc-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,171 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/jaxb-xjc-2.2.1.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,171 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry saaj-api.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/saaj-impl-1.3.2.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,171 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry activation.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/saaj-impl-1.3.2.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,171 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/serializer-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,203 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xercesImpl.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,203 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry xml-apis.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,203 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) Class Path entry serializer.jar in "/C:/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final/standalone/deployments/CreditCardService.war/WEB-INF/lib/xalan-2.7.1.jar" does not point to a valid jar for a Class-Path reference.
15:17:43,218 WARN [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015893: Encountered invalid class name 'org.springframework.context.ApplicationContext,org.springframework.beans.BeansException' for service type 'org.apache.cxf.bus.factory'
15:17:43,218 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for CreditCardWebServicePU
15:17:43,343 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named CreditcardFacade in deployment unit deployment "CreditCardService.war" are as follows:

java:global/CreditCardService/CreditcardFacade!com.peter.ejb.CreditcardFacadeLocal
java:app/CreditCardService/CreditcardFacade!com.peter.ejb.CreditcardFacadeLocal
java:module/CreditcardFacade!com.peter.ejb.CreditcardFacadeLocal
java:global/CreditCardService/CreditcardFacade
java:app/CreditCardService/CreditcardFacade
java:module/CreditcardFacade

15:17:43,343 WARN [org.jboss.as.ee] (MSC service thread 1-2) JBAS011006: Not installing optional component org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.apache.cxf.transport.http.Servlet3ContinuationProvider$Servlet3Continuation
at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)
at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]

15:17:43,359 WARN [org.jboss.as.ee] (MSC service thread 1-2) JBAS011006: Not installing optional component org.eclipse.jetty.continuation.Servlet3Continuation$1 due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.eclipse.jetty.continuation.Servlet3Continuation$1
at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)
at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]

15:17:43,375 WARN [org.jboss.as.ee] (MSC service thread 1-2) JBAS011006: Not installing optional component org.eclipse.jetty.continuation.Servlet3Continuation$2 due to exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS011054: Could not find default constructor for class org.eclipse.jetty.continuation.Servlet3Continuation$2
at org.jboss.as.ee.component.ComponentDescription$DefaultComponentConfigurator.configure(ComponentDescription.java:606)
at org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:81)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]

15:17:43,453 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."CreditCardService.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."CreditCardService.war".INSTALL: Failed to process phase INSTALL of deployment "CreditCardService.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]
Caused by: java.lang.RuntimeException: Cannot load service endpoint interface class
at org.jboss.wsf.stack.cxf.metadata.MetadataBuilder.createDDEndpoint(MetadataBuilder.java:250)
at org.jboss.wsf.stack.cxf.metadata.MetadataBuilder.build(MetadataBuilder.java:79)
at org.jboss.wsf.stack.cxf.deployment.aspect.DescriptorDeploymentAspect.generateMetadataFromDeployment(DescriptorDeploymentAspect.java:153)
at org.jboss.wsf.stack.cxf.deployment.aspect.DescriptorDeploymentAspect.start(DescriptorDeploymentAspect.java:81)
at org.jboss.as.webservices.deployers.AspectDeploymentProcessor.deploy(AspectDeploymentProcessor.java:74)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
... 5 more
Caused by: java.lang.ClassNotFoundException: ICreditCardService from [Module "deployment.CreditCardService.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
at org.jboss.wsf.stack.cxf.metadata.MetadataBuilder.createDDEndpoint(MetadataBuilder.java:246)
... 10 more

15:17:43,468 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS015870: Deploy of deployment "CreditCardService.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"CreditCardService.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"CreditCardService.war\".INSTALL: Failed to process phase INSTALL of deployment \"CreditCardService.war\""}}
15:17:43,593 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment CreditCardService.war in 118ms
15:17:43,593 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.deployment.unit."CreditCardService.war".INSTALL: org.jboss.msc.service.StartException in service jboss.deployment.unit."CreditCardService.war".INSTALL: Failed to process phase INSTALL of deployment "CreditCardService.war"

15:17:43,593 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 2) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.deployment.unit.\"CreditCardService.war\".INSTALL" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"CreditCardService.war\".INSTALL: Failed to process phase INSTALL of deployment \"CreditCardService.war\""}}}}



These error also appears when i follow the tutorial from here http://www.softwareagility.gr/index.php?q=node/21

Please help.

Thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic