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

Error Uploading files to S3 from EclipseIDE v20210303 #231

Open l-v-morales opened 3 years ago

l-v-morales commented 3 years ago

Message: Error uploading Docker_Containers_Data: Unable to complete transfer: javax/xml/bind/JAXBException Exception StackTrace: An exception stack trace is not available. Session Data:eclipse.buildId=4.19.0.I20210303-1800 java.version=15.0.2 java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB Framework arguments: -product org.eclipse.epp.package.jee.product Command-line arguments: -data file:/home/admin/eclipse-workspace/ -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product

brett-matson commented 3 years ago

I have this problem too.

It appears that the plugin doesn't work for current versions of Eclipse because Eclipse requires a Java version of at least 11 and the plugin only works with Java 1.8. So the only options are to downgrade Eclipse, wait for AWS to fix the plugin, or have a crack at fixing the plugin.

brett-matson commented 3 years ago

...or see the workaround https://github.com/aws/aws-toolkit-eclipse/issues/123

l-v-morales commented 3 years ago

...or see the workaround #123

Thanks Brett, I'll check the workaroud!