Discussion:
[jboss-user] [jBPM] - http://localhost:8080/jbpm-console not working
Pushpinder Jit Singh
2013-06-27 09:14:03 UTC
Permalink
Pushpinder Jit Singh [https://community.jboss.org/people/pushpinderravi] created the discussion

"http://localhost:8080/jbpm-console not working"

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

--------------------------------------------------------------
Hi All,

I am new to jBPM and have limited knowledge about it.

I recently downloaded and installed it on the Windows Server 2008 R2, by following instructions on http://docs.jboss.org/jbpm/v5.1/userguide/ch03.html#d0e402 http://docs.jboss.org/jbpm/v5.1/userguide/ch03.html#d0e402. But when I try to visit http://localhost:8080/jbpm-console http://localhost:8080/jbpm-console, it just stays there. Following is the result, when I execute the start.demo command.

c:\jbpm-installer>ant start.demo
Buildfile: c:\jbpm-installer\build.xml
download.db.driver.check:
     [echo] Checking if db driver jar has been downloaded ....//db/driver/h2.jar

download.db.driver:
start.h2.check:
     [echo] Checking if h2 db should be started ...
start.h2:
start.jboss:
check.jboss.version:
start.jboss5:
check.jboss.version:
start.jboss7:
start.eclipse:
start.demo:
BUILD SUCCESSFUL
Total time: 3 seconds


Also, I can't access any webpage of the server, from my local machine. I tried disabling the firewall completely, and using the IP address but nothing worked.

Can anybody please help?

Regards,
Pushpinder
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
aemdtuc
2013-06-27 11:29:40 UTC
Permalink
aemdtuc [https://community.jboss.org/people/aemdtuc] created the discussion

"Re: http://localhost:8080/jbpm-console not working"

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

--------------------------------------------------------------
so from what I understood you're running jBPM in a server and trying to load the URL from your machine (correct me if I'm wrong).
have you configured jboss to allow remote access?!
go to the standalone.xml inside jboss and set as the following:

<interface name="management">
      <inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public">
      <inet-address value="${jboss.bind.address:0.0.0.0}"/>
</interface>

Hope it helps
--------------------------------------------------------------

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

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