• 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

Technical Help Deploy time - Fatal Error from EJB Compiler

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use NetBeans 5.0 to create the simple JAX-RPC client to connect to Google Web API Service.

At the deploy time on Sun App 8.2, it generate :

In-place deployment at D:\Sun_workspace\NetBean\GoogleWebService\build\web
Start registering the project's server resources
Finished registering server resources
moduleID=GoogleWebService
deployment started : 0%
Deploying application in domain failed; Error while running ejbc -- Fatal Error from EJB Compiler -- jaxrpc compilation exception
; requested operation cannot be completed
D:\Sun_workspace\NetBean\GoogleWebService\nbproject\build-impl.xml:439: Deployment error:
The module has not been deployed.
See the server log for details.
BUILD FAILED (total time: 38 seconds)

Do you have any comment or suggestion ??
I try to deploy by Admin console but it give the same result.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic