Portal on java 2EE 5

Hello,
in which time sap-portal will run on java 2EE 5?
Best regards
Oliver Prodinger

Hello Peter,
we have the problems, that
1. we can´t deploy our jsf-applications, based on j2ee 5.0, on our netweaver2004s-application-server,
2. we need two developer-eclipse-versions for netweaver2004s an our j2ee 5.0 projects.
So all what we want is a netweaver-platform with portal, knowledgemanagement, ...
and j2ee 5.0 support.
Best regards
Oliver Prodinger

Similar Messages

  • SSO from portal to Java based web application not happening

    Hi,
    We are trying to configure SSO from SAP Enterprise portal with Java based
    web application(Solaris on SPARC 64 bit).
    Then we downloaded library files for "Solaris on SPARC 64 bit" from
    service market place from the path "Support Packages and Patches"
    Additional Components" SAPSSOEXT".
    We are successful in sending the portal side cookie to the application.
    But while loading the library files we get the following error
    INFO | jvm 1 | 2009/04/13 04:47:00 | java.lang.UnsatisfiedLinkError:
    /usr/local/blackboard/apps/tomcat/lib/libsapssoext.so: ld.so.1: java:
    fatal: /usr/local/blackboard/apps/tomcat/lib/libsapssoext.so: wrong ELF
    class: ELFCLASS64 (Possible cause: endianness mismatch)
    Can you please suggest us what went wrong in this whole process.
    But when i tried with the 32 bit library files i was able to load libsapssoext.so file but when I
    tried to initialize libsapsecu.so i got the below message
    java.lang.Exception: MySapInitialize failed: rc= 14
    Also do we require to take"SAPSECULIB" from Support Packages and Patches" ...>Additional Components" ...>SAPSECULIB" ...>SAPSECULIB 5.4  for this SSO activity.
    Please get back on this ASAP as we are nearing the golive date.
    regards
    Bharath

    hi,
    am facing similar issue... i.e.
    java.lang.Exception: MySapInitialize failed: rc= 14
            at com.mysap.sso.SSO2Ticket.init(Native Method)
            at com.mysap.sso.SSO2Ticket.<clinit>(SSO2Ticket.java:27)
            at org.apache.jsp.index_jsp._jspService(index_jsp.java:92)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
            at java.lang.Thread.run(Thread.java:619)
    static beendet.
    java.lang.Exception: MySapEvalLogonTicketEx failed: standard error= 9, ssf error= 0
    CustomeSSO: Object is null.
    pls. help me in resolving it.
    rgds,
    santosh malavade

  • 2004s BI Portal (BI-Java) and BI-ABAP: doublestack vs. separated stack

    Hi specialists,
    We plan to migrate our NW2004 System (no Portal in use) to NW7.0.
    For the NW7.0 Portal Architecture we are not sure what to choose:
    - BI-ABAP and BI Portal (BI-Java) on the same instance (doublestack)
    - BI-ABAP and BI Portal (BI-Java) on seperate instances (separated stack architecture)
    Medium term we assume, that the portal is used for Web-Reporting and integrated planning. The development of applications (Java, Visual Composer) will be the exception.
    But if our reporting requirements changes and the number of own applications is increasing?
    Which is the best possibility to be future-proof?
    - Is it possible to separate the doublestack architecture later?
    - Is it possible to "transport" Portal stuff/applications from a doublestack system to a separated stack system?
    - If the number of Portal-applications is increasing, is it an opportunity to set up an additional BI-Portal which is connected to the doublestack BI system?
    Thanks for your help.
    Regards
    Karin.

    Hi
    Too many questions .But its interesting.Ok lets take one by one.
    You can have either of the options depending on the amount of data and your hardware.
    I would suggest if you have the hardware go for seperate machines for each kind of installation.I mean have a BI system((dual Stack) + Portal or you can have portal on a seperate machine also.Then you can have another portal (single stack).And using the FPN(Federated Portal Network) concept you can actually implement ur scenrio.
    Note :BI-Java cannot be installed seperately you need a portal for it.
    Yes FPN can be used to transport the data from one portal to another.To the last questioin i have already answered ,its better to go for a seperate BI system.
    Any other doubts feel free to ask:
    Reward maximum points

  • SSO between Portal and Java WD application

    Hi Experts,
    I am using CE 7.2 on localhost and I am very new to SAP.
    I need to know how can I get SSO between Portal and Java WD.  I have a WD application that displays the logged in user using "IUser currentUser = WDClientUser.getCurrentUser().getSAPUser()", as well I can use "IUser user = UMFactory.getAuthenticator().getLoggedInUser()".  Both work.
    Q1. What is the difference in the 2 above?
    Q2. My WD application is set to authenticate user.  The WD application is in URL iView.  I need SSO between Portal and WD application.   Is there a way to get this SSO without SAP Backend (ECC), for now I just need SSO between Portal and Java WD appl.
    Everything is in localhost.
    Please advice. Thanks.

    > need to know how can I get SSO between Portal and Java WD.
    Then I suggest you ask your question in the Web Dynpro Java forum instead of the Web Dynpro ABAP one.

  • What versions of the SAP Enterprise Portal support Java 5

    What versions of the SAP Enterprise Portal support Java 5? 
    Example:
    If we were to use Java 5 code for an iView what versions of the portal would it run in?
    I have reviewed the Product Availability Matrix (PAM) and this is not clear. All I can find are references to JAVA 4 when using EP 6.

    Hi Alejandro,
    Currently, the version of SAP NetWeaver that is J2SE 5.0 as well as Java EE 5 compatible is the [SAP NetWeaver Composition Environment (NW CE)|https://www.sdn.sap.com/irj/sdn/nw-ce]. It does not provide the "full" Portal capabilities, however it does come with a "Portal Lite" and supports Portal applications development scenarios.
    For more information:
    [Introduction to NW CE|http://help.sap.com/saphelp_nwce10/helpdata/en/45/ff9fc1d8986c06e10000000a1553f6/frameset.htm]
    [Developing Applications for the Portal|http://help.sap.com/saphelp_nwce10/helpdata/en/44/d4269651103ee1e10000000a114a6b/frameset.htm]
    HTH!
    -- Vladimir

  • In portal login java runtime error --

    Hi all,
    I tried to login to the portal page.But its suddenly throwing an java runtime error.
    Its like the same issue in forum
    /thread/26144 [original link is broken]
    please have a look of this forum.
    regards
    Vijay

    Hi Vijay,
    Problem is with the standard java users,
    Check the status of the ff. and if you choose, try changing the passwords
    SAPJSF, SLDAPIUSER, SLDSUSER, J2EE_ADMIN and J2EE_GUEST are the common standard users of the Java Systems.
    Regards,
    Jeff

  • Error in 29 step of SAP Netweaver 4.0 Portal for java on windown7 ultimate.

    Dear All,
    Im facing problem while installing "SAP Netweaver Portal Server 4.0" for java on my OS "windows7 ultimate" laptop.
    Im getting error in 29th step while configuring J2EE engine. Can someone help, i will be highly obliged.
    INFO 2010-01-27 18:56:04
    Execute step runBatchconfig of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0.
    INFO 2010-01-27 18:56:11
    Removing file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchconfig.properties.
    INFO 2010-01-27 18:56:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchconfig.properties.
    WARNING 2010-01-27 18:56:11
    Error 234 (More data is available.
    ) in execution of a 'RegEnumValue' function, line (377), with parameter ().
    ERROR 2010-01-27 18:56:11
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    WARNING 2010-01-27 18:56:11
    System call failed. Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of system call 'SetTokenInformation' with parameter (TokenOwner, Administrators), line (855) in file (synxccuren.cpp).
    INFO 2010-01-27 18:56:11
    Switched to user: j2eadm.
    INFO 2010-01-27 18:56:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchXmlGen.log.
    WARNING 2010-01-27 18:56:11
    System call failed. Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of system call 'SetTokenInformation' with parameter (TokenOwner, Administrators), line (855) in file (synxccuren.cpp).
    INFO 2010-01-27 18:56:11
    Switched to user: j2eadm.
    INFO 2010-01-27 18:56:11
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL.
    INFO 2010-01-27 18:56:11
    Output of C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.xmlgenerator.ConfigXmlGenerator "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/batchconfig.properties" -short is written to the logfile batchXmlGen.log.
    INFO 2010-01-27 18:56:12
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.xmlgenerator.ConfigXmlGenerator "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/batchconfig.properties" -short" finished with return code 0. Output:
    Warning : C:\sapdb\programs\runtime\jar\sapdbc.jar file stated but does not exist !
    SAP J2EE Engine Batch Config Xml Generator
    Batch Config Xml successfully generated to BatchConfig.xml
    INFO 2010-01-27 18:56:12
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\extractBootstrap.log.
    INFO 2010-01-27 18:56:12
    Output of C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.BatchConfig "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/BatchConfig.xml" is written to the logfile extractBootstrap.log.
    WARNING 2010-01-27 18:56:14
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.BatchConfig "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/BatchConfig.xml"" finished with return code 31415. Output:
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    ERROR 2010-01-27 18:56:14
    CJS-30059  J2EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile extractBootstrap.log: '
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    ERROR 2010-01-27 18:56:14
    FCO-00011  The step runBatchconfig with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0|runBatchconfig was executed with status ERROR .

    Dear All, Kindly see the log of extractbootstrap.log ...
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    thx waiting for response.
    Akhilesh

  • Portal V2 - java error when registering provider

    Hi,
    (system setup is as follows)
    0. DOWNLOADED Portal V2 (OS = Windows 2000 Professional)
    1. Installed IAS-infrastructure) in directory c:\oracle\ias
    2. Installed IAS-midtier (portal & wireless) in directory c:\oracle\portal
    3. Tried to install PDK from the downloaded file and into the same directory as IAS-infrastructure (as per the installation guide) but was forced to provide a new directory. Installed successfully in c:\oracle\pdk (NOTE: All services for instances ias, portal and pdk were started using Oracle Enterprise Manager Website; the OC4J processes were up and running)
    The problem occurs when trying to register a new provider as indicated in:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDP/LIFECYCLE/TOC/LIFECYCLE.HTM (Installation). A Java error is displayed immediately after granting access and pressing "FINISH"
    Error messages are below:
    =================================================================================================
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: JPDK_V2_SAMPLE_EVENT_WEB_PROVIDER
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    (WWC-43147)
    =================================================================================================
    Is something wrong with my installation?
    Should I de-install the PDK installed from the Portal V2 Distribution and re-install it with a standalone PDK download and hand configuration of the parameter files?

    Sorry, false alarm - it works OK now.
    The mistake was that while registering the new sample provider, I had entered the name of the new provider in "Service ID", instead of using one of the providers that were available - eg "sample"
    It worked OK when I used "sample"

  • Portal Service - java.lang.NoClassDefFoundError

    Hi all,
    I've a Web Dynpro project which uses a portal service we wrote.
    I added the service's name to the "Sharing References" of the project and the project runs.
    However, after each restart to the server I get 'java.lang.NoClassDefFoundError' for the portal service. Redeploying the service solves the problem until next restart...
    After doing a lot of checking I've came to the conclusion that the problem is in the initialization of the service in the component controller.
    The component controller has 3 methods. In each of this methods the service is called
    ISqlService sqlservice = (ISqlService)WDPortalUtils.getServiceReference(ISqlService.KEY);
    After commenting this lines and moving the initialization line to "begin others" segment the problem seems to be solved (I've done some restarts to the server and the application ran without a problem)
    My question is: if none of the methods of the controller is called on application startup then why do I get the java.lang.NoClassDefFoundError?
    Also, when does the Web Dynpro framework load the portal service? isn't it supposed to be first time the service is called?
    Regards,
    Omri

    Hi Umesh,
    Try declaring a runtime reference for the service you are using in the project properties.
    Please explore the options:
    Project properties -> WebDynpro References -> Service References & Sharing References
    For ex:In my application, i use KM functionality.Even though Ive KM jars in the classpath (as external lib DCs), I mentioned a runtime reference in "Sharing References" as PORTAL:sap.com/com.sap.km.application.
    Similarly, I remember seeing somewhere mentioning the service you're trying to access as a Service Reference in the DC properties.
    something like: PORTAL:mycompany.com/com.....MyService
    A common portal service that is used in WebDynpro DCs is URLGenerator service. Probably if you search on it, you might find a clue.
    Regards,
    Rajit Srinivas

  • Portal server Jave engine goes down often

    hi all,
    We are facing a situation that our portal server goes down odten saying
         " The application you're requested is not running ".
    Its EP 7.0 SP 14 running on Solaris 10 with oracle10.
    where can i get the necessary logs & troubleshooting information ?
    Please help me with this..Appreciate your time and will be rewarded.
    Thanks!
    Addy

    Michael,
    Actually, this is not a production system..So,the call with SAP support has not been logged ( sorry..i was not aware and didn't ask anyone )
    I see in some traces showing JVM max heap exceeded..i couldn't login to configtool since SecStore.Properties file is not available in /usr......../security/data folder.
    Is there any ways to create it or copy it from somewhere ? how can i start configtool..?
    I could see some useful info in dev_jcontrol which is posted below...
    dev_jcontrol contents below..
    [Thr  1] JStartupICreateProcess: fork process (pid 14433)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:14433)
    [Thr  1] Thu Feb  5 10:47:30 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:14433) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1233843590 -bz /usr/sap/ES2/SYS/global
    [Thr  1] JStartupICreateProcess: fork process (pid 23854)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:23854)
    [Thr  1] Thu Feb  5 15:28:53 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:23854) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1233852252 -bz /usr/sap/ES2/SYS/global
    [Thr  1] Thu Feb  5 15:28:54 2009
    [Thr  1] JStartupICreateProcess: fork process (pid 8317)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:8317)
    [Thr  1] Fri Feb  6 10:05:24 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:8317) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1233865734 -bz /usr/sap/ES2/SYS/global
    [Thr  1] Fri Feb  6 10:05:25 2009
    [Thr  1] JStartupICreateProcess: fork process (pid 15346)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:15346)
    [Thr  1] Mon Feb  9 09:20:10 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:15346) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1233932725 -bz /usr/sap/ES2/SYS/global
    [Thr  1] Mon Feb  9 09:20:11 2009
    [Thr  1] JStartupICreateProcess: fork process (pid 29060)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:29060)
    [Thr  1] Mon Feb  9 12:02:25 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:29060) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1234189211 -bz /usr/sap/ES2/SYS/global
    JControlStartJLaunch: program = /usr/sap/ES2/JC50/exe/jlaunch
    -> arg[00] = /usr/sap/ES2/JC50/exe/jlaunch
    -> arg[01] = pf=/usr/sap/ES2/SYS/profile/ES2_JC50_XXXXXXXXXXX
    -> arg[02] = -DSAPINFO=ES2_50_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=/usr/sap/ES2/JC50/j2ee/cluster/instance.properties
    -> arg[05] = -syncSem=174
    -> arg[06] = -nodeName=ID506782750
    -> arg[07] = -jvmOutFile=/usr/sap/ES2/JC50/work/jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=/usr/sap/ES2/JC50/work/std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=/usr/sap/ES2/JC50/work/dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=/usr/sap/ES2/SYS/profile/ES2_JC50_XXXXXXXXXXXX
    -> lib path = LD_LIBRARY_PATH=/usr/j2se/jre/lib/sparcv9/server:/usr/j2se/jre/lib/sparcv9:/usr/j2se/jre/../lib/sparcv9:/usr/sap/ES2/JC50/exe:
    /usr/sap/ES2/JC50/exe:/usr/sap/ES2/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/lib:/usr/sap/ES2/JC50/j2ee/os_libs:/usr/sap/ES2/JC50
    /exe:/usr/sap/ES2/JC50/exe:/usr/sap/ES2/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> exe path = PATH=/usr/java/bin:/usr/sap/ES2/JC50/j2ee/os_libs:/oracle/ES2/102_64/bin:/usr/java/bin:.:/sapmnt/ES2/home:/usr/sap/ES2/SYS/exe
    /run:/usr/bin::/etc:/opt/EMCpower/bin/64:/etc/emc/bin:/usr/ccs/bin:/usr/ucb
    [Thr  1] JStartupICreateProcess: fork process (pid 9144)
    [Thr  1] JControlICheckProcessList: process server0 started (PID:9144)
    [Thr  1] Mon Feb  9 17:09:21 2009
    [Thr  1] JControlICheckProcessList: process server0 (pid:9144) died (RUN-FLAG)
    [Thr  1] JControlIResetProcess: reset process server0
    [Thr  1] JControlICheckProcessList: running flight recorder:
            /usr/java/bin/java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolSt
    art com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID506782750 1234198945 -bz /usr/sap/ES2/SYS/global
    I can see "  JControlICheckProcessList: process server0 (pid:29060) died (RUN-FLAG) "
    Server.0.log file which is found under....../usr..../cluster/dispatcher/log/system below
    #1.5^H#00144F2C90F4003B00000005000007AD000462415D2B1099#1233932782342#/System/Server##com.sap.engine.services.jmx.MBeanServerInvoker#######O
    rderedChannel for http service##0#0#Warning#1#/System/Server#Plain###JMX connector exception occurred while processing external JMX request
    [ JMX request (java) v1.0 len: 316 |  src: cluster target-node: 506782700 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.porta
    l.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=506782700,SAP_J2EECluster="" null null null ]
    #1.5^H#00144F2C90F4003D00000002000007AD00046241616F1A3B#1233932853909#/System/Server##com.sap.jms#######OrderedChannel for http service##0#0
    #Warning#1#com.sap.jms#Plain###JMS Dispatcher: There is no new lock owner, probably there are no servers connected#
    #1.5^H#00144F2C90F4001B0000000B000007AD000462454EF0EEA4#1233949723520#/System/Server##com.sap.engine.core.licensing.impl0.LicensingManagerIm
    pl.checkLicense(String)#######Thread[Thread-20,5,main]##0#0#Info#1#com.sap.engine.core.licensing.impl0.LicensingManagerImpl#Java###License c
    hecked successfully for software product "".#1#J2EE-Engine_ORA#
    #1.5^H#00144F2C90F4001B0000000C000007AD000462596CC84579#1234036123518#/System/Server##com.sap.engine.core.licensing.impl0.LicensingManagerIm
    pl.checkLicense(String)#######Thread[Thread-20,5,main]##0#0#Info#1#com.sap.engine.core.licensing.impl0.LicensingManagerImpl#Java###License c
    hecked successfully for software product "".#1#J2EE-Engine_ORA#
    #1.5^H#00144F2C90F4001B0000000D000007AD0004626D8A9FB2AD#1234122523521#/System/Server##com.sap.engine.core.licensing.impl0.LicensingManagerIm
    pl.checkLicense(String)#######Thread[Thread-20,5,main]##0#0#Info#1#com.sap.engine.core.licensing.impl0.LicensingManagerImpl#Java###License c
    hecked successfully for software product "".#1#J2EE-Engine_ORA#
    #1.5^H#00144F2C90F4002D0000000E000007AD0004627D1172A80A#1234189210003#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl
    .elementLoss(element)#######OrderedChannel for http service##0#0#Info#1#com.sap.engine.core.locking.AbstractLockingManagerImpl#Java###The cl
    uster-element was lost. Removing all enque locks related to the lost node.#1#506782750#
    #1.5^H#00144F2C90F4003E00000003000007AD0004627D1172B29E#1234189210006#/System/Server/Critical##com.sap.engine.core.thread.impl6.SingleThread
    .SingleThread.run().InterruptedException#######Session Reader for cluster node 506782750##0#0#Warning#1#com.sap.engine.core.thread.impl6.Sin
    gleThread#Plain###java.lang.InterruptedException#
    #1.5^H#00144F2C90F4002D0000000F000007AD0004627D1173D32D#1234189210006#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl
    .removeAllLokcsForClusterIdLogException(clusterId)#######OrderedChannel for http service##0#0#Info#1#com.sap.engine.core.locking.AbstractLoc
    kingManagerImpl#Java###All locks for cluster-element removed successfully#1#506782750#
    #1.5^H#00144F2C90F4003700000003000007AD0004627D11769F61#1234189210263#/System/Server##com.sap.engine.services.iiop.dispatcher#######OrderedC
    hannel for http service##0#0#Warning#1#com.sap.engine.services.iiop.dispatcher#Plain###May be 506782750 cluster node isn't informed for a fa
    iled connection. Original exception :
    ^M
    com.sap.engine.frame.cluster.message.DestinationNotAvailableException: Participant 506,782,750 is not available.
            at com.sap.engine.core.cluster.impl6.ClusterManagerImpl.ms_sendMessage(ClusterManagerImpl.java:2378)
            at com.sap.engine.core.service630.context.cluster.message.MessageContextImpl.send(MessageContextImpl.java:85)
            at com.sap.engine.services.iiop.dispatcher.CorbaSessionProcessor.fail(CorbaSessionProcessor.java:237)
            at com.sap.engine.core.manipulator.TCPRunnableConnection.disposeConnection(TCPRunnableConnection.java:496)
            at com.sap.engine.core.manipulator.TCPRunnableConnection$ReadNonHttpThread.run(TCPRunnableConnection.java:1386)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:80)
            at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:150)
    #1.5^H#00144F2C90F4002D00000010000007AD0004627D14E245AD#1234189267649#/System/Server##com.sap.engine.services.jmx.MBeanServerInvoker#######O
    rderedChannel for http service##0#0#Warning#1#/System/Server#Plain###JMX connector exception occurred while processing external JMX request
    [ JMX request (java) v1.0 len: 316 |  src: cluster target-node: 506782700 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.porta
    l.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=506782700,SAP_J2EECluster="" null null null ]
    #1.5^H#00144F2C90F4003800000006000007AD0004627D1978CAF9#1234189344623#/System/Server##com.sap.jms#######OrderedChannel for http service##0#0
    #Warning#1#com.sap.jms#Plain###JMS Dispatcher: There is no new lock owner, probably there are no servers connected#
    #1.5^H#00144F2C90F4002E00000011000007AD0004627F55A77C8F#1234198944250#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl
    .elementLoss(element)#######OrderedChannel for http service##0#0#Info#1#com.sap.engine.core.locking.AbstractLockingManagerImpl#Java###The cl
    uster-element was lost. Removing all enque locks related to the lost node.#1#506782750#
    #1.5^H#00144F2C90F4002E00000012000007AD0004627F55A785B6#1234198944253#/System/Server##com.sap.engine.core.locking.AbstractLockingManagerImpl
    .removeAllLokcsForClusterIdLogException(clusterId)#######OrderedChannel for http service##0#0#Info#1#com.sap.engine.core.locking.AbstractLoc
    kingManagerImpl#Java###All locks for cluster-element removed successfully#1#506782750#
    #1.5^H#00144F2C90F4003C00000002000007AD0004627F55A7C005#1234198944268#/System/Server/Critical##com.sap.engine.core.thread.impl6.SingleThread
    .SingleThread.run().InterruptedException#######Session Reader for cluster node 506782750##0#0#Warning#1#com.sap.engine.core.thread.impl6.Sin
    gleThread#Plain###java.lang.InterruptedException#
    #1.5^H#00144F2C90F4004300000000000007AD0004627F58C11B93#1234198996261#/System/Server##com.sap.engine.services.jmx.MBeanServerInvoker#######S
    APEngine_System_Thread[impl:6]_65##0#0#Warning#1#/System/Server#Plain###JMX connector exception occurred while processing external JMX reque
    st [ JMX request (java) v1.0 len: 316 |  src: cluster target-node: 506782700 req: invoke params-number: 4 params-bytes: 0 | :name=com.sap.po
    rtal.prt.bridge.service.mbeans.PRTMBeanRuntime,j2eeType=PRTBridge_JMX_SECTION,SAP_J2EEClusterNode=506782700,SAP_J2EECluster="" null null nul
    l ]#
    Please help..
    Addy

  • Oracle portal jdk java?

    Hi,
    1. I wonder if java jdk 1.5 is supported on any oracle portal?
    2. Which version of java jdk is supported on which version of oracle portal?
    regards, evgen

    Hi,
    asking the question on the right forum is a first step to success. Please post the question to either the Webcenter forum WebCenter Portal or the Portal forum if the question is about PDK support in PLSQL portal
    Frank

  • Vignette portal integration - java

    Hi,
    Has anyone worked with vignette portal apis.I am trying to create users in vignette portal from outside the portal environment.
    I have a java application.This application is used for creating corporate accounts for employees.As well , i am trying to create vignette portal user accounts from this external application.
    I tried to explore the following
    1.I was happy when I found apis that come with vignette portal, but those apis only work when you
    are with in the portal context.In my case an I am in a java application which is in a different server
    but I do have all the connection information and all information etc to connect to portal as administrator.
    2.I enabled the SQL profiler or the portal database and was able to find what queries are run when a user is created on the portal , tried run those queries from this external application , connecting directly to database.
    But in this I still feel I am not doing all the necessary operations.
    Any suggestions or help is appreciated.
    Thanks,
    pandu

    Pandu, I suggest you try asking this question of Vignette at http://www.vignette.com/

  • Portal navigation missing in portal object (java)

    hi,
    first of all, i hope thats the right forum. i'm trying to write my first portal application/object, but my studio can't find the "com.sapportals.portal.navigation"-package and i cant import and use the navigation classes which i need.. is that a bug? do i need to add additional libraries? i've read and done the following tutorials (http://help.sap.com/saphelp_nw70/helpdata/EN/44/489d45f5ee4e35e10000000a1553f6/frameset.htm)
    hope to get some help asap.
    greetings,
    constantin
    Edited by: Constantin Wildförster on Mar 17, 2009 11:46 AM

    Hi,
    you have to import some libraries (in your case it is com.sap.portal.navigation.api_service_api.jar).
    You can find it on the server installaton filesystem here:
    \usr\sap\EXX\JC0XX\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.navigation.api_service\lib\com.sap.portal.navigation.api_service_api.jar
    If you cannot find some classes to import I use this technique: I go to filesystem of the portal to the \usr\sap\EXX\JC0XX\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\ directory (using TotalCommander in my case) and let it search for desired class (in your case it is INavigationNode.class) - you have to set to search also archives (jar files are zipped classes). Now I copy this JAR to my local filesystem and add the library to the project.
    Romano

  • Secure Communication between SAP R/3 and SAP portal(WAS Java)

    Hi All,
       We have a requirement where client says ,there needs to be a  SSL tunnel established between SAP R/3 and Portal(through ITS) to access R/3 through portal
    Do we have to use SSL for that or SNC?I heard SNC is a mechanism which have to be used here since it uses DIAG protocol to connect but not Http.Is it true?Kindly give some more ideas on this.
    Other thing is to do this they need to open a port between for using Firewall.Can you guide which SAP port has to be open for this connection?
    Thanks In Advance
    Regards
    Rani A

    Hi Rani,
    what the ITS Admin is, is explained in the docs to the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/28611e0bd26493e10000000a1553f7/frameset.htm">ITS Admin Tool</a>. This also includes how to access it.
    Usually specifiying the ABAP backend is done by maintaining the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/2b67fe369b060ae10000000a155369/frameset.htm">Global Service File Parameters</a>.
    The <a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/2aa8081a3a060ae10000000a155369/frameset.htm">SNC configuration</a> is part of the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/44/2a95a61a3a060ae10000000a155369/frameset.htm">Security Configuration</a> and also done in the ADM instance of the ITS.
    Regards,
    Patrick

  • Portal error : java.lang.IndexOutOfBoundsException: Index: 2, Size: 2

    Hi Experts,
    Through protal I am changing Other Bank details (IT0009 subtype 0001) for US employee.
    I get the error java.lang.IndexOutOfBoundsException: Index: 2, Size: 2  when I am edditing the other bank details.
    Please help me out in this.
    Prasad

    Hi,
    java.lang.IndexOutOfBoundsException occurs when the runtime environment tries to access the index of an array which doesn't exist. (Index 2 = third entry, you only seem to have 2 entries though).
    Are you certain, the Pernr's Infotype is maintained correctly?
    Could you post the entire error log from NWA so we can see the JAVA Stack? Maybe the error is nested.
    Check Notes 1356222 and 1359671 as well. They might solve your error right away.
    best regards, Lukas
    Edited by: Lukas Weigelt on Jul 14, 2011 9:36 AM

Maybe you are looking for

  • Creating Extranet and Intranet in a single web application?

    I'm confused ... again! Maybe you can help. Microsoft's best practices for setting up SharePoint 2013 is to utilize a single web application in a single web application pool. My Network Topology I am setting up my intranet AND extranet in a back-to-b

  • How To Display Value In inputText When List Is Used

    Hello, I have a question regarding how to display value from List in a jsf page? From a Map, i could display like <ice:inputText  id="plantno" value="#{bean.detailedRowData['plantno']}"So if I am using a List instead of Map, how can I refer value in

  • Is it possible to call the members of the CFMapping dimension from a EVDRE?

    Hello experts, I am working with the application Cashflow. This application uses the dimension CFMapping to match the dimension CFAccount with the dimension Account, when the package "Cash Flow Recalculation" is run. I would like to know how could I

  • Exit Code 7 error installing trial version of Adobe Captivate 5

    Hi, I am getting an Exit Code 7 error when installing a trial version of Adobe Captivate 5 on an XP SP3 32bit laptop. I have the install logs (i've tried installing a couple of times) but i can't see how to attach the files in this window. Can you he

  • BB 8350i is slow (not network connetion)

    My Blackberry 8350i (on Nextel) is so incredibly slow sometimes that it is almost unuseable. This is not the Nextel network connection, it is the phone itself. I will roll the trackball and at least 50% of the time, it's literally 2 or 3 seconds befo