1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
| 17:12:22,953 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@30827366{vfszip:/D:/serveur/jboss-5.1.0.GA/server/default/deploy/GestionDeStock.jar/}
17:12:22,953 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@30827366{vfszip:/D:/serveur/jboss-5.1.0.GA/server/default/deploy/GestionDeStock.jar/}
17:12:22,953 INFO [JBossASKernel] Created KernelDeployment for: GestionDeStock.jar
17:12:22,953 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3
17:12:22,953 INFO [JBossASKernel] with dependencies:
17:12:22,953 INFO [JBossASKernel] and demands:
17:12:22,953 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
17:12:22,953 INFO [JBossASKernel] persistence.unit:unitName=#produitUnit
17:12:22,953 INFO [JBossASKernel] and supplies:
17:12:22,968 INFO [JBossASKernel] jndi:GestionDeStockBean/remote-hw.GestionDeStock
17:12:22,968 INFO [JBossASKernel] Class:hw.GestionDeStock
17:12:22,968 INFO [JBossASKernel] jndi:GestionDeStockBean/remote
17:12:22,968 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3) to KernelDeployment of: GestionDeStock.jar
17:12:22,984 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@143ba2a{name=jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
17:12:23,031 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3" is missing the following dependencies:
Dependency "<UNKNOWN jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3>" (should be in state "Described", but is actually in state "** UNRESOLVED Demands 'persistence.unit:unitName=#produitUnit' **")
Deployment "jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3_endpoint" is missing the following dependencies:
Dependency "jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3" (should be in state "Configured", but is actually in state "PreInstall")
Deployment "persistence.unit:unitName=#produitUnit" is missing the following dependencies:
Dependency "jboss.jca:name=ProduitDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=ProduitDS,service=DataSourceBinding' **")
DEPLOYMENTS IN ERROR:
Deployment "jboss.jca:name=ProduitDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=ProduitDS,service=DataSourceBinding' **
Deployment "<UNKNOWN jboss.j2ee:jar=GestionDeStock.jar,name=GestionDeStockBean,service=EJB3>" is in error due to the following reason(s): ** UNRESOLVED Demands 'persistence.unit:unitName=#produitUnit' **
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:873)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source) |
Partager