OAS 4.0.7.1 aborts when Jweb or LiveHTML cart run

Hi,
I've got and installed OAS 4.0.7.1 on RH 5.2 with all teh
necessary kernel mods and libraries (that I can see). Db is 8.0.5
on a remote Linux box.
It appears to start correctly. I can admin it OK.
I can use the database browser, and the log analysis tool, albiet
on an empty database table (however trying to upload a log file
to the db results in failure -- nothing happens -- but this is
not the najor problem).
I configured the "HelloWorld" JWEB catridge that's found in the
JWEB developer's manual. Whenever I try to run this, OAS just
SHUTS DOWN AND DIES (except for the nodemgr). The app's log file
records some activity (ENV variables) and the wrb.log goes crazy,
but the xlf.log never gets the request.
I since discovered that the LiveHTML cart does the same thing.
JRE and JDK are installed OK. Everything looks ok to me...
anyone got any ideas what to look at next?? the Oracle Support
people unforetuenately don't know much about linux, and to date
have not been much help.
thanks
scot.
null

I have gotten just as far on RH6.0 Kernel 2.2.5-15. However when I start everything with owsctl start I see messages to the effect that "thread display not implemented".
Could this be related to the thread notes in the installation or is it the max processes exceeded kernel configuration issues.
Please email me at [email protected] if you have the answer and I will post it back here.
Thank you in advance

Similar Messages

  • BUG: Access Connect Abort, when I create a new network profile.

    Where can I report bugs?
    My system is windows xp sp2 on X60.
    I have been using AC-4.42(Access Connection) for a long time. And before,  there is no problem when I added new network profile into it.
    But yesterday, I wanted to add a new profile into it. I opened the "create profile" window and input the name of the new profile (I have two network adapters, wired and wireless. So by default, the both are selected. And I left the default selection unchanged.), then "Next". The 2nd window is about wireless config, I configured everything, then go on "Next", at this moment, an error occured and AC aborted with four error windows. The titles of those windows are "ACMainGUI.exe error" and "ACMainGUIWnd: ACMainGUI.exe".
    Then I did it again, I opened the "create profile" window, and this time, in this (1st) window, I changed the selection of network adapter, besides inputing the name of the new profile. I only selected the wired adapter, and then "Next". Sadly, this time the 2nd(next) window did not appear(pop up) at all. Instead, those four error windows poped up one by one.  AC aborted again.
    I repeated the above operations many times, and everytime, AC aborted.
    So I went to the online "support and download" to look for some updates about AC. And I found AC-4.52 with luck. After downloading and installing, unfortunately the problem still exists. AC-4.52 still aborts when I create a new network profile.
    So now, what to do. I have no ways. I am expecting the developers could note this problem and fix it and give me a newer update as soon as possible.
    Sigh...

    I have exactly the same issue. Next to the actions mentioned by ixbm I have also fully uninstalled and reinstalled the AC-4.52, but this didn't help.
    Any idea on how to solve, installing older version?
    regards,
    Bart

  • VBScript abort when outlook is closed.

    Hello, I am using the folowing vbscript to send email. It works fine only when the outlook is open in the machine, the operation is aborted when the outlook is closed. Any suggestion on it? I thought the script should start outlook by itself
    if the is not running. Thanks for your help! 
    Set MyApp = CreateObject("Outlook.Application")
    Set MyItem = MyApp.CreateItem(0)
    With MyItem
    .To = "[email protected]"
    .Subject = "Subject"
    .ReadReceiptRequested = False
    .HTMLBody = "MessageLine 2"
    End With
    MyItem.Send

    if you have a valid SMTP server you could use the following 
    Dim mailer : Set mailer = CreateObject("CDO.Message")
    mailer.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
    mailer.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "smtpserver.domain.com" 
    mailer.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
    mailer.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendemailaddress") = "[email protected]"
    mailer.Configuration.Fields.Update
    mailer.From = "[email protected]"
    mailer.To = "[email protected]"
    mailer.Subject = " subject"
    mailer.Textbody = "contenttext"
    mailer.AddAttachment "C:\temp\attachment.txt"
    mailer.Send

  • Why are my emails aborted when I'm trying to send pictures?

    Why are my emails aborted when im trying to send pictures?

    What is the size of the email attachments you are trying to send?  Many email providers limit the message content size some where in the 2-3 MB range, some larger some smaller.  If your photos are multile MBs that could cause the provider to reject the email.
    Try resaving a rejected photo to a smaller size/resolution and see if it goes successfully.

  • Why does iMovie abruptly abort when using record voice over?

    Why does iMovie abruptly abort when using record voice over?

    Hey PTD1,
    Thanks for the question. If I understand correctly, iMovie unexpectedly quits when using record voiceover. I would recommend that you read this article, it may be able to help the issue.
    iMovie: How to troubleshoot "Application Unexpectedly Quit" messages - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Alv show in report but when see in spool (after run background job) there i

    my program have some error when i run result alv show in report but when see in spool (after run background job) there is no data, (other program can see result in spool)
    Please help
    here is some example of my program
    ********************************declare internal table*****************************
    internal table output for BDC
    data : begin of t_output occurs 0,
    bukrs type anla-bukrs,
    anln1 type anla-anln1,
    anln2 type anla-anln2,
    zugdt type anla-zugdt,
    result(70) type c,
    end of t_output.
    *****get data from loop********************************
      loop at t_anla.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
             EXPORTING
                  INPUT  = t_anla-anln1
             IMPORTING
                  OUTPUT = t_anla-anln1.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
             EXPORTING
                  INPUT  = t_anla-anln2
             IMPORTING
                  OUTPUT = t_anla-anln2.
    check record is correct or not
        select single bukrs anln1 anln2 zugdt
        into w_output
        from anla
        where bukrs = t_anla-bukrs and
        anln1 = t_anla-anln1 and
        anln2 = t_anla-anln2
       zugdt = '00000000'
    if record is correct
        if sy-subrc = 0 and w_output-zugdt = '00000000'.
          w_output-bukrs = t_anla-bukrs.
          w_output-anln1 = t_anla-anln1.
          w_output-anln2 = t_anla-anln2.
          w_output-result = 'Yes : this asset can delete'.
          append w_output to t_output.
    if record is not correct
        elseif sy-subrc = 0 and w_output-zugdt <> '00000000'.
    there is error record  this asset have value already
          v_have_error = 'X'.
          w_output-bukrs = t_anla-bukrs.
          w_output-anln1 = t_anla-anln1.
          w_output-anln2 = t_anla-anln2.
          w_output-result = 'Error : this asset have value already'.
          append w_output to t_output.
        else.
    there is error record this asset donot exist in table anla
          v_have_error = 'X'.
          w_output-bukrs = t_anla-bukrs.
          w_output-anln1 = t_anla-anln1.
          w_output-anln2 = t_anla-anln2.
          w_output-result = 'Error : this asset doest not exist'.
          append w_output to t_output.
        endif.
    *end of check record is correct or not
        clear w_output.
      endloop.
    ******************************show data in ALV***************************************************
    show data from file in ALV
      perform display_report_ALV.
    *&      Form  display_report_ALV
    form display_report_ALV.
      DATA: LT_FIELD_CAT TYPE SLIS_T_FIELDCAT_ALV,
          LT_EVENTS TYPE SLIS_T_EVENT,
          LV_REPID LIKE SY-REPID.
      PERFORM ALV_DEFINE_FIELD_CAT USING LT_FIELD_CAT.
      PERFORM ALV_HEADER_BUILD USING T_LIST_TOP_OF_PAGE[].
      PERFORM ALV_EVENTTAB_BUILD USING LT_EVENTS[].
      LV_REPID = SY-REPID.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM = LV_REPID
                IT_FIELDCAT        = LT_FIELD_CAT
                I_SAVE             = 'A'
                IT_EVENTS          = LT_EVENTS[]
           TABLES
                T_OUTTAB           = t_output
           EXCEPTIONS
                PROGRAM_ERROR      = 1
                OTHERS             = 2.
      IF SY-SUBRC NE 0.
        WRITE: / 'Return Code : ', SY-SUBRC,
          'from FUNCTION REUSE_ALV_GRID_DISPLAY'.
      ENDIF.
    endform.
    *&      Form  alv_define_field_cat
          text
         -->P_LT_FIELD_CAT  text
    FORM ALV_DEFINE_FIELD_CAT USING  TB_FCAT TYPE SLIS_T_FIELDCAT_ALV.
      DATA: WA_FIELDCAT LIKE LINE OF TB_FCAT,
        LV_COL_POS TYPE I.
      DEFINE FIELD_CAT.
        CLEAR WA_FIELDCAT.
        ADD 1 TO LV_COL_POS.
        WA_FIELDCAT-FIELDNAME = &1.
        WA_FIELDCAT-REF_TABNAME = &2.
        WA_FIELDCAT-COL_POS = LV_COL_POS.
        WA_FIELDCAT-KEY = &3.
        WA_FIELDCAT-NO_OUT = &4.
        WA_FIELDCAT-REF_FIELDNAME = &5.
        WA_FIELDCAT-DDICTXT = 'M'.
        IF NOT &6 IS INITIAL.
          WA_FIELDCAT-SELTEXT_L = &6.
          WA_FIELDCAT-SELTEXT_M = &6.
          WA_FIELDCAT-SELTEXT_S = &6.
        ENDIF.
        WA_FIELDCAT-DO_SUM = &7.
        WA_FIELDCAT-OUTPUTLEN = &8.
        APPEND WA_FIELDCAT TO TB_FCAT.
      END-OF-DEFINITION.
      FIELD_CAT  'BUKRS'  'ANLA'     'X' '' 'BUKRS' 'Company Code' '' ''.
      FIELD_CAT  'ANLN1'  'ANLA'     'X' '' 'ANLN1' 'Asset Number' '' ''.
      FIELD_CAT  'ANLN2'  'ANLA'     'X' '' 'ANLN2' 'Asset Sub Number' '' ''.
    FIELD_CAT  'ATEXT'   'T5EAE'     'X' '' 'ATEXT' 'Result' '' ''.
      FIELD_CAT  'RESULT'  ''     'X' '' 'RESULT' 'RESULT' '' ''.
    ENDFORM.                    " alv_define_field_cat

    Hi,
    Check this code..
    FORM display_report_alv.
      DATA: lt_field_cat TYPE slis_t_fieldcat_alv,
      lt_events TYPE slis_t_event,
      lv_repid LIKE sy-repid.
      PERFORM alv_define_field_cat USING lt_field_cat.
      PERFORM alv_header_build USING t_list_top_of_page[].
      PERFORM alv_eventtab_build USING lt_events[].
      lv_repid = sy-repid.
      IF sy-batch EQ 'X'.  ----> " System Field for Backgroud..if Background use list display
        CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY'
          EXPORTING
            i_callback_program = lv_repid
            it_fieldcat        = lt_field_cat
            i_save             = 'A'
            it_events          = lt_events[]
          TABLES
            t_outtab           = t_output
          EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.
      ELSE.
        CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program = lv_repid
            it_fieldcat        = lt_field_cat
            i_save             = 'A'
            it_events          = lt_events[]
          TABLES
            t_outtab           = t_output
          EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.
      ENDIF.
      IF sy-subrc NE 0.
        WRITE: / 'Return Code : ', sy-subrc,
        'from FUNCTION REUSE_ALV_GRID_DISPLAY'.
      ENDIF.
    ENDFORM.                    "display_report_ALV

  • Getting the variant name when the report program is run in background

    Hi All,
    How to get the variant name for the report program when run in background? My requirement is to create an email attachement with the name 'variant.XLS', where variant = selection screen variant, when the report program is run in background. The system field SY-SLSET holds the variant name only when run online.
    Any pointers to this will be highly appreciated.
    Thanks and regards,
    Nilesh.

    Hello Nilesh,
    Please find the algo:
    1. Call the FM: GET_JOB_RUNTIME_INFO to get the background job details.
    2. Select data from TBTCP using these details:
    DATA:
    FP_EVENTID   TYPE BTCEVENTID
    FP_EVTPARM   TYPE BTCEVTPARM
    FP_ACTIVE    TYPE BTCXPGFLAG
    FP_JOBCNT    TYPE BTCJOBCNT
    FP_JOBNM     TYPE BTCJOB
    FP_STEPCNT   TYPE BTCSTEPCNT.
      CALL FUNCTION 'GET_JOB_RUNTIME_INFO'
        IMPORTING
          EVENTID                 = FP_EVENTID
          EVENTPARM               = FP_EVTPARM
          EXTERNAL_PROGRAM_ACTIVE = FP_ACTIVE
          JOBCOUNT                = FP_JOBCNT
          JOBNAME                 = FP_JOBNM
          STEPCOUNT               = FP_STEPCNT
        EXCEPTIONS
          NO_RUNTIME_INFO         = 1
          OTHERS                  = 2.
      IF SY-SUBRC <> 0.
    *   Error calling FM: GET_JOB_RUNTIME_INFO
      ENDIF.
    DATA: FP_VARIANT TYPE BTCVARIANT.
      SELECT JOBNAME JOBCOUNT STEPCOUNT VARIANT
      FROM   TBTCP
      INTO TABLE L_IT_TBTCP
      WHERE  JOBNAME   = FP_JOBNM
      AND    JOBCOUNT  = FP_JOBCNT
      AND    STEPCOUNT = FP_STEPCNT.
      IF SY-SUBRC = 0.
        SORT L_IT_TBTCP BY JOBNM JOBCNT STEPCNT.
        READ TABLE L_IT_TBTCP INTO L_WA_TBTCP INDEX 1.
        IF SY-SUBRC = 0.
          FP_VARIANT = L_WA_TBTCP-VARIANT.
        ENDIF.
      ENDIF.
    Hope this helps.
    BR,
    Suhas

  • Known issue: Speech APIs fail when an x86 package is run on an x64 desktop (Windows 10 Insider Preview SDK and tools, April 2015 release)

    When building an app for the x86 platform, speech APIs fail when the x86 package is run on the desktop of an x64 system. You may see an error with the message "mod not found".

    Use the Visual Studio Configuration Manager to retarget the app to x64 when running on an x64 system.

  • Hi! Haven't a clue so can anyone help me! My computer crashed recently and when it was up and running I reinstalled itunes. By mistake I think I gave my ipod a different name. How do I rectify this?

    Hi! Haven't a clue and need help! My computer recently crashed, when it was up and running I reinstalled itunes. I must have given my ipod classic another name how do I delete this name and restate the original name?
    Thanks

    Click on the name on the left in iTunes until it highlights, then you'll be free to name it whatever you like.

  • I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled new

    I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled the newest and one older version of itunes. still nothing. I tried to delete some files that is hidden as directed by apple. I have been trading emails with customer support but it has been no help at all. I am running Windows XP. Before i wiped my computer I ran itunes with no problem, on this computer, this week.

    WOOOOOOOOOOOO!!!! JUST WANTED TO UPDATE Y'ALL THAT BY SOME STROKE OF HEAVENLY GLORY, ITUNES DECIDED TO WORK AGAIN!!!
    WOOOOOOOOOOOOOO!!!
    How did I do it you ask??
    after all the stuff I updated you about, I tried one last time to install....still didn't work...so once again I wiped my system of everything itunes and apple related
    well today I was trying to watch a video that required me to get the quicktime plug in, and it too me to a page that was a quicktime install + itunes 7.blah blah blah instead of the other way around
    well, don't ask me why, but low and behold
    IT WORKS!!!!
    I HAVE MY ITUNES BACK!!! (JUMPS FOR JOY)
    Just wanted to share my shear elation

  • Find out when a program has been run

    Hi,
    To find out when a program has been run, I've developed a z program that uses FM SAPWL_STATREC_READ_FILE.
    However sometimes, the FM can't read the log file, and also I've known that a program was executed but it isn't on the tables return by the SAPWL_STATREC_READ_FILE.
    Can you help?
    Regards,
    Maria João Rocha

    As I understand, the file is deleted (and recreated) if it reaches the size specified in the parameter settings
    Following is an excerpt from help (do a search on 'statfile' in the help documentation..)
    "<b>Options for reorganizing statistical data (for all servers)</b>
    Delete seq. statfile after cumulation if size > (default: 100Mb).
    This parameter specifies from what file size the system should delete the statistics file. The statistics file is required for individual statistics and is therefore not deleted until the file size has passed a specified maximum file size. Of course, the file is only deleted if it was completely processed by RSSTAT80 or RSSTAT83 ..
    Max. no. of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector.
    Options for reorg of application statistic data (valid for all servers)
    <b>Delete appl. statfile after cumulation if size > (default: 30Mb).</b>
    This parameter specifies from what size the system should delete the application statistics file. Of course, the file is only deleted if it was completely processed by RSSTAT88 or RSSTAT89 .
    Max. number of records cumulated per call (default: 20.000).
    This is the maximum number of entries in the application statistics file that can be processed by RSSTAT80 or RSSTAT83 in one session. This parameter is used to restrict the runtime of the collector."

  • Show-stopping error when I try to load/run the muse code with JQuery version 1.9.1.

    Version 1.9.1, and the muse code uses 1.8.3.  As you can see HERE,http://jquery.com/download/ version 1.9.0 was a major milestone release for JQuery that eliminated much of the (deprecated) functionality of earlier versions. Unfortunately, the muse html uses some of that deprecated functionality (specifically, the "browser( )" function HERE)http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed. Thus I am getting a show-stopping error when I try to load/run the muse code with version 1.9.1. Other people have had this same problem (see THIS)http://bugs.jquery.com/ticket/13214.
    Do you see an update in the near future?

    Version 1.9.1, and the muse code uses 1.8.3.  As you can see HERE,http://jquery.com/download/ version 1.9.0 was a major milestone release for JQuery that eliminated much of the (deprecated) functionality of earlier versions. Unfortunately, the muse html uses some of that deprecated functionality (specifically, the "browser( )" function HERE)http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed. Thus I am getting a show-stopping error when I try to load/run the muse code with version 1.9.1. Other people have had this same problem (see THIS)http://bugs.jquery.com/ticket/13214.
    Do you see an update in the near future?

  • When the PC System timing runs as per normal, reaches 0000hrs - a new date. How to Auto re-execute the VI from its first sequence order?

    When the PC System timing runs as per normal, reaches 0000hrs - a new date. How to Auto re-execute the VI from its first sequence order?

    Duplicate Post

  • How do I deactivate when error says I must run in admin mode?

    How do I deactivate when error says I must run in admin mode even though I am already in admin mode?

    CC desktop lists applications as "Up to Date" when they are not
    -http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html

  • I am trying to run a trial version of aperture 3.1, I have in the past run an earlier trial version and found it unsatisfactory, so neverwent ahead with the purchase. Now when I try to trial run the current version, I keep getting "trial expired" messages

    I am trying to run a trial version of aperture 3.1, I have in the past run an earlier trial version and found it unsatisfactory, so I never went ahead with the purchase. Now when I try to trial run the current version, to see if it has improved on my system, I keep getting "trial has expired" messages.

    I believe that Apple and most other vendors allow only one free trial.
    You could call 1-800-SOS-APPL and ask customer support.

Maybe you are looking for