Error on Sandbox deploy

0
Hi all, I've been working on a Sandbox enviroment some time, and everything was working OK. However, when I try to do a deploy just know, the Sandbox won't start, giving me the error below. I can't quite figure out where this is coming from, since I haven't made any significant changes ( I added a groupbox snippet with a FormatString widget, however this snippet was already used in another part of the app ) There are no appstore modules being used, aside from some, simple, widgets like the FormatString widget. Seems like a ' Component Bundles are not loaded' error, locally everyting works and 'deploys' fine. This line bothers me: Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: Component bundles are not loaded. Any tips? Log: Jul 2 09:04:26.496 127.0.0.1 tr10064: INFO - Core: Mendix Runtime is shutting down now... Jul 2 09:04:26.497 127.0.0.1 tr10064: INFO - Core: Mendix Runtime is now shut down. Jul 2 09:06:09.958 127.0.0.1 tr10064: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] The start method has thrown an exception (bundle: mxruntime, service: ) Jul 2 09:06:09.964 127.0.0.1 tr10064: 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 Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (2/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:54) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (3/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:48) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (4/72) at scala.collection.immutable.List.foreach(List.scala:383) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (5/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:48) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (6/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:31) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (7/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (8/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (9/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Jul 2 09:06:09.964 127.0.0.1 tr10064: ERROR - OSGi: (10/72) at java.lang.reflect.Method.invoke(Unknown Source) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (11/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (12/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (13/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (14/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (15/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Jul 2 09:06:09.965 127.0.0.1 tr10064: ERROR - OSGi: (16/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (17/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (18/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (19/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (20/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (21/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (22/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (23/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (24/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (25/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (26/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (27/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Jul 2 09:06:09.966 127.0.0.1 tr10064: ERROR - OSGi: (28/72) at java.security.AccessController.doPrivileged(Native Method) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (29/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (30/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (31/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (32/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (33/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (34/72) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (35/72) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (36/72) Caused by: java.lang.IllegalArgumentException: expecting close parenthesis Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (37/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.parsePermissionInfo(ConditionalPermissionInfoImpl.java:209) Jul 2 09:06:09.967 127.0.0.1 tr10064: ERROR - OSGi: (38/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionInfoImpl.<init>(ConditionalPermissionInfoImpl.java:279) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (39/72) at org.apache.felix.framework.security.condpermadmin.ConditionalPermissionAdminImpl.newConditionalPermissionInfo(ConditionalPermissionAdminImpl.java:1022) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (40/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:50) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (41/72) at com.mendix.core.util.SecurityActivator$$anonfun$setupSecurity$1.apply(SecurityActivator.scala:48) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (42/72) at scala.collection.immutable.List.foreach(List.scala:383) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (43/72) at com.mendix.core.util.SecurityActivator.setupSecurity(SecurityActivator.scala:48) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (44/72) at com.mendix.core.util.SecurityActivator.start(SecurityActivator.scala:31) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (45/72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (46/72) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (47/72) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (48/72) at java.lang.reflect.Method.invoke(Unknown Source) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (49/72) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (50/72) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) Jul 2 09:06:09.968 127.0.0.1 tr10064: ERROR - OSGi: (51/72) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (52/72) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (53/72) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (54/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (55/72) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (56/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (57/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (58/72) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (59/72) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (60/72) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (61/72) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (62/72) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (63/72) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) Jul 2 09:06:09.969 127.0.0.1 tr10064: ERROR - OSGi: (64/72) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) Jul 2 09:06:09.970 127.0.0.1 tr10064: ERROR - OSGi: (65/72) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (66/72) at java.security.AccessController.doPrivileged(Native Method) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (67/72) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (68/72) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (69/72) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (70/72) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (71/72) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Jul 2 09:06:09.990 127.0.0.1 tr10064: ERROR - OSGi: (72/72) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:09.994 127.0.0.1 tr10064: ERROR - OSGi: [com.mendix.core.util.SecurityActivator] Component instance could not be created, activation failed (bundle: mxruntime, service: ) Jul 2 09:06:09.994 127.0.0.1 tr10064: INFO - Core: Mendix Runtime 5.16.1 (build 4798). Copyright © 2003-2015 Mendix bv. All rights reserved. Jul 2 09:06:10.210 127.0.0.1 tr10064: ERROR - OSGi: [system.UserActionsRegistrar] Unexpected throwable from attempt to collect dependencies (bundle: project, service: ) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (1/28) java.lang.NullPointerException: null Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (2/28) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.findClass(BundleWiringImpl.java:2015) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (3/28) at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1501) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (4/28) at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:75) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (5/28) at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1955) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (6/28) at java.lang.ClassLoader.loadClass(Unknown Source) Jul 2 09:06:10.211 127.0.0.1 tr10064: ERROR - OSGi: (7/28) at org.apache.felix.framework.Felix.loadBundleClass(Felix.java:1844) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (8/28) at org.apache.felix.framework.BundleImpl.loadClass(BundleImpl.java:937) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (9/28) at org.apache.felix.scr.impl.manager.AbstractComponentManager.initDependencyManagers(AbstractComponentManager.java:725) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (10/28) at org.apache.felix.scr.impl.manager.AbstractComponentManager.collectDependencies(AbstractComponentManager.java:762) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (11/28) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1492) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (12/28) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (13/28) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (14/28) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (15/28) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (16/28) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (17/28) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) Jul 2 09:06:10.212 127.0.0.1 tr10064: ERROR - OSGi: (18/28) at org.apache.felix.scr.impl.Activator.bundleChanged(Activator.java:179) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (19/28) at org.apache.felix.framework.util.EventDispatcher$3.run(EventDispatcher.java:861) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (20/28) at java.security.AccessController.doPrivileged(Native Method) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (21/28) at org.apache.felix.framework.util.EventDispatcher.invokeBundleListenerCallback(EventDispatcher.java:858) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (22/28) at org.apache.felix.framework.util.EventDispatcher.fireEventImmediately(EventDispatcher.java:789) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (23/28) at org.apache.felix.framework.util.EventDispatcher.fireBundleEvent(EventDispatcher.java:514) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (24/28) at org.apache.felix.framework.Felix.fireBundleEvent(Felix.java:4403) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (25/28) at org.apache.felix.framework.Felix.startBundle(Felix.java:2092) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (26/28) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (27/28) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) Jul 2 09:06:10.213 127.0.0.1 tr10064: ERROR - OSGi: (28/28) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:10.729 127.0.0.1 tr10064: INFO - XMPPConnector: appnode-tus-tr10064@beta.mendixcloud.net connected. Jul 2 09:06:10.743 127.0.0.1 tr10064: INFO - XMPPConnector: Registered 'cp@beta.mendixcloud.net/Smack' as cloud portal contact Jul 2 09:06:10.799 127.0.0.1 tr10064: INFO - Logging: Logging to file: /srv/cloud/slots/tr10064/deploy/data/log/m2ee.log, max size: 2048KiB, max rotation: 10 Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: Component bundles are not loaded. Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (1/19) com.mendix.m2ee.api.AdminException: Component bundles are not loaded. Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (2/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:287) Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (3/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:243) Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (4/19) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50) Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (5/19) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31) Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (6/19) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122) Jul 2 09:06:22.704 127.0.0.1 tr10064: ERROR - M2EE: (7/19) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (8/19) at org.eclipse.jetty.server.Server.handle(Server.java:368) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (9/19) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (10/19) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (11/19) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (12/19) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (13/19) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (14/19) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (15/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (16/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (17/19) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) Jul 2 09:06:22.705 127.0.0.1 tr10064: ERROR - M2EE: (18/19) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) Jul 2 09:06:22.706 127.0.0.1 tr10064: ERROR - M2EE: (19/19) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: Component bundles are not loaded. Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (1/19) com.mendix.m2ee.api.AdminException: Component bundles are not loaded. Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (2/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:287) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (3/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:243) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (4/19) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (5/19) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (6/19) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (7/19) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (8/19) at org.eclipse.jetty.server.Server.handle(Server.java:368) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (9/19) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (10/19) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) Jul 2 09:06:32.707 127.0.0.1 tr10064: ERROR - M2EE: (11/19) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (12/19) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (13/19) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (14/19) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (15/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (16/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (17/19) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (18/19) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - M2EE: (19/19) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - Logging: (1/12) java.io.IOException: No space left on device Jul 2 09:06:32.708 127.0.0.1 tr10064: ERROR - Logging: (2/12) at java.io.FileOutputStream.writeBytes(Native Method) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (3/12) at java.io.FileOutputStream.write(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (4/12) at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (5/12) at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (6/12) at sun.nio.cs.StreamEncoder.implFlush(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (7/12) at sun.nio.cs.StreamEncoder.flush(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (8/12) at java.io.OutputStreamWriter.flush(Unknown Source) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (9/12) at com.mendix.logging.impl.subscribers.FileSubscriber.processMessage(FileSubscriber.java:111) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (10/12) at com.mendix.logging.impl.LogNode.publish(LogNode.java:58) Jul 2 09:06:32.709 127.0.0.1 tr10064: ERROR - Logging: (11/12) at com.mendix.logging.impl.LogQueue.run(LogQueue.java:28) Jul 2 09:06:32.710 127.0.0.1 tr10064: ERROR - Logging: (12/12) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: Component bundles are not loaded. Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (1/19) com.mendix.m2ee.api.AdminException: Component bundles are not loaded. Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (2/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:287) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (3/19) at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:243) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (4/19) at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:50) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (5/19) at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:31) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (6/19) at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:122) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (7/19) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (8/19) at org.eclipse.jetty.server.Server.handle(Server.java:368) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (9/19) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (10/19) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (11/19) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (12/19) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (13/19) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (14/19) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) Jul 2 09:06:42.711 127.0.0.1 tr10064: ERROR - M2EE: (15/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) Jul 2 09:06:42.712 127.0.0.1 tr10064: ERROR - M2EE: (16/19) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) Jul 2 09:06:42.712 127.0.0.1 tr10064: ERROR - M2EE: (17/19) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) Jul 2 09:06:42.712 127.0.0.1 tr10064: ERROR - M2EE: (18/19) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) Jul 2 09:06:42.712 127.0.0.1 tr10064: ERROR - M2EE: (19/19) at java.lang.Thread.run(Unknown Source) Jul 2 09:06:42.715 127.0.0.1 tr10064: INFO - Core: Mendix Runtime is shutting down now... Jul 2 09:06:42.716 127.0.0.1 tr10064: INFO - Core: Mendix Runtime is now shut down.
asked
1 answers
0

I noticed this in the error log: java.io.IOException: No space left on device. Could it be that the project got to big for the free sandbox?

Regards,

Ronald

answered