Discussion:
[jboss-user] [jBPM] - jBPM Install
Pushpinder Jit Singh
2013-06-24 06:44:08 UTC
Permalink
Pushpinder Jit Singh [https://community.jboss.org/people/pushpinderravi] created the discussion

"jBPM Install"

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

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

I am new to jBPM and don't really know anything about it.

To install jBPM, I am 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 reached section 3.3 Demo setup, I can't execute the command *ant install.demo*, as there is no file named install.demo

Can anyone please help.

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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
AAYUSH AGARWAL
2013-06-24 11:56:47 UTC
Permalink
AAYUSH AGARWAL [https://community.jboss.org/people/rekhyt73] created the discussion

"Re: jBPM Install"

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

--------------------------------------------------------------
Your question doesn't give much information.
Have you done all of the following :

-Downloaded the jBPM installer and unzipped it.
-Installed jdk and ant
-Set the variables ANT_HOME and JAVA_HOME to the corresponding paths

After you have done all of the above:

Open the terminal
cd into the installation folder (C:/Users/...../jbpm-installer/)
Type the command "ant install.demo" and press enter.

And yes, there is no folder named install.demo. That's okay.

Hope this helps.
If you are stuck, please specify the error.
Cheers :)
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Pushpinder Jit Singh
2013-06-25 00:32:36 UTC
Permalink
Pushpinder Jit Singh [https://community.jboss.org/people/pushpinderravi] created the discussion

"Re: jBPM Install"

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

--------------------------------------------------------------
Hi Aayush,

Thanks for your reply.. Yes, I did install jdk and ant and set the variable, as suggested.

While installing, it came up with an error as below:

download.eclipse:
     [echo] Getting Eclipse ...
      [get] Getting: http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip
      [get] To: c:\jbpm-installer\lib\eclipse-java-helios-SR2-win32.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip
      [get] Error opening connection java.io.FileNotFoundException: http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip
      [get] Can't get http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip to c:\jbpm-installer\lib\eclipse-java-helios-SR2-win32.zip
BUILD FAILED
c:\jbpm-installer\build.xml:254: Can't get http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-win32.zip to c:\jbpm-installer\lib\eclipse-java-helios-SR2-win32.zip


Can you please suggest..

Regards,
Pushpinder

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

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Toshiya Kobayashi
2013-06-25 00:40:41 UTC
Permalink
Toshiya Kobayashi [https://community.jboss.org/people/tkobayashi] created the discussion

"Re: jBPM Install"

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

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

The eclipse download link has been changed. Please edit build.xml

from:

    <get src=" http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-$ http://download.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-${download.type}.${download.extension}"

to:

    <get src=" http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-$ http://archive.eclipse.org/technology/epp/downloads/release/helios/SR2/eclipse-java-helios-SR2-${download.type}.${download.extension}"

Cheers,
Toshiya
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Aayush Agarwal
2013-06-25 05:51:49 UTC
Permalink
Aayush Agarwal [https://community.jboss.org/people/rekhyt73] created the discussion

"Re: jBPM Install"

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

--------------------------------------------------------------
Yes, make the change as suggested by Toshiya.
Also, replace all occurences of "helios" with "juno" (<Ctrl> +  h)
And if you are using a 64 bit system, you also need to change the download type (where it is defined)
from : win32
to: win32-x86_64

Hopefully it should work now.
Cheers
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Pushpinder Jit Singh
2013-06-25 07:32:11 UTC
Permalink
Pushpinder Jit Singh [https://community.jboss.org/people/pushpinderravi] created the discussion

"Re: jBPM Install"

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

--------------------------------------------------------------
THANKS A LOTTT Guys.. You both are THE BEST..

You guys really saved my day.. It is installed and working perfectly fine now... :)
--------------------------------------------------------------

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

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