Error when trying to deploy my project to the Sandbox
0
When trying to deploy my (5.14.1) project to the Sandbox I get the following error: What is wrong? Thanks for your response. Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] The start method has thrown an exception (bundle: mxruntime, service: ) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (1/72) org.apache.felix.log.LogException: java.lang.SecurityException: Failed creating security permission -> ALLOW {[org.osgi.service.condpermadmin.BundleLocationCondition "*project.jar"](org.osgi.framework.AdminPermission "*" "*" )(org.osgi.framework.PackagePermission "*" "exportonly,import" )(org.osgi.framework.ServicePermission "*" "get,register")(org.osgi.framework.BundlePermission "*" "provide,require, host,fragment")(org.osgi.service.event.TopicPermission "*" "publish,subscribe")(java.util.PropertyPermission "mail.smtp.auth" "read,write")(java.util.PropertyPermission "mail.smtp.host" "read,write")(java.util.PropertyPermission "mail.smtp.password" "read,write")(java.util.PropertyPermission "mail.smtp.port" "read,write")(java.util.PropertyPermission "mail.smtp.starttls.enable" "read,write")(java.util.PropertyPermission "mail.smtp.user" "read,write")(java.util.PropertyPermission "ical4j.*" "read,write")(java.util.PropertyPermission "net.fortuna.*" "read,write")(java.util.Prope Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (2/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:56) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (3/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:46) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (4/72) at scala.collection.immutable.List.foreach(List.scala:383) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (5/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:46) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (6/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:28) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (7/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (8/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (9/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (10/72) at java.lang.reflect.Method.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (11/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (12/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (13/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (14/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (15/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (16/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (17/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (18/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (19/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (20/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (21/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (22/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (23/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (24/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (25/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (26/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (27/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (28/72) at java.security.AccessController.doPrivileged(Native Method) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (29/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (30/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (31/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (32/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (33/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (34/72) at java.lang.Thread.run(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (35/72) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (36/72) Caused by: java.lang.IllegalArgumentException: expecting close parenthesis Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (37/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.parsePermissionInfo(ConditionalPermissionInfoImpl.java:209) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (38/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.<init>(ConditionalPermissionInfoImpl.java:279) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (39/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl.newConditionalPermissionInfo(ConditionalPermissionAdminImpl.java:1022) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (40/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:50) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (41/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:46) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (42/72) at scala.collection.immutable.List.foreach(List.scala:383) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (43/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:46) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (44/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:28) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (45/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (46/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (47/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (48/72) at java.lang.reflect.Method.invoke(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (49/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (50/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (51/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (52/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (53/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (54/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (55/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (56/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (57/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (58/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (59/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (60/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (61/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (62/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (63/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (64/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (65/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (66/72) at java.security.AccessController.doPrivileged(Native Method) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (67/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (68/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (69/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (70/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (71/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: (72/72) at java.lang.Thread.run(Unknown Source) Apr 20 10:40:25 127.0.0.1 tr10053: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] Component instance could not be created, activation failed (bundle: mxruntime, service: ) Apr 20 10:40:25 127.0.0.1 tr10053: INFO - Core: Mendix Runtime 5.14.1 (build 4217). Copyright © 2003-2015 Mendix bv. All rights reserved. Apr 20 10:40:26 127.0.0.1 tr10053: INFO - XMPPConnector: appnode-properest-tr10053@sandbox.xs4.mendixcloud.net connected. Apr 20 10:40:26 127.0.0.1 tr10053: INFO - XMPPConnector: Registered 'cp@beta.mendixcloud.net/Smack' as cloud portal contact Apr 20 10:40:26 127.0.0.1 tr10053: INFO - Logging: Logging to file: /srv/cloud/slots/tr10053/deploy/data/log/m2ee.log, max size: 2048KiB, max rotation: 10 Apr 20 10:40:28 127.0.0.1 tr10053: INFO - ConnectionBus: (1/2) Database: PostgreSQL 9.4.1, name: 'dbnode-properest-db53' Apr 20 10:40:28 127.0.0.1 tr10053: INFO - ConnectionBus: (2/2) Driver: PostgreSQL Native Driver PostgreSQL 9.2 JDBC4 (build 1002) Apr 20 10:40:28 127.0.0.1 tr10053: INFO - Core: Project company name is 'Mendix' Apr 20 10:40:28 127.0.0.1 tr10053: INFO - Core: License expiration date is 'null' Apr 20 10:40:28 127.0.0.1 tr10053: INFO - Core: License type is: 'Perpetual' Apr 20 10:40:29 127.0.0.1 tr10053: INFO - Core: Running after-startup-action... Apr 20 10:40:29 127.0.0.1 tr10053: INFO - AppCloudServices: Starting OpenId handler ... OpenIDReturnURL = https://pinkauditapp.mendixcloud.com/openid/callback; OpenIdProvider: https://mxid2.mendixcloud.com/mxid2/discover Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: Uncaught fatal error from thread [MxRuntimeSystem-akka.actor.action-dispatcher-7] shutting down ActorSystem [MxRuntimeSystem] Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (1/85) java.lang.NoClassDefFoundError: org/w3c/dom/Document Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (2/85) at java.lang.Class.forName0(Native Method) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (3/85) at java.lang.Class.forName(Unknown Source) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (4/85) at org.openid4java.discovery.yadis.YadisResolver.<clinit>(YadisResolver.java:79) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (5/85) at org.openid4java.consumer.ConsumerManager.<init>(ConsumerManager.java:146) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (6/85) at appcloudservices.OpenIDHandler.reconnectToMxID(OpenIDHandler.java:120) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (7/85) at appcloudservices.OpenIDHandler.<init>(OpenIDHandler.java:112) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (8/85) at appcloudservices.actions.StartSignOnServlet.executeAction(StartSignOnServlet.java:31) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (9/85) at appcloudservices.actions.StartSignOnServlet.executeAction(StartSignOnServlet.java:20) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (10/85) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:53) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (11/85) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:291) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (12/85) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:276) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (13/85) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:204) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (14/85) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (15/85) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:199) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (16/85) at com.mendix.core.component.InternalCore.execute(InternalCore.java:264) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (17/85) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:46) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (18/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:49) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (19/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:196) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (20/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:151) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (21/85) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:53) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (22/85) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:291) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (23/85) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:276) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (24/85) at com.mendix.core.actionmanagement.CustomActionMonitorImpl$$anonfun$run$1.apply(CustomMonitoredAction.scala:17) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (25/85) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:151) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (26/85) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (27/85) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:153) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (28/85) at scala.util.Try$.apply(Try.scala:191) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (29/85) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:147) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (30/85) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (31/85) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:140) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (32/85) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (33/85) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (34/85) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (35/85) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (36/85) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (37/85) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (38/85) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (39/85) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (40/85) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (41/85) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (42/85) Caused by: java.lang.ClassNotFoundException: org.w3c.dom.Document not found by project [91] Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (43/85) at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1532) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (44/85) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (45/85) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (46/85) at java.lang.ClassLoader.loadClass(Unknown Source) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (47/85) at java.lang.Class.forName0(Native Method) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (48/85) at java.lang.Class.forName(Unknown Source) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (49/85) at org.openid4java.discovery.yadis.YadisResolver.<clinit>(YadisResolver.java:79) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (50/85) at org.openid4java.consumer.ConsumerManager.<init>(ConsumerManager.java:146) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (51/85) at appcloudservices.OpenIDHandler.reconnectToMxID(OpenIDHandler.java:120) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (52/85) at appcloudservices.OpenIDHandler.<init>(OpenIDHandler.java:112) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (53/85) at appcloudservices.actions.StartSignOnServlet.executeAction(StartSignOnServlet.java:31) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (54/85) at appcloudservices.actions.StartSignOnServlet.executeAction(StartSignOnServlet.java:20) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (55/85) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:53) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (56/85) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:291) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (57/85) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:276) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (58/85) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:204) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (59/85) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (60/85) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:199) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (61/85) at com.mendix.core.component.InternalCore.execute(InternalCore.java:264) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (62/85) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:46) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (63/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:49) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (64/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:196) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (65/85) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:151) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (66/85) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:53) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (67/85) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:291) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (68/85) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:276) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (69/85) at com.mendix.core.actionmanagement.CustomActionMonitorImpl$$anonfun$run$1.apply(CustomMonitoredAction.scala:17) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (70/85) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:151) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (71/85) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:37) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (72/85) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:153) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (73/85) at scala.util.Try$.apply(Try.scala:191) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (74/85) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:147) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (75/85) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (76/85) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:140) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (77/85) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (78/85) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (79/85) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (80/85) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (81/85) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (82/85) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (83/85) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (84/85) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Apr 20 10:40:29 127.0.0.1 tr10053: CRITICAL - ActorSystem: (85/85) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: An exception occurred while running the after-startup-action. Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (1/46) com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://MxRuntimeSystem/user/dispatchSupervisor#703058108]] after [604800000 ms] Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (2/46) at com.mendix.core.component.InternalCore.execute(InternalCore.java:425) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (3/46) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (4/46) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://MxRuntimeSystem/user/dispatchSupervisor#703058108]] after [604800000 ms] Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (5/46) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:217) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (6/46) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (7/46) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://MxRuntimeSystem/user/dispatchSupervisor#703058108]] after [604800000 ms] Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (8/46) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:43) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (9/46) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (10/46) Caused by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://MxRuntimeSystem/user/dispatchSupervisor#703058108]] after [604800000 ms] Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (11/46) at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:333) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (12/46) at akka.actor.Scheduler$$anon$7.run(Scheduler.scala:117) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (13/46) at akka.actor.LightArrayRevolverScheduler$TaskHolder.run(Scheduler.scala:476) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (14/46) at akka.actor.LightArrayRevolverScheduler$$anonfun$close$1.apply(Scheduler.scala:282) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (15/46) at akka.actor.LightArrayRevolverScheduler$$anonfun$close$1.apply(Scheduler.scala:281) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (16/46) at scala.collection.Iterator$class.foreach(Iterator.scala:743) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (17/46) at scala.collection.AbstractIterator.foreach(Iterator.scala:1174) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (18/46) at scala.collection.IterableLike$class.foreach(IterableLike.scala:72) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (19/46) at scala.collection.AbstractIterable.foreach(Iterable.scala:54) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (20/46) at akka.actor.LightArrayRevolverScheduler.close(Scheduler.scala:280) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (21/46) at akka.actor.ActorSystemImpl.stopScheduler(ActorSystem.scala:687) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (22/46) at akka.actor.ActorSystemImpl$$anonfun$liftedTree2$1$1.apply$mcV$sp(ActorSystem.scala:616) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (23/46) at akka.actor.ActorSystemImpl$$anonfun$liftedTree2$1$1.apply(ActorSystem.scala:616) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (24/46) at akka.actor.ActorSystemImpl$$anonfun$liftedTree2$1$1.apply(ActorSystem.scala:616) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (25/46) at akka.actor.ActorSystemImpl$$anon$3.run(ActorSystem.scala:640) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (26/46) at akka.actor.ActorSystemImpl$TerminationCallbacks$$anonfun$run$1.runNext$1(ActorSystem.scala:807) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (27/46) at akka.actor.ActorSystemImpl$TerminationCallbacks$$anonfun$run$1.apply$mcV$sp(ActorSystem.scala:810) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (28/46) at akka.actor.ActorSystemImpl$TerminationCallbacks$$anonfun$run$1.apply(ActorSystem.scala:803) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (29/46) at akka.actor.ActorSystemImpl$TerminationCallbacks$$anonfun$run$1.apply(ActorSystem.scala:803) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (30/46) at akka.util.ReentrantGuard.withGuard(LockUtil.scala:15) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (31/46) at akka.actor.ActorSystemImpl$TerminationCallbacks.run(ActorSystem.scala:803) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (32/46) at akka.actor.ActorSystemImpl$$anonfun$terminationCallbacks$1.apply(ActorSystem.scala:637) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (33/46) at akka.actor.ActorSystemImpl$$anonfun$terminationCallbacks$1.apply(ActorSystem.scala:637) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (34/46) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (35/46) at akka.dispatch.BatchingExecutor$Batch$$anonfun$run$1.processBatch$1(BatchingExecutor.scala:67) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (36/46) at akka.dispatch.BatchingExecutor$Batch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:82) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (37/46) at akka.dispatch.BatchingExecutor$Batch$$anonfun$run$1.apply(BatchingExecutor.scala:59) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (38/46) at akka.dispatch.BatchingExecutor$Batch$$anonfun$run$1.apply(BatchingExecutor.scala:59) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (39/46) at scala.concurrent.BlockContext$.withBlockContext(BlockContext.scala:72) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (40/46) at akka.dispatch.BatchingExecutor$Batch.run(BatchingExecutor.scala:58) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (41/46) at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:41) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (42/46) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (43/46) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (44/46) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (45/46) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Apr 20 10:40:29 127.0.0.1 tr10053: ERROR - Core: (46/46) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Apr 20 10:40:29 127.0.0.1 tr10053: INFO - Core: Mendix Runtime is shutting down now... Apr 20 10:40:29 127.0.0.1 tr10053: INFO - Core: Mendix Runtime is now shut down.
asked
2015-04-20
Cillus den Brok
3 answers
1
Came to the conclusion it was a faulty .jar file in the project directory,more specifically the xml-apis.jar
Troubleshooting refguide
answered
2015-04-21
Paul Ketelaars
0
Seems like there are some Security issues. Don't know if those are the base of the problem, but I think you're running into some Java Permission errors.
Are you using appstore modules which could cause this?
answered
2015-04-20
Paul Ketelaars
0
answered
2015-04-21
Cillus den Brok