Application ID: 199C7002-4E44-51E3-FF66-0D0826343B00
Error UID: 46E57F14-B9F4-D5BC-FF53-D9EAE28EE800
Backendless encountered an error while handling the request. An internal trouble ticket with ID 46E57F14-B9F4-D5BC-FF53-D9EAE28EE800 has been created and we will be investigating the issue.
javax.xml.bind.MarshalException
- with linked exception:
[com.sun.istack.SAXException2: javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.
javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.]
java.lang.RuntimeException: javax.xml.bind.MarshalException
- with linked exception:
[com.sun.istack.SAXException2: javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.
javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.]
at com.backendless.management.codegen.XMLCreator.toXml(XMLCreator.java:277)
at com.backendless.management.codegen.XMLCreator.insertTablesIntoXml(XMLCreator.java:167)
at com.backendless.management.codegen.CodeGenerationManager.createApplicationXml(CodeGenerationManager.java:216)
at com.backendless.management.codegen.CodeGenerationManager.generateStructure(CodeGenerationManager.java:136)
at controllers.console.codegen.CodeGenerator.lambda$generateStructure$1(CodeGenerator.java:61)
at com.backendless.async.BackendlessExecutorService.lambda$submit$0(BackendlessExecutorService.java:84)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: javax.xml.bind.MarshalException
- with linked exception:
[com.sun.istack.SAXException2: javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.
javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this context.]
at com.sun.xml.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:326)
at com.sun.xml.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:251)
at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(AbstractMarshallerImpl.java:145)
at com.backendless.management.codegen.XMLCreator.toXml(XMLCreator.java:273)
... 8 more
Caused by: com.sun.istack.SAXException2: javax.xml.bind.JAXBException: class java.util.LinkedHashMap nor any of its super class is known to this contex
Steps to reproduce
Please describe steps to reproduce starting from the first action.
- in an already existing project with a database and some codeless api, I tried to download a java template.