[jboss-user] [EJB 3.0] New message: "Re: Problem deploying EJB 3.0 jar to JBoss 5.0.1 GA"

Viktor Halitsyn do-not-reply at jboss.com
Mon Jan 25 09:31:05 EST 2010


User development,

A new message was posted in the thread "Problem deploying EJB 3.0 jar to JBoss 5.0.1 GA":

http://community.jboss.org/message/522076#522076

Author  : Viktor Halitsyn
Profile : http://community.jboss.org/people/vhalitsyn

Message:
--------------------------------------------------------------
Ok. We have major things solved, however I still can't deploy with initial JBoss setup. Now it complains about the EJBTiming service. I think this would be fixed in 5.1.0 But here's the stack trace  - so maybe this thread will help anyone with same problems.
 
BTW:It is so awful you cannot use inheritance in the entity classes! E.G. we cannot have @Id in the base class and have the entity successfully restored.
 
16:21:43,144 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
 
DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.ejb:persistencePolicy=database,service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
    Dependency "jboss.jdbc:datasource=DefaultDS,service=metadata" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **")
  Deployment "jboss.ejb:service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.ejb:persistencePolicy=database,service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ConnectionFactoryBinding" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=TxCM" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionPool" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=TxCM" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionPool" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.destination:name=DLQ,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.destination:name=ExpiryQueue,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging:service=JMSUserManager" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=PersistenceManager" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=PostOffice" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=ServerPeer" is missing the following dependencies:
    Dependency "jboss.messaging:service=PersistenceManager" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=JMSUserManager" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.mq:service=DestinationManager" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss:service=KeyGeneratorFactory,type=HiLo" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
 
DEPLOYMENTS IN ERROR:
  Deployment "jboss.jca:name=DefaultDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **
  Deployment "jboss.jdbc:datasource=DefaultDS,service=metadata" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **
 
16:21:43,160 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
16:21:43,191 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
16:21:43,191 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902232048)] Started in 37s:330ms
Connected to server
[2010-01-25 04:21:43,269] Artifact model-ejb:ejb: Artifact is being deployed, please wait...
[2010-01-25 04:21:43,285] Artifact SpringMVCUI:war: Artifact is being deployed, please wait...
16:21:43,332 WARN  [MainDeployer] undeploy 'file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/SpringMVCUI/target/SpringMVCUI.war' : package not deployed
16:21:43,332 INFO  [MainDeployer] deploy, url=file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/SpringMVCUI/target/SpringMVCUI.war
16:21:43,332 WARN  [MainDeployer] undeploy 'file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar' : package not deployed
16:21:43,347 INFO  [MainDeployer] deploy, url=file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar
16:21:43,785 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 7070406{vfszip:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar/}
16:21:43,785 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 7070406{vfszip:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar/}
16:21:45,379 INFO  [TomcatDeployment] deploy, ctxPath=/SpringMVCUI
16:21:45,441 INFO  [JBossASKernel] Created KernelDeployment for: model-ejb.jar
16:21:45,457 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=model-ejb.jar,name=TestTableServiceImpl,service=EJB3
16:21:45,457 INFO  [JBossASKernel]   with dependencies:
16:21:45,457 INFO  [JBossASKernel]   and demands:
16:21:45,457 INFO  [JBossASKernel]  jboss.ejb:service=EJBTimerService
16:21:45,457 INFO  [JBossASKernel]  persistence.unit:unitName=#MyCompanyEntityManager
16:21:45,457 INFO  [JBossASKernel]   and supplies:
16:21:45,457 INFO  [JBossASKernel]  jndi:TestTableServiceImpl/local-com.mycompany.ejb.local.ITestTableServiceLocal
16:21:45,457 INFO  [JBossASKernel]  Class:com.mycompany.ejb.local.ITestTableServiceLocal
16:21:45,457 INFO  [JBossASKernel]  jndi:TestTableServiceImpl/remote
16:21:45,457 INFO  [JBossASKernel]  jndi:TestTableServiceImpl/local
16:21:45,457 INFO  [JBossASKernel]  jndi:TestTableServiceImpl/remote-com.mycompany.ejb.remote.ITestTableServiceRemote
16:21:45,457 INFO  [JBossASKernel]  Class:com.mycompany.ejb.remote.ITestTableServiceRemote
16:21:45,457 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=model-ejb.jar,name=TestTableServiceImpl,service=EJB3) to KernelDeployment of: model-ejb.jar
16:21:45,597 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#MyCompanyEntityManager
16:21:45,675 INFO  [[/SpringMVCUI]] Initializing Spring FrameworkServlet 'springmvcui'
16:21:45,675 INFO  [DispatcherServlet] FrameworkServlet 'springmvcui': initialization started
16:21:45,707 INFO  [XmlWebApplicationContext] Refreshing org.springframework.web.context.support.XmlWebApplicationContext at 1952e89: display name [WebApplicationContext for namespace 'springmvcui-servlet']; startup date [Mon Jan 25 16:21:45 EET 2010]; root of context hierarchy
16:21:45,769 INFO  [Version] Hibernate Annotations 3.4.0.GA
16:21:45,832 INFO  [XmlBeanDefinitionReader] Loading XML bean definitions from ServletContext resource [/WEB-INF/springmvcui-servlet.xml]
16:21:45,832 INFO  [Environment] Hibernate 3.3.1.GA
16:21:45,847 INFO  [Environment] hibernate.properties not found
16:21:45,847 INFO  [Environment] Bytecode provider name : javassist
16:21:45,879 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
16:21:45,988 INFO  [XmlWebApplicationContext] Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext at 1952e89]: org.springframework.beans.factory.support.DefaultListableBeanFactory at 3b9b12
16:21:46,097 INFO  [DefaultListableBeanFactory] Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory at 3b9b12: defining beans [org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor]; root of factory hierarchy
16:21:46,160 INFO  [Version] Hibernate Commons Annotations 3.1.0.GA
16:21:46,191 INFO  [Version] Hibernate EntityManager 3.4.0.GA
16:21:46,285 INFO  [DispatcherServlet] FrameworkServlet 'springmvcui': initialization completed in 610 ms
[2010-01-25 04:21:46,300] Artifact SpringMVCUI:war: Artifact is deployed successfully
16:21:46,410 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
16:21:46,597 INFO  [AnnotationBinder] Binding entity from annotated class: com.mycompany.ejb.entity.TestTable
16:21:47,285 INFO  [EntityBinder] Bind entity com.mycompany.ejb.entity.TestTable on table test_table
16:21:47,441 INFO  [Version] Hibernate Validator 3.1.0.GA
16:21:47,519 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
16:21:47,675 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
16:21:47,691 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
16:21:48,566 INFO  [SettingsFactory] RDBMS: MySQL, version: 5.1.34-community
16:21:48,566 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.4 ( $Date: 2006-10-19 17:47:48 +0200 (Thu, 19 Oct 2006) $, $Revision: 5908 $ )
16:21:48,629 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQLDialect
16:21:48,644 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
16:21:48,644 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
16:21:48,676 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
16:21:48,676 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
16:21:48,676 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
16:21:48,676 INFO  [SettingsFactory] JDBC batch size: 15
16:21:48,676 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
16:21:48,691 INFO  [SettingsFactory] Scrollable result sets: enabled
16:21:48,691 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
16:21:48,691 INFO  [SettingsFactory] Connection release mode: auto
16:21:48,691 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
16:21:48,691 INFO  [SettingsFactory] Default batch fetch size: 1
16:21:48,691 INFO  [SettingsFactory] Generate SQL with comments: disabled
16:21:48,691 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
16:21:48,691 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
16:21:48,691 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
16:21:48,691 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
16:21:48,691 INFO  [SettingsFactory] Query language substitutions: {}
16:21:48,691 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
16:21:48,691 INFO  [SettingsFactory] Second-level cache: enabled
16:21:48,691 INFO  [SettingsFactory] Query cache: disabled
16:21:48,707 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
16:21:48,707 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
16:21:48,707 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
16:21:48,707 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=#MyCompanyEntityManager
16:21:48,707 INFO  [SettingsFactory] Structured second-level cache entries: disabled
16:21:48,738 INFO  [SettingsFactory] Statistics: disabled
16:21:48,738 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
16:21:48,754 INFO  [SettingsFactory] Default entity-mode: pojo
16:21:48,754 INFO  [SettingsFactory] Named query checking : enabled
16:21:49,035 INFO  [SessionFactoryImpl] building session factory
16:21:49,847 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=#MyCompanyEntityManager
16:21:49,847 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
16:21:49,863 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=#MyCompanyEntityManager
16:21:49,863 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
16:21:50,066 INFO  [SchemaExport] Running hbm2ddl schema export
16:21:50,082 INFO  [SchemaExport] exporting generated schema to database
16:21:51,285 INFO  [SchemaExport] schema export complete
16:21:51,285 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
16:21:51,348 WARN  [MainDeployer] Failed to deploy: file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
 
DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=model-ejb.jar,name=TestTableServiceImpl,service=EJB3" is missing the following dependencies:
    Dependency "<UNKNOWN jboss.j2ee:jar=model-ejb.jar,name=TestTableServiceImpl,service=EJB3>" (should be in state "Described", but is actually in state "** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **")
 
DEPLOYMENTS IN ERROR:
  Deployment "<UNKNOWN jboss.j2ee:jar=model-ejb.jar,name=TestTableServiceImpl,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService' **
 
 at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
 at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
 at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:869)
 at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:858)
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:833)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:270)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
 at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
 at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:180)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:855)
 at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:422)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
 at sun.rmi.transport.Transport$1.run(Transport.java:159)
 at java.security.AccessController.doPrivileged(Native Method)
 at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
 at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
org.jboss.deployment.DeploymentException: Failed to deploy: file:/C:/Projects/Java/Test/TestWebApp/testproject-maven-j2ee/model-ejb/target/model-ejb.jar
 at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:838)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:270)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
 at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
 at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:180)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
 at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
 at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
 at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
 at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
 at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:855)
 at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:422)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:305)
 at sun.rmi.transport.Transport$1.run(Transport.java:159)
 at java.security.AccessController.doPrivileged(Native Method)
 at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
 at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
 at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
 at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
 at java.lang.Thread.run(Thread.java:619)
Caused by: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
 
 
Where should I get all those dependencies for JBoss 5.0.1 GA?

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522076#522076




More information about the jboss-user mailing list