Return-Path: Delivered-To: apmail-geronimo-servicemix-dev-archive@www.apache.org Received: (qmail 20448 invoked from network); 3 Apr 2007 06:52:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 06:52:57 -0000 Received: (qmail 91086 invoked by uid 500); 3 Apr 2007 06:53:04 -0000 Delivered-To: apmail-geronimo-servicemix-dev-archive@geronimo.apache.org Received: (qmail 91061 invoked by uid 500); 3 Apr 2007 06:53:04 -0000 Mailing-List: contact servicemix-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-dev@geronimo.apache.org Delivered-To: mailing list servicemix-dev@geronimo.apache.org Received: (qmail 91048 invoked by uid 99); 3 Apr 2007 06:53:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 23:53:03 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Apr 2007 23:52:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6468671403D for ; Mon, 2 Apr 2007 23:52:35 -0700 (PDT) Message-ID: <10360818.1175583155407.JavaMail.jira@brutus> Date: Mon, 2 Apr 2007 23:52:35 -0700 (PDT) From: "Guillaume Nodet (JIRA)" To: servicemix-dev@geronimo.apache.org Subject: [jira] Commented: (SM-914) Exception upon generating a dot file from the apache-servicemix-web distribution in Tomcat In-Reply-To: <1171563.1175303014480.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/SM-914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38943 ] Guillaume Nodet commented on SM-914: ------------------------------------ Dot is a diagramming tool that can from the dot format to png images. It can be downloaded at http://www.graphviz.org > Exception upon generating a dot file from the apache-servicemix-web distribution in Tomcat > ------------------------------------------------------------------------------------------- > > Key: SM-914 > URL: https://issues.apache.org/activemq/browse/SM-914 > Project: ServiceMix > Issue Type: Bug > Affects Versions: 3.1 > Environment: MacOS X 10.4.8/Tomcat 5.5.20 > Reporter: Bruce Snyder > > Upon deploying the {{apache-servicemix-web-3.1-incubating.war}} file in Tomcat 5.5.20 and clicking on the 'View' link in the ServiceMix console, the following exception is thrown: > {code} > WARN - [dispatcher] - Servlet.service() for servlet dispatcher threw exception > java.io.IOException: dot: not found > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.(UNIXProcess.java:52) > at java.lang.ProcessImpl.start(ProcessImpl.java:91) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:451) > at java.lang.Runtime.exec(Runtime.java:591) > at java.lang.Runtime.exec(Runtime.java:429) > at java.lang.Runtime.exec(Runtime.java:326) > at org.apache.servicemix.web.view.DotView.renderMergedOutputModel(DotView.java:71) > at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:249) > at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1105) > at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:841) > at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:755) > at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396) > at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.apache.servicemix.web.filter.ApplicationContextFilter.doFilter(ApplicationContextFilter.java:81) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) > at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) > at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) > at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) > at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > at java.lang.Thread.run(Thread.java:613) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.