2 Replies Latest reply on May 1, 2015 3:39 AM by derli0n

    HTTP Status 404 - /jbpm-console/

    sameer82

      Hi,

       

      I have downloaded jbpm-5.1-SNAPSHOT-installer.zip from the following path "https://hudson.jboss.org/jenkins/job/jBPM5/lastSuccessfulBuild/artifact/jbpm-distribution/target/".

       

      Then continued with installation and starting the services successfully using

      ant install.demo and ant start.demo.

       

      The following sample project is throwing 404 error:

      "http://localhost:8080/jbpm-console".

       

      While building I am getting the following error:

      [unchecked] unchecked cast

          [javac] found   : java.lang.Object

          [javac] required: java.util.Map<java.lang.String,org.jbpm.task.User>

          [javac]         Map<String, User> users = ( Map<String, User> ) eval( reader, vars ); 

          [javac]                                                             ^

          [javac] /home/mantis/jbpm5/task-service/src/org/jbpm/DemoTaskService.java:54: warning: [unchecked] unchecked cast

          [javac] found   : java.lang.Object

          [javac] required: java.util.Map<java.lang.String,org.jbpm.task.Group>

          [javac]         Map<String, Group> groups = ( Map<String, Group> ) eval( reader, vars );

       

      Please suggest how to proceed.