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

Glassfish EAR deployment error

 
Ranch Hand
Posts: 362
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys

Recently had to have my HD rebuilt and as a result lost my install of Glassfish v3 and latest EAR build I have been using, I have found an older version of the EAR and installed the latest preview version of Glassfish v3, but now when I deploy my EAR file I get this error.
I have the JDBC connpool and jndi setup and everything in the EJB JAR file looks fine asdoes the persistence.xml (retirved from old version so identical), but Glassfish obviously doesn't like something.

I'm using Build 58 which is the same as I was using previously.



Any thoughts?

KS
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

java.lang.ClassNotFoundException: com.sun.enterprise.webservice.apt.WebServiceRefAp$ServiceRefVisitor



Do you have the jar containing the com.sun.enterprise.webservice.apt.WebServiceRefAp$ServiceRefVisitor, in your application classpath?
 
What do you have to say for yourself? Hmmm? Anything? And you call yourself a tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic