Hello,
I'm developing a maven based springframework-jpa application. When I run
the application loads showing a "Can't find marker file for webRoot" error in the log, when I load the host-page a NPE is thrown.
any suggestions?
I'm developing a maven based springframework-jpa application. When I run
Code:
mvn tomcat:run
Code:
=== 2012-12-18 15:19:41,303 [main] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework (v8.3_2012-11-20/EVAL Deployment 2012-11-20) - Initialization Complete === 2012-12-18 15:19:41,305 [main] ERROR ISCInit - Can't find marker file for webRoot: /home/lrkwz/cargill/cargill-parent/cargill-ordermanagement/src/main/webapp/applicationScaffold/sc for configured/autodetected webRoot - if you moved the 'isomorphic' directory, please set isomorphicPathRootRelative in server.properties to the new location and restart the servlet engine. === 2012-12-18 15:19:41,305 [main] INFO ISCInit - WebRoot auto-detection failed - using container IO (...) === 2012-12-18 15:21:22,664 [80-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework initialization called from com.isomorphic.base.Base === 2012-12-18 15:21:22,665 [80-2] INFO ISCInit - Isomorphic SmartClient/SmartGWT Framework is already initialized === 2012-12-18 15:21:22,707 [80-2] INFO PoolManager - SmartClient pooling disabled for 'order_DataSource' objects Problem loading builtinTypes.xml Exception when loading from __USE_CONTAINER__/applicationScaffold/sc/system/schema/builtinTypes.xml: java.lang.NullPointerException at com.isomorphic.io.ISCFile.lastModified(ISCFile.java:419) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:131) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:74) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:138) at com.isomorphic.xml.XML.getXMLDocument(XML.java:255)
Comment