No there aren't any other options (unless someone on Servicemix team can
correct me on that).  Either your component is erroring out and causing the
component to shut down, or servicemix is intentionally shutting it down,
which servicemix would never do in any normal circumstance... it sounds to
me more like an error in your application is causing it to shut down.

Besides, there is no way for anyone to help without anything to go on other
than, "My servicemix server is not starting", which isn't even the problem.

On Sun, Jun 22, 2008 at 3:22 PM, Yogita <[EMAIL PROTECTED]> wrote:

>
> Yes, we have tried that also. But that is also not helping. Any other
> options
> please!!
> When we start the service mix, it processes a batch of messages and then
> goes down again.
>
>
>
> Ryan Moquin wrote:
> >
> > Provided that the lwcontainer SE is in your hot deploy directory, delete
> > your data directory so that everything redeploys... I see servicemix shut
> > down components when errors are occured and the only way to get them to
> > deploy again (at least for the ones I use) is to delete the data
> > directory.
> >
> > On Sun, Jun 22, 2008 at 2:55 PM, Yogita <[EMAIL PROTECTED]>
> > wrote:
> >
> >>
> >> Hi,
> >> Urgent help required. our service mix server is not coming up.
> >> The logs do not show the "servicemix-lwcontainer" as started. It moves
> on
> >> to
> >> intialize the service units.
> >>
> >> The logs are as follows:
> >> 2008-06-22 11:40:06,475 mbprod5 [main] ERROR
> >> org.apache.servicemix.jbi.framework.DeploymentService - Unable to
> restore
> >> state for service assembly XXROUTER
> >> java.lang.Exception: <?xml version="1.0" encoding="UTF-8"?>
> >> <jbi-task xmlns="http://java.sun.com/xml/ns/jbi/management-message";
> >> version="1.0">
> >> <jbi-task-result>
> >> <frmwk-task-result>
> >> <frmwk-task-result-details>
> >> <task-result-details>
> >> <task-id>start</task-id>
> >> <task-result>FAILED</task-result>
> >> <message-type>ERROR</message-type>
> >> </task-result-details>
> >> </frmwk-task-result-details>
> >> </frmwk-task-result>
> >> <component-task-result
> >> xmlns="http://java.sun.com/xml/ns/jbi/management-message";>
> >> <component-name>servicemix-lwcontainer</component-name>
> >> <component-task-result-details>
> >> <task-result-details>
> >> <task-id>deploy</task-id>
> >> <task-result>FAILED</task-result>
> >> <message-type>ERROR</message-type>
> >> <task-status-msg>
> >> <msg-loc-info>
> >> <loc-token/>
> >> <loc-message>Target component servicemix-lwcontainer for service unit
> >> XXROUTER is not installed</loc-message>
> >> </msg-loc-info>
> >> </task-status-msg>
> >> </task-result-details>
> >> </component-task-result-details>
> >> </component-task-result>
> >> </jbi-task-result>
> >> </jbi-task>
> >>
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:121)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.framework.ManagementSupport.failure(ManagementSupport.java:107)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:144)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.restore(ServiceAssemblyLifeCycle.java:328)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:97)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.container.JBIContainer.start(JBIContainer.java:595)
> >>        at
> >>
> >>
> org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:79)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:957)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:924)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:415)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:242)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:141)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:239)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:155)
> >>        at
> >>
> >>
> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:303)
> >>        at
> >>
> >>
> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:348)
> >>        at
> >>
> >>
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:161)
> >>        at
> >>
> >>
> org.apache.xbean.spring.context.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:51)
> >>        at org.apache.servicemix.Main.main(Main.java:52)
> >>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >>        at
> >>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >>        at
> >>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >>        at java.lang.reflect.Method.invoke(Method.java:585)
> >>        at
> >> org.codehaus.classworlds.Launcher.launchStandard(Launcher.java:410)
> >>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:344)
> >>        at org.codehaus.classworlds.Launcher.main(Launcher.java:461)
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Service-Mix-server-not-starting-tp18057780p18057780.html
> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/Service-Mix-server-not-starting-tp18057780p18058080.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>

Reply via email to