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:[EMAIL PROTECTED] Sent: Saturday, March 31, 2007 7:00 AM To: [email protected] 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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] > Sent: Wednesday, March 28, 2007 11:55 AM > To: [email protected] > 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/
