• 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

Tag Library Descriptor Parser Error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I am trying to recompile a struts application in Oracle JDeveloper 11g, and when running a JSP page, I receive the following error:

<Mar 8, 2011 12:05:44 PM EST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application ACES is not versioned.>
<Mar 8, 2011 12:05:55 PM EST> <Warning> <HTTP> <BEA-101196> <[ViewController]: Error while parsing the Tag Library Descriptor at "C:\Documents and Settings\CFRANK\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\tmp\_WL_user\ACES\wa6fx1\war\WEB-INF\lib\tld.jar!/c:/tlds/c-rt.tld".
java.io.FileNotFoundException: C:\Documents and Settings\CFRANK\Application Data\JDeveloper\system11.1.1.4.37.59.23\DefaultDomain\servers\DefaultServer\tmp\_WL_user\ACES\wa6fx1\.tld_cache\tld.jar\c:\tlds\c-rt.tld\crc.ser (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at weblogic.descriptor.DescriptorCache.writeToCache(DescriptorCache.java:236)
at weblogic.descriptor.DescriptorCache.parseXML(DescriptorCache.java:388)

Has anyone seen this type of error before?

Background:

It is a J2EE application that is currently deployed on an Oracle 10g Application Server. The application was designed and constructed based on a standard Struts-based jsp/servlet architecture.

Thank you for your assistance!

 
reply
    Bookmark Topic Watch Topic
  • New Topic