• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

jar could not be opened, entry ignored

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

I am in a newbie in jboss.
Started with the deploying of a .war file.

My applictaion uses Struts, Spring and Hibernate.
And using MAVEN build the .war file.

Its works fine when deployed at tomcat,
but reverts an error with JBoss deployment.

Not able to locate the jars.
Any advice about it !!

2009-10-28 10:58:00,994 DEBUG [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/JBoss/jboss-4.0.0/jboss-4.0.0/server/default/deploy/demo-1.0.war references URL file:/C:/JBoss/jboss-4.0.0/jboss-4.0.0/server/default/deploy/struts-1.2.9.jar which could not be opened, entry ignored

thanks in advance
zorabian
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

luv zorabian wrote:... The manifest entry in file:/C:/JBoss/jboss-4.0.0/jboss-4.0.0/server/default/deploy/demo-1.0.war references URL file:/C:/JBoss/jboss-4.0.0/jboss-4.0.0/server/default/deploy/struts-1.2.9.jar which could not be opened, entry ignored


Check your manifest.mf inside the WAR, what it has? Where have you put the jars inside your WAR?
 
luv zorabian
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
PROBLEM : CLOSED

solved by self

Note : If anybody faces same and needs help
please write to me.
 
Can you really tell me that we aren't dealing with suspicious baked goods? And then there is this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic