[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

HappyNewYear do-not-reply at jboss.com
Sun Mar 30 20:53:38 EDT 2008


Here it is. I also emailed you (at andrew.rubinger at jboss.org) my code and persistence.xml.


  | ===============================================================================
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: C:\jboss-4.2.2.GA
  | 
  |   JAVA: C:\Sun\SDK\jdk\bin\java
  | 
  |   JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -Dsun.rmi.dgc.cli
  | ent.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
  | 
  |   CLASSPATH: C:\Sun\SDK\jdk\lib\tools.jar;C:\jboss-4.2.2.GA\bin\run.jar
  | 
  | ===============================================================================
  | 
  | 19:27:54,778 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 19:27:54,778 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=
  | JBoss_4_2_2_GA date=200710221139)
  | 19:27:54,778 INFO  [Server] Home Dir: C:\jboss-4.2.2.GA
  | 19:27:54,778 INFO  [Server] Home URL: file:/C:/jboss-4.2.2.GA/
  | 19:27:54,778 INFO  [Server] Patch URL: null
  | 19:27:54,778 INFO  [Server] Server Name: default
  | 19:27:54,778 INFO  [Server] Server Home Dir: C:\jboss-4.2.2.GA\server\default
  | 19:27:54,778 INFO  [Server] Server Home URL: file:/C:/jboss-4.2.2.GA/server/defa
  | ult/
  | 19:27:54,778 INFO  [Server] Server Log Dir: C:\jboss-4.2.2.GA\server\default\log
  | 
  | 19:27:54,778 INFO  [Server] Server Temp Dir: C:\jboss-4.2.2.GA\server\default\tm
  | p
  | 19:27:54,778 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 19:27:55,091 INFO  [ServerInfo] Java version: 1.6.0,Sun Microsystems Inc.
  | 19:27:55,091 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.6.0-b105,S
  | un Microsystems Inc.
  | 19:27:55,107 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
  | 19:27:55,732 INFO  [Server] Core system initialized
  | 19:27:58,591 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083
  | /
  | 19:27:58,591 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour
  | ce:jboss-log4j.xml
  | 19:27:59,138 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA
  | version) - JBoss Inc.
  | 19:27:59,138 INFO  [TransactionManagerService] Setting up property manager MBean
  |  and JMX layer
  | 19:27:59,388 INFO  [TransactionManagerService] Starting recovery manager
  | 19:27:59,482 INFO  [TransactionManagerService] Recovery manager started
  | 19:27:59,482 INFO  [TransactionManagerService] Binding TransactionManager JNDI R
  | eference
  | 19:28:02,700 INFO  [EJB3Deployer] Starting java:comp multiplexer
  | 19:28:03,044 INFO  [STDOUT] no object for null
  | 19:28:03,044 INFO  [STDOUT] no object for null
  | 19:28:03,060 INFO  [STDOUT] no object for null
  | 19:28:03,075 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
  | 19:28:03,091 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
  | 19:28:05,685 INFO  [NativeServerConfig] JBoss Web Services - Native
  | 19:28:05,685 INFO  [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=20071021
  | 0837)
  | 19:28:06,638 INFO  [Embedded] Catalina naming disabled
  | 19:28:06,778 INFO  [AprLifecycleListener] The Apache Tomcat Native library which
  |  allows optimal performance in production environments was not found on the java
  | .library.path: C:\Sun\SDK\jdk\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;
  | C:\WINDOWS;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\INDIGO~1\perl\bin
  | ;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\QuickT
  | ime\QTSystem\;C:\Sun\SDK\jdk\bin;C:\Program Files\apache-ant-1.7.0\bin;C:\PRISM
  | WORKSPACE\PrismMW\lib;C:\Program Files\AspectJ\bin;C:\Program Files\AspectJ\lib\
  | aspectjrt.jar;C:\Program Files\Common Files\Adobe\AGL;C:\PROGRA~1\ADDINS~1\XLSTA
  | T~1;C:\indigoperl\perl\bin;C:\xmlbeans-2.3.0\bin;C:\shiftone-jrat-0.71b.zip;C:\j
  | boss-4.2.2.GA;C:\jboss-4.2.2.GA\bin;ORACLE_HOME;ORACLE_SID;C:\oraclexe\app\oracl
  | e\product\10.2.0\server\jdbc\lib;C:\Sun\SDK\bin;C:\Program Files\Pinnacle\Shared
  |  Files;C:\Program Files\Pinnacle\Shared Files\Filter
  | 19:28:07,122 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0
  | .1-8080
  | 19:28:07,122 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-80
  | 09
  | 19:28:07,122 INFO  [Catalina] Initialization processed in 495 ms
  | 19:28:07,138 INFO  [StandardService] Starting service jboss.web
  | 19:28:07,138 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
  | 19:28:07,310 INFO  [Catalina] Server startup in 172 ms
  | 19:28:07,388 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-w
  | eb.deployer/ROOT.war/
  | 19:28:08,107 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/
  | http-invoker.sar/invoker.war/
  | 19:28:08,232 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/
  | jbossws.sar/jbossws-context.war/
  | 19:28:08,544 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../
  | deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
  | 19:28:09,732 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep
  | loy/management/console-mgr.sar/web-console.war/
  | 19:28:10,294 INFO  [MailService] Mail Service bound to java:/Mail
  | 19:28:10,419 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/jboss-ha-local-jdbc.rar
  | 19:28:10,544 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/jboss-ha-xa-jdbc.rar
  | 19:28:10,575 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/jboss-local-jdbc.rar
  | 19:28:10,607 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/jboss-xa-jdbc.rar
  | 19:28:10,669 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/jms/jms-ra.rar
  | 19:28:10,700 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/mail-ra.rar
  | 19:28:10,732 INFO  [RARDeployment] Required license terms exist, view META-INF/r
  | a.xml in .../deploy/quartz-ra.rar
  | 19:28:10,747 INFO  [QuartzResourceAdapter] start quartz!!!
  | 19:28:10,794 INFO  [SimpleThreadPool] Job execution threads will use class loade
  | r of thread: main
  | 19:28:10,825 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
  | 19:28:10,825 INFO  [RAMJobStore] RAMJobStore initialized.
  | 19:28:10,825 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzSchedule
  | r' initialized from default resource file in Quartz package: 'quartz.properties'
  | 
  | 19:28:10,825 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
  | 19:28:10,825 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUS
  | TERED started.
  | 19:28:11,653 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
  | oss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
  | 19:28:11,982 INFO  [A] Bound to JNDI name: queue/A
  | 19:28:11,982 INFO  [B] Bound to JNDI name: queue/B
  | 19:28:11,982 INFO  [C] Bound to JNDI name: queue/C
  | 19:28:11,982 INFO  [D] Bound to JNDI name: queue/D
  | 19:28:11,982 INFO  [ex] Bound to JNDI name: queue/ex
  | 19:28:11,997 INFO  [testTopic] Bound to JNDI name: topic/testTopic
  | 19:28:12,013 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
  | 19:28:12,013 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
  | 
  | 19:28:12,013 INFO  [testQueue] Bound to JNDI name: queue/testQueue
  | 19:28:12,060 INFO  [UILServerILService] JBossMQ UIL service available at : /127.
  | 0.0.1:8093
  | 19:28:12,091 INFO  [DLQ] Bound to JNDI name: queue/DLQ
  | 19:28:12,372 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
  | oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
  | 19:28:12,403 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
  | loy/jmx-console.war/
  | 19:28:12,841 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
  | 080
  | 19:28:12,872 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
  | 19:28:12,919 INFO  [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBos
  | s_4_2_2_GA date=200710221139)] Started in 18s:141ms
  | 19:28:23,263 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jbo
  | ss.ejb3.stateless.StatelessContainer
  | 19:28:23,263 INFO  [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=tps-e
  | ntity.jar,name=FlightBean,service=EJB3 with dependencies:
  | 19:28:23,263 INFO  [JmxKernelAbstraction]       persistence.units:unitName=tps
  | 19:28:23,278 INFO  [EJB3Deployer] Deployed: file:/C:/jboss-4.2.2.GA/server/defau
  | lt/deploy/tps-entity.jar
  | 19:28:23,278 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss.j2ee:jar=tps-entity.jar,name=FlightBean,service=EJB3
  |   State: NOTYETINSTALLED
  |   I Depend On:
  |     persistence.units:unitName=tps
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: persistence.units:unitName=tps
  |   State: NOTYETINSTALLED
  |   Depends On Me:
  |     jboss.j2ee:jar=tps-entity.jar,name=FlightBean,service=EJB3
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139965#4139965

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139965



More information about the jboss-user mailing list