Re: [Cayambe-development] FW: Problem
Status: Pre-Alpha
Brought to you by:
jlward4
|
From: Kim H. <kim...@ya...> - 2002-05-21 22:16:25
|
Mike, I know this is probably too late (I've been away from email for a week), but you also need to start JBoss via "run_with_tomcat" or "run tomcat" instead of just "run". That will cause the error message you got. Kim --- James Ward <ja...@co...> wrote: > Mike, > It doesn't look like the Embedded Tomcat started... > Did you download > the JBoss with Tomcat or Jetty? Also, it doesn't > look like your data > source is setup correctly. Check the Developers > Guide to see how to set > this up... > http://www.cayambe.org/docs/developer/CayambeDeveloperGuide.html > > -James > > > -----Original Message----- > From: Mike Broadbear [mailto:bro...@ho...] > Sent: Monday, May 13, 2002 6:10 PM > To: James Ward > Subject: Problem > > > When I start jboss server, I get the following > error. Any thoughts? > > [20:28:52,090,ContainerFactory] Undeployed > application: > file:/C:/JBoss-2.4.4/tmp/deploy/Default/cayambe.ear > [20:28:52,090,J2eeDeployer] unable to stop > application cayambe.ear: > org.jboss.deployment.J2eeDeploymentException: > Error(s) on stopping > application > cayambe.ear: > Unable to stop module cart.war: fatal error while > calling > :service=EmbeddedTomcat: > DefaultDomain:service=EmbeddedTomcat/nUnable to > stop module admin.war: fatal error while calling > :service=EmbeddedTomcat: > DefaultDomain:service=EmbeddedTomcat/n > [20:28:52,140,J2eeDeployer] Destroying application > cayambe.ear > [20:28:52,360,AutoDeployer] DeploymentInfo > failed:file:/C:/JBoss-2.4.4/deploy/cayambe.ear > org.jboss.deployment.J2eeDeploymentException: > application contains war > files but no web container available > at > org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:496) > at > org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459 > ) > at > org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190) > at java.lang.reflect.Method.invoke(Native Method) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) > at > org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395) > at > org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233) > at > org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371) > at > org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103) > at java.lang.reflect.Method.invoke(Native Method) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) > at > org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(Configu > rati > onService.java:967) > at $Proxy0.start(Unknown Source) > at > org.jboss.util.ServiceControl.start(ServiceControl.java:79) > at java.lang.reflect.Method.invoke(Native Method) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) > at > com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) > at org.jboss.Main.<init>(Main.java:208) > at org.jboss.Main$1.run(Main.java:110) > at > java.security.AccessController.doPrivileged(Native > Method) > at org.jboss.Main.main(Main.java:106) > > Ok, I believe I have most of everything in place. > The jboss server > starts > on its own and the cayambe build file completes > without error. But, I > have > one problem. I pasted the snippets from the > documentation into the > respective jboss.jcml and standardjaws.xml files. > When I run the jboss > server, it freezes at: > > [19:40:24,440,DefaultDS] XA Connection pool > DefaultDS bound to > java:/DefaultDS > > > It does not freeze when I remove certain tags from > the jboss.jcml file. > The > entire log file is: > > > [19:40:15,650,root] Started Log4jService, > config=file:/C:/JBoss-2.4.4/conf/default/log4j.properties > [19:40:15,710,ClassPathExtension] Added > directory:file:/C:/JBoss-2.4.4/log/ > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/activation.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/castor-0.9.1.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/tyrex-0.9.8.5.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jboss.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jpl-util-0_5b.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jbosssx.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jcert.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jboss-management.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jbosspool.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jndi.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/gnu-regexp-1.0.8.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/oswego-concurrent.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jsse.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/ots-jts_1.0.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jbossmq.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/log4j.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/hsql.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jmxtools.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jbosscx.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/hsqldb.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jnpserver.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/mail.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jnet.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/jboss-j2ee.jar > [19:40:15,760,ClassPathExtension] Added > library:file:/C:/JBoss-2.4.4/lib/ext/mm.mysql-2.0.13-bin.jar > [19:40:15,820,Info] Java version: 1.3.0,Sun > Microsystems Inc. > [19:40:15,820,Info] Java VM: Java HotSpot(TM) Client > VM 1.3.0-C,Sun > Microsystems Inc. > [19:40:15,820,Info] System: Windows 98 4.10,x86 > [19:40:15,820,Info] +++ Full System Properties Dump > [19:40:15,820,Info] jmx.specification.vendor: Sun > Microsystems > [19:40:15,820,Info] java.runtime.name: Java(TM) 2 > Runtime Environment, > Standard Edition > [19:40:15,820,Info] sun.boot.library.path: > C:\PROGRAM > FILES\JAVASOFT\JRE\1.3\bin > [19:40:15,820,Info] java.vm.version: 1.3.0-C > [19:40:15,820,Info] java.vm.vendor: Sun Microsystems > Inc. > [19:40:15,820,Info] java.vendor.url: > http://java.sun.com/ > [19:40:15,820,Info] path.separator: ; > [19:40:15,820,Info] java.vm.name: Java HotSpot(TM) > Client VM > [19:40:15,820,Info] file.encoding.pkg: sun.io > [19:40:15,820,Info] java.vm.specification.name: Java > Virtual Machine > Specification > [19:40:15,820,Info] user.dir: C:\JBoss-2.4.4\bin > [19:40:15,820,Info] java.runtime.version: 1.3.0-C > [19:40:15,820,Info] java.awt.graphicsenv: > sun.awt.Win32GraphicsEnvironment > [19:40:15,820,Info] os.arch: x86 > [19:40:15,820,Info] java.io.tmpdir: c:\windows\TEMP\ > [19:40:15,820,Info] line.separator: > === message truncated === __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com |