[jboss-user] [jBPM] - Re: Could not connect task client: on ip: 127.0.0.1 - port: 5153

hczjb zhang do-not-reply at jboss.com
Fri Jan 11 01:40:21 EST 2013


hczjb zhang [https://community.jboss.org/people/jiabin] created the discussion

"Re: Could not connect task client: on ip: 127.0.0.1 - port: 5153"

To view the discussion, visit: https://community.jboss.org/message/790319#790319

--------------------------------------------------------------
i get the same issue about "null\roles.properties", and i also change the build.xml, but it still is not working, whether i change build.xml wrong, please tell me how to fix the problem, thanks in advance.

<target name="start.human.task">
    <mkdir dir="${install.home}/task-service/target"/>
    <javac srcdir="${install.home}/task-service/src" destdir="${install.home}/task-service/target" classpathref="classpath.human.task">
      <compilerarg value="-Xlint:unchecked"/>
    </javac>
    <copy todir="${install.home}/task-service/target">
      <fileset dir="${install.home}/task-service/resources"/>
    </copy>
    <java classname="org.jbpm.DemoTaskService" fork="true">  
      <classpath>
        <pathelement path="${install.home}/task-service/target"/>
        <path refid="classpath.human.task" />
      </classpath>
    </java>
    *<jvmarg value="jbpm.user.group.mapping=${jboss.home}" />*
*    <sysproperty key="jbpm.user.group.mapping" value="${jboss.home}"/>*
  </target>

--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/790319#790319]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130111/a6398935/attachment-0001.html 


More information about the jboss-user mailing list