Page 1 of 1

deploying(first time user)

PostPosted: Mon Oct 20, 2014 7:21 am
by sander-drost_1
Hello,

I have been trying to get one of the example projects to run but cant seem to get it to work. I followed the sdk manual to install and create a project. now when i click deply to sdk i get the error message:
Code: Select all
Upload error

There was an error while trying to deploy the file

Reason:
Error code:504

using the run on server command and selecting the tomcat server gives a 404 so the link wont work either.

Im using ubuntu 14.04. tried dynamic and static project. static wont allow me to use the tomcat server.

what am i doing wrong?

Thanks in advance

deploying(first time user)

PostPosted: Tue Oct 21, 2014 6:30 pm
by qa lead_1
Hi Sander Drost,

Did you run the emulator before you perform Deply to SDK?

Regards,
STA Support

deploying(first time user)

PostPosted: Wed Oct 22, 2014 12:10 am
by sander-drost_1
Hi, Thanks for your reply.

Yes the emulator is running and has network. I have read the manual again and found that apps deployed to the sdk are loaded with file:///urls, could it be a proxy issue?

also it says dynamic projects need deployment to tomcat server, wouldnt this need a servlet?

deploying(first time user)

PostPosted: Wed Oct 22, 2014 12:37 am
by sander-drost_1
it was indeed the proxy that causes the error. i got it working now by turning off proxy use in eclipse.