Portal KM as repository R/3

Hi folks,
   I am having this requirements:
In R/3 (version 4.7 or ERP 2004), I run a transacction and I want to attach a document. But when I load this document I need that it to be saved in KM Portal.
I know, that I can configure R/3 to use Portal KM as repository, but I never did that.
Does anybody can confirm it and how can I configure ?
Thanks a lot,
Patricio.

if your installation is JAVA only (central system) you have a choice to pick ABAP or JAVA UME during installation and when you choose JAVA UME, you then connect the LDAP....meaning you have a choice of LDAP or UME. so if you dont like LDAP dont use it !
create users in the UME and make sure the datasource is UME and not LDAP for any role or user group assignment to users.
its only in ABAP+JAVA installation (add-in installation or dual stack system) where you dont have a choice but use ABAP if you dont choose java ume during installation...

Similar Messages

  • Can I integrate BPM with WebLogic Portal virtual content repository?

    For example, when there is a new added node in WebLogic Portal virtual content repository, the workflow triggerd, and start a workflow instance on that node.
    May be the node is a document, I'd like the document have a complex approval process.
    My question is, there are many nodes so many workflow instance after I added many documents, so how can I know which node is combined with which workflow instance? May be in workflow process ,I'd like to get and set the node metadata or something else with the WebLogic Portal virtual content repository, how can I process data between BPM and WebLogic Portal VCR?

    With regard to inline editing with Content Presenter in WLP 10.2, you should know that this "feature" is simply an example of how you might author advanced display templates.. The sample application for Content Presenter has a display template which is used to allow this inline editing. The template is just a sample and source code is provided. For your purposes, you can author your own display template which can provide inline edit even if Library Services are enabled. You'll probably want to enable version preview and approval to the template as well. It's a little more work, but certainly possible.

  • Sending a file from R/3 to Enterprise portal Knowledge Managemen repository

    hi all,
    I have a requirement to place a PDF file (may be any file need not be only PDF ) generated from an RFC, on to the portal KM. Is there any way to do this?
    Please revert back with any queries if you have......
    I know a way to do this but this takes a lot of time..
    Writing a simple java file which interacts with the KM and make it as a webservice , which can be consumed in ABAP.
    Thanks & regards,
    Srikanth Emani

    Hi Michael,
    What do you mean by "manually registered the ProgID"? The message listener configuration property is as below:
    ProgramID:  MII_IDOC_CONNECT_5
    MaxReaderThreadCount:  1
    SAPClient:  800
    UserName: GAOMX
    Password: xxxxxxxx
    Language:  EN
    ServerName:  blade01a.memc.com
    PortNumber: 00
    BindingKey:  XMIIIDOC
    And also, following is error message found from LOG VIEWER of the MII server:
    here is one
    Message: not supported FunctionModule MODEL_VIEW_REPLICATE for IDocActivationSpec
    Date: 2011-07-21
    Time: 15:30:18:060
    Category: /System/Server/Connector/Rfc
    Location: com.sap.mw.jco.jra
    Application: sap.com/sapjra~xMIIIDOC05
    Thread: Thread[Managed_Application_Thread_20,5,Managed_Application_Thread]
    Data Source: j2ee/cluster/server0/log/system/server_00.log
    and another one
    Message: Server repository could not create function template for 'MODEL_VIEW_REPLICATE' caused by: java.lang.RuntimeException: not supported FunctionModule MODEL_VIEW_REPLICATE used with IDocActivationSpec registered for MII_IDOC_CONNECT_5 on system blade04a_MIT_00
    Date: 2011-07-21
    Time: 15:30:18:061
    Category: /System/Server/Connector/Rfc
    Location: com.sap.conn.jco
    Application: sap.com/sapjra~xMIIIDOC05
    Thread: Thread[Managed_Application_Thread_20,5,Managed_Application_Thread]
    Data Source: j2ee/cluster/server0/log/system/server_00.log
    Thanks,
    Mike

  • Enterprise portal - Invalid areas:Repository Managers

    Hi All,
    I'm facing the warning as "Invalid areas:Repository Managers" under Knowledge Management, we have done EHP upgrade recenlty. Could you guide how to resolve the issue & here I'm attaching the warning screen-shots please have a look.
    Regards,
    Venkatesh

    Keith,
    Check the config_local.properties file under the KM application folder
    ...\irj\root\web-inf\portal\portalapps\com.sap.km.application\lib
    if it is going to a share like
    server\sapprt\j2ee...
    then it may not work for you, so in order to resolve just map the network drive on cluster to primary node C drive
    in to Z or Y drive.
    and place the directory as
    Z:\usr\sap\ep6q\global\config\cm
    then restart the cluster.
    Try and let me know it worked or not.
    Ravi

  • Problem while uploading text file through portal into WebDAV repository .

    Hi all...
    I am not able to upload any file through portal onto my webDav repository for remote server however reverse is possible i.e. any document created at remote server is reflected in portal.
    Everytime when i try to upload file though portal , i get the following error::
    The item could not be created because an exception occurred in the framework.
    Kindly suggest what to do....
    ThankS

    Hi Chetna,
    Have you specified any user information in the webdav repository....Like always connect through this user, in the webdav repsository tab....This user may not have write permission in the windows.
    Also are you sure that the user you logged in portal by which you failed to create new files or folders and the user that was able to create file in the windows are one and the same.....
    Regards,
    Ganesh N

  • Portal Favorites as repository

    Hello,
    we tried to create a repository to access to portal favorites.  But it seems this scenario is not expected:
    It could be usefull.
    Do you plan to have it ?
    Vincent

    Hi Vincent.
    You can't enter variables in the Root URI, so this does not work. Adding the portal favorites would also not be very helpful, because the CMIS connector for KM does not follow links, so if you click a favorite with a mobile documents client, you would download just a file with no content.
    A more generic solution for Bookmarks/Favorites is on the product road map, but I can't tell when it will be finished and released right now.
    Regards, Karsten

  • Connecting Repository outside Portal domain

    I am trying to connect to the CMS Repository from a standalone Java class, which is not part of any portal application, using the CMS API.
    Cant really find out what classes would be able to obtain a connection and then retrieve nodes for the Repository.
    Anyone with an idea on this could please update?
    Thanks
    Ravi

    Hi Steve,
    I am clearly getting what you said.
    As much as I know a Content Repository is accessed from a portal application. I am perfecly able to achieve this.
    Now if I need to access it from a non portal application say a Web Service or an EJB what are the API classes that can get me connecting to the Repositiry.
    In case of portal application the repository is part of the application and Repository details are in the content-config.xml file. How will this be achieved in case of a Web Service.
    Thanks for your reply again.
    Ravi

  • Access Denied when access to File System Repository

    Hi,
      Our SAP Portal install in Windows 2003, and access to a unix's file system that created from File System Repository of Portal. When I access it in KM content, SAP Portal return the following message:
    System Error
    An exception occurred during the program execution. Below you will find technical information pertaining to this exception that you might want to forward to your system administrator.
    Exception Class: class com.sapportals.wcm.repository...
    Exception Message: Access denied
    If I double-click any file,
    IE return 403: The requested operation is forbidden for this resource.
    Please help me to fix this problem?
    PS: The unix's file system mode is 777.
        The permission of folder in Portal File System Repository is everyone full control.
    Message was edited by: Jeff Lien
    Message was edited by: Jeff Lien

    Hi,
    to my knowledege, this combination is not supported. You can integrated Windows-File-Shares in a Unix-Portal: http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm but not the other way round
    Kind reagrds
    karin

  • Use TREX Search outside portal

    Hi,
    Our situation:
    1.We have our intranet indexed with Autonomy search engine;
    2.We have TREX installed and we have SAP EP7.0
    3.We have our intranet also indexed by TREX in our SAP portal (using Web Repository in KM).
    Now we would like to replace Autonomy intranet search with TREX. This means that the search field on the intranet page should contact TREX for a search instead of Autonomy.
    How can we achieve that?
    I have found documents and blogs about TREX API. I know that TREX Java client communicates with TREX server over TCP/IP and that they exchange XML files with the search request and results.
    Maybe this would be possible if a TREX java client was available outside portal, but I haven't found it until now.
    Kind Regards
    Edmond Paulussen

    Hi,
    This is the URL I get before I click the search button:
    http://xxxxxxxxxx/irj/go/km/basicsearch?SearchType=ctrlpers&SelectedSearchIn=FROM_HERE&SelectedSearchFolder=/intranet&SelectedSearchFromHere=/intranet&StartUri=/intranet
    This is the URL from the search results:
    http://xxxxxxxxxx/irj/go/km/prteventname/HtmlbEvent/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_role!2fcom.sap.km.home_ws!2fcom.sap.km.hidden!2fcom.sap.km.urlaccess!2fcom.sap.km.basicsearch?SearchType=ctrlpers&SelectedSearchIn=FROM_HERE&SelectedSearchFolder=/intranet&SelectedSearchFromHere=/intranet&StartUri=/intranet
    However, I do not see the query string. Do I miss something? Has this anything to do with, for instance, the configuration of the URL generator service?
    Another question: the URL contains the name of the portal (xxxxxxxxxx). Should this be replaced by the name of TREX server, when submitting search to TREX outside portal?
    Regards
    Edmond

  • Importing Reports and Forms from Oracle to Portals

    Hi,
    I have read somewhere that it is possible to import all ready created reports and forms from Oracle and view them as a Portlet in Portals. Is this actually possible and if so where do I begin??
    Could there be an issue with rights, this is all new to our DBA and we have only just got permission to publish forms created in Portals to the repository. Any ideas??

    941175
    Welcome to the forum. Please take a while to go through the FAQ to be found to the top right of the page.
    Your issue is more to do with batch files rather than Forms. The only relation with Forms, as I see it, is that you will be using HOST/CLIENT_HOST to start a batch file with the file name to be deployed as a parameter passed to it.
    You need to rewrite either a CMD batch file or a Powershell script to achieve what have set out to do.
    For CMD batch files look up http://www.robvanderwoude.com/battech.php , or any of the other excellent resources available on the internet.
    Regards,

  • Authentication Query- SAP Authoring Environment connectivity to Portal KM

    Hi,
    We have to use SAP Authoring Environment tool to upload the LSO training content into Portal.
    We installed, configured and connected to the Portal KM using AE successfully.
    We noticed one thing after connecting to the Repository Explorer in AE, system prompts to enter the user id and password for ECC system. After supplying right ECC user details system directly showing the Portal KM Master Repository content without asking to enter the Portal user id and password.
    Can anyone share how can we see the Portal KM Master Repository content without supplying the Portal user details?
    Thanks
    Phani

    Thanks for your response.
    No, it is not anonymous portal.
    If you try to open the same portal url outside the AE, system prompts the user to enter user id and pwd.
    But if it is inside AE, as I mentioned earlier after giving ECC user details and click on OK button system directly showing the Portal KM Master Repository without asking Portal user id and pwd.
    Thanks
    Phani

  • Publish To Portal Error

    Hi All,
    I have a problem Publishing web templates or reports from Report Designer from BI to portal.
    Portal has been configured.Has both ABAP+JAVA stack.I use BI7.
    When I do Pubilsh -
    >To portal in web templates or report designer (I have tried only these as of now)
    On logging in it shows a screen
    "Enter a technical name and description for the iView. Choose the folder in the PCD in which the iView is to be created"
    Technical Name :
    Description :
    Folder Name:
    On clicking on the help (F4) button for Folder name to choose one I get error as :
    Error : The Bex Web application Domain doesnot correspond to the domain with which the folder selection dialog is called Another cause of the problem may be that BI and portal server are not running on the same domain.Notiffy system Administrator or maintain table RSPORT_T_PORTAL and take note of server configuration section in OSS note 444247.
    I checked the OSS note and it didnot help much, its very old note.
    How to check if BI and portal are on same domains ??
    How to solve this ?
    Any help very much appreciated.
    Thanks.

    I did this RSPOR_SETUP test.
    I could find below as RED :
    Create RFC Destination for Portal : Different ABAP and Java support packages. Combination of support packages invalid.
    Export Portal Certificates into Portal :No check with Portal SID <PORTAL_SID>
    Import Portal Certificates into BI :No check with Portal SID <PORTAL_SID>
    And in Yellow :
    Create BI system in Portal : Existence of BI System in Portal cannot be checked automatically.
    Setup of Repository Manager for BI in Portal :Setup of Repository Manager for BI in Portal cannot be checked automatically.
    Can you please let me know Is having different stacks is of  issue ? But my portal opens fine.
    My support packages are :
    ABAP Support Package:                  19
    Java Support Package:                     14
    Help very much appreciated.
    Thanks

  • Oracle Portal 11g - New Installation

    Hello,
    I have worked a lot of with IAS 10.1.2.3. Now I want to install Oracle Fusion Middleware 11g Release 1 (11.1.1.6.0). But I need the Portal for my old applications.
    I have found the document 1364497.1 "New Direction for Oracle Fusion Middleware 11g with Single Sign-On 10g". In the document is a section "Oracle Portal 11g - New Installation" from 23-MAY-2012. This describe in Part 1 that I have to install the Infrasturcture of Oracle Identity Management 10g (10.1.4.0.1) . But I can't find the needed sources in the given donlaod path (http://www.oracle.com/technetwork/middleware/ias/downloads/101401-099957.html).
    I found only Oracle Identity Management 10g (10.1.4.3). This version seems to me does not have an Infrasturcture.
    I don't know which sources I have to download to install the temporary needed Infrasturcture. Can anybody help to find the right sources?
    Thanks,
    Frank

    Hi Frank,
    I'd prefer to get the document published first. Also a few comments with regards to the OAM installation path.
    The benefits are :
    <li>You will be using OAM straight from the beginning, no SSO in the picture
    <li>You can install Oracle Portal with an 11g OID instead of a 10g OID (which you would get when installing IDM 10.1.4)
    <li>You can use an 11.2 database for both the Portal and OID repository. With IDM 10.1.4 you are restricted to an 10.1 or 10.2 database as the installer does not support 11g.
    There are some drawbacks as well :
    <li>There will be no DAS solution (oiddas). Both User/Group creation should be done with different tools (ldif files, dbms_ldap API, provisioning from a 3rd party LDAP server) as well as User and Group LOVs in the access tabs of several Portal components won't work. You can still enter the name of the user and group in the input field to grant privileges
    <li>The seeded login portlet does not work
    Thanks,
    EJ

  • Portal patch issue - EP 6.0 SP2 Patch 41

    Hello Everyone,
    We are upgrading Portal Patch to 41 to enable compatiblity with
    Internet Explorer 7.0 . This is a high importance issue and need
    assistance as soon as possible. Here are the details .
    Existing Environment
    Portal Version: SAP EP 6.2.27.0
    SAP J2EE engine: Version 6.20 patch level 27 (87548.20 on Portal)
    SAP Basic Java Libs version 20
    JDK version - 1.3.1.18
    Internet Eplorer 6.0
    Upgrade Plan order of upgrade)
    SAP J2EE engine: Version 6.20 patch level 41
    Portal Version: SAP EP 6.2.41.0 - Patch 41
    Internet Explorer 7.0
    Summary of Installation:
    1.Installed patch level 41 for J2EE engine 6.20 - Successful
    2.Installed patch 41 on SAP EP 6.O SP2 - Successful
    3.Logging to Portal -Failed
    Error Descripton :
    After i restart my SAP J2EE engine(with 'go' files, since there is no
    startup framework) ; When i try to login to the portal ,the server
    shuts down automatically and i get the
    following error in browser "Service Unavailable 503! "
    SAP Notes Followed:
    1.Note 990763, 1012683 – Internet Explorer 7.0 compatiblity
    2.Central Note for Portal Patch 41: 1009776, 806271
    3.License key issue -Note 777681, 853649
    4.Upgrade J2EE engine – note 616501, 529088
    Steps for the Reconstruction 
    After i restart my SAP J2EE engine(with 'go' files, since there is no
    startup framework) ; When i try to login to the portal ,the server
    shuts down automatically and i get the
    following error in browser "Service Unavailable 503! "
    Can anyone help with this issue ?

    Hi Brad.
    I could activate the SAP * user and then was able to access the portal, as i told , Using CPPO tool somehow changed the database values and we lost content since there was no backup for that day.
    Thanks for your tips .
    Coming to portal patch 41 issue, here are the log files i got(since there are no trace files like those in NW'04)..
    ERROR.LOG
    Portal initialization in progress ...
    Loading core applications:
      Loading application: com.sap.portal.license.runtime
      Loading application: com.sap.portal.pcd.aclservice
      Loading application: com.sap.portal.pcd.basicrolefactory
      Loading application: com.sap.portal.pcd.basictransport
      Loading application: com.sap.portal.pcd.configservice
      Loading application: com.sap.portal.pcd.glservice
      Loading application: com.sap.portal.pcd.lockservice
      Loading application: com.sap.portal.pcd.plconnectionservice
      Loading application: com.sap.portal.pcd.softcacheservice
      Loading application: com.sap.portal.pcd.textrepository
      Loading application: com.sap.portal.pcd.traceservice
      Loading application: com.sap.portal.pcd.umwrapperservice
      Loading application: com.sap.portal.pcm.admin.apiservice
      Loading application: com.sap.portal.runtime.config
      Loading application: com.sap.portal.runtime.system.authentication
      Loading application: com.sap.portal.runtime.system.clusterinformation
      Loading application: com.sap.portal.runtime.system.inqmy
      Loading application: com.sap.portal.runtime.system.notification
      Loading application: com.sap.portal.runtime.system.permission
      Loading application: com.sap.portal.runtime.system.repository
      Loading application: com.sap.portal.umeregistration
      Loading application: com.sap.portal.usermanagement
    Loading services:
      Loading service: com.sap.portal.license.runtime|license
    May 2, 2007 11:15:49 AM # System_Thread_97     Fatal           [Portal.init] Application Broker - initialization failed.
    com.sapportals.portal.prt.runtime.PortalException: [Portal Application Broker] 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)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.runtime.PortalException: [PortalServiceItem.startServices] initialisation failed:com.sap.portal.license.runtime|license
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:883)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.core.broker.PortalServiceInstantiationException: 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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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
         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.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.core.broker.PortalServiceInstantiationException: Could not instantiate implementation class com.sapportals.portal.prt.service.usermanagement.UserManagementService of Portal Service com.sap.portal.usermanagement|usermanagement 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.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.runtime.PortalRuntimeException: PortalRuntimeException
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:371)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.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)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.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)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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: 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)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.pcd.glservice.generic_layer
         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.init(ApplicationRepositoryService.java:121)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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.core.broker.PortalServiceInstantiationException: Could not instantiate implementation class com.sapportals.portal.pcd.gl.PcdGlService of Portal Service com.sap.portal.pcd.glservice|generic_layer 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.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.init(ApplicationRepositoryService.java:121)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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: java.lang.NoSuchMethodError
         at com.sapportals.portal.pcd.gl.util.JarmAccess.startJarmComponent(JarmAccess.java:38)
         at com.sapportals.portal.pcd.pl.PlContext.lookup(PlContext.java:163)
         at com.sapportals.portal.pcd.pl.PlContext.lookup(PlContext.java:204)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.readXfsObjectFromPersistence(XfsContext.java:531)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChildAtomicName(XfsContext.java:434)
         at com.sapportals.portal.pcd.gl.xfs.XfsContext.lookupAtomicName(XfsContext.java:245)
         at com.sapportals.portal.pcd.gl.xfs.BasicContext.lookup(BasicContext.java:858)
         at com.sapportals.portal.pcd.gl.PcdPersContext.lookup(PcdPersContext.java:445)
         at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:389)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1106)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1193)
         at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1155)
         at com.sapportals.portal.pcd.gl.PcdGlSchemaContext.lookup(PcdGlSchemaContext.java:89)
         at com.sapportals.portal.pcd.gl.PcdSchemaManager.init(PcdSchemaManager.java:75)
         at com.sapportals.portal.pcd.gl.admin.Pcd.setupSchema(Pcd.java:394)
         at com.sapportals.portal.pcd.gl.admin.Pcd.init(Pcd.java:154)
         at com.sapportals.portal.pcd.gl.PcdGlService.init(PcdGlService.java:192)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.init(ApplicationRepositoryService.java:121)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.application.applicationrepository.ApplicationRepositoryService.getInstance(ApplicationRepositoryService.java:147)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.getRootURLContext(ParURLContext.java:49)
         at com.sapportals.portal.application.applicationrepository.ParURLContext.lookup(ParURLContext.java:187)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.sapportals.portal.prt.registry.PortalRegistry.getCentralConfigurationContext(PortalRegistry.java:145)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.getPCDContext(UserManagementService.java:603)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1059)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:251)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         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.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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)
    java.security.PrivilegedActionException: com.sapportals.portal.prt.core.PortalCoreInitializerException: Main initialization of plugin failed
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:134)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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: java.lang.IllegalStateException: [Portal.init] Application Broker - initialization failed.
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:351)
         at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:54)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.<init>(PortalInitializer.java:129)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doSetupPortalInitializer.run(Dispatcher.java:160)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:358)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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)
    WARNING: Dispatcher could not be set up:
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
    javax.servlet.UnavailableException: Initialization of Dispatcher failed
         at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:370)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.access$000(Dispatcher.java:40)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$InitRunner.run(Dispatcher.java:113)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.init(Dispatcher.java:391)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:3340)
         at com.inqmy.services.servlets_jsp.server.ServletContextFacade.init(ServletContextFacade.java:2598)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.createContext(ServletsAndJspImpl.java:766)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.<init>(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)
    OUTPUT.LOG
    [OS: Windows XP] [VM vendor: Sun Microsystems Inc.] [VM version: 1.3.1_15-b01] [VM type: Java HotSpot(TM) Client VM]
    SAP J2EE Engine Version 6.20 PatchLevel 107279.20 is starting...
    Loading: LogManager ...
    Loading: SystemThreadManager ...
    Loading: ThreadManager ...
    Loading: TimeoutManager ...
    Loading: MemoryManager ...
    Loading: PoolManager ...
    Loading: PolicyManager ...
    Loading: IpVerificationManager ...
    Loading: ClusterManager ...
    Loading: ClassLoaderManager ...
    Loading: SwapManager ...
    Loading: LockManager ...
    Loading: FileManager ...
    Loading: R3StartupManager ...
    Loading: ServiceManager ...
    Loading core services:
      Starting core service p4 ... done. (609 ms)
      Starting core service monitor ... done. (985 ms)
      Starting core service log ... done. (891 ms)
      Starting core service dbms ... done. (1500 ms)
      Starting core service security ... done. (5344 ms)
      Starting core service naming ... done. (5156 ms)
      Starting core service file ... done. (5609 ms)
      Starting core service admin ... done. (6140 ms)
      Starting core service deploy ... done. (6578 ms)
    Core services loaded successfully.
    Loading additional services:
      Starting service runtimeinfo ... done. (0 ms)
      Starting service jms ... done. (8156 ms)
      Starting service appclient ... done. (7843 ms)
      Starting service telnet ... done. (7969 ms)
      Starting service shell ... done. (328 ms)
      Starting service ts ... done. (8656 ms)
      Starting service javamail ... done. (8625 ms)
      Starting service logviewer ... done. (8687 ms)
      Starting service eisconnector ... done. (8406 ms)
      Starting service http ... done. (1625 ms)
      Starting service PRTBridge ... done. (1750 ms)
      Starting service dbpool ... done. (10234 ms)
      Starting service rfcengine ... done. (10328 ms)
      Starting service ejb ... done. (18312 ms)
    Unknown version format. Default will be set.
    Unknown version format. Default will be set.
    Unknown version format. Default will be set.
    [com.sapportals.portal.prt.dispatcher.Dispatcher@7d6f07, 5/2/07 11:15:49 AM PDT, System_Thread_97] Exiting main initialization procedure because of exception:
      Starting service servlet_jsp ... done. (27718 ms)
    Additional services loaded successfully.
    SAP J2EE Engine Version 6.20 PatchLevel 107279.20 is running!
    PatchLevel 107279.20 December 07, 2006 09:44 GMT
      Checking for synchronization with cluster elements ...
      Synchronization of all applications completed! 
    >
    Login :Element 239753331 joined.    Wed May 02 11:15:53 PDT 2007
    Shutting down the J2EE Engine [Wed May 02 11:16:00 PDT 2007]
    Stopping additional services.
      Stopping: service jms ... done.
      Stopping: service eisconnector ... done.
    Shutting down service LogViewer
      Stopping: service logviewer ... done.
      Stopping: service javamail ... done.
      Stopping: service telnet ... done.
      Stopping: service appclient ... done.
      Stopping: service PRTBridge ... done.
      Stopping: service runtimeinfo ... done.
      Stopping: service shell ... done.
      Stopping: service rfcengine ... done.
      Stopping: service ejb ... done.
      Stopping: service dbpool ... done.
      Stopping: service ts ... done.
    ........Enterprise Portal is shutting down ........
    ...................Successful....................
      Stopping: service servlet_jsp ... done.
      Stopping: service http ... done.
    Additional services stopped successfully.
    Stopping core services.
      Stopping: service deploy ... done.
      Stopping: service monitor ... done.
      Stopping: service naming ... done.
      Stopping: service admin ... done.
      Stopping: service security ... done.
      Stopping: service file ... done.
      Stopping: service dbms ... done.
      Stopping: service log ... done.
      Stopping: service p4 ... done.
    Core services stopped successfully.
    Until i open the browser, portal is running , but as soon as i open browser , the message i get is "Enterprise Portal is shutting down " ; Could anyone please explain why the dispatcher is shutting down as soon as i open a browser??

  • Connection problems portal - BI

    Hello,
    We are trying to connect the BI system with a BI portal (same system)..
    However, when running the template installer on the portal, we get some errors such as:
    "Element 'SAPConfigLib.ABT.Unclassified.maintainJcoDestination':Error during executing Java Reflection: Failed to delete JCO client connection 'WD_ALV_METADATA_DEST'"...
    When checking in the BI report 'rspor_cust01' I get the following:
    "Status för Steg 1 - skapa RFC-destination i J2EE-Engine
       Status  1 - Skapa RFC-destination i J2EE-Engine         Okay
       Status  2 - Skapa RFC-destination för portal            Okay
       Status  3 - Underhåll portal-server-inställningar för p Okay
       Status  4 - Underhåll single sign-on i BI               Okay
       Status  5 - Exportera BI-certifikat till BI             ABT_certificate.crt is not existing.
       Status  6 - Importera BI-certifikat till portal         Existence of BW certificate in Portal cannot be checked automatically.
       Status  7 - Skapa BI-system i portal                    Existence of BW System in Portal cannot be checked automatically.
       Status  8 - Konfigurera användaradministration i portal Configuration of User Management in Portal cannot be checked automatically.
       Status  9 - Exportera portalcertifikat till portal      No check with Portal SID
       Status 11 - skapa repository-hanterare för BI i portal  Setup of Repository Manager for BW in Portal cannot be checked automatically.
       Status 12 - Underhåll användarallokering i portal       System failure during call of function module RSWR_RFC_SERVICE_TEST
       Status 13 - Importera SAP NetWeaver Plug-In till BI     Okay"
    .. In other words, there seems to be problems with the certificates. Could anyone please provide me with input on how to resolve this issue. How do I handle the certificates when using only one system for both Java and ABAP?
    thanks and regards,
    F C

    make sure you have done all the pre-requisites for running the template installer.
    Note 917950 provides some attachments which will be really helpful.
    Also try to update ABAP and JAVA to the latest SP levels.

Maybe you are looking for