studio/server community 6.1.2 error UUID not found during project RUN

1
0
-1

my community server works properly. i can log in. i can import apps. i can start apps and view forms. etc.
below is the error message i get when trying to RUN a project from studio. i can manually export the BAR file and add the APP as administrator and it works. i can click PORTAL from the studio and get logged in to server.

studio is running on my laptop(64 bit win 8) and the server/web site is on another server(win server 2003 32 bit)

any ideas? thanks

Jan 03, 2014 1:33:51 PM org.bonitasoft.forms.server.FormsServlet getApplicationErrorTemplate
SEVERE: Error while getting the Process Error Template
org.bonitasoft.forms.server.exception.FormNotFoundException: The process with UUID 6905069931451896068 does not exist!
at org.bonitasoft.forms.server.provider.impl.FormServiceProviderImpl.getDeployementDate(FormServiceProviderImpl.java:1564)
at org.bonitasoft.forms.server.FormsServlet.getApplicationErrorTemplate(FormsServlet.java:550)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:561)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208)
at org.bonitasoft.forms.server.FormsServlet.processCall(FormsServlet.java:130)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248)
at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:643)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:723)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
at org.bonitasoft.console.security.SessionFixationValve.invoke(SessionFixationValve.java:77)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)

1 answer

1
0
-1

Hi!

In your laptop, open your studio. Go to Settings (or preferences, not sure because my bonita is in portuguese) --> server configuration --> Check your host and port, see if they are poiting to localhost and 8081. If it's not, set it like that, save and close your studio. Open it again, open your process and try to run it.

Tell us if it works.

Notifications