cancel
Showing results for 
Search instead for 
Did you mean: 

Could not find portal application com.sap.portal.common.commonservices

0 Kudos

Hello,

I created a simple control in VS 2003 with an SAP Text Box and SAP label. It compiled and I was able to deploy to the portal just fine. I create an iView using that .par file and attempt to preview and receive the following error:

Portal Runtime Error

An exception occurred while processing a request for :

iView : N/A

Component Name : N/A

Could not find portal application com.sap.portal.common.commonservices.

Exception id: 03:16_18/10/04_0008

See the details for the exception ID in the log file

The .NET Runtime is installed on the server and EP6 SP4 is intalled locally as well. Any ideas for me to troubleshoot?

Thanks,

Tony

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Anthony,

Were u able to fix that problem.I m having the same problem. I've configured the servers and ports correctly. what else is required?

Former Member
0 Kudos

What PDK version have you installed? I don't think there is a version for SP4

Regards,

Ofer

Former Member
0 Kudos

Anthony -

Did you ever find a resolution for this issue? I am having the same problem. Any advice would be appreciated.

Thanks.

Former Member
0 Kudos

Hi

I've had the same problem...

After deploying your file you have to restart your portal server... So now I've finally found the files, but I get this note instead:

".Net server is not running"

Do I have to installe a .net server on the server, and how do I do this?

Former Member
0 Kudos

Hi Michael

You don't need the .NET runtime on the same server, but you do need to configure the EP to know where the .NET runtime is. You can find more details in the InstallAndConfigure pdf that came with the installation.

Regards,

Ofer

Former Member
0 Kudos

Hi Feldman

Thanks I've solved the problem by installing the runtime engine on the portalserver... You have to configure the "port channel" when working with the runtime engine on your local machine... Do you know where I might find this port channel 'cus I wheren't able to...

I must say that I weren't that eager to find it 'cus it wasn't that important to me right now, but it would be nice to know for later on...

Former Member
0 Kudos

Hi Thomsen

So here's a short explaination on how to configure the PDK when the .NET runtime Engine is installed on a different machine from the J2EE portal:

From the InstallAndConfigGuide pdf:

"In order to configure the portal-side settings of the .NET Runtime Engine log in to the portal as a System Administrator. Go to System Administration -> System Configuration -> Service Configuration. Under com.sap.portal.dotnet.framework -> Services, right-click iViewProcessorService to open the Property Editor of the service....

update the values of '.NET Servers Configuration' and 'Portal Servers Configuration' to the correct servers and ports."

Notice that:

1. 'portal servers config' here is the J2EE server name and port (don't use localhost, since the name will be transfered to the .NET side which needs to know a real host name).

2. '.NET Servers Config' is the server where the .NET runtime is installed, and the port is the port it is using. To change that or see what it is (by default 8050) you need to see the config of the .NET runtime.... this can be done like this (again from the pdf): ".. go to [SAP .NET Runtime Engine 1.0 Installation Folder]\Server01 that is, by default, C:\Program Files\SAP\SAP .NET Runtime Engine 1.0\Server01. Open for edit ep.exe.config file."

Hope that clears it,

Ofer

Former Member
0 Kudos

Hi Ofer;)

Thank you for that great explaination and all the help! Wish I could give you some points for this...

Best regards

Michael

Former Member
0 Kudos

Have you filled the PDK for .NET survey yet? You can win an MP3 player!!!

http://feedback.sap.com/efs/vote?campaign=39c7899ecca40a6709a638bd0388ac8b&org=332

0 Kudos

Here is a little more information from the log files:

Exception ID:03:32_18/10/04_0012

com.sapportals.portal.prt.component.PortalComponentException: Error in init method

Component : BioProcure.VendorProfile

at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:248)

at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:216)

at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:264)

at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:384)

at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:423)

at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:536)

at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)

at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)

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

at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:377)

at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:257)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:322)

at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:300)

at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:699)

at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:224)

at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)

at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)

at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)

at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)

at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

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

at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)

at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:140)

Caused by: com.sapportals.portal.prt.core.broker.PortalComponentInstantiationException: Could not instantiate implementation class com.sap.portal.dotnet.framework.iViewProcessorComponent of Portal Component BioProcure.VendorProfile because: Could not instantiate implementation class

at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:266)

at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getComponentInstance(PortalComponentItemFacade.java:158)

at com.sapportals.portal.prt.core.broker.PortalComponentItem.getComponentInstance(PortalComponentItem.java:660)

at com.sapportals.portal.prt.component.PortalComponentContext.getComponent(PortalComponentContext.java:100)

at com.sapportals.portal.prt.component.PortalComponentContext.init(PortalComponentContext.java:239)

... 26 more

Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [PortalApplicationItem.__prepareClassLoaderAndDependencies]: BioProcure

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:361)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:207)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.getCoreLoader(PortalApplicationItem.java:276)

at com.sapportals.portal.prt.core.broker.PortalComponentItem.getClassLoader(PortalComponentItem.java:524)

at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getClassLoader(PortalComponentItemFacade.java:101)

at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:225)

... 30 more

Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [PortalApplicationItem.__prepareClassLoaderAndDependencies]: com.sap.portal.dotnet.framework

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:361)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:207)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:352)

... 35 more

Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: [PortalApplicationItem.__prepareClassLoaderAndDependencies]: com.sap.portal.common.commonservices

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:361)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.prepare(PortalApplicationItem.java:207)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:352)

... 37 more

Caused by: com.sapportals.portal.prt.core.broker.PortalApplicationNotFoundException: Could not find portal application com.sap.portal.common.commonservices

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoader(PortalApplicationItem.java:518)

at com.sapportals.portal.prt.core.broker.PortalApplicationItem.__prepareClassLoaderAndDependencies(PortalApplicationItem.java:356)

... 39 more

com.sapportals.portal.prt.connection.ContentExceptionHandler@a46cbf #