Discussion:
[jboss-user] [jBPM] - Error: Build failed
AAYUSH AGARWAL
2013-06-04 12:48:30 UTC
Permalink
AAYUSH AGARWAL [https://community.jboss.org/people/rekhyt73] created the discussion

"Error: Build failed"

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

--------------------------------------------------------------
Hi,
I am trying to install jBPM on Windows 7.

Command                                         Result
ant install.demo.noeclipse            Build successful
ant install.demo                           Build failed. Could not download */*/eclipse into the folder */*
ant start.demo.noeclipse              Build failed. Error: JBoss AS7 did not start within 5 minutes
ant start.demo                             Build failed. Error: JBoss AS7 did not start within 5 minutes

Thanks for the help.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Ashish T
2013-06-07 11:15:33 UTC
Permalink
Ashish T [https://community.jboss.org/people/ashpcs] created the discussion

"Re: Error: Build failed"

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

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

For fiest error, you need internet connection to download eclipse java version.  If you already have the eclipse version then you can  put in the lib folder so the build does not download it. The name of the eclipse zip should be same as reqhich uired by build which you can see in the command console.

For second error you eneed to check if there are other errors on the console as it works without problem for default  setup.
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
Ashish T
2013-06-07 14:50:17 UTC
Permalink
Ashish T [https://community.jboss.org/people/ashpcs] created the discussion

"Re: Error: Build failed"

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

--------------------------------------------------------------
In build.xml youc an see below statment
  <!-- Start Demo (Eclipse) -->
  <target name="start.demo.eclipse" depends="start.eclipse,start.human.task" />
remove starty.human.task  dependency whcih will not start the human task.


As you are not working human task you can remove jbpm-human-task-war.war from Jboss deployment folder


Let me know if this works.
--------------------------------------------------------------

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

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-07 17:53:55 UTC
Permalink
AAYUSH AGARWAL [https://community.jboss.org/people/rekhyt73] created the discussion

"Re: Error: Build failed"

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

--------------------------------------------------------------
I know I need an internet connection!
Anyhow, the issue was resolved and if it works differently in different systems, I hope the "edit" helps you check it out.

Thanks and regards,
Aayush.
--------------------------------------------------------------

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

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