BPEL Console Error after applying 10.1.3.4.0 MLR#3 patch

After the installing the mlr#3 patch for 10.1.3.4.0 the BPEL console no longer starts. ESB Control is working
The following error is displayed:
Oracle BPEL Process Manager Full Cycle
An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
Build Information:
Oracle BPEL Server version 10.1.3.4.0
Build: 0
Build time: Sat Dec 06 02:39:55 PST 2008
Build type: release
Source tag: PCBPEL_10.1.3.4.0MLR3_GENERIC_RELEASE
Exception Message:
javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
Looking into the logs the full error is:
java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId,
com.oracle.bpel.client.auth.DomainAuth)
at com.oracle.bpel.client.util.ExceptionUtils.handleServerException(ExceptionUtils.java:91)
at com.oracle.bpel.client.BPELProcessHandle.getMetaData(BPELProcessHandle.java:236)
at ngDeployedProcesses.jspService(_ngDeployedProcesses.java:118)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:456)
at index.jspService(_index.java:104)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:230)
at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.NoSuchMethodException: com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId,
com.oracle.bpel.client.auth.DomainAuth)
at java.lang.Class.getMethod(Class.java:1581)
at com.evermind.server.ejb.interceptor.MethodStateFactory.createMethodState(MethodStateFactory.java:112)
at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.createMethodStates(ExposableBeanDescriptor.java:657)
at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getRemoteComponentMethodStates(ExposableBeanDescriptor.java:723)
at com.evermind.server.ejb.deployment.ExposableBeanDescriptor.getMethodState(ExposableBeanDescriptor.java:599)
at com.evermind.server.ejb.AbstractEJBObject.OC4J_getMethodState(AbstractEJBObject.java:385)
at ProcessManagerBean_RemoteProxy_4bin6i8.getMetaData(Unknown Source)
at com.oracle.bpel.client.BPELProcessHandle.getMetaData(BPELProcessHandle.java:232)
... 52 more
The steps I followed for the MLR#3 patch on Windows 32 bit were:
1) Use opatch utility for patch 7586063 - No errors displayed and lsinventory output looks fine
2) Ran the upgrade_10134_10134mlr_olite.sql & upgrade_10134_10134MLR_olite.sql scripts for BPEL and ESB (Oracle Lite used for this development install)
Any ideas how to resolve the BPEL Console error?

After performing an opatch rollback I realised that I should have run the BPEL database upgrade script "upgrade_10134_10134mlr_above_mlr11_olite.sql" rather than the one listed in my previous post above.
So after reapplying the patch and running the correct script all is now working

Similar Messages

  • BPEL Console errors out after 10.1.3.4 MLR#9 8589928 upgrade

    BPEL Console is completely down after upgrading from 10.1.3.3 to 10.1.3.4 using patchset# 7272722 and on top of it applying the MLR#9 8589928 patch. It errors out as follows:-
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Sat Aug 29 23:33:27 PDT 2009
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0MLR9_GENERIC_RELEASE
    Exception Message:
    javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
    Any expedited response/answers to resolve this issue is very much appreciated as it is mission critical for us to bring up the environment for significant development tasks immediately. Thx!
    Edited by: user11995464 on Oct 11, 2009 1:58 AM

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • Applied patch 7233548 and rolled it back but got BPEL Console errors

    <div style="padding: 5px">Attachments:
    {noformat}*Build Information*:
    <div>
    Oracle BPEL Server version 10.1.3.3.0
    Build: 0
    Build time: Fri Jun 15 06:05:31 PDT 2007
    Build type: release
    Source tag: PCBPEL_10.1.3.3.0_GENERIC_070615.0525
    </div>
    Exception Message:
    <div>[javax.servlet.ServletException]
    com.collaxa.cube.engine.data.AdminFinder.getInstance()Lcom/collaxa/cube/engine/data/IAdminFinder;</div>
    Exception Trace:
    <div>javax.servlet.ServletException: com.collaxa.cube.engine.data.AdminFinder.getInstance()Lcom/collaxa/cube/engine/data/IAdminFinder;
         at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:866)
         at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)
         at ngActivityList.jspService(_ngActivityList.java:611)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_include(ServletRequestDispatcher.java:160)
         at com.evermind.server.http.ServletRequestDispatcher.access$000(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$1.oc4jRun(ServletRequestDispatcher.java:97)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:102)
         at com.evermind.server.http.EvermindPageContext.include(EvermindPageContext.java:453)
         at activities.jspService(_activities.java:427)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:724)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:131)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    </div>
    {noformat}
    </div>

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • Errors after applying Solaris 8,9,10 os patch on server in 11.5.9

    Hi,
    After applying the OS patch in the server,we are receiving following errors in database log.
    The application is 11.5.9 and database is 9.2.0.5
    The below errors genarting multiple tracefiles and Core dumps in instance.
    ORA-07445: exception encountered: core dump [kssadf_stage()+4] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [], [], []
    ORA-00443: background process "QMN0" did not start
    ORA-27300: OS system dependent operation:fork failed with status: 12
    ORA-27301: OS failure message: Not enough space
    ORA-27302: failure occurred at: skgpspawn3
    Anyone encountered above issue in your environments.Any ideas on this...
    Regards,
    Srinivasa
    Edited by: Srinivas.. on Mar 3, 2010 2:14 AM

    Hi,
    ORA-07445: exception encountered: core dump [kssadf_stage()+4] [SIGSEGV] [Address not mapped to object] [0x0] [] []Did you apply the OS patches successfully?
    Please see (Note: 153788.1 - Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool). If this tool does not help, log a SR.
    Regards,
    Hussein

  • BPEL Console error

    Hi,
    I am getting the below error in BPEL console:
    Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with the connection URL "jdbc/BPELServerDataSourceWorkflow". The exception reported is: Listener refused the connection with the following error:
    ORA-12516, TNS:listener could not find available handler with matching protocol stack
    The Connection descriptor used by the client was:
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=on)(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=XE)))
    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.
    I checked the BPELServerDataSourceWorkflow source in server control and working fine but when I am running application and open BPEL consol, it is giving me an error.
    Please let me know if I can get any solution for it.
    regards,
    Sreejit

    Hi sreejit,
    Restart your database. Probably there is some problem with the database.
    or
    Check your datasource connection details in EM-> JDBC connections.
    Cheers,
    Abhi...

  • Getting Error After Applying 9.3.2_HotFix_IAC_Starter_v09 to CCP 9.3.2

    Hi Team,
                    We are doing a Validation of CIAC Solution for Japanese customers. We are getting an issue while configuring the CCP 9.3.2 after applying the 9.3.2_HotFix_IAC_Starter_v09  hotfix. The “Set Provisioning Setting” Option throwing some SQL query error while configuring, kindly refer the attached screen shot. We have followed the steps as pre the IAC 3.0.1 Configuration guide.
    Environment Details:
    CCP 9.3.2                                                             -              Windows Server 2008 R2 Ent SP1 Japanese
    SQL Server                                                          -              SQL Server 2008 R2 Ent Japanese             
    CPO 2.3.0 with Content update 1              -              Windows Server 2008 Ent SP1
    Note: We didn’t get this error before applying the hot fix.
    I have attached the installation logs after Upgrade.
    Kindly help us on this issue..
    Regards
    Saravanan.M

    thank you Joe for filing the Bug.
    When I observed the issue I was quite at a loss and it took me a while to find the reason.
    I created a softlink on libm.so.2 but this didn' t solved the issue. ldd /opt/CSCOpx/MDC/Apache/bin/web-server showed that this library was now found but some other still not.
    The reason was a bit strange and I am not sure if my troubleshooting steps caused it (e.g. re-applying the patch) or if I was just unconcentrated as "it was late in the evening ...."
    Finally I found that the other library files which comes with LMS (libaprutil-1.so.0, libexpat.so.0, libiconv.so.2, libapr-1.so.0) and are stored in NMSROOT/MDC/Apache/lib have had a byte size of 0;
    Happily, I had still another server running and could copy those files to the local server, restarted dmgtd and got it back running
    So I am not sure if the patch just introduces libm.so.2 or if it also has some impact on somee other libraries in  NMSROOT/MDC/Apache/lib.
    I will update the other server in the next 2 or 3 weeks, then I can tell....

  • Portal Runtime error after applying patch 12 to portal

    hi experts,
    i m getting following error
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.content_admin_ws/com.sap.portal.webdynpro_ws/com.sap.portal.content_administrator/com.sap.portal.wd_content_administrator
    Component Name : com.sap.portal.appintegrator.sap.WebDynpro
    Exception in SAP Application Integrator occured: ApplicationIntegratorException.
    Exception id: 09:30_22/01/08_0005_16892850
    See the details for the exception ID in the log file
    after applying patch 12 in portal
    i m getting this error in guided procedures,Universal worklist ,webdynpro workset undfer content administration
    Please suggest me the solution
    regards,
    vani

    Hi Vani,
    Just go to the System Configuration and UME configuration.
    Now go to user mapping tab, and remove the entry for a reference system. Then check for the issue if persists, restart system.
    Hope this helps!
    regards
    Atul Shrivastava

  • HELP! Premiere Pro CC shut down because of serious error after applying FilmConvert

    I just purchased Film Convert Bundle and already have made activation
    Tried it in Premiere Pro CC, and it doesn't work!
    A have tried three times..
    - new project
    - imported my video
    - apply FilmConvert to my video.....and nothing! I even didn't see FilmConvert window. Premiere Pro just shut down with error:
    'Adobe Premiere Pro CC 2014
    Sorry, a serious error has occurred that requires Adobe Premiere Pro to shut down. We will attempt to save your current project.'
    Tried it in After effects CC, and it also doesn't work!
    After effects hangs after applying FilmConvert
    Please help me solve this problems! I like your product very much!
    But It work in Photoshop CC!
    I have:
    MacBook Pro,  Early 2013
    2,4 ГГц Intel Core i7
    8 gb 1600  DDR3
    NVIDIA GeForce GT 650M 1024 МБ
    OS X 10.8.5 (12F45)
    43 GB available now
    What can be a problem, and how to solve it, HELP please!

    For me the OpenCL Mercury Render engine is less stable and performs worse than the CUDA equivalent on NVIDIA cards. As you say you are using an NVIDIA card, see if there is a CUDA option for Filmconvert or use software rendering on the CPU as you have found.

  • Dump error after applying patches

    Dear all;
    after applying SAP_BASIS Packs (SAPKB62019 and SAPKB62020) the transaction was canceled before finched implementing the patches and We are receiving ABAP dump errors while executing any transaction ( syntax_error)
    could you help me to resolve this proble?
    thanks and regards.
    Issam CHIBOUNI

    Hi
    SAPKB62020
               Symptom: After you import Basis Support Package SAPKB62020, you may experience a change in the system response at different points in an R/3 Enterprise system. This problem can be seen in the sudden appearance of screen elements, for example, or in changes in the process flow of transactions. In extreme cases, it can also cause data corruption.
               Reason: Support Package SAPKB62020 included an incomplete correction to BAdI processing that caused the execution of BAdI implementation of deactivated Enterprise Extensions.
               Solution: You must refer to SAP Note 601742. Import Basis Support Package SAPKB62023 as soon as possible (planned release date is May 06, 2003) or implement the additional correction instructions as described in Note 601742.
    thanks and regard
    Khurshid

  • HTTP 404 Error After applying ATG RUP5

    Hi,
    After applying ATG RUP 5 url is not opening it display
    "HTTP 404 Error" page canonot be found.
    The Error log of mod_jserv.log:
    [14/08/2008 08:06:57:307] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:12:56:574] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:23:07:268] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:48:05:127] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri
    [14/08/2008 08:59:05:348] (ERROR) ajp12: Servlet Error: ClassNotFoundException: ri

    Have a look at the following notes:
    Note: 397839.1 - Blank Page after applying ATG RUP4 OR ATG RUP5 and can not login to Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=397839.1
    Note: 345106.1 - Login Links On New Rapid Install Homepage Do Not Function Correctly
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=345106.1

  • Adobe Forms - Error after applying SP9

    Hi all! We have installed Adobe Forms based on the version included in the NW 04 GA package. Printing a Adobe Form out of the ABAP Stack worked fine then (at least with the correct printer device). Now after applying SP09 for ABAP, J2EE and ADS Objects we always get the same error when testing the identical Adobe Form in transaction "SFP": <b>FPRUNX-001</b>
    All the things stated in the ADS Config Guide are maintained (to my knowledge). Note "717568" didn't help either.
    In the <b>J2EE's LogViewer</b> the following error lines are visible:
    <u><b>First Entry:</b></u>
    Date : 11/08/2004
    Time : 16:13:41:500
    Category : /System/Server
    Message ID : 00E02947904A003D00000016000010000003E860AB78D398
    Severity : Error
    Location : com.adobe.AdobeDocumentServices
    Source Name : /System/Server
    Thread : SAPEngine_Application_Thread[impl:3]_35
    Message : Trans(Mon Nov 08 16:13:40 CET 2004): Request start time: Mon Nov 08 16:13:40 CET 2004, CORBA.BAD_PARAM exception detected during a "Render" operation.
    Please ensure that the IIOP service is properly configured:
    Datasource : 18062750:F:\usr\sap\XI3\DVEBMGS01\j2ee\cluster\server0\log\system\server.log
    Application : com.adobe/AdobeDocumentServices
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction : c63fcbc0319811d9b8ab00e02947904a
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives : com.adobe.AdobeDocumentServices
    Resource Bundlename :
    Session : 1068
    Source : /System/Server
    ThreadObject : SAPEngine_Application_Thread[impl:3]_35
    Transaction : SAP J2EE Engine JTA Transaction : [113ffffff9dffffff9e00431]
    User : ADSUSER
    <u><b>Second entry:</b></u>
    Date : 11/08/2004
    Time : 16:13:41:500
    Category : /System/Server
    Message ID : 00E02947904A003D00000018000010000003E860AB78EE76
    Severity : Error
    Location : com.adobe.AdobeDocumentServices
    Source Name : /System/Server
    Thread : SAPEngine_Application_Thread[impl:3]_35
    Message : Trans(Mon Nov 08 16:13:40 CET 2004): org.omg.CORBA.BAD_PARAM:   vmcid: 0x0  minor code: 0  completed: No
         at com.adobe.document.xmlform.XMLFormFactoryHelper.narrow(Unknown Source)
         at com.adobe.EJB_XMLFormAgent.<init>(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.doRender(Unknown Source)
         at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesObjectImpl0.rpData(AdobeDocumentServicesObjectImpl0.java:137)
         at com.adobe.AdobeDocumentServices_Stub.rpData(AdobeDocumentServices_Stub.java:58)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187)
         at $Proxy180.rpData(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:146)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:68)
         at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
         at SoapServlet.doPost(SoapServlet.java:51)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         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:162)
    Datasource : 18062750:F:\usr\sap\XI3\DVEBMGS01\j2ee\cluster\server0\log\system\server.log
    Application : com.adobe/AdobeDocumentServices
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction : c63fcbc0319811d9b8ab00e02947904a
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives : com.adobe.AdobeDocumentServices
    Resource Bundlename :
    Session : 1068
    Source : /System/Server
    ThreadObject : SAPEngine_Application_Thread[impl:3]_35
    Transaction : SAP J2EE Engine JTA Transaction : [113ffffff9dffffff9e00431]
    User : ADSUSER
    Does anyone have an idea what the hell is happening here?
    Any help would be great!
    Many Thanks in advance - Andy

    Hi Andreas
    check out SAP Note 776028 (paste complete link incl. {...} into browser window): https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/bc-jas/~form/handler
    Cheers
    Markus Meisl
    SAP NetWeaver Product Management

  • Internet Procurement responsibility error after applying patch

    Hi Guru(s):
    After applying patch 5156915 we get this errro when we select i Procrurment responsibility:
    The POR SSP HOME function is not available under the Internet Procurement responsibility.
    iProcurement is installed.
    Any ideas would be most welcome thank you.
    EBS 11.5.10
    Edited by: Dan A on Dec 16, 2008 9:10 AM

    Thanks yet again to Hussein.
    I am a little worried that I couldnt find that same document.
    I entered in ML "The POR SSP HOME function is not available" ....and that document did not appear.
    Then I entered it with underscores : "The POR_SSP_HOME function is not available" ... and now I can see the doc.
    How did you do your search?! I am guessing you used udnerscores or else something different? ? ?
    Thanks, and still curious,
    DA
    By the way we are told to "clear" the _pages directory. I would do this with
    cat /dev/null > oa_html , etc ?
    Edited by: Dan A on Dec 16, 2008 9:44 AM

  • Error after applying support patch SAPK-40009INCPRXRPM

    Hi all,
    In our PLM system after applying support patch SAPK-40009INCPRXRPM of component CPRXRPM, release-400
    we are getting some short dumps like CALL_FUNCTION_NOT_FOUND saying that OLR3_DMS_RFC_LOAD_OBJECT_LINKS function module can't found but this function module doesn't exist in the system.
    plz help me in this regard.
    Thanks in advance.
    Regards,
    Raja

    Thanks for the prompt response Samrat,
    But with SGEN we can only regenerate the programs, but here the problem is the module I mentioned doesn't exist in system.
    Regards,
    Raja

  • Error after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    Hi Adina,
    I tried to perform all the steps explained there but I might have missed some parts which I'm not getting it down. I could figure out the cause of problem after I searched the oracle forums for several times. It seems that this error is because of data-source settings and database server. The bpel engine can not connect to database anymore. This means that during the pachset the database settings has been altered somehow but when I check the XML files, I can't find any mistake there.
    I have not worked with Oracle Lit database and do not know how to manage the database it creates therefore, I decided to install the Oracle 10g Database XE, when I go through advanced installation of SOA suite 10.3.0.1 after running IRCA, the installation is finished successfully but the same problem exists. When I checked the Connection pool in Oracle AS, it shows error from NLS data and now I'm in infinite loop how to fix this problem. After many installation / deinstallation I could not fix it so I decided to install the SOA Suite in typical mode and then connect the BPEL to oracle Database later. After the installation, I changed 3 data sources defined in Oracle AS along with its connection pool to connect to my Oracle 10g XE database having BPEL schema but it still raises some more exception and now, I have no idea what to do?!!!!
    It's about 10 days that I'm struggling to get this installation done but I have not succeeded yet. I believe It should not be so hard and complex to have Oracle Suite 11g TP4 configured as it appears to happen for me. Oracle products all have straightforward installation process but this once is killing me.!!
    I will appreciate any further help for windows installation.
    Regards
    Esfand
    Edited by: user3788199 on Sep 4, 2008 3:59 AM
    Edited by: user3788199 on Sep 4, 2008 4:02 AM

  • Error after apply Patch 41 in my EP 6.0 SP2

    Hi! 
    I am migrating my E.P 6.0 SP2 to E.P. 7.0.  
    As you know, the first phase of the process it is migrate source E.P at least to patch 28. I have installed the Patch 41. 
    After that, when I obtain the following error in the start log file ("2007_9_2_at_3_4_29_error.log"): 
    Loading services:
      Loading service: com.sap.km.application|default
      Loading service: com.sap.km.cm.command|default
      Loading service: com.sap.km.cm.main|default
      Loading service: com.sap.km.cm.protocols.ice|default
      Loading service: com.sap.km.cm.protocols.webdav|default
      Loading service: com.sap.km.cm.repository.filter|default
      Loading service: com.sap.km.cm.repository.manager|default
      Loading service: com.sap.km.cm.repository.service|default
      Loading service: com.sap.km.cm.repository.service.base|default
      Loading service: com.sap.km.cm.security|default
      Loading service: com.sap.km.cm.service|default
      Loading service: com.sap.km.cm.service.base|default
      Loading service: com.sap.km.cm.ui|default
      Loading service: com.sap.km.cm.ui.flex|default
      Loading service: com.sap.km.cm.xmlforms|default
      Loading service: com.sap.km.common.resourcebundle|default
      Loading service: com.sap.km.trex.client|default
      Loading service: com.sap.km.trex.ui|default
      Loading service: com.sap.netweaver.bc.crt|default
      Loading service: com.sap.netweaver.bc.protocol|default
      Loading service: com.sap.netweaver.bc.rf|default
      Loading service: com.sap.netweaver.bc.rf.manager|default
      Loading service: com.sap.netweaver.bc.rf.service|default
      Loading service: com.sap.netweaver.bc.sf|default
      Loading service: com.sap.netweaver.bc.sf.service|default
      Loading service: com.sap.netweaver.bc.util|default
      Loading service: com.sap.netweaver.bc.uwl|default
      Loading service: com.sap.netweaver.bc.uwl|UniversalWorklistDeploymentHook
      Loading service: com.sap.netweaver.bc.uwl.aibconnector|default
      Loading service: com.sap.netweaver.bc.wdf.demo|Bootstrap
      Loading service: com.sap.netweaver.bc.wdf.ext|PortalFactory
      Loading service: com.sap.netweaver.bc.wdf.ext|Bootstrap
      Loading service: com.sap.netweaver.coll.appl.async|default
      Loading service: com.sap.netweaver.coll.appl.base|status_engine
      Loading service: com.sap.netweaver.coll.appl.base|ExtensionService
      Loading service: com.sap.netweaver.coll.appl.gw|fwk
      Loading service: com.sap.netweaver.coll.appl.gw|mgr_calendar
      Loading service: com.sap.netweaver.coll.appl.gw|srvc_mail
      Loading service: com.sap.netweaver.coll.appl.room|RoomsService
      Loading service: com.sap.netweaver.coll.appl.room|Concat
      Loading service: com.sap.netweaver.coll.appl.room|ConfigReader
      Loading service: com.sap.netweaver.coll.appl.room|RoomPropertyReader
      Loading service: com.sap.netweaver.coll.appl.room|RoompartPropertyReader
      Loading service: com.sap.netweaver.coll.appl.room|RoomStatusExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartListPropertyProvider
      Loading service: com.sap.netweaver.coll.appl.room|CmRoomExtensionSP2FP
      Loading service: com.sap.netweaver.coll.appl.room|CmDiscussionExtension
      Loading service: com.sap.netweaver.coll.appl.room|CmValueSetProvider
      Loading service: com.sap.netweaver.coll.appl.room|RoomsTestExtension
      Loading service: com.sap.netweaver.coll.appl.room|RoomsTestValueSetProvider
      Loading service: com.sap.netweaver.coll.appl.room|RSL_SERVICE
      Loading service: com.sap.netweaver.coll.appl.room|RSL_NAVIGATION
      Loading service: com.sap.netweaver.coll.appl.room|FilterService
      Loading service: com.sap.netweaver.coll.appl.room|public_area
      Loading service: com.sap.netweaver.coll.appl.room|rpso
      Loading service: com.sap.netweaver.coll.appl.room|RoomPartsService
      Loading service: com.sap.netweaver.coll.appl.room|template_mechanism
      Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateMechanism
      Loading service: com.sap.netweaver.coll.appl.room|PCDTemplateData
      Loading service: com.sap.netweaver.coll.appl.room|CollApplReport
      Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_messaging
      Loading service: com.sap.netweaver.coll.appl.rtc|rtmf_service
      Loading service: com.sap.netweaver.coll.appl.rtc|RTMFServerBridge
      Loading service: com.sap.netweaver.coll.appl.rtc|collaboration_connector_awareness
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCScriptConstants
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCHotDeploymentManagerService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientManagerService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientPollingService
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCClientAwareness
    Sep 2, 2007 3:06:43 AM # System_Thread_12     Fatal           [PortalServiceItem.startServices] service initialisation failed:com.sap.netweaver.coll.appl.rtc|RTCClientAwareness
    com.sapportals.portal.prt.core.broker.PortalServiceInstantiationException: Could not instantiate implementation class com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness of Portal Service com.sap.netweaver.coll.appl.rtc|RTCClientAwareness 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.startNonCoreApplications(PortalAppBroker.java:1404)
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
         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.IllegalThreadStateException
         at java.lang.Thread.start(Native Method)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness$ClientAwarnessChecker.start(RTCClientAwareness.java:650)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCClientAwareness.initService(RTCClientAwareness.java:176)
         at com.sap.ip.collaboration.core.api.semantic.services.RTCBaseService.init(RTCBaseService.java:127)
         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.startNonCoreApplications(PortalAppBroker.java:1404)
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:371)
         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)
      Loading service: com.sap.netweaver.coll.appl.rtc|RTCSessionManagerService
      Loading service: com.sap.netweaver.coll.appl.sync|scf
      Loading service: com.sap.netweaver.coll.appl.sync|sessiondata
      Loading service: com.sap.netweaver.coll.appl.sync|WebExConfig
      Loading service: com.sap.netweaver.coll.appl.sync|RTCConfig
      Loading service: com.sap.netweaver.coll.appl.sync|SCFConnectorSessionsMapService
      Loading service: com.sap.netweaver.coll.appl.ui.async|default
      Loading service: com.sap.netweaver.coll.appl.ui.async.meetingroom|meetingroom
      Loading service: com.sap.netweaver.coll.appl.ui.base|cs_rtc
      Loading service: com.sap.netweaver.coll.appl.ui.base|cs_scf
      Loading service: com.sap.netweaver.coll.appl.ui.base.pcwizard|PostCfgGenericService
      Loading service: com.sap.netweaver.coll.appl.ui.gw|gwuiservice
      Loading service: com.sap.netweaver.coll.appl.ui.room|roomuiservice
      Loading service: com.sap.netweaver.coll.appl.ui.sync|sessiondata
      Loading service: com.sap.netweaver.coll.pc.homer|homer
      Loading service: com.sap.netweaver.coll.shared|default2
      Loading service: com.sap.netweaver.coll.shared|collaboration_base
      Loading service: com.sap.netweaver.coll.shared.ui|people
      Loading service: com.sap.netweaver.kmc.attachment.shared|attachment
      Loading service: com.sap.netweaver.kmc.people|umeservice
      Loading service: com.sap.netweaver.kmc.people|trustedattributechecker
      Loading service: com.sap.netweaver.kmc.util|default
      Loading service: com.sap.netweaver.kmc.util|logginginitializer
      Loading service: com.sap.portal.admin.propertyeditor|property_editor
      Loading service: com.sap.portal.admin.propertyeditor|PEService
      Loading service: com.sap.portal.appdesigner.contentcatalog|contentcatalog
      Loading service: com.sap.portal.appdesigner.framework|menu
      Loading service: com.sap.portal.appintegrator|template_processor
      Loading service: com.sap.portal.appintegrator|application_integrator
      Loading service: com.sap.portal.appintegrator|psid
      Loading service: com.sap.portal.appintegrator|Common_Configuration
      Loading service: com.sap.portal.appintegrator.sap|Transaction_Configuration
      Loading service: com.sap.portal.appintegrator.sap.bwc|urlgenerator_bwc
      Loading service: com.sap.portal.appintegrator.sap.bwc|psid
      Loading service: com.sap.portal.compatibility50.cache|cache
      Loading service: com.sap.portal.compatibility50.systemlandscape|landscape
      Loading service: com.sap.portal.contentfetching|contentFetchingService
      Loading service: com.sap.portal.contentmigration.contentmigrationservice|contentmigration
      Loading service: com.sap.portal.contentmigration.contentmigrationservice|mapping
      Loading service: com.sap.portal.contentmigration.pagemigrationhandlerservice|default
      Loading service: com.sap.portal.contentmigration.parmigrationhandlerservice|parhandler
      Loading service: com.sap.portal.contentmigration.pcdmigrationhandlerservice|pcdhandler
      Loading service: com.sap.portal.contentmigration.pcdobjectservice|pcdobjects
      Loading service: com.sap.portal.desktop.desktopservice|desktopservice
      Loading service: com.sap.portal.dsm|dsmservice
      Loading service: com.sap.portal.epcf.loader|epcfloader
      Loading service: com.sap.portal.epcf.toolbox|epcftoolbox
      Loading service: com.sap.portal.heartbeats|ClusterTest
      Loading service: com.sap.portal.htmlb|htmlb
      Loading service: com.sap.portal.ivs.connectorservice|connector
      Loading service: com.sap.portal.ivs.global|producer
      Loading service: com.sap.portal.ivs.httpservice|http
      Loading service: com.sap.portal.ivs.httpservice|proxy
      Loading service: com.sap.portal.ivs.init|genericcreator
      Loading service: com.sap.portal.ivs.iviewservice|iviews_dt
      Loading service: com.sap.portal.ivs.iviewservice|iviews
      Loading service: com.sap.portal.ivs.iviewservice|SLUtilsSrv
      Loading service: com.sap.portal.ivs.iviewservice|SLObjectsManagerSrv
      Loading service: com.sap.portal.ivs.iviewservice|iViewsSrv
      Loading service: com.sap.portal.ivs.iviewservice|pagesSrv
      Loading service: com.sap.portal.ivs.iviewservice|layoutsSrv
      Loading service: com.sap.portal.ivs.iviewservice|templates_cache
      Loading service: com.sap.portal.ivs.iviewservice|PersonalizationSyncService
      Loading service: com.sap.portal.ivs.personalizationsync|ContentMarshallerService
      Loading service: com.sap.portal.ivs.systemlandscapeservice|systemlandscape
      Loading service: com.sap.portal.ivs.systemlandscapeservice|producerSrv
      Loading service: com.sap.portal.ivs.systemlandscapeservice|oldPcmMockup
      Loading service: com.sap.portal.navigation.helperservice|navigation_events_helper
      Loading service: com.sap.portal.navigation.service|navigation
      Loading service: com.sap.portal.objectlocator.objectlocatorservice|ObjectLocatorService
      Loading service: com.sap.portal.pagebuilder|pageUtilHook
      Loading service: com.sap.portal.pcd.admintoolsservice|admintools
      Loading service: com.sap.portal.pcd.pcm.roles.rolecontainer|rolecontainerservice
      Loading service: com.sap.portal.pcd.plainfolderservice|plainfolders
      Loading service: com.sap.portal.pcd.rolenavigationservice|rolenavigation
      Loading service: com.sap.portal.pcd.roleservice|roles
      Loading service: com.sap.portal.pcd.samplesemanticservice|sample
      Loading service: com.sap.portal.pcd.transportapplication|transportapplication
      Loading service: com.sap.portal.pcm.admin.plainfolder_converter|default
      Loading service: com.sap.portal.processlogger.processloggerservice|processlogger
      Loading service: com.sap.portal.productivity.desktop|DesktopManager
      Loading service: com.sap.portal.productivity.desktop|RuntimeDesktopManager
      Loading service: com.sap.portal.productivity.dom|dom
      Loading service: com.sap.portal.productivity.resolverservice|ruleManager
      Loading service: com.sap.portal.productivity.resolverservice|resolver
      Loading service: com.sap.portal.productivity.util.dyntree|DynamicTreeService
      Loading service: com.sap.portal.productivity.utils|sap_utilities
      Loading service: com.sap.portal.prt.cache|dbcacheservice
      Loading service: com.sap.portal.runtime.admin.logadmin|adminlogger
      Loading service: com.sap.portal.runtime.application.contentconversion|contentconversion
      Loading service: com.sap.portal.runtime.application.contentconverter|contentconverter
      Loading service: com.sap.portal.runtime.application.document|document
      Loading service: com.sap.portal.runtime.application.document|documentnew
      Loading service: com.sap.portal.runtime.application.monitor|Monitoring
      Loading service: com.sap.portal.runtime.application.monitor|SATController
      Loading service: com.sap.portal.runtime.application.monitor|MonitorAdministration
      Loading service: com.sap.portal.runtime.application.monitor|PortalMonitor
      Loading service: com.sap.portal.runtime.application.monitor|StateMonitor
      Loading service: com.sap.portal.runtime.application.soap|soap
      Loading service: com.sap.portal.runtime.system.console|portalanywhere
      Loading service: com.sap.portal.runtime.system.hooks|modehook
      Loading service: com.sap.portal.runtime.system.prtconnection|default
      Loading service: com.sap.portal.runtime.system.prtconnection|prtrwconnection
      Loading service: com.sap.portal.strucfilterservice|structure_filter
      Loading service: com.sap.portal.supportability.reporting|Reporter
      Loading service: com.sap.portal.themes.designservice|design
      Loading service: com.sap.portal.themes.integrity|ServerTestService
      Loading service: com.sap.portal.ui.uiservice|ui
      Loading service: com.sap.portal.um_webservice|um_web
      Loading service: com.sap.portal.unification.dragandrelate|DragAndRelateService
      Loading service: com.sap.portal.unification.dragandrelate|DragAndRelateComponentHook
      Loading service: com.sap.portal.unification.parsers|default_hrnp_link_parser
      Loading service: com.sap.portal.unification.parsers|default_sap_link_parser
      Loading service: com.sap.portal.unification.parsers|link_parser_strategy
      Loading service: com.sap.portal.unification.uslservice|uslservice
      Loading service: com.sap.portal.unification.utils|utils
      Loading service: com.sap.portal.unification.utils|HRNPNodeFactoryService
      Loading service: com.sap.portal.unification.utils|HRNPParser
      Loading service: com.sap.portal.unification50.sync|component_sync
      Loading service: com.sap.portal.upgrader.channels|ChannelsUpgraderService
      Loading service: com.sap.portal.upgrader.iviews|IViewsUpgraderService
      Loading service: com.sap.portal.upgrader.landscapeupgrader|landscapeupgrader
      Loading service: com.sap.portal.upgrader.pages|PagesUpgraderService
      Loading service: com.sap.portal.upgrader.parupgraderservice|ParUpgraderService
      Loading service: com.sap.portal.upgrader.pcdaccess|PcdAccessService
      Loading service: com.sap.portal.upgrader.pcdpersupgrader|PcdPersUpgraderService
      Loading service: com.sap.portal.upgrader.pcdupgrader|PcdUpgraderService
      Loading service: com.sap.portal.upgrader.personalization.iviews|PersonalizedIViewsUpgraderService
      Loading service: com.sap.portal.upgrader.rolestochannels|RolesToChannelsUpgraderService
      Loading service: com.sap.portal.upgrader.style|service
      Loading service: com.sap.portal.upgrader.um|default
      Loading service: com.sap.portal.upgrader.upgraderservice|UpgraderService
      Loading service: com.sap.portal.useragent|useragent
      Loading service: com.sap.portal.util.threadreporting|reportingservice
      Loading service: com.sap.portal.yahoo|yahoo
      Loading service: com.sap.workflow.apps|WFPortalService
      Loading service: com.sap.workflow.service|KMNotification
      Loading service: com.sap.workflow.service|WFAttachmentService
      Loading service: com.sap.workflow.service.uwl|WFEWorkitemProvider
    Portal initialization done.
    How can I solve the error? 
    Thanks a lot in advance.

    Hi Ramon,
    There is some problem with the RealTimeCollaboration, which should not harm the system integrity at all, so that from that point of view there should be no problem going on with the migration.
    Anyhow, you can still try to fix this on SP2 P41 level, maybe the hint given in /message/3603152#3603152 [original link is broken] also works for you.
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

Maybe you are looking for

  • Can't add any folder to the Spotlight Privacy tab

    I cannot drag any folder to the spotlight privacy tab or use "+" to add a folder to the privacy tab. Is there any option I could have inadvertently set to have done this? I have tried this on another account on my powerbook and I get the same result.

  • How to save in adobe 11

    Hello, I just upgraded my adobe and realized that I can no longer save my pdf files...how can this be resolved?

  • About Group By

    Hi all, I have to do a report of services performed by month, returning the date on format mm/yyyy. The problem is I must format with to_char, and the ordinance cannot to be done like Character. It must to be done per date. I group correctly by the c

  • Captivate course crashes when zooming in on iPad

    Hi, I am having a weird problem and am wondering if anyone else has exprienced something similar. I've published a course as html5 (Captivate7, includes the patch from November), SCORM 1.2. The course itself, and it's content, plays just fine on the

  • Safari Zooms in for no reason

    Hello Internet, I have a problem with my safari. For some reason, it randomly zooms in to the page. When you try to zoom out using the "pinch" gesture it will jump into the eagle view and shows everything that is open. You can further zoom in but can