• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

weblogic92 ant1.6.5 error

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
Any help is appreciated.

My ant file is the one bundled up with Eclipse platform, eclipse-SDK-3.2-win32\eclipse\plugins\org.apache.ant_1.6.5\lib

I am using weblogic 9.2 distribution.

When i run build.xml, the error is as follows:

BUILD FAILED
javax.xml.parsers.FactoryConfigurationError: Provider weblogic.xml.jaxp.RegistrySAXParserFactory could not be instantiated: java.lang.NullPointerException
at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)
at org.apache.tools.ant.Diagnostics.getSAXParser(Diagnostics.java:168)
at org.apache.tools.ant.Diagnostics.getXmlParserName(Diagnostics.java:153)
at org.apache.tools.ant.Diagnostics.doReportParserInfo(Diagnostics.java:367)
at org.apache.tools.ant.Diagnostics.doReport(Diagnostics.java:253)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.processCommandLine(InternalAntRunner.java:749)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:366)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)

thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic