Error Oops something went wrong

0
I have made some minor changes to an application which runs in a Mendix Sandbox for quite a while. When i wanted to deploy the changes, i got an error: 'Oops, something went wrong while deploying you application in the cloud'. I have checked the application log, but the logging mechanism seems to stop and doesnt log the deployment actions i tried. I get an login, but can;t login to the application as a normal user. Using my openid (mendix login) is got stuck on a screen: 'Bad Gateway' NGinx I hope sombody can help me with this. Regards, Pieter
asked
4 answers
0

Last lines of my application log:

    Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: handle failed
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (1/32) java.lang.RuntimeException: Failed to put log message into the queue
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (2/32)  at com.mendix.logging.impl.LogQueue.put(LogQueue.java:60)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (3/32)  at com.mendix.logging.impl.LogNode.trace(LogNode.java:198)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (4/32)  at com.mendix.logging.impl.JettyLogger.debug(JettyLogger.java:37)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (5/32)  at org.eclipse.jetty.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:254)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (6/32)  at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.fill(BlockingChannelConnector.java:242)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (7/32)  at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1040)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (8/32)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (9/32)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (10/32)     at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (11/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:298)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (12/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (13/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (14/32)     at java.lang.Thread.run(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (15/32) 
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (16/32) Caused by: java.lang.InterruptedException: null
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (17/32)     at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (18/32)     at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (19/32)     at java.util.concurrent.LinkedBlockingQueue.put(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (20/32)     at com.mendix.logging.impl.LogQueue.put(LogQueue.java:56)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (21/32)     at com.mendix.logging.impl.LogNode.trace(LogNode.java:198)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (22/32)     at com.mendix.logging.impl.JettyLogger.debug(JettyLogger.java:37)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (23/32)     at org.eclipse.jetty.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:254)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (24/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.fill(BlockingChannelConnector.java:242)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (25/32)     at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1040)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (26/32)     at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (27/32)     at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (28/32)     at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (29/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:298)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (30/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (31/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (32/32)     at java.lang.Thread.run(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: handle failed
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (1/32) java.lang.RuntimeException: Failed to put log message into the queue
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (2/32)  at com.mendix.logging.impl.LogQueue.put(LogQueue.java:60)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (3/32)  at com.mendix.logging.impl.LogNode.trace(LogNode.java:198)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (4/32)  at com.mendix.logging.impl.JettyLogger.debug(JettyLogger.java:37)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (5/32)  at org.eclipse.jetty.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:254)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (6/32)  at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.fill(BlockingChannelConnector.java:242)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (7/32)  at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1040)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (8/32)  at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (9/32)  at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (10/32)     at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (11/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:298)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (12/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (13/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (14/32)     at java.lang.Thread.run(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (15/32) 
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (16/32) Caused by: java.lang.InterruptedException: null
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (17/32)     at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (18/32)     at java.util.concurrent.locks.ReentrantLock.lockInterruptibly(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (19/32)     at java.util.concurrent.LinkedBlockingQueue.put(Unknown Source)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (20/32)     at com.mendix.logging.impl.LogQueue.put(LogQueue.java:56)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (21/32)     at com.mendix.logging.impl.LogNode.trace(LogNode.java:198)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (22/32)     at com.mendix.logging.impl.JettyLogger.debug(JettyLogger.java:37)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (23/32)     at org.eclipse.jetty.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:254)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (24/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.fill(BlockingChannelConnector.java:242)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (25/32)     at org.eclipse.jetty.http.HttpParser.fill(HttpParser.java:1040)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (26/32)     at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:280)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (27/32)     at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (28/32)     at org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:72)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (29/32)     at org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:298)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (30/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (31/32)     at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:08:16 127.0.0.1 tr10000: WARNING - Jetty: (32/32)     at java.lang.Thread.run(Unknown Source)
Feb 28 13:08:32 127.0.0.1 tr10000: INFO - Core: Mendix Runtime 5.13.1 (build 3976). Copyright © 2003-2015 Mendix bv. All rights reserved.
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: Couldn't connect to XMPP: 'Could not connect to xs4.mendixcloud.net:5222.'
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (1/23) com.mendix.m2ee.api.AdminException: Couldn't connect to XMPP: 'Could not connect to xs4.mendixcloud.net:5222.'
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (2/23)     at com.mendix.m2ee.appcontainer.actions.ConnectXMPP.execute(ConnectXMPP.java:52)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (3/23) 
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (4/23) Caused by: org.jivesoftware.smack.XMPPException: Could not connect to xs4.mendixcloud.net:5222.
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (5/23)     at org.jivesoftware.smack.XMPPConnection.connectUsingConfiguration(XMPPConnection.java:517)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (6/23)     at org.jivesoftware.smack.XMPPConnection.connect(XMPPConnection.java:953)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (7/23)     at com.mendix.m2ee.appcontainer.server.handler.XMPPAdminHandler.signIn(XMPPAdminHandler.java:98)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (8/23)     at com.mendix.m2ee.appcontainer.actions.ConnectXMPP.setupXMPPAdminHandler(ConnectXMPP.java:66)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (9/23)     at com.mendix.m2ee.appcontainer.actions.ConnectXMPP.execute(ConnectXMPP.java:47)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (10/23)    at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (11/23)    at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (12/23)    at org.eclipse.jetty.server.Server.handle(Server.java:368)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (13/23)    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (14/23)    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (15/23)    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (16/23)    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (17/23)    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (18/23)    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (19/23)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (20/23)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (21/23)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (22/23)    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:09:42 127.0.0.1 tr10000: ERROR - M2EE: (23/23)    at java.lang.Thread.run(Unknown Source)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: DatabaseType has no value
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (1/21) com.mendix.m2ee.api.AdminException: DatabaseType has no value
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (2/21)     at com.mendix.core.conf.ConfigurationImpl.checkConfig(ConfigurationImpl.java:418)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (3/21)     at com.mendix.core.impl.ProjectModelStoreLoader.load(ProjectModelStoreLoader.java:56)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (4/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:267)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (5/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:228)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (6/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:56)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (7/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:34)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (8/21)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (9/21)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (10/21)    at org.eclipse.jetty.server.Server.handle(Server.java:368)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (11/21)    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (12/21)    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (13/21)    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (14/21)    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (15/21)    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (16/21)    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (17/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (18/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (19/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (20/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:09:48 127.0.0.1 tr10000: ERROR - M2EE: (21/21)    at java.lang.Thread.run(Unknown Source)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: DatabaseType has no value
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (1/21) com.mendix.m2ee.api.AdminException: DatabaseType has no value
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (2/21)     at com.mendix.core.conf.ConfigurationImpl.checkConfig(ConfigurationImpl.java:418)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (3/21)     at com.mendix.core.impl.ProjectModelStoreLoader.load(ProjectModelStoreLoader.java:56)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (4/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:267)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (5/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:228)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (6/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:56)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (7/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:34)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (8/21)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (9/21)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (10/21)    at org.eclipse.jetty.server.Server.handle(Server.java:368)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (11/21)    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (12/21)    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (13/21)    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (14/21)    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (15/21)    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (16/21)    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (17/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (18/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (19/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (20/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:09:52 127.0.0.1 tr10000: ERROR - M2EE: (21/21)    at java.lang.Thread.run(Unknown Source)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: DatabaseType has no value
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (1/21) com.mendix.m2ee.api.AdminException: DatabaseType has no value
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (2/21)     at com.mendix.core.conf.ConfigurationImpl.checkConfig(ConfigurationImpl.java:418)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (3/21)     at com.mendix.core.impl.ProjectModelStoreLoader.load(ProjectModelStoreLoader.java:56)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (4/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:267)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (5/21)     at com.mendix.core.impl.MxRuntimeImpl.start(MxRuntimeImpl.java:228)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (6/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.startRuntime(StartAction.java:56)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (7/21)     at com.mendix.m2ee.appcontainer.actions.StartAction.execute(StartAction.java:34)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (8/21)     at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:135)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (9/21)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (10/21)    at org.eclipse.jetty.server.Server.handle(Server.java:368)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (11/21)    at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (12/21)    at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:953)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (13/21)    at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1014)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (14/21)    at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (15/21)    at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (16/21)    at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (17/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (18/21)    at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (19/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (20/21)    at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
Feb 28 13:09:56 127.0.0.1 tr10000: ERROR - M2EE: (21/21)    at java.lang.Thread.run(Unknown Source)
Feb 28 13:09:56 127.0.0.1 tr10000: INFO - Core: Mendix Runtime is now shut down.
answered
0

As is comes, it goes..... I cant explain it, but around 22:00 i was able to deploy and my app was running agsin.

answered
0

From the looks of it there was an issue with the network that prevented your node from accessing the rest of the cloud network (connection error on the xmpp server). This results in your node not being able to find a database to connect to and continue the startup procedure.

From the looks of it it resolved itself, you don't need to take any further action.

answered
-1

Hi Pieter, We use Nginx as a load balancer and web server so next time you see an error like this please submit a support ticket. If you have not done so already feel free to submit a support ticket for this occurrence. I could have our cloud team look at the status of the specific node and possibly look into other resolutions. Regards, Michael Schlosser

answered