You need to deploy your service assembly from the "Service Assemblies" web
page, not from the components page.

On Jan 25, 2008 10:24 AM, YogeshArora <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> We have a Service assembly (bridge-sa-3.2.1.zip which comes with
> ServiceMix
> examples) that is working fine in the Standalone version of Servicemix
> 3.2.1
>
> We need to have Servicemix run inside Geronimo 2.0.2, so we downloaded
> Apache ServiceMix Web Application 3.2.1.war and deployed to Geronimo
> (3.2.1).
>
> We have deployed the shared library and all the components (binding
> component and service engines that are the hotdeploy folder of the Apache
> ServiceMix) from the web interface of servicemix. When we tried to deploy
> the bridge-sa-3.2.1.zip service assembly from the web interface of
> ServiceMix, we are getting the following errors:
>
> << org.springframework.jmx.access.InvocationFailureException: JMX access
> failed; nested exception is javax.management.MBeanException
> Caused by: javax.management.MBeanException
> >>
>
>
> The details errors are attached in the document <<Bridge Example Error.txt
> >>.
>
> Please help us in resolving this issue.
>
> Thanks in advance.
>
> Thanks,
> Yogesh
>
>
>
> gnodet wrote:
> >
> > What kind of problems do you have when building ? Can you post the maven
> > output ?
> > Also you can find pre-built versions of the components inside the
> > servicemix
> > binary distribution in the hotdeploy folder or directly from the maven
> > repositories:
> >
> >
> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-http/3.2.1/servicemix-http-3.2.1-installer.zip
> >
> > Once you have installed all the required JBI components, you need to
> start
> > them, and you should be able to deploy the SA.
> >
> > On Jan 24, 2008 6:41 PM, YogeshArora <[EMAIL PROTECTED]> wrote:
> >
> >>
> >> Hi,
> >>
> >> Thanks for the response !
> >>
> >> Through the ServiceMix web app, I am able to install the following
> >> components (build through maven):
> >>
> >> servicemix-shared-3.2.1.zip
> >> servicemix-jms-3.2.1-installer.zip
> >> servicemix-file-3.2.1-installer.zip
> >> servicemix-ftp-3.2.1-installer.zip
> >>
> >> I am not able to build the following component through maven:
> >> servicemix-http
> >>
> >> Problem statement:
> >> 1. Please tell the complete steps (which all components are needed) to
> >> install a "service assemblies" from ServiceMix web app interface.
> >> 2. How to build the "service-http"?
> >>
> >> Looking forward for your help.
> >>
> >> Thanking you,
> >> Yogesh
> >>
> >>
> >>
> >> gnodet wrote:
> >> >
> >> > The main difference is that the components are not pre-deployed when
> >> you
> >> > use
> >> > servicemix web app, so you have to go download the shared library and
> >> > components (if you have a standalone distro, you can use those),
> >> install
> >> > them through the web console (see Shared libraries and Components
> >> pages),
> >> > then you will be able to deploy you service assembly.
> >> >
> >> > On Jan 24, 2008 5:27 PM, YogeshArora <[EMAIL PROTECTED]> wrote:
> >> >
> >> >>
> >> >> Hi,
> >> >>
> >> >> Thanks, I'll join servicemix mailing list.
> >> >>
> >> >> I tried 2 examples on standalone servicemix and these are working
> >> fine.
> >> >>
> >> >> Thanks,
> >> >> Yogesh
> >> >>
> >> >>
> >> >> gnodet wrote:
> >> >> >
> >> >> > You should join the servicemix mailing list, where there will be
> >> more
> >> >> > servicemix people able to help you.
> >> >> > Also, I would recommend downloading the standalone servicemix
> >> >> > distribution,
> >> >> > try the examples, etc.. before trying to deploy ServiceMix in
> >> Geronimo.
> >> >> >
> >> >> > On Jan 24, 2008 4:26 PM, YogeshArora <[EMAIL PROTECTED]>
> >> wrote:
> >> >> >
> >> >> >>
> >> >> >> Hi,
> >> >> >>
> >> >> >> Thanks for the quick response!
> >> >> >>
> >> >> >> I am new to ServiceMix and Geronimo.
> >> >> >>
> >> >> >> Could you please elaborate the following statement written by
> you?
> >> >> >>
> >> >> >> <<To be able to deploy your service assembly, you need to go to
> the
> >> >> >> Components
> >> >> >> web page and install the needed components>>
> >> >> >>
> >> >> >> Thanks,
> >> >> >> Yogesh
> >> >> >>
> >> >> >>
> >> >> >> gnodet wrote:
> >> >> >> >
> >> >> >> > ServiceMix WAR distribution does not include all the JBI
> >> components
> >> >> by
> >> >> >> > default.
> >> >> >> > To be able to deploy your service assembly, you need to go to
> the
> >> >> >> > Components
> >> >> >> > web page and install the needed components, as explained in the
> >> >> >> exception:
> >> >> >> >
> >> >> >> > <loc-message>Target component servicemix-http for service unit
> >> >> >> > bridge-http-su is not installed</loc-message>
> >> >> >> >
> >> >> >> >
> >> >> >> > You'll have to do the same for the servicemix-eip component and
> >> >> >> > servicemix-jms.  Once they are installed, you need to start
> them
> >> >> from
> >> >> >> the
> >> >> >> > same Components page.  Then you'll be able to deploy and start
> >> your
> >> >> SA.
> >> >> >> >
> >> >> >> > Hopes this helps/
> >> >> >> >
> >> >> >> > On Jan 24, 2008 12:21 PM, YogeshArora <[EMAIL PROTECTED]>
> >> >> wrote:
> >> >> >> >
> >> >> >> >>
> >> >> >> >> Hello Friends,
> >> >> >> >>
> >> >> >> >> We are facing the following issues while deploying Apache
> >> >> >> >> ServiceMix3.2.1on
> >> >> >> >> Apache Geronimo 2.0.2
> >> >> >> >>
> >> >> >> >> 1. We have downloaded the Apache ServiceMix WAR file (Apache
> >> >> >> ServiceMix
> >> >> >> >> Web
> >> >> >> >> Application 3.2.1 (.war)) from the following location
> >> >> >> >>
> >> >> >> >> http://servicemix.apache.org/download.html
> >> >> >> >>
> >> >> >> >> We are getting the attached errors.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> Although we are able to see the first page of the deployed
> WAR.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> 2. When we tried to deploy the ServiceMix "Service Assemblies
> >> (.sa
> >> >> >> >> files)"
> >> >> >> >> through the Web interface (WAR) file deployed in the above
> step
> >> 1,
> >> >> we
> >> >> >> are
> >> >> >> >> getting the following exceptions:
> >> >> >> >> <<
> >> >> >> >> org.springframework.jmx.access.InvocationFailureException: JMX
> >> >> access
> >> >> >> >> failed; nested exception is javax.management.MBeanException
> >> >> >> >>        Caused by: javax.management.MBeanException>>
> >> >> >> >>
> >> >> >> >> The detailed exception is attached in the file.
> >> >> >> >>
> >> >> >> >>
> >> http://www.nabble.com/file/p15062969/ServiceMix%2Bon%2BGeronimo.txt
> >> >> >> >> ServiceMix+on+Geronimo.txt
> >> >> >> >>
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/file/p15062969/Service%2BAssembly%2BDeployment%2BErrors.txt
> >> >> >> >> Service+Assembly+Deployment+Errors.txt
> >> >> >> >>
> >> >> >> >> Any help in this regards will be very appreciated.
> >> >> >> >>
> >> >> >> >> Thanks in advance.
> >> >> >> >>
> >> >> >> >> Regards,
> >> >> >> >> Yogesh Kumar
> >> >> >> >>
> >> >> >> >>
> >> >> >> >> --
> >> >> >> >> View this message in context:
> >> >> >> >>
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/Problem-in-deploying-Apache-ServiceMix3.2.1-on-Apache-Geronimo-2.0.2-tp15062969s134p15062969.html
> >> >> >> >> Sent from the Apache Geronimo - Users mailing list archive at
> >> >> >> Nabble.com.
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >> >
> >> >> >> > --
> >> >> >> > Cheers,
> >> >> >> > Guillaume Nodet
> >> >> >> > ------------------------
> >> >> >> > Blog: http://gnodet.blogspot.com/
> >> >> >> >
> >> >> >> >
> >> >> >>
> >> >> >> --
> >> >> >> View this message in context:
> >> >> >>
> >> >>
> >>
> http://www.nabble.com/Problem-in-deploying-Apache-ServiceMix3.2.1-on-Apache-Geronimo-2.0.2-tp15062969s134p15065855.html
> >> >> >> Sent from the Apache Geronimo - Users mailing list archive at
> >> >> Nabble.com.
> >> >> >>
> >> >> >>
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Cheers,
> >> >> > Guillaume Nodet
> >> >> > ------------------------
> >> >> > Blog: http://gnodet.blogspot.com/
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> >>
> http://www.nabble.com/Problem-in-deploying-Apache-ServiceMix3.2.1-on-Apache-Geronimo-2.0.2-tp15062969s134p15068909.html
> >> >> Sent from the Apache Geronimo - Users mailing list archive at
> >> Nabble.com.
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Cheers,
> >> > Guillaume Nodet
> >> > ------------------------
> >> > Blog: http://gnodet.blogspot.com/
> >> >
> >> >
> >>
> >> --
> >> View this message in context:
> >>
> http://www.nabble.com/Problem-in-deploying-Apache-ServiceMix3.2.1-on-Apache-Geronimo-2.0.2-tp15062969s134p15070636.html
> >> Sent from the Apache Geronimo - Users mailing list archive at
> Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Blog: http://gnodet.blogspot.com/
> >
> >
> http://www.nabble.com/file/p15083982/Bridge%2BExample%2BError.txt
> Bridge+Example+Error.txt
> http://www.nabble.com/file/p15083982/Bridge%2BExample%2BError.txt
> Bridge+Example+Error.txt
> --
> View this message in context:
> http://www.nabble.com/Problem-in-deploying-Apache-ServiceMix3.2.1-on-Apache-Geronimo-2.0.2-tp15062969s134p15083982.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to