Hi,
Sometime when I deploy a channel I recieve this error:
com.webreach.mirth.client.core.ClientException: method failed: HTTP/1.1 500 com.ibatis.common.jdbc.exception.NestedSQLExceptio n:
--- The error occurred while applying a parameter map.
--- Check the getEvent-InlineParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLException: Java exception: 'Java heap space: java.lang.OutOfMemoryError'.
Caused by: java.sql.SQLException: Java exception: 'Java heap space: java.lang.OutOfMemoryError'.
com.webreach.mirth.client.core.ServerConnection.ex ecutePostMethod(ServerConnection.java:99)
com.webreach.mirth.client.core.Client.getSystemEve nts(Client.java:522)
com.webreach.mirth.client.ui.browsers.event.EventB rowser.getEventTableData(EventBrowser.java:236)
com.webreach.mirth.client.ui.browsers.event.EventB rowser.access$500(EventBrowser.java:55)
com.webreach.mirth.client.ui.browsers.event.EventB rowser$1EventWorker.doInBackground(EventBrowser.ja va:526)
com.webreach.mirth.client.ui.browsers.event.EventB rowser$1EventWorker.doInBackground(EventBrowser.ja va:520)
org.jdesktop.swingworker.SwingWorker$1.call(Unknow n Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unkn own Source)
java.util.concurrent.FutureTask.run(Unknown Source)
org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run Task(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
java.lang.Thread.run(Unknown Source)
Now when I deploy a channel doesn't do anything. Nothing appears in the dashboard screen. This is the second time that I recieve this error, and I have to restart the service. Anyone knows why I'm recieving this error?
Post edited by: hope, at: 09/20/2007 09:58
Sometime when I deploy a channel I recieve this error:
com.webreach.mirth.client.core.ClientException: method failed: HTTP/1.1 500 com.ibatis.common.jdbc.exception.NestedSQLExceptio n:
--- The error occurred while applying a parameter map.
--- Check the getEvent-InlineParameterMap.
--- Check the statement (query failed).
--- Cause: java.sql.SQLException: Java exception: 'Java heap space: java.lang.OutOfMemoryError'.
Caused by: java.sql.SQLException: Java exception: 'Java heap space: java.lang.OutOfMemoryError'.
com.webreach.mirth.client.core.ServerConnection.ex ecutePostMethod(ServerConnection.java:99)
com.webreach.mirth.client.core.Client.getSystemEve nts(Client.java:522)
com.webreach.mirth.client.ui.browsers.event.EventB rowser.getEventTableData(EventBrowser.java:236)
com.webreach.mirth.client.ui.browsers.event.EventB rowser.access$500(EventBrowser.java:55)
com.webreach.mirth.client.ui.browsers.event.EventB rowser$1EventWorker.doInBackground(EventBrowser.ja va:526)
com.webreach.mirth.client.ui.browsers.event.EventB rowser$1EventWorker.doInBackground(EventBrowser.ja va:520)
org.jdesktop.swingworker.SwingWorker$1.call(Unknow n Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unkn own Source)
java.util.concurrent.FutureTask.run(Unknown Source)
org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run Task(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run (Unknown Source)
java.lang.Thread.run(Unknown Source)
Now when I deploy a channel doesn't do anything. Nothing appears in the dashboard screen. This is the second time that I recieve this error, and I have to restart the service. Anyone knows why I'm recieving this error?
Post edited by: hope, at: 09/20/2007 09:58
Comment