[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Persistence config with mysql.

2lopez do-not-reply at jboss.com
Tue Apr 22 05:13:52 EDT 2008


Argggg what a stupid error... Thank you (A LOT) for your help, jairikan. Persistence errors seem gone on the log. I have just another problem, Although persistence seems ok, the war doesn't deploy...

=========================================================================
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: /home/encore/jboss-4.0.4.GA
  | 
  |   JAVA: /usr/local/jdk1.5/bin/java
  | 
  |   JAVA_OPTS: -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dprogram.name=run.sh
  | 
  |   CLASSPATH: /home/encore/jboss-4.0.4.GA/bin/run.jar:/usr/local/jdk1.5/lib/tools.jar
  | 
  | =========================================================================
  | 
  | 11:01:16,206 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 11:01:16,207 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
  | 11:01:16,209 INFO  [Server] Home Dir: /home/encore/jboss-4.0.4.GA
  | 11:01:16,209 INFO  [Server] Home URL: file:/home/encore/jboss-4.0.4.GA/
  | 11:01:16,210 INFO  [Server] Patch URL: null
  | 11:01:16,210 INFO  [Server] Server Name: default
  | 11:01:16,210 INFO  [Server] Server Home Dir: /home/encore/jboss-4.0.4.GA/server/default
  | 11:01:16,210 INFO  [Server] Server Home URL: file:/home/encore/jboss-4.0.4.GA/server/default/
  | 11:01:16,210 INFO  [Server] Server Log Dir: /home/encore/jboss-4.0.4.GA/server/default/log
  | 11:01:16,210 INFO  [Server] Server Temp Dir: /home/encore/jboss-4.0.4.GA/server/default/tmp
  | 11:01:16,229 INFO  [Server] Root Deployment Filename: jboss-service.xml
  | 11:01:16,727 INFO  [ServerInfo] Java version: 1.5.0_15,Sun Microsystems Inc.
  | 11:01:16,727 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_15-b04,Sun Microsystems Inc.
  | 11:01:16,727 INFO  [ServerInfo] OS-System: Linux 2.6.22-14-generic,i386
  | 11:01:17,581 INFO  [Server] Core system initialized
  | 11:01:28,844 INFO  [WebService] Using RMI server codebase: http://encore-portatil:8083/
  | 11:01:28,868 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
  | 11:01:29,349 INFO  [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
  | 11:01:34,862 INFO  [MailService] Mail Service bound to java:/Mail
  | 11:01:35,132 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
  | 11:01:35,167 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
  | 11:01:35,267 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
  | 11:01:35,356 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
  | 11:01:35,384 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
  | 11:01:36,309 INFO  [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'DefaultDS'
  | 11:01:37,135 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- Packages waiting for a deployer ---
  | org.jboss.deployment.DeploymentInfo at fef83e5 { url=file:/home/encore/jboss-4.0.4.GA/server/default/deploy/CAC.war }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: file:/home/encore/jboss-4.0.4.GA/server/default/deploy/CAC.war
  |   altDD: null
  |   lastDeployed: 1208854897134
  |   lastModified: 1208854896000
  |   mbeans:
  | 
  | --- Incompletely deployed packages ---
  | org.jboss.deployment.DeploymentInfo at fef83e5 { url=file:/home/encore/jboss-4.0.4.GA/server/default/deploy/CAC.war }
  |   deployer: null
  |   status: null
  |   state: INIT_WAITING_DEPLOYER
  |   watch: file:/home/encore/jboss-4.0.4.GA/server/default/deploy/CAC.war
  |   altDD: null
  |   lastDeployed: 1208854897134
  |   lastModified: 1208854896000
  |   mbeans:
  | 
  | 
  | 11:01:37,685 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 21s:454ms
  | 11:05:13,992 INFO  [Server] Runtime shutdown hook called, forceHalt: true
  | 11:05:13,992 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
  | 11:05:13,996 INFO  [ConnectionFactoryBindingService] Unbound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' from JNDI name 'DefaultDS'
  | 11:05:14,035 INFO  [MailService] Mail service 'java:/Mail' removed from JNDI
  | 11:05:17,504 INFO  [Server] Shutdown complete
  | Shutdown complete
  | Halting VM
I have to confess I'm an "almost novice" at JBoss... The same source is working OK at the production and pre-production machines. Any suggestions?

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

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



More information about the jboss-user mailing list