I am not able to deploy my java-hello sample proxy to my eval account

I am not able to deploy my java-hello sample proxy to my eval account.After all the installation, I try to run ./deploy.sh. When I do this I am getting this error:

Imported new proxy version 1

Environment: test

Revision: 1 BasePath = /

State: error

I am not sure where I need to edit the path.Can someone please help me out.

Solved Solved
0 4 74
1 ACCEPTED SOLUTION

I actually debugged my java code.There was an error in my java code.I corrected it and it worked. Thanks for the response.

View solution in original post

4 REPLIES 4

I'm not sure if java callouts supported in eval orgs

But one of the answers in community contradicts this.

https://community.apigee.com/questions/55732/can-i-use-java-callouts-in-a-free-evaluation-accou.html

Here its mentioned we can access java callout for a free-eval account

That's 2018, you never know if its still supported. But, your error is more proxy basepath based, can you share the pom.xml or deploy.sh?

I actually debugged my java code.There was an error in my java code.I corrected it and it worked. Thanks for the response.