You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "Garner, Shawn" <sh...@vangent.com> on 2007/03/28 19:08:48 UTC

RE: jms + errors

Cool, thanks.
I'll have to figure out what goes in all the attributes, I have no idea
at this point.

Also I'm getting an ERROR starting ServiceMix 3.1:
ERROR - LogTask                        - java.io.FileNotFoundException:
conf\log4j.xml (The system cannot find the path specified)

Also I'm getting this in when I click on view in the ServiceMix Console:

Shawn
HTTP Status 500 -


type Exception report

message

description The server encountered an internal error () that prevented
it from fulfilling this request.

exception

java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
error=2
	java.lang.ProcessImpl.create(Native Method)
	java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
	java.lang.ProcessImpl.start(ProcessImpl.java:30)
	java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
	java.lang.Runtime.exec(Runtime.java:591)
	java.lang.Runtime.exec(Runtime.java:429)
	java.lang.Runtime.exec(Runtime.java:326)
	
org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
ava:71)
	
org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
va:249)
	
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
et.java:1105)
	
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
ervlet.java:841)
	
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
rvlet.java:755)
	
org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
kServlet.java:396)
	
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
java:350)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	
org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
cationContextFilter.java:81)
	
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
java:118)
	
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
ava:52)

note The full stack trace of the root cause is available in the Apache
Tomcat/5.5.20 logs.
Apache Tomcat/5.5.20



-----Original Message-----
From: Adrian Co [mailto:aco@exist.com] 
Sent: Wednesday, March 28, 2007 11:55 AM
To: servicemix-users@geronimo.apache.org
Subject: Re: jms

You first create a jms consumer su to deploy in the jms bc
http://incubator.apache.org/servicemix/servicemix-jms.html

then create a service assembly to deploy the bc in servicemix.

the destination you configure in the service unit would be the jms 
destination it will receive jms messages from. then configure the 
service you would want to handle the message (i.e. jsr181 component, lw 
component, etc.)

Hope this helps. :)

Garner, Shawn wrote:
> I want to setup a JMS queue in service mix and publish it for
invocation
> in Tomcat.
>
> I've installed the shared library and the jms component but I am
unsure
> what to do next.
>
> I'm unfamiliar with ServiceMix, JMS, and ActiveMQ although I've been
> trying to figure this out from documentation.
>
>  
>
> Can somebody give me some rough steps to configure and use?
>
>  
>
> Shawn 
>
>  
>
>
>
> !DSPAM:507,460a9c9c309252002735277!
>
>   


Re: jms + errors

Posted by Bruce Snyder <br...@gmail.com>.
On 3/30/07, Garner, Shawn <sh...@vangent.com> wrote:
> It was Service Mix 3.1 binary.

> Also I'm getting an ERROR starting ServiceMix 3.1:
> ERROR - LogTask                        - java.io.FileNotFoundException:
> conf\log4j.xml (The system cannot find the path specified)

The issue above with the log4j.xml file was fixed in the trunk after
the 3.1 release:

https://issues.apache.org/activemq/browse/SM-854

An easy workaround for this issue is to start ServiceMix from the root
directory instead of from within the bin/ directory.

> Also I'm getting this in when I click on view in the ServiceMix Console:
>
> Shawn
> HTTP Status 500 -
>
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
> 5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
> error=2
>         java.lang.ProcessImpl.create(Native Method)
>         java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
>         java.lang.ProcessImpl.start(ProcessImpl.java:30)
>         java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
>         java.lang.Runtime.exec(Runtime.java:591)
>         java.lang.Runtime.exec(Runtime.java:429)
>         java.lang.Runtime.exec(Runtime.java:326)
>
> org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
> ava:71)
>
> org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
> va:249)
>
> org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
> et.java:1105)
>
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
> ervlet.java:841)
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
> rvlet.java:755)
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
> kServlet.java:396)
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
> java:350)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
> cationContextFilter.java:81)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
> java:118)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
> ava:52)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.20 logs.
> Apache Tomcat/5.5.20

I'm not quite sure about the issue above with the DotView dot file
generator. Is this functionality critical for your environment? I was
just able to reproduce this so I filed an issue on it here:

https://issues.apache.org/activemq/browse/SM-914

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

RE: jms + errors

Posted by "Garner, Shawn" <sh...@vangent.com>.
It was Service Mix 3.1 binary.

________________________________

From: Bruce Snyder [mailto:bruce.snyder@gmail.com]
Sent: Fri 3/30/2007 5:43 PM
To: servicemix-users@geronimo.apache.org
Subject: Re: jms + errors



On 3/30/07, Garner, Shawn <sh...@vangent.com> wrote:
> The first one was because I double clicked the batch file to start
> servicemix instead of doing it from the home directory down a directory.
> It created all new directories underneath the bin directory.  This is
> why when I dropped my components in the install directory it didn't do
> anything.
>
> The second error with the current war that you can download for the
> servicemix console deployed on tomcat.  I never figured out that error.
>
> Anyway we switched to just embedded ActiveMQ and have it working
> already.
>
> I wish servicemix was easier to figure out because I would have like to
> use it instead.
>
> Maybe I'll set it up at home for fun.

We can help you, but the questions below need to be answered:

> What version of ServiceMix are you using? Did you download a binary
> version or build it from source yourself? I see that the output
> mentions ServiceMix 3.1, but I'm wondering if you're not using the
> full 3.1 release because I believe that both of these errors were
> fixed in the full release of ServiceMix 3.1.


Bruce
--
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/



Re: jms + errors

Posted by Bruce Snyder <br...@gmail.com>.
On 3/30/07, Garner, Shawn <sh...@vangent.com> wrote:
> The first one was because I double clicked the batch file to start
> servicemix instead of doing it from the home directory down a directory.
> It created all new directories underneath the bin directory.  This is
> why when I dropped my components in the install directory it didn't do
> anything.
>
> The second error with the current war that you can download for the
> servicemix console deployed on tomcat.  I never figured out that error.
>
> Anyway we switched to just embedded ActiveMQ and have it working
> already.
>
> I wish servicemix was easier to figure out because I would have like to
> use it instead.
>
> Maybe I'll set it up at home for fun.

We can help you, but the questions below need to be answered:

> What version of ServiceMix are you using? Did you download a binary
> version or build it from source yourself? I see that the output
> mentions ServiceMix 3.1, but I'm wondering if you're not using the
> full 3.1 release because I believe that both of these errors were
> fixed in the full release of ServiceMix 3.1.


Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

RE: jms + errors

Posted by "Garner, Shawn" <sh...@vangent.com>.
The first one was because I double clicked the batch file to start
servicemix instead of doing it from the home directory down a directory.
It created all new directories underneath the bin directory.  This is
why when I dropped my components in the install directory it didn't do
anything.

The second error with the current war that you can download for the
servicemix console deployed on tomcat.  I never figured out that error.

Anyway we switched to just embedded ActiveMQ and have it working
already.

I wish servicemix was easier to figure out because I would have like to
use it instead.

Maybe I'll set it up at home for fun.

Shawn 
-----Original Message-----
From: Bruce Snyder [mailto:bruce.snyder@gmail.com] 
Sent: Thursday, March 29, 2007 9:45 PM
To: servicemix-users@geronimo.apache.org
Subject: Re: jms + errors

On 3/28/07, Garner, Shawn <sh...@vangent.com> wrote:
> Cool, thanks.
> I'll have to figure out what goes in all the attributes, I have no
idea
> at this point.
>
> Also I'm getting an ERROR starting ServiceMix 3.1:
> ERROR - LogTask                        -
java.io.FileNotFoundException:
> conf\log4j.xml (The system cannot find the path specified)
>
> Also I'm getting this in when I click on view in the ServiceMix
Console:
>
> Shawn
> HTTP Status 500 -
>
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
> 5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
> error=2
>         java.lang.ProcessImpl.create(Native Method)
>         java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
>         java.lang.ProcessImpl.start(ProcessImpl.java:30)
>         java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
>         java.lang.Runtime.exec(Runtime.java:591)
>         java.lang.Runtime.exec(Runtime.java:429)
>         java.lang.Runtime.exec(Runtime.java:326)
>
>
org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
> ava:71)
>
>
org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
> va:249)
>
>
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
> et.java:1105)
>
>
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
> ervlet.java:841)
>
>
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
> rvlet.java:755)
>
>
org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
> kServlet.java:396)
>
>
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
> java:350)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
> cationContextFilter.java:81)
>
>
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
> java:118)
>
>
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
> ava:52)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.20 logs.
> Apache Tomcat/5.5.20

What version of ServiceMix are you using? Did you download a binary
version or build it from source yourself? I see that the output
mentions ServiceMix 3.1, but I'm wondering if you're not using the
full 3.1 release because I believe that both of these errors were
fixed in the full release of ServiceMix 3.1.

Bruce
-- 
perl -e 'print
unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

Re: jms + errors

Posted by Bruce Snyder <br...@gmail.com>.
On 3/28/07, Garner, Shawn <sh...@vangent.com> wrote:
> Cool, thanks.
> I'll have to figure out what goes in all the attributes, I have no idea
> at this point.
>
> Also I'm getting an ERROR starting ServiceMix 3.1:
> ERROR - LogTask                        - java.io.FileNotFoundException:
> conf\log4j.xml (The system cannot find the path specified)
>
> Also I'm getting this in when I click on view in the ServiceMix Console:
>
> Shawn
> HTTP Status 500 -
>
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
> 5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
> error=2
>         java.lang.ProcessImpl.create(Native Method)
>         java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
>         java.lang.ProcessImpl.start(ProcessImpl.java:30)
>         java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
>         java.lang.Runtime.exec(Runtime.java:591)
>         java.lang.Runtime.exec(Runtime.java:429)
>         java.lang.Runtime.exec(Runtime.java:326)
>
> org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
> ava:71)
>
> org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
> va:249)
>
> org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
> et.java:1105)
>
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
> ervlet.java:841)
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
> rvlet.java:755)
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
> kServlet.java:396)
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
> java:350)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
> cationContextFilter.java:81)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
> java:118)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
> ava:52)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.20 logs.
> Apache Tomcat/5.5.20

What version of ServiceMix are you using? Did you download a binary
version or build it from source yourself? I see that the output
mentions ServiceMix 3.1, but I'm wondering if you're not using the
full 3.1 release because I believe that both of these errors were
fixed in the full release of ServiceMix 3.1.

Bruce
-- 
perl -e 'print unpack("u30","D0G)U8V4\@4VYY9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/

RE: jms + errors

Posted by "Garner, Shawn" <sh...@vangent.com>.
Where are the instructions telling me to install the dot application and
what website do I get the dot application from?

Shawn 

-----Original Message-----
From: Guillaume Nodet [mailto:gnodet@gmail.com] 
Sent: Saturday, March 31, 2007 7:00 AM
To: servicemix-users@geronimo.apache.org
Subject: Re: jms + errors

The dot executable which is used to render the diagrams
must be accesible in the path. I agree this need a bit more
explanation, but if you download it and set your PATH enviroment
variable correctly, it will work.

On 3/28/07, Garner, Shawn <sh...@vangent.com> wrote:
>
> Cool, thanks.
> I'll have to figure out what goes in all the attributes, I have no
idea
> at this point.
>
> Also I'm getting an ERROR starting ServiceMix 3.1:
> ERROR - LogTask                        -
java.io.FileNotFoundException:
> conf\log4j.xml (The system cannot find the path specified)
>
> Also I'm getting this in when I click on view in the ServiceMix
Console:
>
> Shawn
> HTTP Status 500 -
>
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
> 5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
> error=2
>         java.lang.ProcessImpl.create(Native Method)
>         java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
>         java.lang.ProcessImpl.start(ProcessImpl.java:30)
>         java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
>         java.lang.Runtime.exec(Runtime.java:591)
>         java.lang.Runtime.exec(Runtime.java:429)
>         java.lang.Runtime.exec(Runtime.java:326)
>
>
org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
> ava:71)
>
>
org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
> va:249)
>
>
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
> et.java:1105)
>
>
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
> ervlet.java:841)
>
>
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
> rvlet.java:755)
>
>
org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
> kServlet.java:396)
>
>
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
> java:350)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
>
org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
> cationContextFilter.java:81)
>
>
com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
> java:118)
>
>
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
> ava:52)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.20 logs.
> Apache Tomcat/5.5.20
>
>
>
> -----Original Message-----
> From: Adrian Co [mailto:aco@exist.com]
> Sent: Wednesday, March 28, 2007 11:55 AM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: jms
>
> You first create a jms consumer su to deploy in the jms bc
> http://incubator.apache.org/servicemix/servicemix-jms.html
>
> then create a service assembly to deploy the bc in servicemix.
>
> the destination you configure in the service unit would be the jms
> destination it will receive jms messages from. then configure the
> service you would want to handle the message (i.e. jsr181 component,
lw
> component, etc.)
>
> Hope this helps. :)
>
> Garner, Shawn wrote:
> > I want to setup a JMS queue in service mix and publish it for
> invocation
> > in Tomcat.
> >
> > I've installed the shared library and the jms component but I am
> unsure
> > what to do next.
> >
> > I'm unfamiliar with ServiceMix, JMS, and ActiveMQ although I've been
> > trying to figure this out from documentation.
> >
> >
> >
> > Can somebody give me some rough steps to configure and use?
> >
> >
> >
> > Shawn
> >
> >
> >
> >
> >
> > !DSPAM:507,460a9c9c309252002735277!
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/

Re: jms + errors

Posted by Guillaume Nodet <gn...@gmail.com>.
The dot executable which is used to render the diagrams
must be accesible in the path. I agree this need a bit more
explanation, but if you download it and set your PATH enviroment
variable correctly, it will work.

On 3/28/07, Garner, Shawn <sh...@vangent.com> wrote:
>
> Cool, thanks.
> I'll have to figure out what goes in all the attributes, I have no idea
> at this point.
>
> Also I'm getting an ERROR starting ServiceMix 3.1:
> ERROR - LogTask                        - java.io.FileNotFoundException:
> conf\log4j.xml (The system cannot find the path specified)
>
> Also I'm getting this in when I click on view in the ServiceMix Console:
>
> Shawn
> HTTP Status 500 -
>
>
> type Exception report
>
> message
>
> description The server encountered an internal error () that prevented
> it from fulfilling this request.
>
> exception
>
> java.io.IOException: CreateProcess: dot -Tsvg "D:\apps\Tomcat
> 5.5\temp\smx_57617.dot" -o"D:\apps\Tomcat 5.5\temp\smx_57618.dot.svg"
> error=2
>         java.lang.ProcessImpl.create(Native Method)
>         java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
>         java.lang.ProcessImpl.start(ProcessImpl.java:30)
>         java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
>         java.lang.Runtime.exec(Runtime.java:591)
>         java.lang.Runtime.exec(Runtime.java:429)
>         java.lang.Runtime.exec(Runtime.java:326)
>
> org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.j
> ava:71)
>
> org.springframework.web.servlet.view.AbstractView.render(AbstractView.ja
> va:249)
>
> org.springframework.web.servlet.DispatcherServlet.render(DispatcherServl
> et.java:1105)
>
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherS
> ervlet.java:841)
>
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherSe
> rvlet.java:755)
>
> org.springframework.web.servlet.FrameworkServlet.processRequest(Framewor
> kServlet.java:396)
>
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.
> java:350)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
>         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>
> org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(Appli
> cationContextFilter.java:81)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.
> java:118)
>
> com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.j
> ava:52)
>
> note The full stack trace of the root cause is available in the Apache
> Tomcat/5.5.20 logs.
> Apache Tomcat/5.5.20
>
>
>
> -----Original Message-----
> From: Adrian Co [mailto:aco@exist.com]
> Sent: Wednesday, March 28, 2007 11:55 AM
> To: servicemix-users@geronimo.apache.org
> Subject: Re: jms
>
> You first create a jms consumer su to deploy in the jms bc
> http://incubator.apache.org/servicemix/servicemix-jms.html
>
> then create a service assembly to deploy the bc in servicemix.
>
> the destination you configure in the service unit would be the jms
> destination it will receive jms messages from. then configure the
> service you would want to handle the message (i.e. jsr181 component, lw
> component, etc.)
>
> Hope this helps. :)
>
> Garner, Shawn wrote:
> > I want to setup a JMS queue in service mix and publish it for
> invocation
> > in Tomcat.
> >
> > I've installed the shared library and the jms component but I am
> unsure
> > what to do next.
> >
> > I'm unfamiliar with ServiceMix, JMS, and ActiveMQ although I've been
> > trying to figure this out from documentation.
> >
> >
> >
> > Can somebody give me some rough steps to configure and use?
> >
> >
> >
> > Shawn
> >
> >
> >
> >
> >
> > !DSPAM:507,460a9c9c309252002735277!
> >
> >
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Architect, LogicBlaze (http://www.logicblaze.com/)
Blog: http://gnodet.blogspot.com/