• 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

deployment error

 
Ranch Hand
Posts: 115
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im using ant script to deploy my application to remote server (weblogic 10). When i execute the ant script i have the following error:

[java] java.lang.NoClassDefFoundError: weblogic/Deployer
[java] Exception in thread "main"
[java] Java Result: 1

What causes this error?


Thanks.
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i think its the deployment descriptors that are missing or they are wrongly coded.
 
Ranch Hand
Posts: 127
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

lynn fann wrote:Im using ant script to deploy my application to remote server (weblogic 10). When i execute the ant script i have the following error:

[java] java.lang.NoClassDefFoundError: weblogic/Deployer
[java] Exception in thread "main"
[java] Java Result: 1

What causes this error?


Thanks.




I think you try clean and build in netbeans as you not frequently just running your project thats why its you get the error.
reply
    Bookmark Topic Watch Topic
  • New Topic