Unable to deploy or start Mendix app in Production - Apache webserver

0
Hi Team, We are facing below issue when trying to deploy App on Apache webserver. This worked fine in Mendix Cloud V3. What could be the issue? 2019-02-01 15:23:47.981 INFO - Logging: Logging to file: /XXXXXXXXXX/XXXXXXXXXX/out.log, max size: 10240KiB, max rotation: 10 2019-02-01 15:23:48.013 INFO - Core: Mendix Runtime 6.7.1 (build 10926). Copyright © 2003-2016 Mendix bv. All rights reserved. 2019-02-01 15:23:48.031 INFO - M2EE: Setting Jetty MaxThreads for Runtime Server to 254 2019-02-01 15:23:48.031 INFO - M2EE: Setting Jetty MinThreads for Runtime Server to 8 2019-02-01 15:23:48.031 INFO - M2EE: Setting Jetty RequestHeaderSize for Runtime Server to 4096 2019-02-01 15:23:48.031 INFO - M2EE: Setting Jetty ResponseHeaderSize for Runtime Server to 4096 2019-02-01 15:24:18.089 WARNING - Configuration: Found unknown configuration settings. This is either due to misconfiguration or the module responsible for the setting did not come online. 2019-02-01 15:24:18.089 WARNING - Configuration: Unknown configuration setting 'EnableSessionFingerprinting' with value 'false' 2019-02-01 15:25:29.384 ERROR - ActionManager: Exception in execution of monitored action 'null' (execution id: X-X-X-X-X execution type: SCHEDULED_EVENT) 2019-02-01 15:25:29.384 ERROR - ActionManager: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{}', all database changes executed by this action were rolled back at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:303) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"request":"OQLTextGetRequest (depth = -1): SELECT * FROM XXXXXX.BackgroundJob WHERE XXXX","type":"RetrieveOQLDataTableAction"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"request":"OQLTextGetRequest (depth = -1): SELECT * FROM XXXXXX.BackgroundJob WHERE XXXX","type":"RetrieveOQLDataTableAction"}', all database changes executed by this action were rolled back at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"request":"OQLTextGetRequest (depth = -1): SELECT * FROM XXXXXX.BackgroundJob WHERE XXXX","type":"RetrieveOQLDataTableAction"}', all database changes executed by this action were rolled back at com.mendix.core.actionmanagement.CoreAction.processErrorState(CoreAction.java:303) Caused by: com.mendix.systemwideinterfaces.connectionbus.ConnectionBusException: An exception has occurred for the following request(s): OQLTextGetRequest (depth = -1): SELECT * FROM XXXXXX.BackgroundJob WHERE XXXX at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:46) Caused by: com.mendix.systemwideinterfaces.connectionbus.ConnectionBusException: Exception occurred while retrieving data. (SQL State: S0002, Error Code: 208) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.getCorrectException(JDBCDataStore.java:1197) Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'XXXXXXX$backgroundjob'. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:217) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1635) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:426) at com.microsoft.sqlserver.jdbc.XXXXXXX$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:372) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:6276) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1793) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:184) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:159) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(SQLServerPreparedStatement.java:284) at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) at org.apache.commons.dbcp2.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:83) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.execRetrieveQuery(JDBCDataStore.java:297) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.execRetrieveQueries(JDBCDataStore.java:198) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.retrieve(JDBCDataStore.java:163) at com.mendix.connectionbus.connections.jdbc.JDBCDataStore.retrieve(JDBCDataStore.java:152) at com.mendix.connectionbus.retrieve.DataStoreCaller.executeQueries(DataStoreCaller.java:229) at com.mendix.connectionbus.retrieve.DataStoreCaller.executeQueries(DataStoreCaller.java:196) at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.java:78) at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.java:62) at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:41) at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.java:459) at com.mendix.core.action.user.RetrieveOQLDataTableAction.executeAction(RetrieveOQLDataTableAction.java:92) at com.mendix.core.action.user.RetrieveOQLDataTableAction.executeAction(RetrieveOQLDataTableAction.java:17) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248) at com.mendix.core.actionmanagement.XXXXXXX$$XXXXXXX$XXXXXXX$1.apply(CustomMonitoredAction.scala:14) at com.mendix.core.session.XXXXXXX$$XXXXXXX$XXXXXXX$3$$XXXXXXX$2$$XXXXXXX$1.execute(ActionDispatching.scala:144) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.core.session.XXXXXXX$$XXXXXXX$XXXXXXX$3$$XXXXXXX$2.apply(ActionDispatching.scala:146) at scala.util.XXXXXXX$.apply(Try.scala:192) at com.mendix.core.session.XXXXXXX$$XXXXXXX$XXXXXXX$3.applyOrElse(ActionDispatching.scala:140) at akka.actor.XXXXXXX$class.aroundReceive(Actor.scala:465) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) at akka.actor.ActorCell.invoke(ActorCell.scala:487) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) at akka.dispatch.Mailbox.run(Mailbox.scala:220) at akka.dispatch.XXXXXXX$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.XXXXXXX$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
asked
0 answers