• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Error on startup in 2.1.5

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
After adding the following to my server.xml file:

<WEBAPP uri="/jforum2" path="/opt/SUNWwbsvr/bin/https/webapps/JForum-2.1.5" enabled="true"/>

I get the following on server startup.

[01/Feb/2006:14:28:34] failure (10668): CORE4007: Internal error: Unexpected Java exception thrown (java.lang.NoSuchFieldError: fRecognizedFeatures, fRecognizedFeatures), stack: java.lang.NoSuchFieldError: fRecognizedFeatures
at org.apache.xerces.parsers.XML11Configuration.<init>(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at java.lang.Class.newInstance0(Class.java:306)
at java.lang.Class.newInstance(Class.java:259)
at org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:293)
at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:224)
at org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:119)
at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:140)
at org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:125)
at org.apache.xerces.jaxp.SAXParserImpl.<init>(SAXParserImpl.java:102)
at org.apache.xerces.jaxp.SAXParserFactoryImpl.newSAXParser(SAXParserFactoryImpl.java:95)
at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:274)
at org.apache.catalina.startup.ContextConfig.defaultConfig(ContextConfig.java:882)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1004)
at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:257)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3702)
at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)

I didn't have this error on 2.1.4. I am running the sun one java web server.
If you have a second, please let me know if you have any ideas. Thanks so much.

Ryan
[originally posted on jforum.net by rzavi4jc]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks a jar hell. Remove the "xerces.jar" e "xalan.jar" from jforum's WEB-INF/lib and try again.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
It would give a normal human mental abilities to rival mine. To think it is just a tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic