Hello,
We recently acquired the licensed version of SmartGWT 2.5 enterprise and we're having a problem when replacing the trial libraries with the production ones. We've narrowed the problem down to the isomorphic_core_rpc.jar library, and can get the problem to go away if we resort back to the trial version. It seems likely there's a configuration setting somewhere that needs to change that we haven't done yet, but haven't found it on our own and help would be much appreciated. The stack trace is:
Thanks,
Mark
We recently acquired the licensed version of SmartGWT 2.5 enterprise and we're having a problem when replacing the trial libraries with the production ones. We've narrowed the problem down to the isomorphic_core_rpc.jar library, and can get the problem to go away if we resort back to the trial version. It seems likely there's a configuration setting somewhere that needs to change that we haven't done yet, but haven't found it on our own and help would be much appreciated. The stack trace is:
Code:
Exception when loading from __USE_CONTAINER__/asAdminModule/sc/system/schema/builtinTypes.xml: java.io.IOException: Configured for containerIO, but servletContext not available! You need to install the Init servlet at com.isomorphic.io.ISCFile.<init>(ISCFile.java:139) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:138) at com.isomorphic.xml.XML.getXMLDocument(XML.java:254) at com.isomorphic.xml.XML.toDSRecords(XML.java:262) at com.isomorphic.xml.XML.toDSRecords(XML.java:265) at com.isomorphic.datasource.DataSource.<clinit>(DataSource.java:544) at com.tibco.as.admin.server.rpc.ActivespacesAdminServiceRPC.init(ActivespacesAdminServiceRPC.java:104) at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:440) at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:736) at org.mortbay.jetty.servlet.Context.startContext(Context.java:140) at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:518) at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) at org.mortbay.jetty.Server.doStart(Server.java:224) at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) at ASMMDeployer.run(ASMMDeployer.java:56) at ASMMDeployer.main(ASMMDeployer.java:22)
Mark
Comment