WAS 6.1: EAR Uninstallation Problem

97 views
Skip to first unread message

G. Raghavender Raju

unread,
Feb 3, 2010, 1:40:45 AM2/3/10
to bo...@googlegroups.com
Hi Team,
 
When I tried to uninstall any EAR application from WAS6.1 using admin console, while saving the changes to Master Configuration, the below exception is getting displayed, which causes the changes are not reflected for uninstllation.
 
Error 500
An error occurred while processing request: /ibm/console/syncworkspace.do
Message: RepositoryException while updating documents in master repository

com.ibm.ws.sm.workspace.WorkSpaceException: RepositoryException while updating documents in master repository
 at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:627)
 at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.update(RepositoryContextImpl.java:1778)
 at com.ibm.ws.sm.workspace.impl.RepositoryContextImpl.synch(RepositoryContextImpl.java:1724)
 at com.ibm.ws.sm.workspace.impl.WorkSpaceImpl.synch(WorkSpaceImpl.java:470)
 at com.ibm.ws.console.core.action.SyncWorkSpaceAction.execute(SyncWorkSpaceAction.java:239)
 at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
 at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
 at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
 at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:510)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
 at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
 at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
 at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
 at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
 at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
 at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
 at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
 at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
 at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
 at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
 at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
 at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
 at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
 at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
 at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
 at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
 at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
 at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
 at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
 at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
 at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
 at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
 at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
 at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
 at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
 at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
 at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
Caused by: com.ibm.websphere.management.exception.DocumentIOException: cells/cfswdevNode01Cell/applications/CFSWebAdminEAR.ear/CFSWebAdminEAR.ear
 at com.ibm.ws.management.repository.FileDocument.delete(FileDocument.java:160)
 at com.ibm.ws.management.repository.FileDocument.delete(FileDocument.java:125)
 at com.ibm.ws.management.repository.FileRepository.deleteInternal(FileRepository.java:822)
 at com.ibm.ws.management.repository.FileRepository.updateInternal(FileRepository.java:1314)
 at com.ibm.ws.management.repository.FileRepository.update(FileRepository.java:1244)
 at com.ibm.ws.management.repository.client.LocalConfigRepositoryClient.update(LocalConfigRepositoryClient.java:189)
 at com.ibm.ws.sm.workspace.impl.WorkSpaceMasterRepositoryAdapter.update(WorkSpaceMasterRepositoryAdapter.java:578)
 ... 37 more

Please do reply me is there any alternative way to remove the application from any of the configuration files (xml files) instaead of the admin console.

--
Thanks & Regards
G. Raghavender Raju

Raghavan.30May1981_GMail

unread,
Feb 4, 2010, 8:07:24 AM2/4/10
to bo...@googlegroups.com
it may be due to the sync issue with earlier attempts.

try checking with server.xml file..

Cheers,
Raghavan alias Saravanan M.
http://shade.org.in
--
| Go Green! -> www.GreenGenerator.org | Reduce Body Fat -> www.reducingtummy.com |

"Improvement always begins with 'I'" - Wisemen


--
You received this message because you are subscribed to the Google Groups "Bangalore Open Java Users Group- BOJUG" group.
To post to this group, send email to bo...@googlegroups.com.
To unsubscribe from this group, send email to bojug+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bojug?hl=en.

G. Raghavender Raju

unread,
Feb 7, 2010, 1:55:16 AM2/7/10
to bo...@googlegroups.com
Hi Raghav,

Please give me the root cause for the problem, and how I can resolve the problem. Since you've given only the name of the file where I can search, please give me breif about the problem solution.
Reply all
Reply to author
Forward
0 new messages