[jbosstools-issues] [JBoss JIRA] (JBIDE-13159) gwt-kitchensink fails to deploy - class not found

Radim Hopp (JIRA) jira-events at lists.jboss.org
Mon Dec 10 04:42:18 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-13159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740298#comment-12740298 ] 

Radim Hopp edited comment on JBIDE-13159 at 12/10/12 4:41 AM:
--------------------------------------------------------------

My configuration: Fedora 16 (64b), 
{noformat}$ java -version
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode){noformat}
JBT 4.0.0.CR1e
I have tried it again with clean local maven repo 
{code:title=settings.xml}<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings>
<localRepository>/home/rhopp/.m2/GWT</localRepository>
  <profiles>
    <profile>
      <id>jboss-public-repository</id>
      <repositories>
        <repository>
          <id>jboss-public-repository-group</id>
          <name>JBoss Public Maven Repository Group</name>
          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
          <layout>default</layout>
          <releases> 
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>jboss-public-repository-group</id>
          <name>JBoss Public Maven Repository Group</name>
          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  <profile>
      <id>redhat-techpreview-all-repository</id>
      <repositories>
        <repository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
			<url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
			<url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>

    <activeProfiles>
        <activeProfile>jboss-public-repository</activeProfile>
    <activeProfile>redhat-techpreview-all-repository</activeProfile>
  </activeProfiles>
</settings>
{code}

mvn package went fine (no errors)

When trying to deploy (right click on project -> run as -> run on server)
{noformat:title=Server console outuput}10:29:48,988 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA
10:29:49,596 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
10:29:49,664 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
10:29:50,743 INFO  [org.xnio] XNIO Version 3.0.3.GA
10:29:50,745 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
10:29:50,755 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
10:29:50,764 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
10:29:50,798 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
10:29:50,804 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
10:29:50,841 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
10:29:50,850 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
10:29:50,872 INFO  [org.jboss.as.connector] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
10:29:50,881 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
10:29:50,897 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
10:29:50,933 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
10:29:50,950 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
10:29:50,954 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final
10:29:50,958 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
10:29:51,021 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
10:29:51,216 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-8) JBoss Web Services - Stack CXF Server 4.0.2.GA
10:29:51,303 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
10:29:51,789 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
10:29:51,790 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on localhost/127.0.0.1:4447
10:29:51,793 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /home/rhopp/Runtimes/jboss-as-7.1.1.Final-clean/standalone/deployments
10:29:51,804 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found jboss-as-kitchensink-errai.war in deployment directory. To trigger deployment create a file called jboss-as-kitchensink-errai.war.dodeploy
10:29:51,909 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
10:29:51,947 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jboss-as-kitchensink-errai.war"
10:29:53,501 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for primary
10:29:54,202 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.jboss-as-kitchensink-errai.war" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.
10:29:54,204 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.jboss-as-kitchensink-errai.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
10:29:54,260 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment jboss-as-kitchensink-errai.war
10:29:54,428 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016005: Starting Services for CDI deployment: jboss-as-kitchensink-errai.war
10:29:54,457 INFO  [org.jboss.weld.Version] (MSC service thread 1-7) WELD-000900 1.1.5 (AS71)
10:29:54,484 INFO  [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011402: Starting Persistence Unit Service 'jboss-as-kitchensink-errai.war#primary'
10:29:54,587 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-5) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
10:29:54,593 INFO  [org.hibernate.Version] (MSC service thread 1-5) HHH000412: Hibernate Core {4.0.1.Final}
10:29:54,595 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH000206: hibernate.properties not found
10:29:54,596 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH000021: Bytecode provider name : javassist
10:29:54,611 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-5) HHH000204: Processing PersistenceUnitInfo [
	name: primary
	...]
10:29:54,619 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_24]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_24]
	at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/home/rhopp/Runtimes/jboss-as-7.1.1.Final-clean/standalone/deployments/jboss-as-kitchensink-errai.war/WEB-INF/classes/
	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
	at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
	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]
	... 3 more
Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
	at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
	at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
	... 9 more
Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-as-kitchensink-errai.war:main" from Service Module Loader]
	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
	... 11 more

10:29:54,631 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
10:29:54,632 ERROR [org.jboss.as] (MSC service thread 1-3) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6073ms - Started 169 of 271 services (25 services failed or missing dependencies, 76 services are passive or on-demand)
10:29:54,835 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "jboss-as-kitchensink-errai.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\": Failed to start service"}}
10:29:54,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment jboss-as-kitchensink-errai.war in 28ms
10:29:54,864 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service

10:29:54,866 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\": Failed to start service"}}}}
{noformat}

Installed features:
{noformat}
*** Features:
com.google.gdt.eclipse.suite.e42.feature (3.1.0.v201208080121-rel-r42) "Google Suite Plugin"
org.eclipse.cvs (1.3.200.v20120525-1249-7B79FJJAkF7BF7VEH5IAJT) "Eclipse CVS Client"
org.eclipse.datatools.common.doc.user (1.10.1.v201208161415-26-311A16321A3557) "Data Tools Platform User Documentation"
org.eclipse.datatools.connectivity.doc.user (1.10.1.v201208161415-37D-7733L3D753L7BBF) "Data Tools Platform Connectivity User Documentation"
org.eclipse.datatools.connectivity.feature (1.10.1.v201208161415-7C7h94Et1axpCXkXlTa6fgHd9vA) "Data Tools Platform Connectivity Plug-in"
org.eclipse.datatools.connectivity.oda.designer.core.feature (1.10.1.v201208161415-7B7C7NCcNBGUBnIZDaUY) "DTP ODA Designer UI Framework Plug-in"
org.eclipse.datatools.connectivity.oda.designer.feature (1.10.1.v201208161415-4127w312312232267) "DTP ODA Designer UI Framework Plug-in"
org.eclipse.datatools.connectivity.oda.feature (1.10.1.v201208161415-7H7C7TCcNBHLCnH_EYOb) "DTP Open Data Access"
org.eclipse.datatools.doc.user (1.10.1.v201208161415-47C08w95FFAK89FHEC7) "Data Tool Platform User Documentation"
org.eclipse.datatools.enablement.apache.derby.feature (1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ) "High-level Sybase Enablement Plug-in"
org.eclipse.datatools.enablement.feature (1.10.1.v201208161415-7J9Q7FBWxeNcZB5LWgyhH7patz0v) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.hsqldb.feature (1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.ibm.feature (1.10.1.v201208161415-7F47WFC7sRdqScnobkd4) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.ingres.feature (1.10.1.v201208161415-540AkF78Z7UCRAQDB) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.jdbc.feature (1.10.1.v201208161415-4-29oB5895RAE8HHP) "High-level Sybase Enablement Plug-in"
org.eclipse.datatools.enablement.jdt.feature (1.10.1.v201208161415-2-07w312218332612) "Data Tools Platform Connectivity JDT Extension Plug-in"
org.eclipse.datatools.enablement.msft.feature (1.10.1.v201208161415-544AkF7AL7MDMAQ8O) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.mysql.feature (1.10.1.v201208161415-5477AkF7AK7_AMENEA) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.oda.designer.feature (1.10.1.v201208161415-3368s7356485C59AB) "Eclipse Data Tools Platform XML ODA Designer"
org.eclipse.datatools.enablement.oda.feature (1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX) "Eclipse Data Tools Platform XML ODA Runtime Driver"
org.eclipse.datatools.enablement.oracle.feature (1.10.1.v201208161415-548fAkF7AL7RBJANAI) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.postgresql.feature (1.10.1.v201208161415-553AkF7AK8PCRBQBP) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.sap.feature (1.10.1.v201208161415-540AkF7AJ7YEJBU7S) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.sqlite.feature (1.10.1.v201208161415-542AkF7AJ7SAKAPBF) "Eclipse Data Tools Platform Enablement"
org.eclipse.datatools.enablement.sybase.feature (1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6) "High-level Sybase Enablement Plug-in"
org.eclipse.datatools.intro (1.10.1.v201208161415-26-7w312116392911) "Eclipse Data Tools Platform Intro Plug-in"
org.eclipse.datatools.modelbase.feature (1.10.1.v201208161415-7707FCcNBHLCgLUEdUb) "Eclipse Data Tools Platform SQLModel Plug-in"
org.eclipse.datatools.sqldevtools.ddlgen.feature (1.10.1.v201208161415-7A-78F7RZHQTIyWmM1_s) "Eclipse Data Tools Platform FE UI Plug-in"
org.eclipse.datatools.sqldevtools.feature (1.10.1.v201208161415-7N8B7JFDsn5iz-Aex68NyGpC_AgL) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in"
org.eclipse.datatools.sqldevtools.parsers.feature (1.10.1.v201208161415-623BgJ9EE9ZJRDZLA) "Eclipse Data Tools Platform SQL Parser Plugin"
org.eclipse.datatools.sqltools.doc.user (1.10.1.v201208161415-37D-7733L3D753L7BBF) "Data Tools Platform SQL Tools User Documentation"
org.eclipse.draw2d (3.8.1.201208200205) "Graphical Editing Framework Draw2d"
org.eclipse.draw2d.sdk (3.8.1.201208200205) "Graphical Editing Framework Draw2d"
org.eclipse.emf (2.8.1.v20120917-0436) "EMF - Eclipse Modeling Framework Runtime and Tools"
org.eclipse.emf.codegen (2.8.0.v20120917-0436) "EMF Code Generation"
org.eclipse.emf.codegen.ecore (2.8.1.v20120917-0436) "EMF Ecore Code Generator"
org.eclipse.emf.codegen.ecore.ui (2.8.0.v20120917-0436) "EMF Ecore Code Generator UI"
org.eclipse.emf.codegen.ui (2.7.0.v20120917-0436) "EMF Code Generation UI"
org.eclipse.emf.common (2.8.0.v20120911-0500) "EMF Common"
org.eclipse.emf.common.ui (2.7.0.v20120917-0436) "EMF Common UI"
org.eclipse.emf.converter (2.8.0.v20120917-0436) "EMF Model Converter"
org.eclipse.emf.databinding (1.2.0.v20120917-0436) "EMF Data Binding"
org.eclipse.emf.databinding.edit (1.2.0.v20120917-0436) "EMF Edit Data Binding"
org.eclipse.emf.ecore (2.8.1.v20120911-0500) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.8.0.v20120917-0436) "EMF Ecore Edit"
org.eclipse.emf.ecore.editor (2.8.0.v20120917-0436) "EMF Sample Ecore Editor"
org.eclipse.emf.edit (2.8.0.v20120917-0436) "EMF Edit"
org.eclipse.emf.edit.ui (2.8.0.v20120917-0436) "EMF Edit UI"
org.eclipse.emf.mapping (2.7.0.v20120917-0436) "EMF Mapping"
org.eclipse.emf.mapping.ecore (2.7.0.v20120917-0436) "EMF Ecore Mapping"
org.eclipse.emf.mapping.ecore.editor (2.7.0.v20120917-0436) "EMF Ecore Mapping Editor"
org.eclipse.emf.mapping.ui (2.7.0.v20120917-0436) "EMF Mapping UI"
org.eclipse.epp.mpc (1.1.1.I20110907-0947) "Marketplace Client"
org.eclipse.epp.package.jee.feature (1.5.1.20120917-1257) "Java EE IDE"
org.eclipse.gef (3.8.1.201208200205) "Graphical Editing Framework GEF"
org.eclipse.gef.all (3.8.1.201208200205) "Graphical Editing Framework GEF"
org.eclipse.gef.examples (3.8.1.201208200205) "Graphical Editing Framework Logic Editor Example"
org.eclipse.gef.sdk (3.8.1.201208200205) "Graphical Editing Framework GEF"
org.eclipse.help (1.4.1.v20120726-051048-8R7xFOUFLWUl7MoSKV_RBXl27) "Help System Base"
org.eclipse.jdt (3.8.1.v20120814-104540-8-8nFqpFNOfwKDRVz-tXOcL5d_83) "Eclipse Java Development Tools"
org.eclipse.jpt.common.eclipselink.feature (1.2.1.v201208222210-3318s73573J777753) "Dali Java Persistence Tools - EclipseLink Common"
org.eclipse.jpt.common.feature (1.2.1.v201208222210-663AkF7BF7cFFFFB7) "Dali Java Persistence Tools - Common"
org.eclipse.jpt.dbws.eclipselink.feature (1.1.101.v201208222210-797EBlCcNBHLCmHaH0KIFD7) "Dali Java Persistence Tools - EclipseLink DBWS Support"
org.eclipse.jpt.jaxb.eclipselink.feature (1.3.1.v201208222210-777B3BgJ9EJ9kHPH6EA763) "Dali Java Persistence Tools - EclipseLink MOXy (JAXB) Support"
org.eclipse.jpt.jaxb.feature (1.2.1.v201208222210-56ABAkF7BF7cFFFFB7) "Dali Java Persistence Tools - JAXB Support"
org.eclipse.jpt.jpa.eclipselink.feature (3.2.1.v201208222210-7M7J78F7RZHQYJAQsS4SVFD7) "Dali Java Persistence Tools - EclipseLink JPA Support"
org.eclipse.jpt.jpa.feature (3.2.1.v201208222210-7S7K8gFBBoPapQieUcW_TFD7) "Dali Java Persistence Tools - JPA Support"
org.eclipse.jst.common.fproj.enablement.jdt (3.4.0.v201108231500-377DG8s73543J5H6D66) "Eclipse Faceted Project Framework JDT Enablement"
org.eclipse.jst.enterprise_ui.feature (3.4.0.v201107072300-7b7JIM0FSK2WM1PS9Ar7AKUz0TrWn) "Eclipse Java EE Developer Tools"
org.eclipse.jst.ws.axis2tools.feature (1.1.200.v201103022333-78-FF0DZRDKDDePSKwHj) "Axis2 Tools"
org.eclipse.jst.ws.cxf.feature (1.1.0.v201201312103-7H79FHxFAKlbotH5e9l3vAA6MBG) "CXF Web Services Core"
org.eclipse.jst.ws.jaxws.feature (1.2.0.v201204151854-7E7AF70F8NcJS_KqT5TpXq) "JAX-WS Tools Core"
org.eclipse.m2e.feature (1.2.0.20120903-1050) "Maven Integration for Eclipse"
org.eclipse.m2e.wtp.feature (0.16.0.20120914-0945) "Maven Integration for Eclipse WTP (Incubation)"
org.eclipse.mylyn_feature (3.8.2.v20120916-1200) "Mylyn Tasks"
org.eclipse.mylyn.bugzilla_feature (3.8.2.v20120916-1200) "Mylyn Tasks"
org.eclipse.mylyn.commons (3.8.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.commons.identity (1.0.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.commons.notifications (1.0.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.commons.repositories (1.0.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.context_feature (3.8.2.v20120916-1200) "Mylyn Context"
org.eclipse.mylyn.discovery (3.8.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.ide_feature (3.8.2.v20120916-1200) "Mylyn Context"
org.eclipse.mylyn.java_feature (3.8.2.v20120916-1200) "Mylyn Context"
org.eclipse.mylyn.monitor (3.8.2.v20120916-1200) "Mylyn Commons"
org.eclipse.mylyn.tasks.ide (3.8.2.v20120916-1200) "Mylyn Tasks"
org.eclipse.mylyn.team_feature (3.8.2.v20120916-1200) "Mylyn Context"
org.eclipse.mylyn.wikitext_feature (1.7.2.v20120916-1200) "Mylyn WikiText"
org.eclipse.pde (3.8.1.v20120814-104528-7c7vFixFFt6Zr5aC6KM6LGWSd) "PDE"
org.eclipse.platform (4.2.1.v20120814-120134-9JF7BHVGFyMveli1uX6aTH0q-eAap6PAgOP5mO) "Eclipse Platform"
org.eclipse.rcp (4.2.1.v20120814-120134-7IAPA8BrHQicS-rjP0GbqK780kMy) "Eclipse RCP"
org.eclipse.rse (3.4.1.201209191030-7L7IFBY83omx__z0RFpKdWB-r5MS) "Remote System Explorer End-User Runtime"
org.eclipse.rse.core (3.4.1.201209191030-7a7NFm27sResTNgNeS4R) "RSE Core"
org.eclipse.rse.dstore (3.4.1.201209191030-7L79FYz7VFNVGMOMNFcF) "RSE DStore Services"
org.eclipse.rse.ftp (3.1.0.201209191030-782FBV8377A6N8PB6J84) "RSE FTP Service"
org.eclipse.rse.local (2.1.400.201209191030-7B4FSg7J9EJ9rErE9O9) "RSE Local Services"
org.eclipse.rse.ssh (3.0.400.201209191030-7A4FEc7F7BF7gBgB7J7) "RSE SSH Services"
org.eclipse.rse.telnet (2.3.0.201209191030-775FD3879AE8YB_E8OA4) "RSE Telnet Service"
org.eclipse.rse.terminals (1.2.1.201209191030-773Ep7H8AG8_DZK9Q9252) "RSE Terminals UI"
org.eclipse.rse.useractions (1.1.400.201209191030-31FBV773573L5L5393) "Remote System Explorer User Actions"
org.eclipse.swtbot (2.0.5.20111003_1754-3676ac8-dev-e36) "SWTBot Eclipse UI Plug-in (incubation)"
org.eclipse.swtbot.eclipse (2.0.5.20111003_1754-3676ac8-dev-e36) "SWTBot Eclipse UI Plug-in (incubation)"
org.eclipse.swtbot.eclipse.gef (2.0.5.20111003_1754-3676ac8-dev-e36) "SWTBot Eclipse UI Plug-in (incubation)"
org.eclipse.swtbot.forms (2.0.5.20111003_1754-3676ac8-dev-e36) "SWTBot Eclipse UI Plug-in (incubation)"
org.eclipse.swtbot.ide (2.0.5.20111003_1754-3676ac8-dev-e36) "SWTBot Eclipse UI Plug-in (incubation)"
org.eclipse.tm.terminal (3.2.1.201209191030-41031231A2A2141) "Target Management Terminal Widget"
org.eclipse.tm.terminal.ssh (2.1.100.201209191030-308Z31231A2A2141) "Target Management Terminal SSH Connector"
org.eclipse.tm.terminal.telnet (2.1.100.201209191030-308Z31231A2A2141) "Target Management Terminal Telnet Connector"
org.eclipse.tm.terminal.view (2.3.0.201209191030-32-31231A2A2141) "Target Management Terminal View"
org.eclipse.wst.common.fproj (3.4.0.v201202292300-377F8N8s735555393B7B) "Eclipse Faceted Project Framework"
org.eclipse.wst.jsdt.feature (1.4.1.v201208171701-7H7DFg0FC7sReqSyfqesWi) "Eclipse JavaScript Development Tools"
org.eclipse.wst.web_ui.feature (3.4.1.v201208170345-7O7MFsPEMkBJz0wtb-ccsarPSceUIHO9iKk6XVPV) "Eclipse Web Developer Tools"
org.eclipse.wst.xml_ui.feature (3.4.1.v201208170345-7H7GFeFDxumUpsw5rgjWnKDrsz0p4ymwjQz00T2S) "Eclipse XML Editors and Tools"
org.eclipse.wst.xml.xpath2.processor.feature (2.0.100.v201203131922-7A7K0CcNBGPCTJ_FUOb) "Eclipse XPath 2 Developers Tools"
org.eclipse.wst.xsl.feature (1.3.100.v201111021744-7T7ZFUaFIqUoJuvaKoCpQDKaGVPc) "Eclipse XSL Developer Tools"
org.eclipse.zest (1.4.1.201208200205) "Graphical Editing Framework Zest Core"
org.hibernate.eclipse.feature (3.6.0.Final-v20121205-1936-B77) "Hibernate Tools"
org.jboss.ide.eclipse.archives.feature (3.4.0.Final-v20121205-2029-B41) "JBoss Archives Tools"
org.jboss.ide.eclipse.as.archives.integration.feature (2.4.0.Final-v20121205-2029-B41) "JBossAS Tools Server / Compression Integration"
org.jboss.ide.eclipse.as.feature (2.4.0.Final-v20121205-2029-B41) "JBossAS Tools"
org.jboss.ide.eclipse.as.jmx.integration.feature (2.4.0.Final-v20121205-2029-B41) "JBossAS Tools Server / JMX Integration"
org.jboss.ide.eclipse.as.server.rse.integration.feature (2.4.0.Final-v20121205-2029-B41) "JBossAS Tools Server / Remote Systems Integration"
org.jboss.ide.eclipse.freemarker.feature (1.3.0.Final-v20121205-1934-B70) "FreeMarker IDE"
org.jboss.tools.central.feature (1.1.0.Final-v20121206-0227-B96) "JBoss Central"
org.jboss.tools.common.jdt.feature (3.4.0.Final-v20121206-1757-B38) "JBoss Tools Launching Support"
org.jboss.tools.community.project.examples.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Tools Community Project Examples"
org.jboss.tools.forge.feature (1.1.0.Final-v20121205-1934-B69) "Forge Tools"
org.jboss.tools.jmx.feature (1.4.0.Final-v20121205-2029-B41) "JMX Console"
org.jboss.tools.maven.cdi.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven CDI Configurator"
org.jboss.tools.maven.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Integration"
org.jboss.tools.maven.hibernate.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Hibernate Configurator"
org.jboss.tools.maven.jaxrs.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven JAX-RS Configurator"
org.jboss.tools.maven.jbosspackaging.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Packaging Maven Configurator"
org.jboss.tools.maven.jdt.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven JDT Configurator"
org.jboss.tools.maven.jpa.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven JPA Configurator"
org.jboss.tools.maven.jsf.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven JSF Configurator"
org.jboss.tools.maven.portlet.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Portlet Configurator"
org.jboss.tools.maven.profiles.feature (1.4.0.Final-v20121206-0227-B96) "Maven Profiles Management UI"
org.jboss.tools.maven.project.examples.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Project Examples"
org.jboss.tools.maven.seam.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Seam Configurator"
org.jboss.tools.maven.sourcelookup.feature (1.4.0.Final-v20121206-0227-B96) "JBoss Maven Source Lookup"
org.jboss.tools.openshift.express.feature (2.4.0.Final-v20121205-2147-B97) "OpenShift UI"
org.jboss.tools.portlet.feature (1.4.0.Final-v20121206-0200-B86) "JBoss Portlet"
org.jboss.tools.project.examples.feature (1.4.0.Final-v20121206-0227-B96) "Project Examples"
org.jboss.tools.richfaces.feature (3.4.0.Final-v20121205-2220-B66) "JBoss Tools RichFaces"
org.jboss.tools.runtime.core.feature (2.0.0.Final-v20121206-1757-B38) "JBoss Runtime Detection"
org.jboss.tools.runtime.seam.detector.feature (3.4.0.Final-v20121205-2220-B66) "JBoss Runtime Seam Detector"
org.jboss.tools.seam.feature (3.4.0.Final-v20121205-2220-B66) "Seam Tools"
org.jboss.tools.ws.feature (1.4.0.Final-v20121205-2151-B95) "JBoss WebServices Tools"
org.sonatype.m2e.mavenarchiver.feature (0.15.0.201207090125-signed-201209140800) "m2e connector for the mavenarchiver and pom properties"
{noformat}
                
      was (Author: rhopp):
    My configuration: Fedora 16 (64b), 
{noformat}$ java -version
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode){noformat}
JBT 4.0.0.CR1e
I have tried it again with clean local maven repo 
{code:title=settings.xml}<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<settings>
<localRepository>/home/rhopp/.m2/GWT</localRepository>
  <profiles>
    <profile>
      <id>jboss-public-repository</id>
      <repositories>
        <repository>
          <id>jboss-public-repository-group</id>
          <name>JBoss Public Maven Repository Group</name>
          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
          <layout>default</layout>
          <releases> 
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>jboss-public-repository-group</id>
          <name>JBoss Public Maven Repository Group</name>
          <url>https://repository.jboss.org/nexus/content/groups/public/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  <profile>
      <id>redhat-techpreview-all-repository</id>
      <repositories>
        <repository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
			<url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>redhat-techpreview-all-repository</id>
          <name>Red Hat Tech Preview repository (all)</name>
			<url>http://maven.repository.redhat.com/techpreview/all/</url>
          <layout>default</layout>
          <releases>
            <enabled>true</enabled>
            <updatePolicy>never</updatePolicy>
          </releases>
          <snapshots>
            <enabled>false</enabled>
            <updatePolicy>never</updatePolicy>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>

    <activeProfiles>
        <activeProfile>jboss-public-repository</activeProfile>
    <activeProfile>redhat-techpreview-all-repository</activeProfile>
  </activeProfiles>
</settings>
{code}

mvn package went fine (no errors)

When trying to deploy (right click on project -> run as -> run on server)
{noformat:title=Server console outuput}10:29:48,988 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA
10:29:49,596 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA
10:29:49,664 INFO  [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
10:29:50,743 INFO  [org.xnio] XNIO Version 3.0.3.GA
10:29:50,745 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
10:29:50,755 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
10:29:50,764 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
10:29:50,798 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
10:29:50,804 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
10:29:50,841 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
10:29:50,850 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
10:29:50,872 INFO  [org.jboss.as.connector] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
10:29:50,881 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
10:29:50,897 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
10:29:50,933 INFO  [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
10:29:50,950 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
10:29:50,954 INFO  [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final
10:29:50,958 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
10:29:51,021 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
10:29:51,216 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-8) JBoss Web Services - Stack CXF Server 4.0.2.GA
10:29:51,303 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http-localhost-127.0.0.1-8080
10:29:51,789 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.0.0.1:9999
10:29:51,790 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on localhost/127.0.0.1:4447
10:29:51,793 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /home/rhopp/Runtimes/jboss-as-7.1.1.Final-clean/standalone/deployments
10:29:51,804 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found jboss-as-kitchensink-errai.war in deployment directory. To trigger deployment create a file called jboss-as-kitchensink-errai.war.dodeploy
10:29:51,909 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
10:29:51,947 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jboss-as-kitchensink-errai.war"
10:29:53,501 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for primary
10:29:54,202 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.jboss-as-kitchensink-errai.war" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.
10:29:54,204 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) JBAS018567: Deployment "deployment.jboss-as-kitchensink-errai.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
10:29:54,260 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment jboss-as-kitchensink-errai.war
10:29:54,428 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) JBAS016005: Starting Services for CDI deployment: jboss-as-kitchensink-errai.war
10:29:54,457 INFO  [org.jboss.weld.Version] (MSC service thread 1-7) WELD-000900 1.1.5 (AS71)
10:29:54,484 INFO  [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011402: Starting Persistence Unit Service 'jboss-as-kitchensink-errai.war#primary'
10:29:54,587 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-5) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
10:29:54,593 INFO  [org.hibernate.Version] (MSC service thread 1-5) HHH000412: Hibernate Core {4.0.1.Final}
10:29:54,595 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH000206: hibernate.properties not found
10:29:54,596 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-5) HHH000021: Bytecode provider name : javassist
10:29:54,611 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-5) HHH000204: Processing PersistenceUnitInfo [
	name: primary
	...]
10:29:54,619 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service
	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_24]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_24]
	at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/home/rhopp/Runtimes/jboss-as-7.1.1.Final-clean/standalone/deployments/jboss-as-kitchensink-errai.war/WEB-INF/classes/
	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
	at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
	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]
	... 3 more
Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
	at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
	at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
	... 9 more
Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-as-kitchensink-errai.war:main" from Service Module Loader]
	at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) [jboss-modules.jar:1.1.1.GA]
	at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
	... 11 more

10:29:54,631 INFO  [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
10:29:54,632 ERROR [org.jboss.as] (MSC service thread 1-3) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 6073ms - Started 169 of 271 services (25 services failed or missing dependencies, 76 services are passive or on-demand)
10:29:54,835 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "jboss-as-kitchensink-errai.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\": Failed to start service"}}
10:29:54,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment jboss-as-kitchensink-errai.war in 28ms
10:29:54,864 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
JBAS014777:   Services which failed to start:      service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service

10:29:54,866 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-kitchensink-errai.war#primary\": Failed to start service"}}}}
{noformat}
                  
> gwt-kitchensink fails to deploy - class not found
> -------------------------------------------------
>
>                 Key: JBIDE-13159
>                 URL: https://issues.jboss.org/browse/JBIDE-13159
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: GWT, maven
>    Affects Versions: 4.0.0.CR1
>         Environment: JBDS 6.0.0.CR1a B133
> JBT 4.0.0.CR1a B97
> OS X 10.8.2
> Oracle Java 1.7
>            Reporter: Martin Malina
>            Assignee: Fred Bricon
>             Fix For: 4.0.0.Final
>
>
> When you try to deploy the gwt project from Central, it fails to deploy with the following error:
> {code}
> 15:27:18,698 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found jboss-gwt-webapp.war in deployment directory. To trigger deployment create a file called jboss-gwt-webapp.war.dodeploy
> 15:27:18,713 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "jboss-gwt-webapp.war"
> 15:27:20,830 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011401: Read persistence.xml for primary
> 15:27:20,978 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jboss-gwt-webapp.war" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.
> 15:27:20,979 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.jboss-gwt-webapp.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
> 15:27:21,021 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment jboss-gwt-webapp.war
> 15:27:21,301 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: jboss-gwt-webapp.war
> 15:27:21,332 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900 1.1.5 (AS71)
> 15:27:21,364 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011402: Starting Persistence Unit Service 'jboss-gwt-webapp.war#primary'
> 15:27:21,461 INFO  [org.hibernate.annotations.common.Version] (MSC service thread 1-1) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
> 15:27:21,467 INFO  [org.hibernate.Version] (MSC service thread 1-1) HHH000412: Hibernate Core {4.0.1.Final}
> 15:27:21,469 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-1) HHH000206: hibernate.properties not found
> 15:27:21,473 INFO  [org.hibernate.cfg.Environment] (MSC service thread 1-1) HHH000021: Bytecode provider name : javassist
> 15:27:21,490 INFO  [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-1) HHH000204: Processing PersistenceUnitInfo [
> 	name: primary
> 	...]
> 15:27:21,499 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.persistenceunit."jboss-gwt-webapp.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-gwt-webapp.war#primary": Failed to start service
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_07]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_07]
> 	at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_07]
> Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/Users/rasp/jbossqa/runtimes/jboss-as-7.1.1.Final/standalone/deployments/jboss-gwt-webapp.war/WEB-INF/classes/
> 	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
> 	at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
> 	at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
> 	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
> 	at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
> 	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]
> 	... 3 more
> Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
> 	at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
> 	at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
> 	at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
> 	... 9 more
> Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-gwt-webapp.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.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
> 	... 11 more
> 15:27:21,714 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "jboss-gwt-webapp.war" was rolled back with failure message {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-gwt-webapp.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-gwt-webapp.war#primary\": Failed to start service"}}
> 15:27:21,742 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment jboss-gwt-webapp.war in 27ms
> 15:27:21,743 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) JBAS014774: Service status report
> JBAS014777:   Services which failed to start:      service jboss.persistenceunit."jboss-gwt-webapp.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-gwt-webapp.war#primary": Failed to start service
> 15:27:21,745 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-gwt-webapp.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-gwt-webapp.war#primary\": Failed to start service"}}}}
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list