Sandbox : ERROR - Logging: java.io.IOException: No space left on device
2
I have been experiencing this. Is possible that the mendix sanbox servers have run out of space? see log below 2014-09-26 10:16:52.594 ERROR - Logging: java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(Unknown Source) at sun.nio.cs.StreamEncoder.writeBytes(Unknown Source) at sun.nio.cs.StreamEncoder.implFlushBuffer(Unknown Source) at sun.nio.cs.StreamEncoder.implFlush(Unknown Source) at sun.nio.cs.StreamEncoder.flush(Unknown Source) at java.io.OutputStreamWriter.flush(Unknown Source) at com.mendix.logging.impl.subscribers.FileSubscriber.processMessage(FileSubscriber.java:118) at com.mendix.logging.impl.LogNode.publish(LogNode.java:58) at com.mendix.logging.impl.LogQueue.run(LogQueue.java:28) at java.lang.Thread.run(Unknown Source) 2014-09-26 10:17:21.351 INFO - Core: Mendix Runtime is shutting down now... 2014-09-26 10:17:21.360 INFO - Core: Mendix Runtime is now shut down. 2014-09-26 10:17:29.084 ERROR - OSGi: [com.mendix.core.util.SecurityActivator] The start method has thrown an exception (bundle: mxruntime, service: ) 2014-09-26 10:17:29.084 ERROR - OSGi: org.apache.felix.log.LogException: org.osgi.framework.BundleException: No policy file at: /srv/cloud/slots/tr10061/config/osgi.policy at com.mendix.core.util.SecurityActivator.com$mendix$core$util$SecurityActivator$$fileNotFound$1(SourceFile:74) at com.mendix.core.util.SecurityActivator$$anonfun$getPolicyFile$1.apply(SourceFile:75) at com.mendix.core.util.SecurityActivator$$anonfun$getPolicyFile$1.apply(SourceFile:75) at com.mendix.core.util.SecurityActivator.toFile(SourceFile:95) at com.mendix.core.util.SecurityActivator.getPolicyFile(SourceFile:75) at com.mendix.core.util.SecurityActivator.start(SourceFile:26) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod.java:236) at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.java:37) at org.apache.felix.scr.impl.helper.BaseMethod$Resolved.invoke(BaseMethod.java:613) at org.apache.felix.scr.impl.helper.BaseMethod.invoke(BaseMethod.java:496) at org.apache.felix.scr.impl.helper.ActivateMethod.invoke(ActivateMethod.java:149) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createImplementationObject(ImmediateComponentManager.java:239) at org.apache.felix.scr.impl.manager.ImmediateComponentManager.createComponent(ImmediateComponentManager.java:119) at org.apache.felix.scr.impl.manager.AbstractComponentManager$Unsatisfied.activate(AbstractComponentManager.java:1518) at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:550) at org.apache.felix.scr.impl.manager.AbstractComponentManager.enable(AbstractComponentManager.java:261) at org.apache.felix.scr.impl.config.ImmediateComponentHolder.enableComponents(ImmediateComponentHolder.java:328) at org.apache.felix.scr.impl.BundleComponentActivator.initialize(BundleComponentActivator.java:158) at org.apache.felix.scr.impl.BundleComponentActivator.<init>(BundleComponentActivator.java:113) at org.apache.felix.scr.impl.Activator.loadComponents(Activator.java:261) at org.apache.felix.scr.impl.Activator.loadAllComponents(Activator.java:199) at org.apache.felix.scr.impl.Activator.start(Activator.java:108) at org.apache.felix.framework.util.SecureAction$Actions.run(SecureAction.java:1605) at java.security.AccessController.doPrivileged(Native Method) at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:636) at org.apache.felix.framework.Felix.activateBundle(Felix.java:2146) at org.apache.felix.framework.Felix.startBundle(Felix.java:2064) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1291) at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304) at java.lang.Thread.run(Unknown Source) 2014-09-26 10:17:29.085 ERROR - OSGi: [com.mendix.core.util.SecurityActivator] Component instance could not be created, activation failed (bundle: mxruntime, service: ) 2014-09-26 10:17:31.263 INFO - Logging: Logging to file: /srv/cloud/slots/tr10061/deploy/data/log/logging.log, max size: 2048KiB, max rotation: 10 2014-09-26 10:17:31.318 INFO - Core: Mendix Runtime 5.6.0 (build 2397). Copyright © 2003-2014 Mendix bv. All rights reserved. 2014-09-26 10:17:33.009 INFO - XMPPConnector: appnode-lacebug-tr10061@sandbox.xs4.mendixcloud.net connected. 2014-09-26 10:17:33.040 INFO - XMPPConnector: Registered 'cp@beta.mendixcloud.net/Smack' as cloud portal contact 2014-09-26 10:17:33.060 INFO - Logging: Logging to file: /var/log/appcontainers/tr10061/m2ee.log, max size: 2048KiB, max rotation: 10
asked
Acellam Guy
1 answers
0
Our apologies, that disk was not sized correctly. We've corrected the problem. Thanks for bringing this to our attention!
answered
Achiel