• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 01:53:17 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - mary

1
I was able to get this running on JBoss 4.2.3 on RedHat 4.4 using the instructions provided in the Users Guide, but would like to move to JBoss 5.0 on RH 5.0.  Initial attempts following the same steps (deploy 3 expanded wars under /deploy) encountered

*** CONTEXTS IN ERROR: Name -> Error

vfsfile:/usr/local/jboss-5.0.0.GA/server/default/deploy/konakart.war/ -> org.jboss.deployers.spi.DeploymentException: URL vfsfile:/usr/local/jboss-5.0.0.GA/server/default/deploy/konakart.war/ deployment failed

vfsfile:/usr/local/jboss-5.0.0.GA/server/default/deploy/konakartadmin.war/ -> org.jboss.deployers.spi.DeploymentException: URL vfsfile:/usr/local/jboss-5.0.0.GA/server/default/deploy/konakartadmin.war/ deployment failed


2009-03-06 15:42:54,964 ERROR [org.jboss.web.tomcat.service.deployers.JBossContextConfig] (main) XML error parsing: context.xml
org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser
        at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:100)
        at org.jboss.web.tomcat.service.deployers.JBossContextConfig.processContextConfig(JBossContextConfig.java:552)
        at org.jboss.web.tomcat.service.deployers.JBossContextConfig.init(JBossContextConfig.java:538)
        at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:279)

Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser
        at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.<init>(SaxJBossXBParser.java:97)
        at org.jboss.xb.binding.UnmarshallerImpl.<init>(UnmarshallerImpl.java:56)
        at org.jboss.xb.binding.UnmarshallerFactory$UnmarshallerFactoryImpl.newUnmarshaller(UnmarshallerFactory.java:96)
        ... 62 more

I am using java 1.6u11 on both systems.

Any suggestions would be appreciated -- I'm new to JBoss.