Guillaume Nodet <[EMAIL PROTECTED]> wrote on 30/11/2005 09:12:32:
> Do you have some interesting log (ServiceMix and file binding) ? > Last time i checked, there were some dependencies on sun's jbi container > (but that was when i tried with the ri, before it has been open sourced). > > Guillaume Well, that's the major issue : everything seems working fine : The install log looks almost the same in the stand-alone version and in the jboss-deployer... The problem may come from the Service Assembly... If I look in the working directory of Service mix, the service-assemblies directory exists with my SA after the stand-alone deployment, it does not exists after JBoss deployment... Here the piece of logs for the file binding and the SA... On JBoss : 09:22:38,358 INFO [JBIDeployer] ServiceMix deployer passing deployment to JBI container [file:/C:/jboss-4.0.2/server/default/deploy/filebinding.jar] 09:22:38,530 INFO [AutoDeploymentService] Unpacked archive file:/C:/jboss-4.0.2/server/default/deploy/filebinding.jar to C:\jboss-4.0.2 \server\default\data\ServiceMix\defaultJBI\tmp\filebinding.0.tmp 09:22:38,530 INFO [XBeanXmlBeanDefinitionReader] Loading XML bean definitions from URL [file:/C:/jboss-4.0.2 /server/default/data/ServiceMix/defaultJBI/tmp/filebinding.0.tmp/META-INF/jbi.xml] 09:22:38,593 INFO [FileSystemXmlApplicationContext] Bean factory for application context [org.xbean.spring.context.FileSystemXmlApplicationContext;hashCode=22429190]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [installationDescriptorExtension,jbi]; root of BeanFactory hierarchy 09:22:38,593 INFO [FileSystemXmlApplicationContext] 2 beans defined in application context [org.xbean.spring.context.FileSystemXmlApplicationContext;hashCode=22429190] 09:22:38,593 INFO [FileSystemXmlApplicationContext] Unable to locate MessageSource with name 'messageSource': using default [EMAIL PROTECTED] 09:22:38,593 INFO [FileSystemXmlApplicationContext] Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [EMAIL PROTECTED] 09:22:38,593 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [installationDescriptorExtension,jbi]; root of BeanFactory hierarchy] 09:22:38,608 INFO [InstallationService] moved C:\jboss-4.0.2 \server\default\data\ServiceMix\defaultJBI\tmp\filebinding.0.tmp to C:\jboss-4.0.2 \server\default\data\ServiceMix\defaultJBI\components\SunFileBinding\installation 09:22:38,608 ERROR [ClassLoaderService] Could not find shared library: SunWSDLSharedLibrary 09:22:38,671 INFO [JBIContainer] Activating component for: [container=defaultJBI,name=SunFileBinding,id=SunFileBinding] with service: null component: [EMAIL PROTECTED] 09:22:38,671 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.FileBindingLifeCycle init INFO: File Binding initializing .... 09:22:38,718 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.FileBindingLifeCycle start INFO: File Binding start - Begin 09:22:38,733 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.FileBindingLifeCycle start INFO: File binding start - End 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.FileReceiver run INFO: Starting receiver ..... 09:22:38,749 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.framework.WorkThreadPool start INFO: Starting the thread pool 09:22:38,749 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.framework.WorkThread run INFO: Running thread Thread-9 09:22:38,749 INFO [STDOUT] 30-Nov-2005 09:22:38 com.sun.jbi.binding.file.framework.WorkThread run INFO: Running thread Thread-10 [...] 09:22:48,140 INFO [AutoDeploymentService] Unpacked archive file:/C:/jboss-4.0.2/server/default/deploy/DemoSA.zip to C:\jboss-4.0.2 \server\default\data\ServiceMix\defaultJBI\tmp\DemoSA.0.tmp 09:22:48,155 INFO [XBeanXmlBeanDefinitionReader] Loading XML bean definitions from URL [file:/C:/jboss-4.0.2 /server/default/data/ServiceMix/defaultJBI/tmp/DemoSA.0.tmp/META-INF/jbi.xml] 09:22:48,233 INFO [FileSystemXmlApplicationContext] Bean factory for application context [org.xbean.spring.context.FileSystemXmlApplicationContext;hashCode=19282579]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [jbi]; root of BeanFactory hierarchy 09:22:48,233 INFO [FileSystemXmlApplicationContext] 1 beans defined in application context [org.xbean.spring.context.FileSystemXmlApplicationContext;hashCode=19282579] 09:22:48,233 INFO [FileSystemXmlApplicationContext] Unable to locate MessageSource with name 'messageSource': using default [EMAIL PROTECTED] 09:22:48,233 INFO [FileSystemXmlApplicationContext] Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [EMAIL PROTECTED] 09:22:48,233 INFO [DefaultListableBeanFactory] Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [jbi]; root of BeanFactory hierarchy] On the stand-alone version of servicemix : 09:27:21,952 ERROR [ClassLoaderService] Could not find shared library: SunWSDLSh aredLibrary 30-Nov-2005 09:27:21 com.sun.jbi.binding.file.FileBindingLifeCycle init INFO: File Binding initializing .... 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.FileBindingLifeCycle start INFO: File Binding start - Begin 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.FileBindingLifeCycle start INFO: File binding start - End 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.FileReceiver run INFO: Starting receiver ..... 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.framework.WorkThreadPool start INFO: Starting the thread pool 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.framework.WorkThread run INFO: Running thread Thread-7 30-Nov-2005 09:27:22 com.sun.jbi.binding.file.framework.WorkThread run INFO: Running thread Thread-8 Bootstrap instance init Bootstrap instance onInstall Component instance asked to provide a ComponentLifeCycle Bootstrap instance cleanUp Component instance asked to provide a ComponentLifeCycle Component instance asked to start Bootstrap instance init Bootstrap instance onInstall Component instance asked to provide a ComponentLifeCycle Bootstrap instance cleanUp Component instance asked to provide a ComponentLifeCycle Component instance asked to start It really seems that the problem comes with the SA handling in the jboss version... Regards.
