Hi
i have the next issue:
23:39:17,928 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /cmct
23:39:17,928 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
23:39:17,943 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 26188ms - Started 279 of 357 services (76 services are passive or on-demand)
23:39:18,021 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "cmct.war"
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) Problem loading builtinTypes.xml
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) Exception when loading from __USE_CONTAINER__/isomorphic/system/schema/builtinTypes.xml:
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) java.lang.NullPointerException
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.io.ISCFile.lastModified(ISCFile.java:419)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:131)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:74)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:138)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.xml.XML.getXMLDocument(XML.java:254)
I am using as a web server jboss 7.1, i use smartgwt power edition 2.5:
the structure of the project is:
WebContent:
- the compiled gwt
i have the next issue:
23:39:17,928 INFO [org.jboss.web] (MSC service thread 1-1) JBAS018210: Registering web context: /cmct
23:39:17,928 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015951: Admin console listening on http://127.0.0.1:9990
23:39:17,943 INFO [org.jboss.as] (MSC service thread 1-3) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 26188ms - Started 279 of 357 services (76 services are passive or on-demand)
23:39:18,021 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "cmct.war"
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) Problem loading builtinTypes.xml
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) Exception when loading from __USE_CONTAINER__/isomorphic/system/schema/builtinTypes.xml:
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) java.lang.NullPointerException
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.io.ISCFile.lastModified(ISCFile.java:419)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:131)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:74)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.store.ProcessedFileCache.getObjectFromFile(ProcessedFileCache.java:138)
23:39:43,443 INFO [stdout] (http--127.0.0.1-8080-1) at com.isomorphic.xml.XML.getXMLDocument(XML.java:254)
I am using as a web server jboss 7.1, i use smartgwt power edition 2.5:
the structure of the project is:
WebContent:
- the compiled gwt
Comment