A client currently has the following problem deploying in only one enviroment. They cannot reproduce in another machine. Do you have any hints/suggestions as to why they might be having this problem? If you need full information about the environment, what kind of information so I can ask them?
Code:
2011-08-09 18:17:21,760 INFO [STDOUT] (http-0.0.0.0-9080-2) Problem loading builtinTypes.xml 2011-08-09 18:17:21,763 INFO [STDOUT] (http-0.0.0.0-9080-2) Exception when loading from __USE_CONTAINER__/isomorphic/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.isomorphic.xml.XML.toDSRecords(XML.java:298) at com.isomorphic.xml.XML.toDSRecords(XML.java:289) at com.isomorphic.xml.XML.toDSRecords(XML.java:285) at com.isomorphic.xml.XML.toDSRecords(XML.java:277) at com.isomorphic.rpc.RPCManager.parseRequest(RPCManager.java:1692) at com.isomorphic.rpc.RPCManager.<init>(RPCManager.java:323) at com.conceptwave.cui.servlet.RequestContext.extractRequest(RequestContext.java:559)
Comment