I have created a repository on my own computer (localhost:8080) which
contains a large number of rules and several processes, and exported it to a
file.
I then imported the file into a new remote server (edmopencdsdev:8081) that
is running on a different port: 8081 instead of 8080.
Guvnor seems to work correctly on the new server, except for one thing: It
bombs when I try to open a process that was created on my local machine. It
seems that there are references to the host on the original server stored
within the imported repository somewhere.
Am I doing something wrong, or is this a known issue? If so, is there a
work-around short of separately saving the BPMN2 files and importing each
one of them individually? I have attached a sample of one of the processes
that causes this issue, although all of the processes I have tried fail with
the same error message (shown below) in the logs.
05:57:04,945 INFO [org.apache.jackrabbit.core.TransientRepository]
(http--0.0.0.0-8081-3) Session opened
05:57:22,290 INFO [org.jbpm.designer.server.EditorHandler]
(http--0.0.0.0-8081-2) The diagram editor is running in production mode.
Javascript will be served compressed
05:57:33,587 INFO [org.jbpm.designer.server.EditorHandler]
(http--0.0.0.0-8081-2) Performing diagram information pre-processing steps.
05:57:33,618 ERROR
[org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit]
(http--0.0.0.0-8081-2)
http://localhost:8080/drools-guvnor/rest/packages/
05:57:33,618 INFO [stdout] (http--0.0.0.0-8081-2) Setting up default
workitem configuration
05:57:33,618 INFO [stdout] (http--0.0.0.0-8081-2) End setting up default
workitem configuration
05:57:34,493 ERROR [org.jbpm.designer.web.server.ServletUtil]
(http--0.0.0.0-8081-2)
http://localhost:8080/drools-guvnor/rest/packages/
05:57:34,493 INFO
[org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit]
(http--0.0.0.0-8081-2) Successfully deleted file
:C:\JBoss\jboss-as-7.1.1.Final\standalone\tmp\vfs\temp8d0d9283eb376a77\desig
ner.war-a884420b84204c5f\stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json
05:57:34,602 INFO
[org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit]
(http--0.0.0.0-8081-2) Created
file:C:\JBoss\jboss-as-7.1.1.Final\standalone\tmp\vfs\temp8d0d9283eb376a77\d
esigner.war-a884420b84204c5f\stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json
05:57:38,040 ERROR
[org.jbpm.designer.web.repository.impl.UUIDBasedJbpmRepository]
(http--0.0.0.0-8081-1) Unable to connect to Gunvor. Is it running?
[
http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/oryxeditor?uui
d=77827ae5-ce58-43d7-84f7-fe5785e5400f&usr=admin&pwd=admin]
05:57:38,587 ERROR [org.jbpm.designer.web.server.ServletUtil]
(http--0.0.0.0-8081-2)
http://localhost:8080/drools-guvnor/rest/packages/
05:57:38,743 INFO [org.jbpm.designer.web.server.DictionaryServlet]
(http--0.0.0.0-8081-2) check connection response code: 404
Thanks for any help you can give.
-- des