• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

com.sun.deploy.et.JARSigningException

 
Ranch Hand
Posts: 107
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using Windows XP SP3 Home Edition, Glassfish V3, NetBeans 6.8, java 1.6.0_17

I make Enterprise Application project, and this project has an EJB module, an WEB project, and an Application Client

I set Application Client configuration file like this so that I can use my client using Web Start.

application-client.xml:



sun-application-client.xml:



When i tried to access to /admin/unitinfo , I got this exception from Java Web Start.

com.sun.deploy.et.JARSigningException: Found unsigned entry in resource: file:/C:/glassfishv3/glassfish/domains/domain1/generated/xml/Intac/UnitInfoManager_jar/UnitInfoManager.jar

Question:

1) What means "unsigned entry"?

2) How can I treat this exception?

ps) I'm not sure if this problem is related with either Java Web Start or Glassfish....

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic