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

Trouble Shooting Deployment

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to deploy an ear file. When I get to the finish step documented on page 750 of redbook SG24-6195-00, WAS 5 System
Management and Configuration, the admin console catches an Null Pointer Exception. I drill down in the run time log and the error is
SRVE0026E: [Servlet Error]-[]: java.lang.NullPointerException
at com.ibm.ws.management.application.client.
BindJndiForEJBNonMessageBindingHelper.completeTask
(BindJndiForEJBNonMessageBindingHelper.java:131) at
Whenever I click one of the square boxed i's ( for example type of message, explanation or recommendation ) it gives a red letter message - Help is currently not available for the requested item.
Is this because I do not have the info center installed?
The log analyzer has information about this error.
Extended message documentation - Explanation: An error was encountered in the specified servlet.
User Response: Varies by reported cause.

So I come to BindJndiForEJBNonMessageBindingHelper as my best clue. I wonder if Non Message Binding Helper has a meaning to any one?
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could try ejbDeploy instead of the AAT or vice-versa. Then you could switch to wsadmin instead of the admin console to see what snafus on that path.
 
Sondra Colagrossi
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe my error was from a missing role-link in my security-role-ref.
<!ELEMENT security-role-ref (description?, role-name, role-link?)>
 
reply
    Bookmark Topic Watch Topic
  • New Topic