[jBPM Users] - Issue with remote client and JBPM 4.1
by luc.boutier
=== Environment ==============================
- jBPM Version : 4.1
- Database : HSQL
- JDK : 1.6.0_15 (Apple)
- Container : Tomcat
- Configuration : remote.client.jbpm.cfg.xml provided with the distribution
- Libraries : From the JBoss maven repository (4.1)
=== Process ==================================
No process at my stage...
=== API ===================================
Spring configuration :
<!-- Connect to the remote JBPM server -->
<constructor-arg value="remote.client.jbpm.cfg.xml" />
=== Stacktrace ==============================
Bit long so just put the cause:
Caused by: org.jbpm.api.JbpmException:
error: no element parser for tag ejb-remote-command-service in category descriptor [line=18 column=64 ]
at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:168)
at org.jbpm.pvm.internal.xml.ProblemList.getJbpmException(ProblemList.java:141)
at org.jbpm.pvm.internal.xml.Parse.checkErrors(Parse.java:189)
at org.jbpm.pvm.internal.cfg.JbpmConfiguration.parse(JbpmConfiguration.java:165)
at org.jbpm.pvm.internal.cfg.JbpmConfiguration.setInputStream(JbpmConfiguration.java:132)
at org.jbpm.pvm.internal.cfg.SpringConfiguration.(SpringConfiguration.java:63)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
... 49 more
=== Problem description =========================
I'm not able to have a working remote client.... See stacktrace...
Issue doesn't seems to come from Spring as it works fine if I use embedded JBPM.
Thanks for your help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253234#4253234
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253234
15 years, 4 months
[JBoss Tools Users] - Project archives: Failed to create a new SAX parser
by Oliver Roell
Hi,
I have problems with the "Project archives" from the JBoss Tools 3.0.1
Yesterday I have created a new WAR-file within the "Project archives" and it works.
I was able to rebuild the WAR-file many times.
Today it does not work. When I click on "Build project (Full)" I get the following error:
'Build archive node' has encountered a problem.
An internal error occurred during: "Build archive node".
Failed to create a new SAX parser.
When I want to open the archive I see only "Loading..." and no nodes.
Without seeing the nodes I cannot delete the archive because without seeing a node I cannot delete the node.
I can create a new archive with right-click, "New Archive", but nothing changes. I still see "Loading..." and no nodes.
Therefore I have deleted the file .packages (which was empty) directly in the file system and then I was able to create a new archive.
After that I have created a new test-project. In this project I can create a project archive and it works.
But when I want to delete the archive, I get a similar error:
'Save archive job' has encountered a problem.
An internal error occurred during: "Save archive job".
Failed to create a new SAX parser.
All my archives are very small and were not changed after the automatic creation.
I do not know why there is a permanent problem with the SAX parser.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4253232#4253232
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4253232
15 years, 4 months