Hello all my mission is to expose corba interfaces as soap/http/web services interface i fallowed the tutorial http://incubator.apache.org/servicemix/servicemix-web.html to install it in tomcat , then i fallowed this tutorial : http://jbi4corba.sourceforge.net/servicemixGettingStarted.html and when i start the tomcat server im getting :
INFO: validateJarFile(d:\Tomcat_ServerMix\webapps\servicemix-web-3.1.2\WEB-INF\lib\servlet-api-2.5-6.0.1.jar) - jar not load ed. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class INFO - ConnectorServerFactoryBean - JMX connector available at: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi WARN - EndpointRegistry - Disabled endpoint processor 'org.apache.servicemix.jbi.framework.support.WSDL2Processor': java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader INFO - jetty - Logging to [EMAIL PROTECTED] via org.apache.servicemix.http.jetty.JCLLogger INFO - JBIContainer - ServiceMix 3.1.2 JBI Container (ServiceMix) is starting INFO - JBIContainer - For help or more informations please see: http://incubator.apache.org/servicemix/ WARN - ManagementContext - Failed to start rmi registry: internal error: ObjID already in use WARN - ManagementContext - Failed to start jmx connector: connector:name=rmi INFO - ComponentMBeanImpl - Initializing component: #SubscriptionManager# INFO - DeploymentService - Restoring service assemblies INFO - ComponentMBeanImpl - Initializing component: servicemix-http INFO - ComponentMBeanImpl - Initializing component: echo INFO - ComponentMBeanImpl - Initializing component: timer INFO - SimpleThreadPool - Job execution threads will use class loader of thread: main INFO - QuartzScheduler - Quartz Scheduler v.1.5.2 created. INFO - RAMJobStore - RAMJobStore initialized. INFO - StdSchedulerFactory - Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' INFO - StdSchedulerFactory - Quartz scheduler version: 1.5.2 INFO - ComponentMBeanImpl - Initializing component: inputSender INFO - ComponentMBeanImpl - Initializing component: inputReceiver INFO - ComponentMBeanImpl - Initializing component: outputSender INFO - ComponentMBeanImpl - Initializing component: jmsTrace INFO - ComponentMBeanImpl - Initializing component: trace WARN - ClientFactory - Cound not start ClientFactory: javax.naming.NamingException: Context is read only INFO - QuartzScheduler - Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. INFO - JBIContainer - ServiceMix JBI Container (ServiceMix) started Oct 25, 2007 11:21:43 PM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Oct 25, 2007 11:21:43 PM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Oct 25, 2007 11:21:43 PM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/16 config=null Oct 25, 2007 11:21:43 PM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Oct 25, 2007 11:21:43 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 14086 ms when im trying to access the wsdl or something , im getting nothing what to do ? -- View this message in context: http://www.nabble.com/Can%27t-make-it-work-jbi4corba-%2B-ServiceMix-inside-tomcat-container-tf4693793s12049.html#a13416444 Sent from the ServiceMix - User mailing list archive at Nabble.com.
