aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 178 forks source link

Cannot deploy serverless project #215

Open thetis-apps opened 3 years ago

thetis-apps commented 3 years ago

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"