|
| Hello,
I am new to Websphere Portal and Portlet Development. I am trying to create a simple portlet service interface and implementation. I also created a jar file and added it to the wp_root/shared/app directory. Also updated the PortletServiceRegistryService.properties file. I am getting the following error when I try to load the portlet with the PortletService. I would appreciate if someone could help me with this. thanks..
kunjal.
This is the wps runtime log..
2004.08.26 15:48:33.689 I com.ibm.wps.logging.LogManager init
Trace specification: *=all=disabled
2004.08.26 15:48:51.775 I com.ibm.wps.sso.vaultservice.DefaultVault loadEncryptionExit
SSOV0012I: Configuration file /defaultvault not found. System defaults to the DefaultEncryptionExit.
2004.08.26 15:48:51.785 I com.ibm.wps.sso.vaultservice.VaultAdapterManager loadVaultAdapter
SSOV0023I: Vault adapter type default was loaded successfully: WPS Default Vault Implementation
2004.08.26 15:49:32.824 W com.ibm.wps.pe.mgr.appserveradmin.WAS5Admin remove
PEAS0021W: Web Module helloworldservice.HelloWorldServicePortlet.2ca485b9ef not deleted (display name: /C:/IBM-Co_WebContent_Copy of HelloWorldService). Application is not installed.
2004.08.26 15:49:45.913 W com.ibm.wps.pe.mgr.appserveradmin.WAS5Admin start
PEAS0015W: Web Module helloworldservice.HelloWorldServicePortlet.2ca485b9ef not started (display name: /C:/IBM-Co_WebContent_Copy of HelloWorldService). Application is not installed.
2004.08.26 15:49:55.827 E com.ibm.wps.services.portletserviceregistry.PortletServiceRegistryServiceImpl getPortletService
PEPC0250E: Requested service interface helloworldservice.HelloWorldService not registered.
2004.08.26 15:49:55.837 E org.apache.jetspeed.portlet.PortletLog error
Couldnt get helloworld portlet service instance |
|