Project Designer and Client error and unable to open

Suddenly unable to open project designer or lunch Client below is error log .
i have Version: 7.9.8 (b2018053113) ,

simpleorm.utils.SException$Jdbc: Executing SELECT PROJECT_RESOURCES.PROJECT_RESOURCES_ID, PROJECT_RESOURCES.ResourceId, PROJECT_RESOURCES.ProjectId, PROJECT_RESOURCES.Name, PROJECT_RESOURCES.Documentation, PROJECT_RESOURCES.ModuleId, PROJECT_RESOURCES.ModuleVersion, PROJECT_RESOURCES.ResourceType, PROJECT_RESOURCES.SerializationVersion, PROJECT_RESOURCES.Scope, PROJECT_RESOURCES.ParentUUID, PROJECT_RESOURCES.Data, PROJECT_RESOURCES.Protected, PROJECT_RESOURCES.LastEdit, PROJECT_RESOURCES.Deleted, PROJECT_RESOURCES.Published, PROJECT_RESOURCES.Staging, PROJECT_RESOURCES.OEMLocked FROM PROJECT_RESOURCES WHERE (PROJECT_RESOURCES.ProjectId = ? ) AND (PROJECT_RESOURCES.Published = ? ) ORDER BY PROJECT_RESOURCES.LastEdit DESC

at simpleorm.sessionjdbc.SQueryExecute.executeQuery(SQueryExecute.java:63)

at simpleorm.sessionjdbc.SSessionJdbc.queryNoFlush(SSessionJdbc.java:525)

at simpleorm.sessionjdbc.SSessionJdbc.query(SSessionJdbc.java:534)

at com.inductiveautomation.ignition.gateway.project.ProjectManagerImpl.loadProjectResources(ProjectManagerImpl.java:612)

at com.inductiveautomation.ignition.gateway.project.ProjectManagerImpl.loadProject(ProjectManagerImpl.java:599)

at com.inductiveautomation.ignition.gateway.project.ProjectManagerImpl.getProjectsFull(ProjectManagerImpl.java:1572)

at com.inductiveautomation.ignition.gateway.servlets.ProjectListServlet.doGet(ProjectListServlet.java:133)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)

at com.inductiveautomation.ignition.gateway.bootstrap.MapServlet.service(MapServlet.java:85)

at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:837)

at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583)

at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)

at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)

at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)

at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1160)

at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)

at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)

at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1092)

at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)

at org.eclipse.jetty.server.handler.HandlerList.handle(HandlerList.java:52)

at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)

at org.eclipse.jetty.server.Server.handle(Server.java:518)

at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:308)

at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:244)

at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)

at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)

at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)

at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:246)

at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:156)

at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)

at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)

at java.lang.Thread.run(Unknown Source)

Caused by: org.sqlite.SQLiteException: [SQLITE_NOMEM] A malloc() failed (out of memory)

at org.sqlite.core.DB.newSQLException(DB.java:909)

at org.sqlite.core.DB.newSQLException(DB.java:921)

at org.sqlite.core.DB.execute(DB.java:825)

at org.sqlite.jdbc3.JDBC3PreparedStatement.executeQuery(JDBC3PreparedStatement.java:77)

at com.inductiveautomation.ignition.gateway.localdb.DelegatingDataSource$DelegatingConnection$DelegatingPreparedStatement.executeQuery(DelegatingDataSource.java:575)

at simpleorm.sessionjdbc.SQueryExecute.executeQuery(SQueryExecute.java:61)

... 32 common frames omitted

Looks like your gateway is out of memory or something. Try restarting it to get going again. Get the logs and contact support.

1 Like

Thanks Kevin . it works after restart the Gateway .

Thanks,