cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti modeler

anil_gv
Champ in-the-making
Champ in-the-making
Not able to download the activiti modeler, i am accessing internet through proxy. i have also done proxy setting in build.xml. still getting following error

internal.download.activiti.modeler:
     [echo] This could take a while. Set the 'skip.deploy.activiti.modeler' property in user.home/.activiti/build.properties to skip this step
      [get] Getting: http://activiti.org/downloads/activiti-modeler-5.0.rc1.war
      [get] To: D:\Activiti_poc\downloads\activiti-modeler-5.0.rc1.war
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://dl.alfresco.com/activiti/activiti-modeler-5.0.rc1.war
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://dl.alfresco.com/activiti/activiti-modeler-5.0.rc1.war
      [get] Error opening connection java.io.IOException: Server returned HTTP response code: 403 for URL: http://dl.alfresco.com/activiti/activiti-modeler-5.0.rc1.war
      [get] Can't get http://activiti.org/downloads/activiti-modeler-5.0.rc1.war to D:\Activiti_poc\downloads\activiti-modeler-5.0.rc1.war
9 REPLIES 9

dev1
Champ in-the-making
Champ in-the-making
hi,
how exactly are you trying to download "Activiti" modeler.You are manually downloading it or downloading it through eclipse ??? :?:

anil_gv
Champ in-the-making
Champ in-the-making
Following is my proxy setting done in build.xml(under setup folder) and modified ant task "internal.download.activiti.modeler" to enforce download.

  <target name="internal.download.activiti.modeler" depends="proxy">
    <echo message="This could take a while. Set the 'skip.deploy.activiti.modeler' property in user.home/.activiti/build.properties to skip this step" />
    <mkdir dir="${downloads.dir}"/>
    <get src="${activiti.modeler.download.url}" dest="${downloads.dir}/activiti-modeler-${activiti.version}.war"/>
  </target>

<target name="proxy">
<echo>Configuring Proxy</echo>
    <property name="proxy.port" value="XXXX"/>
    <property name="proxy.user" value="XXXXX"/>
    <property name="proxy.pass" value="XXXX"/>
   <property name="proxy.host" value="XXXX"/>
    <setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}"
      proxyuser="${proxy.user}" proxypassword="${proxy.pass}"/>
  </target>

frederikherema1
Star Contributor
Star Contributor
anil_gv,

I presume it works now with the proxy set?
Thanks for pointing that out, we should mention this in the userguide/wiki page so other people that are not so familiar with ant will be able to download it from behind a proxy.

anil_gv
Champ in-the-making
Champ in-the-making
There are some challenges in installation while you are behind a proxy. First proxy has to be set in build.xml and after maven download, we have to stop the installation and set the proxy in maven configuration in order to continue download.

Still i am not able to download web based modeler.

jbarrez
Star Contributor
Star Contributor
The Modeler is downloaded from http://activiti.org/downloads/activiti-modeler-5.0.war, maybe that helps.

anil_gv
Champ in-the-making
Champ in-the-making
Thanks I am able to download modeler. What I noticed is there are some challenges in installation while you are behind a proxy, setup is smooth when you are accessing internet directly.

jbarrez
Star Contributor
Star Contributor
Yes, I heard this already multiple times.
None of the core devs is behind a proxy … any idea how we could emulate that ?

bpmnc_user
Champ in-the-making
Champ in-the-making
I created a new topic and it was submitted successfully. But When I wen tback to the tpic that I created, it got me here. The tool tip shows the text from my topic under Active Topics section, but when clicked, takes me to this topic.
I am confused..???

jbarrez
Star Contributor
Star Contributor
Me too 🙂