I'm trying to deploy a simple HelloWorld web service, but I'm getting errors and the service is not showing up in the JBossWS listing. We're using 4.2.0.GA on a Windows 2003 server. The JDK is 1.5.0_16. Here's the error I get when I start up JBoss after putting my ear in the following folder: C:\jboss\jboss-4.2.0.GA\server\default\deploy
---- 14:32:08,837 INFO [EARDeployer] Init J2EE application: file:/C:/jboss/jboss-4.2.0.GA/server/default/deploy/helloworld.ear 14:32:18,228 INFO [TomcatDeployer] deploy, ctxPath=/services/example, warUrl=.../tmp/deploy/tmp14347helloworld.ear-contents/services-example-exp.war/ 14:32:18,385 ERROR [STDERR] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). 14:32:18,385 ERROR [STDERR] log4j:WARN Please initialize the log4j system properly. 14:32:18,619 ERROR [STDERR] Sep 24, 2008 2:32:18 PM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized INFO: WSSERVLET12: JAX-WS context listener initializing 14:32:19,681 INFO [STDOUT] DEPLOYMENT_ID = 6734706890374306453 14:32:19,869 ERROR [STDERR] Sep 24, 2008 2:32:19 PM com.sun.xml.ws.transport.http.servlet.WSServletDelegate INFO: WSSERVLET14: JAX-WS servlet initializing 14:32:19,916 INFO [TomcatDeployer] deploy, ctxPath=/services/ucf-1222201863926, warUrl=.../tmp/deploy/tmp14347helloworld.ear-contents/ucf-exp.war/ 14:32:20,056 INFO [EARDeployer] Started J2EE application: file:/C:/jboss/jboss-4.2.0.GA/server/default/deploy/helloworld.ear ---- We're pretty new to JBoss and I wasn't able to find this, so sorry if it's obvious to everyone else. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178631#4178631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178631 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
