aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

Cannot deploy serverless project

Open thetis-apps opened this issue 3 years ago • 0 comments

Eclipse 2020-9 only runs on JVM 11 and higher. As I understand it JAXB is no longer included in the JVM from 11 and onward.

Apparently the toolkit depends on JAXB.

When trying to deploy a serverless project I get the following error message:

"Deploying Serverless template to AWS Cloudformation has encountered a problem."

And the detailed message reads:

"An internal error occurred during: "Deploying Serverless template to AWS CloudFormation.". javax/xml/bind/JAXBException"

thetis-apps avatar Nov 09 '20 10:11 thetis-apps