cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with patch 38

Former Member
0 Kudos

Hello,

My portal was working fine in ep6 SP2 patch 4 hottfix 8. Then I applied patch 5 and everything was perfect.

Now I am triying to apply Patch 38 in Portal 6.0 using 6.20. The installation succesfully finished, but the Portal didn´t start after this.

Here you can see some log fragments:

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////

May 4, 2006 5:31:26 PM # System_Thread_7 Info Loading service: com.sap.portal.license.runtime|license #

May 4, 2006 5:31:39 PM # System_Thread_7 Fatal Application Broker - initialization failed.

com.sapportals.portal.prt.runtime.PortalException: applications start failed

at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1452)

at com.sapportals.portal.prt.core.broker.PortalAppBroker.startCoreApplications(PortalAppBroker.java:1381)

at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:345)

at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:54)......

Could not instantiate implementation class com.sapportals.portal.prt.service.license.LicenseService of Portal Service com.sap.portal.license.runtime|license because: could not load the service

at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:689)

at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)

at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)

at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1491)

at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1447)

at com.sapportals.portal.prt.core.broker.PortalAppBroker.startCoreApplications(PortalAppBroker.java:1381)

at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:345)

at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:54)

at com.sapportals.portal.prt.dispatcher.PortalInitializer.(ServletsAndJspImpl.java:201)

at com.inqmy.services.servlets_jsp.server.ServletsAndJspServerFrame.start(ServletsAndJspServerFrame.java:125)

at com.inqmy.core.service.application.ApplicationServiceRunner.startFrame(ApplicationServiceRunner.java:55)

at com.inqmy.core.service.container.ServiceRunner.run(ServiceRunner.java:129)

at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)

at java.security.AccessController.doPrivileged(Native Method)

at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)

Caused by: com.sapportals.portal.prt.service.ServiceException: Service not found: com.sap.portal.usermanagement.usermanagement.........

Caused by: com.sapportals.portal.prt.service.ServiceException: Service not found: com.sap.portal.runtime.system.repository.application_repository

at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:171)

at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)

at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)

Caused by: com.sapportals.portal.prt.core.broker.PortalServiceInstantiationException: Could not instantiate implementation class com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService of Portal Service com.sap.portal.runtime.system.repository|application_repository because: could not load the service

at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:689)..........

Caused by: com.sapportals.portal.prt.service.ServiceException: Unable to create initial Application Repository structure

at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.init(ApplicationRepositoryService.java:137)

at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678).........

.................................................

........Enterprise Portal is shutting down ........

.................................................

.................................................

...................Successful....................

.................................................

Unable to instantiate class com.sapportals.portal.prt.logger. SimpleFileLogger

java.lang.ClassNotFoundException: com/sapportals/portal/prt/ logger/ILogger

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Class.java:115)

at com.sapportals.portal.prt.core.logger.LoggerManager.createLogger(LoggerManager.java:1229)

at com.sapportals.portal.prt.core.logger.LoggerManager.init(LoggerManager.java:1185)

at com.sapportals.portal.prt.core.logger.LoggerManager.loadDefinition(LoggerManager.java:1094)

//////////////////////////////////////////////////////////////////////////////////////////////////////////////

Please if anyone can help me I will be very grateful.

Thanks in advance,

Accepted Solutions (1)

Accepted Solutions (1)

darrell_merryweather
Active Contributor
0 Kudos

Have you checked to see whether there were any errors during the patch re-deployment of the par files. what normally happens during the upgrade is that ALL .par files in the WEB-INF/portal/deployment folder are re-deployed. If any fail, they are normally left with a .err extension. Perhaps the logging par file failed to deploy, as it looks like there is a probem with the logging component, which should contain the ILogger class.

Try also performing a search under the WEB-INF/portal/portalapps folder using windows search. Search all .jar files searching for this class.

I hope this helps

D

Answers (0)