You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by KIRA1983 <ch...@gmail.com> on 2007/10/03 14:16:52 UTC

Fuse ESB.. at start

Hello,
i had installed a fuse esb 3.3 on my machine DEBIAN.
now i would a follow a guide in servicemix, but i don't understand to
complete a first example (wsdl-firts).
I understand to follow this code:

cp deployhot/servicemix-shared-*.zip install
cp deployhot/servicemix-http-*.zip install
cp deployhot/servicemix-jsr181-*.zip install
cp deployhot/wsdl-first/wsdl-first-sa-*.zip deploy

but in the command line on server running not happening nothing.. and so my
first example failure.
where is my error?

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13017707
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by KIRA1983 <ch...@gmail.com>.
I use JConsole of jdk6.0 of SUN.
perfect.
my last question:
if i can i service, somethings, how connect with my fuse BUS??


KIRA1983 wrote:
> 
> 
> 
> gnodet wrote:
>> 
>> There is an internal registry that you can access using JBI or
>> ServiceMix internal api.
>> 
>> please.. i have a very newBIE , how see with this method?
>> 
>> You can also open a JMX console and connect to the url provided when
>> fuse is started, you should be able to see all the endpoints (and much
>> more).
>> 
>> i copy service:jmx:rmi:///jndi/rmi://local host:1099/jmxrmi on web
>> browse, but don't known how open this.
>> 
>> On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>>>
>>> Another doubt: how can see a registry of fuse??
>>>
>>>
>>> KIRA1983 wrote:
>>> >
>>> > thx.
>>> > perfect.
>>> > but where i wish read information for particular fuse 3.3??
>>> >
>>> >
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018546
>>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>>
>>>
>> 
>> 
>> -- 
>> Cheers,
>> Guillaume Nodet
>> ------------------------
>> Blog: http://gnodet.blogspot.com/
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13019652
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by KIRA1983 <ch...@gmail.com>.


gnodet wrote:
> 
> There is an internal registry that you can access using JBI or
> ServiceMix internal api.
> 
> please.. i have a very newBIE , how see with this method?
> 
> You can also open a JMX console and connect to the url provided when
> fuse is started, you should be able to see all the endpoints (and much
> more).
> 
> i copy service:jmx:rmi:///jndi/rmi://local host:1099/jmxrmi on web browse,
> but don't known how open this.
> 
> On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>>
>> Another doubt: how can see a registry of fuse??
>>
>>
>> KIRA1983 wrote:
>> >
>> > thx.
>> > perfect.
>> > but where i wish read information for particular fuse 3.3??
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018546
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018919
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by Guillaume Nodet <gn...@gmail.com>.
There is an internal registry that you can access using JBI or
ServiceMix internal api.
You can also open a JMX console and connect to the url provided when
fuse is started, you should be able to see all the endpoints (and much
more).

On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>
> Another doubt: how can see a registry of fuse??
>
>
> KIRA1983 wrote:
> >
> > thx.
> > perfect.
> > but where i wish read information for particular fuse 3.3??
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018546
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


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

Re: Fuse ESB.. at start

Posted by KIRA1983 <ch...@gmail.com>.
Another doubt: how can see a registry of fuse?? 


KIRA1983 wrote:
> 
> thx.
> perfect.
> but where i wish read information for particular fuse 3.3??
> 
> 

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018546
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by KIRA1983 <ch...@gmail.com>.
thx.
perfect.
but where i wish read information for particular fuse 3.3??


gnodet wrote:
> 
> Oh, I see the problem.
> 3.2 now uses a single hotdeploy folder rather than the install /
> deploy ones that were previously used.  Also components are now in
> that folder, so they will be automatically installed.
> So you should just need to copy the sa from the sampe dir to the
> hotdeploy folder and start servicemix / fuse using the following
> command from the servicemix home directory
>    bin/servicemix
> 
> On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>>
>> Hello,
>> i had installed a fuse esb 3.3 on my machine DEBIAN.
>> now i would a follow a guide in servicemix, but i don't understand to
>> complete a first example (wsdl-firts).
>> I understand to follow this code:
>>
>> cp deployhot/servicemix-shared-*.zip install
>> cp deployhot/servicemix-http-*.zip install
>> cp deployhot/servicemix-jsr181-*.zip install
>> cp deployhot/wsdl-first/wsdl-first-sa-*.zip deploy
>>
>> but in the command line on server running not happening nothing.. and so
>> my
>> first example failure.
>> where is my error?
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13017707
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13018348
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by Guillaume Nodet <gn...@gmail.com>.
There are several ways, the easiest one being to just copy the sa in
the hotdeploy directory.
Others are using jmx through a jmx console, ant tasks or maven plugin.

On 10/4/07, KIRA1983 <ch...@gmail.com> wrote:
>
> It's possible to put sa in fuse without restart the server?
>
>
> gnodet wrote:
> >
> > Oh, I see the problem.
> > 3.2 now uses a single hotdeploy folder rather than the install /
> > deploy ones that were previously used.  Also components are now in
> > that folder, so they will be automatically installed.
> > So you should just need to copy the sa from the sampe dir to the
> > hotdeploy folder and start servicemix / fuse using the following
> > command from the servicemix home directory
> >    bin/servicemix
> >
> > On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
> >>
> >> Hello,
> >> i had installed a fuse esb 3.3 on my machine DEBIAN.
> >> now i would a follow a guide in servicemix, but i don't understand to
> >> complete a first example (wsdl-firts).
> >> I understand to follow this code:
> >>
> >> cp deployhot/servicemix-shared-*.zip install
> >> cp deployhot/servicemix-http-*.zip install
> >> cp deployhot/servicemix-jsr181-*.zip install
> >> cp deployhot/wsdl-first/wsdl-first-sa-*.zip deploy
> >>
> >> but in the command line on server running not happening nothing.. and so
> >> my
> >> first example failure.
> >> where is my error?
> >>
> >> --
> >> View this message in context:
> >> http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13017707
> >> Sent from the ServiceMix - User mailing list archive at Nabble.com.
> >>
> >>
> >
> >
> > --
> > Cheers,
> > Guillaume Nodet
> > ------------------------
> > Blog: http://gnodet.blogspot.com/
> >
> >
>
> --
> View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13034512
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


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

Re: Fuse ESB.. at start

Posted by KIRA1983 <ch...@gmail.com>.
It's possible to put sa in fuse without restart the server?


gnodet wrote:
> 
> Oh, I see the problem.
> 3.2 now uses a single hotdeploy folder rather than the install /
> deploy ones that were previously used.  Also components are now in
> that folder, so they will be automatically installed.
> So you should just need to copy the sa from the sampe dir to the
> hotdeploy folder and start servicemix / fuse using the following
> command from the servicemix home directory
>    bin/servicemix
> 
> On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>>
>> Hello,
>> i had installed a fuse esb 3.3 on my machine DEBIAN.
>> now i would a follow a guide in servicemix, but i don't understand to
>> complete a first example (wsdl-firts).
>> I understand to follow this code:
>>
>> cp deployhot/servicemix-shared-*.zip install
>> cp deployhot/servicemix-http-*.zip install
>> cp deployhot/servicemix-jsr181-*.zip install
>> cp deployhot/wsdl-first/wsdl-first-sa-*.zip deploy
>>
>> but in the command line on server running not happening nothing.. and so
>> my
>> first example failure.
>> where is my error?
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13017707
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/
> 
> 

-- 
View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13034512
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: Fuse ESB.. at start

Posted by Guillaume Nodet <gn...@gmail.com>.
Oh, I see the problem.
3.2 now uses a single hotdeploy folder rather than the install /
deploy ones that were previously used.  Also components are now in
that folder, so they will be automatically installed.
So you should just need to copy the sa from the sampe dir to the
hotdeploy folder and start servicemix / fuse using the following
command from the servicemix home directory
   bin/servicemix

On 10/3/07, KIRA1983 <ch...@gmail.com> wrote:
>
> Hello,
> i had installed a fuse esb 3.3 on my machine DEBIAN.
> now i would a follow a guide in servicemix, but i don't understand to
> complete a first example (wsdl-firts).
> I understand to follow this code:
>
> cp deployhot/servicemix-shared-*.zip install
> cp deployhot/servicemix-http-*.zip install
> cp deployhot/servicemix-jsr181-*.zip install
> cp deployhot/wsdl-first/wsdl-first-sa-*.zip deploy
>
> but in the command line on server running not happening nothing.. and so my
> first example failure.
> where is my error?
>
> --
> View this message in context: http://www.nabble.com/Fuse-ESB..-at-start-tf4561449s12049.html#a13017707
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


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