Java related processes are not comingup

Hi,
We have copied our current kernel into a new library and had switched to new kernel library. There after, the processes, DISPATCHER, SERVER0, SDM AND JCONTROL are not coming up. Remaining all processes are normal. Afterwards, we had revert back to the same old kernel and even then there is no change in the situation. What could I do to make the Java processes up?
We are on V5R4.
Thanks
Kiran

Hello Kiran,
sorry for the inconvenience but note 904977 didn't told you all the things. I updated the note by today but it is not yet translated. If you apply the latest R3OPT file as described in note 904977 and you have an Java instance running as add-in, then you have to run following command after APYR3KRN:
  APYJ2EELIB SID()
BTW, the file R3OPT is not a real patch (unless you can find the file in the patch download area). It leads always into a completely new kernel library. You may not apply this file to an existing kernel library. After the APYJ2EELIb, the ABAP and Java instances are using the same kernel library. If you do not prefer this you can create also a 2nd library from the R3OPT file for the Java instance. But both parts have to fit together.
Best regards,
René Lang
SAP on System i Development

Similar Messages

  • BPEL Processes are not showing in BPEL Console after OPMN restart

    Hi All,
    BPEL Processes are not showing in BPEL Console after OPMN restart. It was showing earlier before restart.
    Can some one help on this?
    Thanks

    Vikky,
    Are you using 10g?
    If BPELConsole is up but you don't see any process, you can go to the log files and see what is the problem.
    It might relates to permissions, or DB issues etc....
    Arik

  • ORA-2935 - relative pathnames are not allowed - help needed

    I'm trying to generate XML document from a query using XSU and applying stylesheet with DBMS_XMLQUERY.setXSLT() procedure.
    I've got the following PL/SQL code:
    DECLARE
    q DBMS_XMLQUERY.ctxtype;
    result clob;
    BEGIN
    q := DBMS_XMLQUERY.newcontext('select * from test_xml1');
    DBMS_XMLQUERY.setxslt(q,'c:\test_xsl.xsl');
    result := DBMS_XMLQUERY.getxml(q);
    printclobout(result);
    DBMS_XMLQUERY.closecontext(q);
    END;
    and stylesheet (I made the simplest example possible):
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version = "1.0">
    <xsl:output indent="yes"/>
    <xsl:template match="ROW/COLUMNA1">
    <COL1><xsl:value-of select="COLUMNA1"/></COL1>
    </xsl:template>
    </xsl:stylesheet>
    and I'm getting error
    ORA-29532: Java call terminated by uncaught Java exception: java.lang.SecurityException: relative
    pathnames are not allowed(c:\test_xsl1.xsl)
    What am I doing wrong?
    How the DBMS_XMLQUERY.setXSLT() procedure should be used?
    Where is the DBMS_XMLquery package expecting to find the XSL file? Does the XSL stylesheet have to be stored in a database table, retrieve it and have it applied, or does it need to be an external file?
    Please help!
    Thanks!

    Hi,
    If you don't want these two columns ignore them in SELECT statement.
    If this is what you are looking for try this
    SELECT air_cntl_number, air_id, awos_cntl_number, NAME, elipsoid_elevation,
           state_code, country_code, airport_code, LOCATION, field_elevation,
           datum, magnetic_variance, magnetic_variance_year, weather_station,
           control_tower, control_zone, control_zone_operational,
           designated_enrout_airport_afis, sectional_chart, telephone_nbr,
           flight_inspection, procedure_development, region_code,
           audit_crt_datetime, audit_crt_user_id, audit_updt_datetime,
           audit_updt_user_id, lat_degree, lat_minute, lat_second, long_degree,
           long_minute, long_second, lat_dir, long_dir, pseudo, magvar_dir,
           icao_code, CATEGORY, vertical_datum, airport_use, nfdc_ident,
           icao_location_code,
            --NULL as AIRPORT_SPATIAL_LOCATION,
           official_use_flag, part_139_flag, survey_code,
           airport_ellip_elev_source, status_code, air_revision_number,
           air_revision_date, approach_landing_number,
           --NULL as  ACTIVATION_DATE,
           tpp_vol,
           ROW_NUMBER () OVER ( PARTITION BY  air_cntl_number
                               ,                  air_revision_number
                         ORDER BY       status_code        -- assuming 'A' and 'H' are the only possible values
                          )  AS r_num
      FROM
    mv_airport_all t
      where t.audit_updt_datetime = (Select max(AUDIT_UPDT_DATETIME) from MV_AIRPORT_ALL
      where AIR_CNTL_NUMBER=t.AIR_CNTL_NUMBER and AIR_REVISION_NUMBER= t.AIR_REVISION_NUMBER)Thanks

  • Golden gate extract and replicate process are not running.

    All,
    I am trying replicate data between two oracle databases using golden gate.
    I am trying this scenario in a single machine(two databases and golden gate are on same windows machine)
    1. I have two databases PROD, UAT both are running on 11.2 oracle home.
    2. Created the ggate user both the databases, and enabled supplemental logging.
    3. Ran the following scripts in both databases.
    SQL> @marker_setup.sql
    SQL> @ddl_setup.sql
    SQL> @role_setup.sql
    SQL> grant GGS_GGSUSER_ROLE to ggate;
    SQL> @ddl_enable.sql
    4. Connected the source database (PROD) in ggsci prompt
    GGSCI (home-c07402bbc5) 79> add extract ext1, tranlog, begin now
    add exttrail C:\app\Bhanu\Goldengate\lt, extract ext1
    edit params ext1
    EXTRACT ext1
    USERID ggate@PROD, PASSWORD 123456
    RMTHOST home-c07402bbc5, MGRPORT 7840
    rmttrail C:\app\Bhanu\Goldengate\lt
    ddl include mapped objname bhanu.* // bhanu is a schema in PROD database.
    TABLE bhanu.*;
    5. Connected the target database(UAT) in ggsci prompt
    add checkpointtable ggate.checkpoint
    edit params ./GLOBALS
    GGSCHEMA ggate
    CHECKPOINTTABLE ggate.checkpoint
    add replicat rep1, exttrail C:\app\Bhanu\Goldengate\Mt,checkpointtable ggate.checkpoint
    edit params rep1
    replicat rep1
    ASSUMETARGETDEFS
    userid ggate@UAT, password 123456
    discardfile C:\app\Bhanu\Goldengate\rep1_discard.txt, append, megabytes 10
    map bhanu.*, target kiran.*;
    After that started the extract, replicat using
    start extract ext1, start replicate rep1
    Now the status.
    GGSCI (home-c07402bbc5) 103> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 00:11:43
    REPLICAT STOPPED REP1 00:00:00 00:21:16
    Can you please help me what is wrong in my setup and why extract and replicate process are not running.
    Edited by: user12178861 on Nov 19, 2011 11:22 AM

    Thanks for your quick reply.
    I have done few changes but extract, replicate process not running.
    couple of points I would like to share with you regarding my setup.
    1. I am using single golden date instance to replicate the data between PROD and UAT databases.
    2. GGSCI (home-c07402bbc5) 1> dblogin userid ggate@PROD,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 2> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:23:29
    REPLICAT STOPPED REP1 00:00:00 01:33:02
    GGSCI (home-c07402bbc5) 3> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 4> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 5> VIEW REPORT EXT1
    ERROR: REPORT file EXT1 does not exist.
    GGSCI (home-c07402bbc5) 6> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:24:10
    REPLICAT STOPPED REP1 00:00:00 01:33:44
    Target :
    GGSCI (home-c07402bbc5) 1> dblogin ggate@UAT,PASSWORD 123456
    ERROR: Unrecognized parameter (GGATE@UAT), expected USERID.
    GGSCI (home-c07402bbc5) 2> dblogin userid ggate@UAT,PASSWORD 123456
    Successfully logged into database.
    GGSCI (home-c07402bbc5) 5> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    ERROR: REPLICAT REP1 already exists.
    GGSCI (home-c07402bbc5) 6> delete replicat rep1
    Deleted REPLICAT REP1.
    GGSCI (home-c07402bbc5) 7> add replicat rep1, exttrail C:\app\Bhanu\Goldengate/lt,checkpointtable ggate.checkpoint
    REPLICAT added.
    GGSCI (home-c07402bbc5) 8> edit params rep1
    GGSCI (home-c07402bbc5) 9> start er *
    Sending START request to MANAGER ...
    EXTRACT EXT1 starting
    Sending START request to MANAGER ...
    REPLICAT REP1 starting
    GGSCI (home-c07402bbc5) 10> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT STOPPED EXT1 00:00:00 01:29:46
    REPLICAT STOPPED REP1 00:00:00 00:00:48
    3. Is mandatory that I need two golden gate instances running each side ?
    Thanks for spending your time on this problem.

  • In java standalone alerts are not triggering

    Hi All ,
    We have configured alerts in solution manager ( in --> RZ20 -->  all j2ee components) for standalone java system
    But the issue is they are not getting triggred . i.e we are not receving any  alert if there is any change in values.
    But this work fine in DEV and Qua System
    Please help me to solve this issue
    Thanks in advance ,
    Kamal Kumar

    Hi Kalyan,
    Please dont post same queries again and again. Please are watching your thread but they are not getting idea thats why you are not getting replies.
    Please follow below points and check
    Use sender namespace only in alert rule and leave remaining all *.
    Uncheck Supress multple alerts this rule in alert rule.
    Check alert inbox for alert instead of your mailbox.
    check below thread also for the same...
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide
    thanks,
    madhu

  • OID is up & running but "ldap"  process are not running

    Hi all,
    Oracle Internet Directory is up & running but LDAP processes ( Not Running ---- Process oidmon
    Not Running ---- Process oidldapd
    Not Running ---- Process oidrepld
    Not Running ---- Process odisrv) are not running.
    I am trying to configure SSO for reverse proxy server and ran the command ssocfg.sh https proxyServerName proxyServerPort
    and when i am trying to go for next step that is ldapmodify -D cn=orcladmin -w welcome1 -v -f setdasurl.ldif
    it is showing up cannot connect to LDAP server. and also when i am trying to acess SSO admin Server the redirection url is showing up with 404 page not found error.
    pls help me
    Thanks

    Do 'oidctl status' and check if the 'oidldapd' is up and running. If not, start 'oidmon' by executing the command 'oidmon start'.
    To start 'oidldapd', use 'oidctl' command.
    Eg: oidctl connect=<sid_name> server=oidldapd instance=<instance_num> start
    Sometimes, when you start 'oidmon', the 'oidldapd' process is also started. So, its a good idea to do 'oidctl status' after 'oidmon start'

  • Not Urgent ..... Some GP processes are not coming to UWL

    hi,
    iam initating a process using runtime.
    And after completing the first action i am sending the next action to another user which is determined by input parameter.
    But that process is not showing in the UWL,but it is coming in GP runtime.
    The process is coming in the UWL for all users which determined at the time of initiation.
    <removed by moderator -  please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] - they explain why you should not post"urgent" in here>
    With  regards
    Shanto Aloor
    Edited by: Mike Pokraka on Jul 14, 2008 6:52 PM

    Hi,
    Have you created new system in UWL Administration (System Administrator -> System Configuration -> Universal Worklist u2013 Administration) with Guided Procedures Connector?
    If no, check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5
    http://help.sap.com/saphelp_nwce10/helpdata/en/43/ef06a7860c7061e10000000a1553f6/content.htm
    Otherwise, check Delta Pull Channel Refresh/Snapshot values (edit in GP system).
    Reward points if itu2019s helpful.

  • Urgent ..... Some GP processes are not coming to UWL

    hi,
    iam initating a process using runtime.
    And after completing the first action i am sending the next action to another user which is determined by input parameter.
    But that process is not showing in the UWL,but it is coming in GP runtime.
    The process is coming in the UWL for all users which determined at the time of initiation.
    Pls help me it is urgently needed
    With  regards
    Shanto Aloor

    Hi,
    Have you created new system in UWL Administration (System Administrator -> System Configuration -> Universal Worklist u2013 Administration) with Guided Procedures Connector?
    If no, check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b66d7ea-0c01-0010-14af-b3ee523210b5
    http://help.sap.com/saphelp_nwce10/helpdata/en/43/ef06a7860c7061e10000000a1553f6/content.htm
    Otherwise, check Delta Pull Channel Refresh/Snapshot values (edit in GP system).
    Reward points if itu2019s helpful.

  • Several Internet-related Apps are not loading

    - our internet stopped working for a few days and  had to be re-programmed, and now my app store, itunes, facebook and abc iview are not loading, as well as several web pages. I'm only having this problem on my iPad 2 64gb not on any of our other apple products (eg. iphone, ipod touch)
    - Google works fine. Facebook will load notifications, but will not actually display pages. iView will display what shows have been uploaded, but will not load the actual programs. itunes, and the app store are yet to load anything, except for update pages (except these were only basic webpages with hyperlinks instead of icons).
    - I've both hard, and soft reset. Reset internet settings. Reset all settings. Connectioning up to a computer. Refreshing the apps. I have not yet attempted to reset to factory settings, because it will really be a nusiance and I'm hesitant to do it if I have no assurance it will work, although I will if I have no other option.
    some suggestions and feedback would be really helpful, thanks

    I'm also experiencing the same. I started to download Creative Cloud today, and am stuck with the spinning wheel when I go to download the apps.

  • Pipes (Input- and Output-streams) to a Process are not closed

    Hello experts!
    I have a long-living server-process that opens external programs with
    Runtime.getRuntime().exec() all the time. For communication with one
    of the external program I use stdin and stdout. I close all streams in
    finally-blocks, so there should not be any open stream.
    The problem is, that most of the time the used streams are closed
    correctly. But sometimes some of them left open. I check that with
    the linux command-line tool lsof. So over time the number of open
    pipes increases and eat up all file-handles till an IOException (too
    many open files) is thrown.
    If I watch the -verbosegc output, I see that most of the open pipes
    are cleaned up after a GC-run. But over time - not all.
    I start the external program in a thread, what could explain that
    it happens only sometimes.
    I'm hunting this bug now for quite a long time. Are there any known
    problems with using pipes to/from other processes (under linux?)
    thanks
    lukas

    Hi!
    Now I did some heavy logging and I saw that the remaining pipes are the ones I DON'T
    open to read or write! No joke! For example - for one process I don't read or write any of
    stdin,stdout,stderr - then in one of X executions all three pipes are left open (shown by
    lsof for the java-process, after many GC-runs).
    To test it I read the stdin of this process - then this stream was closed in the error case,
    but stdout and stderr are still open. This is really strange!
    anybody seen this before?
    lukas

  • SFTP related processes do not die if parent process dies.

    Java Version: 1.4.2_05
    JRE: build 1.4.2_05-b04.
    Running on Solaris 9.
    Problem:
    If the process using the SFTP API dies, the children processes created by the SFTP API do not end.
    A side effect of this is that all the sockets the orginal parent had remain open as the child processes inherited them.
    The JVM does close STDIN/STDOUT/STDERR to the child if the JVM has less than 1024 filedesriptors open at the time of the Runtime.exec() command.
    However, if the JVM has more than 1024 filedesriptors open at the time of the Runtime.exec command the child will
    a) inherit all filedescriptors above 1024
    b) the STDIN/STDOU/STDERR towards the child is not closed when the JVM exits.
    Has anyone seen this before?
    I heard this maybe fixed in JDK 1.5. Is this true? Is there a fix on this in 1.4.2?
    Your comments are appreciated?

    I found the following in http://docs.sun.com/app/docs/doc/816-4555/rfsrefer-134?l=ja&a=view :
    In this situation, the SIGLOST signal is posted to the process. The default action for the SIGLOST signal is to terminate the process.
    For you to recover from this state, you must restart any applications that had files open at the time of the failure. Note that the following can occur.
    - Some processes that did not reopen the file could receive I/O errors.
    - Other processes that did reopen the file, or performed the open operation after the recovery failure, are able to access the file without any problems.
    Thus, some processes can access a particular file while other processes cannot.
    Edited by: Arvind_Srinivasan on Dec 10, 2009 12:33 AM

  • JAVA Server process are down

    Hi all,
    I am newbie in SAP Netweaver AS JAVA administration.
    In one of JAVA system (wtih no ABAP stack), 4 Server process (out of 2 Server Process) were down all of sudden.
    When checked, the logs were showing the below error:
    Option is not recommended for use in environments: -XX:+HandlePromotionFailure
    Option is not recommended for use in environments: -XX:-UseNewHashFunction
    [Thr  4] Mon Feb  6 11:09:13 2012
    [Thr  4] JHVM_LoadJavaVM: Java VM created OK.
       :    [50]    11:09:13    ***ERROR (error_messages.c:67): ERROR: transport error 202: UNKNOWN
       :    [50]    11:09:13    ***ERROR (transport.c:580): JDWP exit error
    We have tried to restart the Sever process via jcmon but nothing worked.
    Can you please help?
    with regards,
    Raja

    Hi Arjun,
    The restart of Server node after the removal of the below parameters didn't work.
    -XX:+HandlePromotionFailure
    -XX:-UseNewHashFunction
    Now, I see the Server Nodes 0 and Server Node 3 ( out of 6 Server Nodes) are only running.
    Rest of the Server Nodes were waiting to restart initially but ultimately they all stopped.
    Previously it was Server Node 0 and Server Node 1 which were running and rest of the nodes were down.
    Kinldy suggest.
    with regards,
    Raja

  • Java folding preferences are not saved

    Hello all,
    I have recently installed the latest version (11.1.1.2.0) of Oracle Jdeveloper and it seems that I'm not able to save my preferences for java folding. Every time I restart jdev, the default preferences seem to be restored. This doesn't seem to happen for other preferences like code templates.
    Any ideas? Where are these preferences saved? Is there any file I could verify?
    Thanks.
    wf
    P.S. I've also noticed that some of my old preferences were not migrated (e.g. code templates) but maybe this is for another topic.

    Sorry on the typo, yes.
    Maybe you can try deleting your system directory (OK, don't delete it, just rename it so you can restore after testing), don't migrate prefs and see if the problem reproduces. If it doesn't reproduce, then you'd have a perfect test case to show that migrating prefs breaks something.
    John

  • Some failed BPEL processes are not tracked in BPEL Console (not hydrated)

    Hi all.
    I'm experiencing a problem at a customer which has a standalone BPEL install (they use BPEL 10.1.3.1 only)
    The customer is complaing that, due to some process errors, the BPEL process fails but, the process final state is not hydrated to database, so it's not possible to track the process execution.
    I built a simple test case and tested against BPEL 10.1.3.1 and 10.1.3.3. The test consists of:
    1 - A synchronous BPEL process using an Assign activity.
    2 - In the assign, I force an error condition, for example copying the expression parseEscapedXML('some bad xml string') to a variable.
    3 - I execute the BPEL process using the console
    4 - The process finishes with error, but you don't get any instance in the "Recently Completed BPEL Process Instances"
    This is a critical problem as we cannot track both what was successfully executed and what has failed.
    Failed instances like this one are obviously logged in appserver files, but this is not an accpectable monitoring alternative.
    This is even more critical because the customer does not have Enterprise Service Bus to mediate execution, where I could certainly track those failed ones.
    Any ideas?
    Is it possible to force hydration of all types of failed processes?
    Thanks
    Denis
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

    Additional info: Having the process "In Flight" due to the checkpoint and subsequent "error", if I manually abort the instance and visualize the audit flow, I can see which activity has caused the error.
    For example:
    1 - I execute the process. It executes the checkpoint() and the ora:parseEscapedXML(), which causes the process to terminate unexpectedly.
    2 - The process remains "In-Flight". If I go to the audit flow, it shows that the process has reached the checpoint activity, and nothing further.
    3 - I manually abort the instance
    4 - I check the audit flow again. This time I can see the flow beyond the checpoint, until the activity that caused the process to terminate (in this case the assign containing the parseScapedXML)
    What I conclude is that, when I manually abort the instance, BPEL hydrates the process part that was only "in memory" (the actual point where the process has stoped)
    Denis
    Message was edited by:
    [email protected]

  • Why java and adobe are not working in my mac?

    I have been trying to download Java and Adobe unsuccessfully. There were working before.
    When I check the applications the logos are there, but I can't open pages that require  Java or Adobe.
    Every time I download the programs it tells me that there where no problems with the download. When I press the bottom to verify the program it says that there was a  problem. Please Help!!!!

    IIf the strange SMS are coming from known contacts, that's normal for iMessages that don't arrive and are converted to text.  Don't know why but it happens when my bf is overseas and his company phone can't access data - the iMessages he tries to send have a lot of symbols when they come as text but none when the finally arrive as iMessages.  Usually it's mostly lots of @@@@@@.
    if you didn't buy the phone new, the previous owner may still be linked to the phone and they are his/her messages you are getting.  I have seen a lot of posts about this on various forums and can't remember the fix but it's to do with iTunes and you may need to contact the previous owner. 
    if you did buy the phone new,check with the store that it wasn't used as a demo model.  They may be able to assist you setup your messages.  If not, you may need to search for solutions online or hopefully someone else who's had the exact issue may be able to help you here.  Good luck.

Maybe you are looking for

  • Could I have a virus

    Well - having had a virus myself all Christmas I am wondering whether my Mac also has one. This morning, before heading back home, my son (a complete mac head) decided that I should have the most up to date flash player downloaded onto my imac. Did a

  • Error in transmission for SC trying to create a PO .

    What does this error mean I am getting the error in SC Case 1 : ME 083 Enter Material Group however  the material group =Product category is already in the SC . Please explain on how to get this error fixed ? Does the user have to recall the SC for t

  • How to Use Web Printing with Microsoft Excel

    Hello, In the recent How to paper on Use Web Printing with Microsoft Excel, describes few ABAP classes and methods. Can those classes be modified  to access much more Microsoft excel objects , such as Macro ? Does any body has tried in those lines ?

  • Ever seen this display problem? (pictures inside)

    After playing Team Fortress 2 in Windows XP off Boot Camp for an hour or two, I restart my computer back into OSX to find my screen looking like this: http://img405.imageshack.us/img405/6320/0830091006.jpg When it should look like this: http://img190

  • Quick Question (Tiger to Snow Leopard)

    I currently have Tiger but need to upgrade my OS so I can use iTunes with my new iPhone 4. So here's my question: To upgrade to I HAVE to buy the Mac Box Set or can I just buy the Snow Leopard disc, cause I really would be fine not having the new iLi