Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to deploy application #2982

Open
yxue8 opened this issue Jan 30, 2019 · 3 comments
Open

Failed to deploy application #2982

yxue8 opened this issue Jan 30, 2019 · 3 comments

Comments

@yxue8
Copy link

yxue8 commented Jan 30, 2019

I was trying to deploy App Inventor 2 (Not the one from sample app, I compiled from the source) with Appscale.
It returned a error:
archive must have app.yaml

I'm not sure what to do here, the WAR directory is under appinventor2/appengine/ , clearly I can't point at appengine.

@cdonati
Copy link
Member

cdonati commented Jan 31, 2019

If you check the appengine-web.xml file in the war directory, does it have java8 defined as the runtime parameter?

Unfortunately, we don't have support for the java8 runtime yet, but we're hoping to support it soon. We should have preliminary support for it in master within a month or so.

@yxue8
Copy link
Author

yxue8 commented Feb 1, 2019

Thank you for your reply!

I checked appengine-web.xml file, and JAVA8 is defined as the runtime parameter. My next question is what java runtime is the sample app running on? Because the sample app deployed successfully.

If Appscale have preliminary support for JAVA8, is that means App Inventor 2 will be able to deploy on Appscale (Despite the 1.9.x SDK problem)?

@cdonati
Copy link
Member

cdonati commented Feb 2, 2019

The sample app uses the java7 runtime. It was added to the sample apps repo before GAE had the java8 runtime.

Our java8 runtime support will likely be based on a much newer SDK, so I'm hopeful that we will be able to get the latest App Inventor working without too much trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants