Hi Steffen,
The step of the deploy servicemix in jboss is given bellow:
1. Make a jbi deployer compatible with servicemix-3.2.1. Follow the below
link
http://markmail.org/message/7dx3vkuwxghwlt3u
2. Deploy the jboss-deployer in jboss.
3. Copy following jar file into <jboss-home>\server\default\lib
backport-util-concurrent-2.2.jar
woden-1.0.0M6.jar
you may need one more jar file to be copied in jboss's lib directory
in case of the deployment of servicemix-wsn2005-3.2.1-installer.zip
component in jboss. The name of the jar file can be identified easily by
viewing the missing class file.
4. Start the jboss Server. This will create following directories:
<jboss-home>\server\default\data\ServiceMix\deploy
5. Copy following zip files from <service-mix>/hotdeploy to
<jboss-home>\server\default\data\ServiceMix\deploy
a) servicemix-shared-3.2.1-installer.zip
b) All the service mix components
c) Service Assembly that is your servicemix application.
Note: The actual step was to place service mix shared library and servicemix
component in the <jboss-home>/server/default/deploy directory only. Jboss
itself transfer all the components in jboss jbi container. But when I copied
these file in jboss's deploy directory, some jar file confliction occured
and exception was thrown.
You can follow what ever steps you wants. If you would successfully place
all the components in jboss deploy directory and able resolved all the
issues, please do let me know too.
Greeting,
Puneet
steff aka sid wrote:
>
> Ok, I think I have done the 4th step. I first tried to use the libs from
> Servicemix 3.2.1 but the svn version is 3.1.2 that was wrong in post
> bevor. Deploying of bc's works too.
>
> Greetings and Thanks
> /Steffen
>
>
> steff aka sid wrote:
>>
>> My Environment is:
>> JBoss 4.2.2
>> Servicemix 3.2.1 (JBoss deployer build from svn)
>> Java 1.5
>> OS Linux (Ubuntu)
>>
>> 1. Build JBoss deployer from svn
>> 2. Created a new default configuration called servicemix
>> 3. deployed JBoss deployer into JBoss
>> (Until here all works fine and no problems occured)
>> 4. tried to install servixmix libaries exceptions occure (s.
>> http://www.nabble.com/file/p16117613/server.log server.log
>> )
>>
>> Do I need all jars from lib directory of ServiceMix?
>> Greetings
>> /Steffen
>>
>>
>> puneetjain wrote:
>>>
>>> Hi Steffen,
>>>
>>> Some how I managed to run servicemix on jboss. Please tell me your
>>> environment and steps you have performed so far.
>>> Will try to resolve your problem.
>>>
>>> cheers,
>>> Puneet
>>>
>>>
>>> steff aka sid wrote:
>>>>
>>>> Hi,
>>>> do you solve your problems? I tried the same and got the same errors.
>>>>
>>>> Greetings
>>>> /Steffen
>>>>
>>>>
>>>> puneetjain wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> I am facing problem in integrating servicemix in jboss server. Details
>>>>> is as bellow:
>>>>>
>>>>> Environment:
>>>>> =========
>>>>> Operating System: windows XP
>>>>> Servicemix 3.2.1
>>>>> Java 1.5
>>>>> Jboss version 4.2.2.GA
>>>>>
>>>>> Steps Performed:
>>>>> ============
>>>>>
>>>>> 1. Download the servicemix jbi jboss deployer and build it using
>>>>> maven. Command is as follow:
>>>>> svn co http://svn.codehaus.org/servicemix/trunk/jboss-deployer
>>>>> cd jboss-deployer
>>>>> mvn install
>>>>>
>>>>> 2. This creates a servicemix-jboss-deployer-3.1.2.sar.
>>>>> 3. Deployed Servicemix Deployer servicemix-jboss-deployer-3.1.2.sar on
>>>>> jboss.
>>>>> 4. While deploying the servicemix jboss deployer client Factory could
>>>>> not started.
>>>>> server.log is given below:
>>>>>
>>>>> http://www.nabble.com/file/p15306485/servicemix-jboss-deployer.txt
>>>>> servicemix-jboss-deployer.txt
>>>>>
>>>>> Log on server console is given below:
>>>>> http://www.nabble.com/file/p15306485/logOnConsole.log
>>>>> logOnConsole.log
>>>>>
>>>>>
>>>>> 5. I deployed apache-servicemix-web-3.2.2-20080203.011720-1.war on the
>>>>> server.
>>>>> log are given below:
>>>>> INFO [TomcatDeployer] deploy,
>>>>> ctxPath=/apache-servicemix-web-3.2.2-20080203.011720-1,
>>>>> warUrl=.../tmp/deploy/tmp5874apache-servicemix-web-3.2.2-20080203.011720-1-exp.war/
>>>>> INFO [011720-1]] Initializing Spring root WebApplicationContext
>>>>> INFO [STDOUT] WARN - EndpointRegistry - Disabled
>>>>> endpoint processor
>>>>> 'org.apache.servicemix.jbi.framework.support.WSDL2Processor':
>>>>> java.lang.NoClassDefFoundError: org/apache/woden/WSDLReader
>>>>> INFO [STDOUT] INFO - JBIContainer - ServiceMix
>>>>> 3.2.2-SNAPSHOT JBI Container (ServiceMix) is starting
>>>>> INFO [STDOUT] INFO - JBIContainer - For help or
>>>>> more informations please see: http://incubator.apache.org/servicemix/
>>>>> INFO [STDOUT] INFO - ComponentMBeanImpl - Initializing
>>>>> component: #SubscriptionManager#
>>>>> INFO [STDOUT] INFO - DeploymentService - Restoring
>>>>> service assemblies
>>>>> INFO [STDOUT] WARN - ClientFactory - Cound not
>>>>> start ClientFactory: javax.naming.NameNotFoundException: jbi not bound
>>>>> INFO [STDOUT] INFO - JBIContainer - ServiceMix JBI
>>>>> Container (ServiceMix) started
>>>>> INFO [STDOUT] INFO - JDBCAdapterFactory - Database
>>>>> driver recognized: [apache_derby_embedded_jdbc_driver]
>>>>> INFO [011720-1]] Initializing Spring FrameworkServlet 'dispatcher'
>>>>>
>>>>> 6. I install the servicemix-shared library using the servicemix web
>>>>> interface, I get following exception:
>>>>> http://www.nabble.com/file/p15306485/shared_exception.log
>>>>> shared_exception.log
>>>>>
>>>>> 7. Now i am trying to install servicemix (version3.2.1)
>>>>> servicemix-http component, and i am getting following exceptions:
>>>>> http://www.nabble.com/file/p15306485/httpcomponent.log
>>>>> httpcomponent.log
>>>>>
>>>>>
>>>>>
>>>>> I have uploaded all the log i got while performing the above steps.
>>>>>
>>>>> Please help me to resolve the problem.
>>>>>
>>>>> Regards,
>>>>> Puneet
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
--
View this message in context:
http://www.nabble.com/Facing-problem-in-integrating-servicemix-with-jboss-tp15306485s12049p16129580.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.