[SAP Cloud Platform] Error 560 - The given object is not a Administration.Account

0
Hi everyone, After downloading the Beta Version of the Mendix 8.0 Studio Version and redeploying the application to a Test Space, I’m getting the following error: ERROR - Connector: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.IllegalArgumentException: The given object is not a Administration.Account 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] Caused by: java.lang.IllegalArgumentException: The given object is not a Administration.Account 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at administration.proxies.Account.<init>(Account.java:58) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at administration.proxies.Account.initialize(Account.java:76) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at sapauthentication.actions.StartXsuaaIntegration.createOrUpdateUser(StartXsuaaIntegration.java:303) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at sapauthentication.actions.StartXsuaaIntegration.access$600(StartXsuaaIntegration.java:53) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at sapauthentication.actions.StartXsuaaIntegration$2.processRequest(StartXsuaaIntegration.java:111) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) 30 May 2019, 14:20:35 (GMT+02:00) STDOUT [APP/PROC/WEB/1] at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:72) Even after deploying an older version of the application created by the older Modeler, I’m getting this error. Has anyone the same issue and can help? Best, Laura
asked
1 answers
0

Hi Laura,

I saw this kind of error before, maybe it will solve your problem.

https://forum.mendix.com/link/questions/89387

answered