cancel
Showing results for 
Search instead for 
Did you mean: 

Demo Start Fails to Load Modeler

holein1
Champ in-the-making
Champ in-the-making
I get an exception trying to do the demo start build:

internal.download.activiti.modeler:
     [echo] This could take a while. Set the 'feature.modeler' property to 'disa
bled' in the build.properties or in your user.home/.activiti/build.properties to
skip this step
    [mkdir] Created dir: C:\download
      [get] Getting: http://activiti.org/downloads/activiti-modeler-5.1.war
      [get] To: C:\download\activiti-modeler-5.1.war
      [get] Error getting http://activiti.org/downloads/activiti-modeler-5.1.war
to C:\download\activiti-modeler-5.1.war

BUILD FAILED
C:\activiti-5.1\setup\build.xml:150: The following error occurred while executin
g this line:
C:\activiti-5.1\setup\build.xml:549: The following error occurred while executin
g this line:
C:\activiti-5.1\setup\build.xml:616: java.net.ConnectException: Connection refus
ed: connect

Looks like activiti-modeler-5.1.war doesn't exist on your site, only …zip.

Len
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
Are you connected to the internet? By default, the demo setup downloads the activiti-modeler war. If you don't want the modeler to be downloaded (demo works perfectly without), alter the folowing line in your distro/setup/build.properties, to disable the modeler feauture:


# Remove this property or set it to disabled if you're not using Activiti Modeler
feature.modeler=disabled

frederikherema1
Star Contributor
Star Contributor
The modeler war for 5.1 can be downloaded manually:

http://activiti.org/downloads/activiti-modeler-5.1.war