• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
You’ll find me in my office. I’ll probably be drinking. And reading this tiny ad.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic