Just try to download a JavaScript Template

Application ID: 147F3E51-266A-AAC4-FF2B-DFE9F84FD200
Error UID: 89F8EA1E-BB7A-4440-FF65-37BF01121400

Backendless encountered an error while handling the request. An internal trouble ticket with ID 89F8EA1E-BB7A-4440-FF65-37BF01121400 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

Hello @Mario_Ghersi!

Could you please add steps to reproduce this issue?

Regards,
Alexander

I was able to figure out that the issue is related to the fact that there are relations in the table and there is already an internal ticket BKNDLSS-31270 for this.
We will let you know as soon as the issue is fixed.
And we apologize for the inconvenience.

Regards,
Alexander

What is the status on this? I am also getting an error when downloading any project template.

While this gets fixed… does Backendless have an example project Gihub repository that I can use for developing an API service?

Thanks

hello @Osvaldo_Brignoni

it will be released in about 2 weeks

While this gets fixed…

You can create a new application, without relations in Data service and you will be able to generate the project

2 Likes

I understand. Thank you

Hi @Osvaldo_Brignoni

The issue has been fixed from our side. Can you confirm that everything is working as it should now?

Regards,
Marina