• 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

Error at the deploy webservice

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To make application in eclipse with plugins for weblogic, deploy and make the eclipse, and deploy the application does work, I can consume the service.
Now when I include the project in maven deploy error occurs, the weblogic jars are declared with scope provided, so do not go along with the application for the weblogic already possesses

maven:

[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for br.com.teste:ga-business:ejb:0.0.1
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.annotation:jsr250-api:jar -> version (?) vs 1.0 @ line 207, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.ejb:ejb-api:jar -> version (?) vs 3.0 @ line 213, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: javax.inject:javax.inject:jar -> version (?) vs 1 @ line 219, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.persistence:javax.persistence:jar -> version (?) vs 2.0.2 @ line 231, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.hibernate:hibernate-validator:jar -> version (?) vs 4.2.0.Final @ line 237, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: commons-collections:commons-collections:jar -> version (?) vs 3.2.1 @ line 276, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.dbunit:dbunit:jar -> version (?) vs 2.4.8 @ line 289, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.sun.xml.bind:jaxb-impl:jar -> version 2.2.4-1 vs 2.1.2 @ line 301, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] GA
[INFO] GA CORE
[INFO] GA BUSINESS
[INFO] GA PRESENTATION
[INFO] GA EAR
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GA 0.0.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ga-parent ---
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ ga-parent >>>
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ ga-parent <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ga-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ga-parent ---
[INFO] Installing /home/evaldo/workspace/ga/pom.xml to /home/evaldo/.m2/repository/br/com/teste/ga-parent/0.0.3-SNAPSHOT/ga-parent-0.0.3-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GA CORE 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ga-core ---
[INFO] Deleting /home/evaldo/workspace/ga/ga-core/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ga-core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ga-core ---
[INFO] Compiling 82 source files to /home/evaldo/workspace/ga/ga-core/target/classes
[INFO]
[INFO] --- maven-antrun-plugin:1.3:run (default) @ ga-core ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ga-core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ga-core ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ ga-core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ ga-core ---
[INFO] Building jar: /home/evaldo/workspace/ga/ga-core/target/ga-core.jar
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:test-jar (default) @ ga-core ---
[INFO] Skipping packaging of the test-jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ ga-core >>>
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ ga-core <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ga-core ---
[INFO] Building jar: /home/evaldo/workspace/ga/ga-core/target/ga-core-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ga-core ---
[INFO] Installing /home/evaldo/workspace/ga/ga-core/target/ga-core.jar to /home/evaldo/.m2/repository/br/com/teste/ga-core/0.0.1/ga-core-0.0.1.jar
[INFO] Installing /home/evaldo/workspace/ga/ga-core/pom.xml to /home/evaldo/.m2/repository/br/com/teste/ga-core/0.0.1/ga-core-0.0.1.pom
[INFO] Installing /home/evaldo/workspace/ga/ga-core/target/ga-core-sources.jar to /home/evaldo/.m2/repository/br/com/teste/ga-core/0.0.1/ga-core-0.0.1-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GA BUSINESS 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ga-business ---
[INFO] Deleting /home/evaldo/workspace/ga/ga-business/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ga-business ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ga-business ---
[INFO] Compiling 50 source files to /home/evaldo/workspace/ga/ga-business/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ga-business ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ga-business ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ ga-business ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-ejb-plugin:2.3:ejb (default-ejb) @ ga-business ---
[INFO] Building EJB ga-business-0.0.1 with EJB version 3.0
[INFO] Building jar: /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1.jar
[INFO] Building EJB client ga-business-0.0.1-client
[INFO] Building jar: /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1-client.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ ga-business >>>
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ ga-business <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ga-business ---
[INFO] Building jar: /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ga-business ---
[INFO] Installing /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1.jar to /home/evaldo/.m2/repository/br/com/teste/ga-business/0.0.1/ga-business-0.0.1.jar
[INFO] Installing /home/evaldo/workspace/ga/ga-business/pom.xml to /home/evaldo/.m2/repository/br/com/teste/ga-business/0.0.1/ga-business-0.0.1.pom
[INFO] Installing /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1-client.jar to /home/evaldo/.m2/repository/br/com/teste/ga-business/0.0.1/ga-business-0.0.1-client.jar
[INFO] Installing /home/evaldo/workspace/ga/ga-business/target/ga-business-0.0.1-sources.jar to /home/evaldo/.m2/repository/br/com/teste/ga-business/0.0.1/ga-business-0.0.1-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GA PRESENTATION 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ga-presentation ---
[INFO] Deleting /home/evaldo/workspace/ga/ga-presentation/target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ga-presentation ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ ga-presentation ---
[INFO] Compiling 125 source files to /home/evaldo/workspace/ga/ga-presentation/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ ga-presentation ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ ga-presentation ---
[INFO] Not compiling test sources
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ ga-presentation ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-war-plugin:2.1.1:war (default-war) @ ga-presentation ---
[INFO] Packaging webapp
[INFO] Assembling webapp [ga-presentation] in [/home/evaldo/workspace/ga/ga-presentation/target/ga-presentation]
[INFO] Processing war project
[INFO] Copying webapp resources [/home/evaldo/workspace/ga/ga-presentation/src/main/webapp]
[INFO] Webapp assembled in [204 msecs]
[INFO] Building war: /home/evaldo/workspace/ga/ga-presentation/target/ga-presentation.war
[INFO] WEB-INF/web.xml already added, skipping
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ ga-presentation >>>
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ ga-presentation <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ga-presentation ---
[INFO] Building jar: /home/evaldo/workspace/ga/ga-presentation/target/ga-presentation-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ga-presentation ---
[INFO] Installing /home/evaldo/workspace/ga/ga-presentation/target/ga-presentation.war to /home/evaldo/.m2/repository/br/com/teste/ga-presentation/0.0.1/ga-presentation-0.0.1.war
[INFO] Installing /home/evaldo/workspace/ga/ga-presentation/pom.xml to /home/evaldo/.m2/repository/br/com/teste/ga-presentation/0.0.1/ga-presentation-0.0.1.pom
[INFO] Installing /home/evaldo/workspace/ga/ga-presentation/target/ga-presentation-sources.jar to /home/evaldo/.m2/repository/br/com/teste/ga-presentation/0.0.1/ga-presentation-0.0.1-sources.jar
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building GA EAR 0.0.1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ga-ear ---
[INFO] Deleting /home/evaldo/workspace/ga/ga-ear/target
[INFO]
[INFO] --- maven-ear-plugin:2.4.2:generate-application-xml (default-generate-application-xml) @ ga-ear ---
[INFO] Generating application.xml
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ ga-ear ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-ear-plugin:2.4.2:ear (default-ear) @ ga-ear ---
[INFO] Copying artifact[ejb-client:br.com.teste:ga-business:0.0.1] to[APP-INF/lib/ga-business-0.0.1-client.jar]
[INFO] Copying artifact[ejb:br.com.teste:ga-business:0.0.1] to[ga-business-0.0.1.jar]
[INFO] Copying artifact[war:br.com.teste:ga-presentation:0.0.1] to[ga-presentation.war]
[INFO] Copying artifact[jar:javax.inject:javax.inject:1] to[APP-INF/lib/javax.inject-1.jar]
[INFO] Copying artifact[jar:cglib:cglib:2.1_3] to[APP-INF/lib/cglib-2.1_3.jar]
[INFO] Copying artifact[jar:asm:asm:1.5.3] to[APP-INF/lib/asm-1.5.3.jar]
[INFO] Copying artifact[jar:com.indracompany.framework:core:1.6.2] to[APP-INF/lib/core-1.6.2.jar]
[INFO] Copying artifact[jar:com.indracompany.framework:kernel:1.6.2-20120613.124131-5] to[APP-INF/lib/kernel-1.6.2-SNAPSHOT.jar]
[INFO] Copying artifact[jar:com.indracompany.framework:kernel-jpa:1.6.2-20120613.124134-5] to[APP-INF/lib/kernel-jpa-1.6.2-SNAPSHOT.jar]
[INFO] Copying artifact[jar:commons-beanutils:commons-beanutils:1.8.3] to[APP-INF/lib/commons-beanutils-1.8.3.jar]
[INFO] Copying artifact[jar:commons-collections:commons-collections:3.2] to[APP-INF/lib/commons-collections-3.2.jar]
[INFO] Copying artifact[jar:commons-digester:commons-digester:1.8] to[APP-INF/lib/commons-digester-1.8.jar]
[INFO] Copying artifact[jar:commons-fileupload:commons-fileupload:1.2.2] to[APP-INF/lib/commons-fileupload-1.2.2.jar]
[INFO] Copying artifact[jar:commons-io:commons-io:1.4] to[APP-INF/lib/commons-io-1.4.jar]
[INFO] Copying artifact[jar:commons-lang:commons-lang:2.4] to[APP-INF/lib/commons-lang-2.4.jar]
[INFO] Copying artifact[jar:commons-logging:commons-logging:1.1] to[APP-INF/lib/commons-logging-1.1.jar]
[INFO] Copying artifact[jar:org.hibernate:hibernate-validator:4.0.2.GA] to[APP-INF/lib/hibernate-validator-4.0.2.GA.jar]
[INFO] Copying artifact[jar:javax.validation:validation-api:1.0.0.GA] to[APP-INF/lib/validation-api-1.0.0.GA.jar]
[INFO] Copying artifact[jar:org.slf4j:slf4j-api:1.6.2] to[APP-INF/lib/slf4j-api-1.6.2.jar]
[INFO] Copying artifact[jar:org.springframework:spring-core:3.0.2.RELEASE] to[APP-INF/lib/spring-core-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-asm:3.0.2.RELEASE] to[APP-INF/lib/spring-asm-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-expression:3.0.2.RELEASE] to[APP-INF/lib/spring-expression-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-tx:3.0.2.RELEASE] to[APP-INF/lib/spring-tx-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:aopalliance:aopalliance:1.0] to[APP-INF/lib/aopalliance-1.0.jar]
[INFO] Copying artifact[jar:org.springframework:spring-beans:3.0.2.RELEASE] to[APP-INF/lib/spring-beans-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-aop:3.0.2.RELEASE] to[APP-INF/lib/spring-aop-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-context:3.0.2.RELEASE] to[APP-INF/lib/spring-context-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-context-support:3.0.2.RELEASE] to[APP-INF/lib/spring-context-support-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-jdbc:3.0.2.RELEASE] to[APP-INF/lib/spring-jdbc-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-orm:3.0.2.RELEASE] to[APP-INF/lib/spring-orm-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-oxm:3.0.2.RELEASE] to[APP-INF/lib/spring-oxm-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-web:3.0.2.RELEASE] to[APP-INF/lib/spring-web-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:org.springframework:spring-jms:3.0.2.RELEASE] to[APP-INF/lib/spring-jms-3.0.2.RELEASE.jar]
[INFO] Copying artifact[jar:br.com.teste:ga-core:0.0.1] to[APP-INF/lib/ga-core.jar]
[INFO] Copying artifact[jar:sap.com:SAP_JCO:3.0] to[APP-INF/lib/SAP_JCO-3.0.jar]
[INFO] Copying artifact[jar:com.googlecode.lambdaj:lambdaj:2.3.3] to[APP-INF/lib/lambdaj-2.3.3.jar]
[INFO] Copying artifact[jar:org.hamcrest:hamcrest-all:1.1] to[APP-INF/lib/hamcrest-all-1.1.jar]
[INFO] Copying artifact[jar:org.objenesis:objenesis:1.2] to[APP-INF/lib/objenesis-1.2.jar]
[INFO] Copying artifact[jar:cglib:cglib-nodep:2.2] to[APP-INF/lib/cglib-nodep-2.2.jar]
[INFO] Copy ear sources to /home/evaldo/workspace/ga/ga-ear/target/ga
[INFO] Could not find manifest file: /home/evaldo/workspace/ga/ga-ear/target/ga/META-INF/MANIFEST.MF - Generating one
[INFO] Building jar: /home/evaldo/workspace/ga/ga-ear/target/ga.ear
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ ga-ear >>>
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ ga-ear <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ ga-ear ---
[INFO] Building jar: /home/evaldo/workspace/ga/ga-ear/target/ga-sources.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ga-ear ---
[INFO] Installing /home/evaldo/workspace/ga/ga-ear/target/ga.ear to /home/evaldo/.m2/repository/br/com/teste/ga-ear/0.0.1/ga-ear-0.0.1.ear
[INFO] Installing /home/evaldo/workspace/ga/ga-ear/pom.xml to /home/evaldo/.m2/repository/br/com/teste/ga-ear/0.0.1/ga-ear-0.0.1.pom
[INFO] Installing /home/evaldo/workspace/ga/ga-ear/target/ga-sources.jar to /home/evaldo/.m2/repository/br/com/teste/ga-ear/0.0.1/ga-ear-0.0.1-sources.jar
[INFO]
[INFO] --- weblogic-maven-plugin:10.3.4:deploy (deploy) @ ga-ear ---
The args for the deployer is: -noexit -adminurl t3://127.0.0.1:7001 -user weblogic -password ******** -deploy -name ga -source /home/evaldo/workspace/ga/ga-ear/target/ga.ear -targets GA -upload -verbose
weblogic.Deployer invoked with options: -noexit -adminurl t3://127.0.0.1:7001 -user weblogic -deploy -name ga -source /home/evaldo/workspace/ga/ga-ear/target/ga.ear -targets GA -upload -verbose
<21/05/2013 14h50min45s BRT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ga [archive: /home/evaldo/workspace/ga/ga-ear/target/ga.ear], to GA .>
Task 115 initiated: [Deployer:149026]deploy application ga on GA.
Task 115 failed: [Deployer:149026]deploy application ga on GA.
Target state: deploy failed on Server GA
java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider


Target Assignments:
+ ga GA
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] GA ................................................ SUCCESS [0.380s]
[INFO] GA CORE ........................................... SUCCESS [2.106s]
[INFO] GA BUSINESS ....................................... SUCCESS [1.689s]
[INFO] GA PRESENTATION ................................... SUCCESS [2.788s]
[INFO] GA EAR ............................................ FAILURE [10.830s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.380s
[INFO] Finished at: Tue May 21 14:50:53 BRT 2013
[INFO] Final Memory: 37M/592M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.4:deploy (deploy) on project ga-ear: weblogic.deploy.api.tools.deployer.DeployerException: Task 115 failed: [Deployer:149026]deploy application ga on GA.
[ERROR] Target state: deploy failed on Server GA
[ERROR] java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :ga-ear

An the error in the weblogic is:

<May 21, 2013 2:09:33 PM BRT> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 9 task for the application 'teste'.>
May 21, 2013 2:50:50 PM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.1.6 (SNAPSHOT 20111206) for context '/portal'
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
May 21, 2013 2:50:52 PM org.primefaces.webapp.PostConstructApplicationEventListener processEvent
INFO: Running on PrimeFaces 3.5
<May 21, 2013 2:50:53 PM BRT> <Error> <HTTP> <BEA-101216> <Servlet: "br.com.teste.webservice.Teste" failed to preload on startup in Web application: "/portal".
java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
Truncated. see log file for complete stacktrace
>
<May 21, 2013 2:50:53 PM BRT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1369158646735' for task '115'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "br.com.teste.webservice.Teste" failed to preload on startup in Web application: "/portal".
java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
'
weblogic.application.ModuleException: [HTTP:101216]Servlet: "br.com.teste.webservice.Teste" failed to preload on startup in Web application: "/portal".
java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
Truncated. see log file for complete stacktrace
Caused By: java.lang.NoClassDefFoundError: Could not initialize class weblogic.wsee.jaxws.spi.WLSProvider
at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:135)
at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:138)
at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:67)
at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
Truncated. see log file for complete stacktrace
>
<May 21, 2013 2:50:53 PM BRT> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 9 task for the application 'teste'.>


 
reply
    Bookmark Topic Watch Topic
  • New Topic