• 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

deploying jar files

 
Ranch Hand
Posts: 421
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I have been struggling with the registration of EJB.jar files. I have successfully registered 8 but still have these remaining, with the following errors in GlassFish Console:

AuditRepositoryEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [AuditRepository] --
Referencing error: This bundle has no bean of name [AuditRepository]
Error loading deployment descriptors for module [AuditRepository] --
Referencing error: This bundle has no bean of name [AuditRepository]

EntityHiemSubscriptionEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [EntityHiemSubscriptionEJB] --
com.sun.enterprise.deployment.annotation.context.ResourceContainerContextImpl
cannot be cast to com.sun.enterprise.deployment.annotation.context.EjbContextat
com.sun.enterprise.deployment.annotation.AnnotationInfo@19f3cdf
Error loading deployment descriptors for module [EntityHiemSubscriptionEJB] --
com.sun.enterprise.deployment.annotation.context.ResourceContainerContextImpl...

GatewaySubscriptionRepositoryEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [GatewaySubscriptionRepositoryEJB] --
Referencing error: This bundle has no bean of name [GatewaySubscriptionReferenceRepository]
Error loading deployment descriptors for module [GatewaySubscriptionRepositoryEJB] --
Referencing error: This bundle has no bean of name [GatewaySubscriptionReferenceRepository]

NhincAuditQueryEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [NhincAuditQueryEJB] --
Referencing error: This bundle has no bean of name [AuditQuery]
Error loading deployment descriptors for module [NhincAuditQueryEJB] --
Referencing error: This bundle has no bean of name [AuditQuery]

NhincDocQueryEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [NhincDocQueryEJB] --
Referencing error: This bundle has no bean of name [DocQuery]
Error loading deployment descriptors for module [NhincDocQueryEJB] --
Referencing error: This bundle has no bean of name [DocQuery]

NhincDocRetrieveEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [NhincDocRetrieveEJB] --
Referencing error: This bundle has no bean of name [DocRetrieve]
Error loading deployment descriptors for module [NhincDocRetrieveEJB] --
Referencing error: This bundle has no bean of name [DocRetrieve]

NhincHiemSubscriptionEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [NhincHiemSubscriptionEJB] --
Referencing error: This bundle has no bean of name [HiemNotify]
Error loading deployment descriptors for module [NhincHiemSubscriptionEJB] --
Referencing error: This bundle has no bean of name [HiemNotify]

NhinInterfaceTestHelperEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [NhinInterfaceTestHelperEJB] --
Referencing error: This bundle has no bean of name [SubjectDiscovery]
Error loading deployment descriptors for module [NhinInterfaceTestHelperEJB] --
Referencing error: This bundle has no bean of name [SubjectDiscovery]

PropAccessorEJB
Deploying application in domain failed;
Error loading deployment descriptors for module [PropAccessorEJB] --
Referencing error: This bundle has no bean of name [NhincComponentPropAccessor]
Error loading deployment descriptors for module [PropAccessorEJB] --
Referencing error: This bundle has no bean of name [NhincComponentPropAccessor]


Any help would be sincerely appreciated.

I thought it may be the corresponding wsdl. I have searched for individual errors "deploying application in domain failed", "error loading deployment descriptors for module" "referencing error: this bundle has no bean of name" etc., but have not been able to find a solution.

Thank you,
Michele
 
Michele Smith
Ranch Hand
Posts: 421
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I figured out that my main problem with this was that my As_HOME\lib files were missing some common libraries.

I have just one error now and it is this one:

Deploying application in domain failed; Error loading deployment descriptors for module [GatewaySubscriptionRepositoryEJB] -- Referencing error: This bundle has no bean of name [GatewaySubscriptionReferenceRepository] Error loading deployment descriptors for module [GatewaySubscriptionRepositoryEJB] -- Referencing error: This bundle has no bean of name [GatewaySubscriptionReferenceRepository]

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