Sameer Kumar [http://community.jboss.org/people/sameer82] created the discussion

"HTTP Status 404 - /jbpm-console/"

To view the discussion, visit: http://community.jboss.org/message/609697#609697

--------------------------------------------------------------
Hi,

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

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to