Problemas com JBoss

Java

29/05/2013


Sera que alguem poderia me indicar onde esta o erro????


11:01:39,431 INFO  [org.jboss.profileservice.management.upload.remoting.DeployHandler] invoke, payload: {DeploymentTargetID=names=[MyMySQLJBossExample.war], clientAddress=/127.0.0.1}, parameter: start
11:01:39,437 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] undeploy, ctxPath=/MyMySQLJBossExample
11:01:39,633 WARN  [org.jboss.ejb3.interceptor.InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
11:01:39,696 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] Installing container for EJB MySessionBean
11:01:39,697 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with dependencies: 
11:01:39,697 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with demands: 
11:01:39,697 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor
11:01:39,698 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean
11:01:39,698 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor
11:01:39,698 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with supplies: 
11:01:39,699 INFO  [org.jboss.ejb3.singleton.deployer.SingletonBeanJNDIBinderDeployer] Binding the following entries in JNDI for singleton bean: MySessionBean


11:01:40,070 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/MyMySQLJBossExample
11:01:40,192 WARN  [org.jboss.profileservice.management.upload.remoting.DeployHandler] Failed to complete command: [start] for deployment: names=[MyMySQLJBossExample.war]: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" is missing the following dependencies:
    Dependency "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder" is missing the following dependencies:
    Dependency "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3_endpoint" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "startup-singleton-initiator:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Create", but is actually in state "Instantiated")

DEPLOYMENTS IN ERROR:
  Deployment "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **
  Deployment "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" is in error due to the following reason(s): Instantiated

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1370) [:2.2.2.GA]
	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1316) [:2.2.2.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:968) [:2.2.2.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:82) [:6.1.0.Final]
	at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.checkComplete(ProfileControllerContext.java:138) [:0.2.2]
	at org.jboss.profileservice.plugins.deploy.actions.DeploymentStartAction.doPrepare(DeploymentStartAction.java:104) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:101) [:0.2.2]
	at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150) [:0.2.2]
	at org.jboss.profileservice.plugins.deploy.AbstractDeployHandler.startDeployments(AbstractDeployHandler.java:168) [:0.2.2]
	at org.jboss.profileservice.management.upload.remoting.DeployHandlerDelegate.startDeployments(DeployHandlerDelegate.java:74) [:6.1.0.Final]
	at org.jboss.profileservice.management.upload.remoting.DeployHandler.invoke(DeployHandler.java:156) [:6.1.0.Final]
	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:548) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234) [:6.1.0.Final]

11:01:40,473 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] undeploy, ctxPath=/MyMySQLJBossExample
11:01:40,678 WARN  [org.jboss.ejb3.interceptor.InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
11:01:40,753 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] Installing container for EJB MySessionBean
11:01:40,753 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with dependencies: 
11:01:40,753 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with demands: 
11:01:40,754 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor
11:01:40,754 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean
11:01:40,754 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor
11:01:40,755 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with supplies: 
11:01:40,756 INFO  [org.jboss.ejb3.singleton.deployer.SingletonBeanJNDIBinderDeployer] Binding the following entries in JNDI for singleton bean: MySessionBean


11:01:41,059 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/MyMySQLJBossExample
11:01:41,178 WARN  [org.jboss.profileservice.deployment.hotdeploy.HDScanner] Scan failed: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" is missing the following dependencies:
    Dependency "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder" is missing the following dependencies:
    Dependency "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3_endpoint" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "startup-singleton-initiator:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Create", but is actually in state "Instantiated")

DEPLOYMENTS IN ERROR:
  Deployment "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **
  Deployment "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" is in error due to the following reason(s): Instantiated

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1370) [:2.2.2.GA]
	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1316) [:2.2.2.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:968) [:2.2.2.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:82) [:6.1.0.Final]
	at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.checkComplete(ProfileControllerContext.java:138) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.deploy(HDScanner.java:246) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.complete(HDScanner.java:192) [:0.2.2]
	at org.jboss.profileservice.management.TwoPCActionWrapper.doComplete(TwoPCActionWrapper.java:57) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.complete(AbstractTwoPhaseModificationAction.java:74) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:95) [:0.2.2]
	at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:135) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner.scan(HDScanner.java:146) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner.run(HDScanner.java:90) [:0.2.2]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [:1.6.0_27]
	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) [:1.6.0_27]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) [:1.6.0_27]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) [:1.6.0_27]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) [:1.6.0_27]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) [:1.6.0_27]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [:1.6.0_27]
	at java.lang.Thread.run(Thread.java:679) [:1.6.0_27]

Listening for transport dt_socket at address: 8787
11:03:08,729 INFO  [org.jboss.profileservice.management.upload.remoting.DeployHandler] invoke, payload: {DeploymentTargetID=names=[MyMySQLJBossExample.war], clientAddress=/127.0.0.1}, parameter: start
11:03:08,735 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] undeploy, ctxPath=/MyMySQLJBossExample
11:03:08,960 WARN  [org.jboss.ejb3.interceptor.InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
11:03:09,021 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] Installing container for EJB MySessionBean
11:03:09,021 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with dependencies: 
11:03:09,021 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with demands: 
11:03:09,022 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor
11:03:09,022 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean
11:03:09,022 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor
11:03:09,022 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with supplies: 
11:03:09,023 INFO  [org.jboss.ejb3.singleton.deployer.SingletonBeanJNDIBinderDeployer] Binding the following entries in JNDI for singleton bean: MySessionBean


11:03:09,320 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/MyMySQLJBossExample
11:03:09,437 WARN  [org.jboss.profileservice.management.upload.remoting.DeployHandler] Failed to complete command: [start] for deployment: names=[MyMySQLJBossExample.war]: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" is missing the following dependencies:
    Dependency "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder" is missing the following dependencies:
    Dependency "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3_endpoint" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "startup-singleton-initiator:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Create", but is actually in state "Instantiated")

DEPLOYMENTS IN ERROR:
  Deployment "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **
  Deployment "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" is in error due to the following reason(s): Instantiated

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1370) [:2.2.2.GA]
	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1316) [:2.2.2.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:968) [:2.2.2.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:82) [:6.1.0.Final]
	at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.checkComplete(ProfileControllerContext.java:138) [:0.2.2]
	at org.jboss.profileservice.plugins.deploy.actions.DeploymentStartAction.doPrepare(DeploymentStartAction.java:104) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:101) [:0.2.2]
	at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150) [:0.2.2]
	at org.jboss.profileservice.plugins.deploy.AbstractDeployHandler.startDeployments(AbstractDeployHandler.java:168) [:0.2.2]
	at org.jboss.profileservice.management.upload.remoting.DeployHandlerDelegate.startDeployments(DeployHandlerDelegate.java:74) [:6.1.0.Final]
	at org.jboss.profileservice.management.upload.remoting.DeployHandler.invoke(DeployHandler.java:156) [:6.1.0.Final]
	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:967) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:791) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:744) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:548) [:6.1.0.Final]
	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:234) [:6.1.0.Final]

11:03:11,521 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] undeploy, ctxPath=/MyMySQLJBossExample
11:03:11,768 WARN  [org.jboss.ejb3.interceptor.InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
11:03:11,887 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] Installing container for EJB MySessionBean
11:03:11,888 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with dependencies: 
11:03:11,888 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with demands: 
11:03:11,888 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.interceptor.Jsr299BindingsInterceptor
11:03:11,889 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean
11:03:11,889 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] jboss-injector:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean,interceptor=org.jboss.weld.integration.ejb.SessionBeanInterceptor
11:03:11,889 INFO  [org.jboss.ejb3.singleton.deployer.SingletonContainerDeployer] with supplies: 
11:03:11,891 INFO  [org.jboss.ejb3.singleton.deployer.SingletonBeanJNDIBinderDeployer] Binding the following entries in JNDI for singleton bean: MySessionBean


11:03:12,311 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/MyMySQLJBossExample
11:03:12,455 WARN  [org.jboss.profileservice.deployment.hotdeploy.HDScanner] Scan failed: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" is missing the following dependencies:
    Dependency "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=nointerface-view-jndi-binder" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder" is missing the following dependencies:
    Dependency "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" (should be in state "Installed", but is actually in state "** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **")
  Deployment "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3_endpoint" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
  Deployment "startup-singleton-initiator:topLevelUnit=MyMySQLJBossExample.war,unit=MyMySQLJBossExample.war,bean=MySessionBean" is missing the following dependencies:
    Dependency "jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3" (should be in state "Create", but is actually in state "Instantiated")

DEPLOYMENTS IN ERROR:
  Deployment "<UNKNOWN jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3,type=singleton-bean-jndi-binder>" is in error due to the following reason(s): ** UNRESOLVED Demands 'jboss.j2ee:jar=MyMySQLJBossExample.war,name=MySessionBean,service=EJB3' **
  Deployment "interface org.jboss.ejb3.timerservice.spi.TimerServiceFactory" is in error due to the following reason(s): Instantiated

	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1370) [:2.2.2.GA]
	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1316) [:2.2.2.GA]
	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:968) [:2.2.2.GA]
	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:82) [:6.1.0.Final]
	at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.checkComplete(ProfileControllerContext.java:138) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.deploy(HDScanner.java:246) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner$HDScanAction.complete(HDScanner.java:192) [:0.2.2]
	at org.jboss.profileservice.management.TwoPCActionWrapper.doComplete(TwoPCActionWrapper.java:57) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.complete(AbstractTwoPhaseModificationAction.java:74) [:0.2.2]
	at org.jboss.profileservice.management.actions.AbstractTwoPhaseModificationAction.prepare(AbstractTwoPhaseModificationAction.java:95) [:0.2.2]
	at org.jboss.profileservice.management.ModificationSession.prepare(ModificationSession.java:87) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.internalPerfom(AbstractActionController.java:234) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.performWrite(AbstractActionController.java:213) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:150) [:0.2.2]
	at org.jboss.profileservice.management.AbstractActionController.perform(AbstractActionController.java:135) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner.scan(HDScanner.java:146) [:0.2.2]
	at org.jboss.profileservice.deployment.hotdeploy.HDScanner.run(HDScanner.java:90) [:0.2.2]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [:1.6.0_27]
	at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351) [:1.6.0_27]
	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178) [:1.6.0_27]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165) [:1.6.0_27]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267) [:1.6.0_27]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) [:1.6.0_27]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [:1.6.0_27]
	at java.lang.Thread.run(Thread.java:679) [:1.6.0_27]


tenho um mysql-ds.xml

quando eu coloco o default do Jboss hsqldb-ds.xml funciona ok, mais quando eu quero que use o meu de pau!!!

Desta forma...




<?xml version="1.0" encoding="UTF-8"?>


<datasources>
   <local-tx-datasource>
      <jndi-name>MySQLDS</jndi-name>
      <connection-url>jdbc:postgresql://localhost:5432/jboss</connection-url>
      <driver-class>org.postgresql.Driver</driver-class>
      <user-name>postgres</user-name>
      <password>alma1934</password>
      <min-pool-size>5</min-pool-size>
      <max-pool-size>20</max-pool-size>
      <idle-timeout-minutes>1</idle-timeout-minutes>
      <track-statements/>
      <prepared-statement-cache-size>32</prepared-statement-cache-size>
      <metadata>
         <type-mapping>PostgreSQL9.0</type-mapping>
      </metadata>
   </local-tx-datasource>
</datasources>

Rafael Benetti

Rafael Benetti

Curtidas 0
POSTAR