• 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

an error "Duplicate name in Manifest"

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have simple web aplication, the web-inf/lib directory contains just two *.jar files - struts.jar and log4j-1.2.8.jar.
When I start tomcat after deploying this application I got several times this error(warning) message:

I removed the directory "Meta-inf" and the file "manifest.mf" from *.jar files, but it didn't help.

Please, do You know how to fix this error?

Thanks.
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any answer on this?
I have a similar problem in a Weblogic application, but I have many more jars in the classpath.
I have found many suggestions, but none of them really apply to my situations.

http://www.google.com/search?q=%22Duplicate+name+in+Manifest%3A+%22&btnG=Search&hs=WKZ&hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial

Hope something in here is useful.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic