Crash after deploy

0
I keep hgetting this error in de sandbox, no clear reason. Removed and reinstalled the module coudservices:   I have no clue how to go further...   P INFO apr 21, 2017 2:21:45 PM org.openid4java.discovery.Discovery discover 16:21:45 APP INFO Starting discovery on URL identifier: https://mxid2.mendixcloud.com/mxid2/discover 16:21:46 APP ERROR Core: An exception occurred while running the after-startup-action. 16:21:46 APP ERROR Core: com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index 16:21:46 APP INFO at AppCloudServices.StartAppCloudServices (JavaAction : 'StartSignOnServlet') 16:21:46 APP INFO Advanced stacktrace: 16:21:46 APP INFO at com.mendix.basis.component.InternalCore.execute(InternalCore.java:420) 16:21:46 APP INFO Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index 16:21:46 APP INFO at AppCloudServices.StartAppCloudServices (JavaAction : 'StartSignOnServlet') 16:21:46 APP INFO Advanced stacktrace: 16:21:46 APP INFO at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143) 16:21:46 APP INFO Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index 16:21:46 APP INFO at com.mendix.basis.component.InternalCore.execute(InternalCore.java:449) 16:21:46 APP INFO Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index 16:21:46 APP INFO at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:178) 16:21:46 APP INFO Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index 16:21:46 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) 16:21:46 APP INFO Caused by: sun.misc.InvalidJarIndexException: Invalid index
asked
3 answers
1

Are you using the latest version of the AppCloudServices from the AppStore?

 

answered
0

The issue disapeared for some hours and is back aggain:

 

  • 9:04:11 APP INFO AppCloudServices: Starting OpenId handler ... OpenIDReturnURL = https://kwale100.mxapps.io/openid/callback; OpenIdProvider: https://mxid2.mendixcloud.com/mxid2/discover
  • 19:04:11 APP WARNING RP discovery / realm validation disabled;
  • 19:04:11 APP INFO apr 22, 2017 5:04:11 PM org.openid4java.server.RealmVerifier setEnforceRpId
  • 19:04:11 APP INFO apr 22, 2017 5:04:11 PM org.openid4java.discovery.Discovery discover
  • 19:04:11 APP INFO Starting discovery on URL identifier: https://mxid2.mendixcloud.com/mxid2/discover
  • 19:04:13 APP ERROR Core: An exception occurred while running the after-startup-action.
  • 19:04:13 APP INFO at AppCloudServices.StartAppCloudServices (JavaAction : 'StartSignOnServlet')
  • 19:04:13 APP ERROR Core: com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index
  • 19:04:13 APP INFO Advanced stacktrace:
  • 19:04:13 APP INFO at com.mendix.basis.component.InternalCore.execute(InternalCore.java:420)
  • 19:04:13 APP INFO Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index
  • 19:04:13 APP INFO at AppCloudServices.StartAppCloudServices (JavaAction : 'StartSignOnServlet')
  • 19:04:13 APP INFO at com.mendix.basis.component.InternalCore.execute(InternalCore.java:449)
  • 19:04:13 APP INFO Advanced stacktrace:
  • 19:04:13 APP INFO at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143)
  • 19:04:13 APP INFO Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index
  • 19:04:13 APP INFO at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:178)
  • 19:04:13 APP INFO Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index
  • 19:04:13 APP INFO Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: sun.misc.InvalidJarIndexException: Invalid index
  • 19:04:13 APP INFO at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37)
  • 19:04:13 APP INFO Caused by: sun.misc.InvalidJarIndexException: Invalid index
answered
0

I filled ticket which is now undder investigation...

answered