Error while starting any application in atg

163 views
Skip to first unread message

neerav shah

unread,
Sep 25, 2008, 3:45:16 AM9/25/08
to atg_...@googlegroups.com
Hi ,

I got the following error when starting atg2007.1 with jboss-4.0.5.GA.  I got this error while running any application also with the PioneerCyclingJSP and Motorprise.

 INFO  [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already.  Could not load org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1241)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
    at org.apache.xerces.impl.dv.ObjectFactory.findProviderClass(Unknown Source)
    at org.apache.xerces.impl.dv.ObjectFactory.newInstance(Unknown Source)
    at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source)
    at org.apache.xerces.impl.dv.DTDDVFactory.getInstance(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.<init>(Unknown Source)
    at org.apache.xerces.parsers.XIncludeAwareParserConfiguration.<init>(Unknown Source)
    at org.apache.xerces.parsers.XIncludeAwareParserConfiguration.<init>(Unknown Source)
    at sun.reflect.GeneratedConstructorAccessor7.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at org.apache.xerces.parsers.ObjectFactory.newInstance(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source)
    at atg.core.util.DOMUtils.getDocumentBuilder(DOMUtils.java:77)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.addEarFileWebModulesToAppInfo(DafJ2eeContainerApplicationDirectoryAgentImpl.java:289)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.getJ2eeAppInfoForStaged(DafJ2eeContainerApplicationDirectoryAgentImpl.java:200)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.getJ2eeAppInfo(DafJ2eeContainerApplicationDirectoryAgentImpl.java:140)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.buildJ2eeAppInfo(CachingJ2eeArchiveDirectoryAgent.java:889)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.updateCacheData(CachingJ2eeArchiveDirectoryAgent.java:478)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.performScheduledTask(CachingJ2eeArchiveDirectoryAgent.java:573)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)
2008-09-25 13:05:34,119 INFO  [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already.  Could not load atg/dtds/j2ee/application_1_3.dtd.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
2008-09-25 13:05:34,119 INFO  [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already.  Could not load atg/dtds/j2ee/application_1_3.dtd.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
2008-09-25 13:05:34,992 INFO  [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already.  Could not load META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
2008-09-25 13:05:34,992 INFO  [org.apache.catalina.loader.WebappClassLoader] Illegal access: this web application instance has been stopped already.  Could not load org.apache.xerces.parsers.XIncludeAwareParserConfiguration.  The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1241)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
    at org.apache.xerces.parsers.ObjectFactory.findProviderClass(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.newInstance(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderImpl.<init>(Unknown Source)
    at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Unknown Source)
    at atg.core.util.DOMUtils.getDocumentBuilder(DOMUtils.java:77)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.addWebModuleToAppInfo(DafJ2eeContainerApplicationDirectoryAgentImpl.java:243)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.addEarFileWebModulesToAppInfo(DafJ2eeContainerApplicationDirectoryAgentImpl.java:317)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.getJ2eeAppInfoForStaged(DafJ2eeContainerApplicationDirectoryAgentImpl.java:200)
    at atg.ui.j2edit.model.DafJ2eeContainerApplicationDirectoryAgentImpl.getJ2eeAppInfo(DafJ2eeContainerApplicationDirectoryAgentImpl.java:140)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.buildJ2eeAppInfo(CachingJ2eeArchiveDirectoryAgent.java:889)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.updateCacheData(CachingJ2eeArchiveDirectoryAgent.java:478)
    at atg.ui.j2edit.model.CachingJ2eeArchiveDirectoryAgent.performScheduledTask(CachingJ2eeArchiveDirectoryAgent.java:573)
    at atg.service.scheduler.ScheduledJob.runJobs(ScheduledJob.java:441)
    at atg.service.scheduler.Scheduler$2handler.run(Scheduler.java:760)

Thanks,
Neer

ABHISHEK dixit

unread,
Sep 25, 2008, 3:50:05 AM9/25/08
to atg_...@googlegroups.com
....

if u r getting such errors ... please go to your jboss deploy directory  and check there must be only one ear file ... if there are more than one , jboss wont be able to start your application ... In jboss each server instance can only handle one ear file ..
--
Abhishek Dixit
Cyber Managers Software Services
URL:http://www.cybermanagers.com
Ph+91 9322748131

neerav shah

unread,
Sep 25, 2008, 4:44:10 AM9/25/08
to atg_...@googlegroups.com
Thanks Abhishek.
Reply all
Reply to author
Forward
0 new messages