Hi Everyone,
Today i have faced one issues while working on Websphere application server on AIX.
I finished my websphere application server installation successfully but while accesing console, was getting following error.
WebSphere Admin Console SRVE0190E: FileNotFound Errors when clicking certain hyperlinks
Should you find that you have some links in your WebSphere Administration console that generate an error in the following format:
com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
SRVE0190E: File not found: /xxxxxxxxxxx.content.main
at com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java)
at com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java)
at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch(FilterProxyServlet.java)
at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.service(FilterProxyServlet.java)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java(Compiled Code))
at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.invokeFilters(WebExtensionProcessor.java)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java)It appears that the admin console couldn’t find the servlet that should be used to display the page.
I did some R & D on it, and finally i got resolution for the same.
in my case, had corrupted Admin console registry. so i run following command for the same from profiles.
iscdeploy -restore
This will cause WebSphere Application Server to reinstall the admin console.
this is very helpful while working with Websphere Application server console...... :)
Hope it will help you...
Regards,
Ajinkya Vichare
hey bro!
ReplyDeletereinstallation dont sounds good.
solution is
go DMGR profile bin
like
cd /opt/ibm/websphere/ws70/profiles/dmgr/bin
./iscdeploy.sh -restore
Hi, when I ran the iscdeploy.sh -restore I receive this error. can you help me ? Thanks
ReplyDeletePLPR0003I: Opening Console Enterprise Application - /home/user/OPT/IBM/WebSphere/AppServer/systemApps/isclite.ear
PLPR0011I: 75 plugin(s) to reload
PLPR0012I: Restoring plugin com.ibm.ws.console.core
PluginException : File wasprofile.properties could not be located. wrappedException = com.ibm.wsspi.profile.WSProfileException: File wasprofile.properties could not be located.
PluginException : File wasprofile.properties could not be located. wrappedException = com.ibm.wsspi.profile.WSProfileException: File wasprofile.properties could not be located.
at com.ibm.ws.console.plugin.PluginProcessor.getProfiles(PluginProcessor.java:2533)
at com.ibm.ws.console.plugin.PluginProcessor.removeMetaDataFromProfiles(PluginProcessor.java:2216)
at com.ibm.ws.console.plugin.PluginProcessor.reinstallModuleExtension(PluginProcessor.java:600)
at com.ibm.ws.console.plugin.PluginProcessor.restore(PluginProcessor.java:457)
at com.ibm.ws.console.plugin.PluginProcessor.main(PluginProcessor.java:1620)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:267)