[Solved] Application Error when using "Export to ORM"

0 votes
asked Feb 20, 2018 in Solved by Chris Chase (360 points)
recategorized Feb 27, 2018 by ludek.vodicka

When ever i use the Export to ORM function, an Application Error comes up.
Also for some reason it can't send the report.

Version : 3.2.11.1392
PropelORM and no MVC

Main Error

Evaluate script function [PropelExport] failed with error [Error: axCore\axXmlManipulator\XmlManipulator.cpp(483): Throw in function void __cdecl Atomix::CXmlManipulator::ThrowXmlErrorException(const char *,const char *,struct _xmlError *)
Dynamic exception type: class boost::exception_detail::clone_impl<struct Atomix::exception>
std::exception::what: Unknown exception
XsltManipulatorError during xsltApplyStylesheetUser.Error during xsltApplyStylesheetUser.
ERR: runtime error: element attribute
xsl:attribute: The QName 'xsi:noNamespaceSchemaLocation' has no namespace binding in scope in the stylesheet; this is an error, since the namespace was not specified by the instruction itself.

]

Error when i try to submit the error.

Error connection to server. axLibraries\axRemoteService\serviceDefinition\serviceDefinitionCommand.cpp(195): Throw in function void __thiscall Atomix::RemoteService::CServiceDefinitionCommand::ValidateRequestCommandParams(struct Atomix::RemoteService::stRemoteServiceRequest &) const Dynamic exception type: class boost::exception_detail::clone_impl<struct Atomix::exception> std::exception::what: Unknown exception Excess request (strRequestData) data in service [file-storage-server] and command [upload-temporary-file].MDMP����
commented Feb 20, 2018 by Chris Chase (360 points)

Testing with a new project (which worked), I noticed that in the ORM Properties section for the package, xsi:noNamespaceSchemaLocation was set to **https://raw.githubusercontent.com/propelorm/Propel/master/generator/resources/xsd/database.xsd**

After clearing this the export worked.

commented Feb 20, 2018 by ludek.vodicka Skipper developer (140,450 points)

Do you have any idea why this value was set?

commented Feb 20, 2018 by Chris Chase (360 points)

The project was created from an existing schema file.

I had a look at the original file and it is set there.

commented Feb 20, 2018 by ludek.vodicka Skipper developer (140,450 points)

Fix for sending crash reports will be available in next version released today/tomorrow. Thanks for reporting.

1 Answer

+1 vote
answered Feb 27, 2018 by ludek.vodicka Skipper developer (140,450 points)
selected Feb 27, 2018 by Chris Chase
 
Best answer

Crash report sending is fixed in 3.2.12 version

https://support.skipper18.com/402/downloads-skipper-beta

...