Forum tags


Top Posters

Last 30 days

  • Antoine (94)
  • talita.pezzi (27)
  • eduardo.lawisch (14)
  • alfons.bataller.diaz (14)
  • sundaravadivel.n (13)
  • ravinderjit.singh (13)
  • hellonico (8)
  • jose.mendoza (8)
  • barry.sperling (7)
  • marcia.martins (7)

All time

  • Antoine (1403)
  • Shivanand (1189)
  • cshekhar (921)
  • psq (795)
  • jag (391)
  • metabyte (370)
  • arnaud (327)
  • jalateras (325)
  • dfrench (263)
  • venkaiah.k (198)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
Re:Getting the msg "SVG will be generated at deploy" (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Getting the msg "SVG will be generated at deploy"
#15842
robin.sharma (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Getting the msg "SVG will be generated at deploy" 2 Months, 3 Weeks ago Karma: 0  
Hi!

I'm getting the following message on the console when I run a process instance and click the Diagram tab:

SVG will be generated at deployment.Change the preferences to generate it all the time

What preference do I need to change and where?

Thanks.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#15853
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:Getting the msg "SVG will be generated at deploy" 2 Months, 3 Weeks ago Karma: 25  
It is weird that the SVG is not created for deployment. Could you please attach your project so that we can have a look ?

You can change the preferences in Intalio|Designer>SVG to have the SVG being uilt all the time.
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#16514
steveatk (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Getting the msg "SVG will be generated at deplo 1 Month ago Karma: 0  
I have a similar problem. The SVG generation throws errors that are shown at the bottom of this post.

Clean installation of 5.2 designer and 5.2 server on Mac OSX 10.5.5. The Java preferences have been set so that the choice of JDK and JRE environment is always Java 5.0 (1.5) first.

I installed the FirstProcess project from the archive and deployed. I opened the Process Details from the bpms-console and attempted to display the process diagram. It displays a box containing the message 'Diagram not available'. Here is the tail of the geronimo log (.../intalio-server/var/log/geronimo.out):

Geronimo Application Server started
19:37:54,922 ERROR [ProcessDetailsController] Error handling SVG document
javax.servlet.ServletException: java.lang.RuntimeException: java.io.IOException: Premature end of file.
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:580)
at com.intalio.bpms.console.helper.SVGHelper.getProcessSVG(SVGHelper.java:531)
at com.intalio.bpms.console.web.ProcessDetailsController$ProcessDetailsAction.beforeExecute(ProcessDetailsController.java:71)
at org.intalio.tempo.web.controller.Action.doExecution(Action.java:140)
at org.intalio.tempo.web.controller.SecuredController.showForm(SecuredController.java:47)
at org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:322)
at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:262)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.RuntimeException: java.io.IOException: Premature end of file.
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:563)
... 40 more
Caused by: java.io.IOException: Premature end of file.
at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(Unknown Source)
at org.apache.batik.bridge.DocumentLoader.loadDocument(Unknown Source)
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:561)
... 40 more
19:37:56,398 ERROR [ProcessDetailsController] Error handling SVG document
javax.servlet.ServletException: java.lang.RuntimeException: java.io.IOException: Premature end of file.
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:580)
at com.intalio.bpms.console.helper.SVGHelper.getProcessSVG(SVGHelper.java:531)
at com.intalio.bpms.console.web.ProcessDetailsController$ProcessDetailsAction.beforeExecute(ProcessDetailsController.java:71)
at org.intalio.tempo.web.controller.Action.doExecution(Action.java:140)
at org.intalio.tempo.web.controller.SecuredController.showForm(SecuredController.java:47)
at org.springframework.web.servlet.mvc.AbstractFormController.showNewForm(AbstractFormController.java:322)
at org.springframework.web.servlet.mvc.AbstractFormController.handleRequestInternal(AbstractFormController.java:262)
at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:723)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at org.apache.geronimo.jetty6.InternalJettyServletHolder.handle(InternalJettyServletHolder.java:65)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
at org.apache.geronimo.jetty6.handler.ThreadClassloaderHandler.handle(ThreadClassloaderHandler.java:46)
at org.apache.geronimo.jetty6.handler.InstanceContextHandler.handle(InstanceContextHandler.java:58)
at org.apache.geronimo.jetty6.handler.UserTransactionHandler.handle(UserTransactionHandler.java:48)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
at org.apache.geronimo.jetty6.handler.ComponentContextHandler.handle(ComponentContextHandler.java:47)
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:201)
at org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:331)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:613)
Caused by: java.lang.RuntimeException: java.io.IOException: Premature end of file.
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:563)
... 40 more
Caused by: java.io.IOException: Premature end of file.
at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.util.SAXDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(Unknown Source)
at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(Unknown Source)
at org.apache.batik.bridge.DocumentLoader.loadDocument(Unknown Source)
at com.intalio.bpms.console.helper.SVGHelper.loadProcessSVG(SVGHelper.java:561)
... 40 more
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#16516
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:Getting the msg "SVG will be generated at deplo 1 Month ago Karma: 25  
Please attach your designer.log and .log files, present in the .metadata folder of the workspace.

Thanks,

Antoine
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
#16518
steveatk (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Getting the msg "SVG will be generated at deplo 1 Month ago Karma: 0  
Hi Antoine, thanks for the prompt reply.

The only files in .metadata are designer.log and version.ini. The designer.log is attached.

Regards
Steve
File Attachment:
File Name: designer-5fd71ed1a6f5962971eb2fe1d396b781.log
File Size: 3695
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#16519
steveatk (User)
Fresh Boarder
User Offline Click here to see the profile of this user
Re:Getting the msg "SVG will be generated at deplo 1 Month ago Karma: 0  
Sorry Antoine, I assumed you meant *.log, not .log (a hidden file).

Here it is as visible.log.

Steve
File Attachment:
File Name: visible.log
File Size: 501303
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop