Error while deploying EAR file on WAS 6.0 server through admin
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > WebSphere > WebSphere Application Server > Error while deploying EAR file on WAS 6.0 server through admin




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Error while deploying EAR file on WAS 6.0 server through admin  


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-23-07 12:28 PM

Hi,
I am getting following error trace while deploying application ear on WAS 6.
0 local server. All the WAS 6.0 server settings required for the application
  are correct.
As I have verified the same with 5.1 Test Environment where it is working fi
ne.

com.ibm.websphere.management.exception.AdminException: Unexpected Exception 
from gatherJNDINames: java.lang.NullPointerException
at com.ibm.websphere.management.application.client.ResValidationHelper.gathe
rJNDINames(ResValidationHelper.java:249)
at com.ibm.ws.console.appmanagement.ResourceValidationHelper.gatherJNDIData(
ResourceValidationHelper.java:92)
at com.ibm.ws.console.appmanagement.action.MapModulesToServersAction.execute
(MapModulesToServersAction.java:176)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestPro
cessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2
75)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.jav
a:1212)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapp
er.java:629)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheSe
rvletWrapper.java:80)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1657
)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:77
)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination
(HttpInboundLink.java:421)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation
(HttpInboundLink.java:367)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICL
ReadCallback.java:94)
at com.ibm.ws.ssl.channel.impl. SSLReadServiceContext$SSLReadCompletedCa
llbac
k.complete(SSLReadServiceContext.java:1528)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueMan
ager.java:548)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.j
ava:601)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.j
ava:934)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.
java:1021)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
Caused by: java.lang.NullPointerException
at com.ibm.ws.workspace.query.impl.WorkSpaceQueryUtilImpl.getResourceTypeFro
mJNDI(WorkSpaceQueryUtilImpl.java:566)
at com.ibm.websphere.management.application.client.ResValidationHelper._getJ
NDINames(ResValidationHelper.java:1185)
at com.ibm.websphere.management.application.client.ResValidationHelper.gathe
rJNDINames(ResValidationHelper.java:200)
.. 22 more

Any clues on this ?
Thanks in advance ...

Best Regards,
Niranjan





[ Post a follow-up to this message ]



    Re: Error while deploying EAR file on WAS 6.0 server through admin  
David Brauneis


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-23-07 06:23 PM

I would suggest opening a PMR with IBM Support.

Regards,
David Brauneis
IBM Rational Build Forge Architecture & Development


niranjan.sarade@tcs.com wrote:
> Hi,
> I am getting following error trace while deploying application ear on WAS 
6.0 local server. All the WAS 6.0 server settings required for the applicati
on  are correct.
> As I have verified the same with 5.1 Test Environment where it is working 
fine.
>
> com.ibm.websphere.management.exception.AdminException: Unexpected Exceptio
n from gatherJNDINames: java.lang.NullPointerException
> 	at com.ibm.websphere.management.application.client.ResValidationHelper.ga
therJNDINames(ResValidationHelper.java:249)
> 	at com.ibm.ws.console.appmanagement.ResourceValidationHelper.gatherJNDIDa
ta(ResourceValidationHelper.java:92)
> 	at com.ibm.ws.console.appmanagement.action.MapModulesToServersAction.exec
ute(MapModulesToServersAction.java:176)
> 	at org.apache.struts.action.RequestProcessor.processActionPerform(Request
Processor.java:484)
> 	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.jav
a:275)
> 	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486
)
> 	at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> 	at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.
java:1212)
> 	at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWr
apper.java:629)
> 	at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(Cach
eServletWrapper.java:80)
> 	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1
657)
> 	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java
:77)
> 	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminat
ion(HttpInboundLink.java:421)
> 	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformat
ion(HttpInboundLink.java:367)
> 	at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(Http
ICLReadCallback.java:94)
> 	at com.ibm.ws.ssl.channel.impl. SSLReadServiceContext$SSLReadCompletedCa
ll
back.complete(SSLReadServiceContext.java:1528)
> 	at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueue
Manager.java:548)
> 	at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManage
r.java:601)
> 	at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManage
r.java:934)
> 	at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManag
er.java:1021)
> 	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
> Caused by: java.lang.NullPointerException
> 	at com.ibm.ws.workspace.query.impl.WorkSpaceQueryUtilImpl.getResourceType
FromJNDI(WorkSpaceQueryUtilImpl.java:566)
> 	at com.ibm.websphere.management.application.client.ResValidationHelper._g
etJNDINames(ResValidationHelper.java:1185)
> 	at com.ibm.websphere.management.application.client.ResValidationHelper.ga
therJNDINames(ResValidationHelper.java:200)
> 	... 22 more
>
> Any clues on this ?
> Thanks in advance ...
>
> Best Regards,
> Niranjan
>






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 06:59 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register