|
| Hi, I am developing portlets using WebSphere Portlet Factory (in RSA 7). 2 days ago I accidentally changed something in the server settings on one of my projects (through RSA). But since then, the WebSphere_Portal server gives exceptions everytime im star
ting it. I check the admin console for virtual hosts settings (because thats what all the solutions from the internet pointed me to look at) but they are all fine.
If I try to access the main page in Firefox (http://localhost:10038/wps/portal)
it gives me:
SRVE0017W: A WebGroup/Virtual Host to handle /wps/portal has not been defined.
And from the command prompt startserver I get exceptions like:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:570)
Caused by: com.ibm.websphere.management.exception.AdminException: ADMU7704E: Fai
led while trying to start the Windows Service associated with server: WebSphere_
Portal;
probable error executing WASService.exe: com.ibm.ws.management.tools.ProblemInWA
SServiceException: ADMU7711E: Unexpected exception associated with WASService.ex
e: exitCode = -1 during processing of server with name: WebSphere_Portal
at com.ibm.ws.management.tools.WindowsService.doWASServiceAction(Windows
Service.java:380)
at com.ibm.ws.management.tools.WsServerLauncher.execWithWinService(WsSer
verLauncher.java:157)
at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindow
s(WsServerController.java:128)
at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.ja
va:115)
... 7 more
ADMU3000I: Server WebSphere_Portal open for e-business; process id is 2100
So the server still starts, but all the enterprise applications do not, and If i try to manually start them through the admin console, it gives me an error message like this one:
"Application_Catalog_PA_dlvzaci can not be started because it is installed on a different server."
I attached a file containing the detailed exception messages from the SystemOut.log of PortalServer
Does anybody have a solution for this? pleeeease help me
Thanks
|
|