Urgent, rwrun.sh problem

Dear all,
I am having problem to run rwrun.sh from my AIX machine.
The version is 5L, with HACMP clustering
we are using oracle 9ias
When I called rwrun.sh , I hit this java exception :
java.lang.String errorString="Caught exception: org.omg.CORBA.OBJ_ADAPTER: org.omg.CORBA.BAD_INV_ORDER: The Servant has not been associated with an ORBinstance minor code: 0 completed: No minor code: 0 completed: No",
java.lang.String moduleName="REP"
at oracle.reports.utility.Utility.newRWException(Utility.java:596)
At first I suspect it is because I have not patched yet,
but even after patching my infra and ias for core and noncore, this still happen.
Can anyone help ?
Thanks & Regards

Looks like known issue
Pls see metalink <Note:245985.1> - How to "workaround" the problem with the Java Machine IBM AIX 1.3.1 SR4
for how to solve this

Similar Messages

  • Urgent!!  Problems muxing .m2v files and audio!! MPEG Streamclip/Compressor

    Hello!
    I am under an urgent deadline to upload a short 6 min documentary clip for a client to review for screening this week. The footage was shot in 1080/60i HDV.
    Usually, I find the best quality and fastest way to do this is to export directly from my FCP sequence using the '150 min Best Quality' DVD settings in compressor to get an .m2v video file and .ac3 audio file. Then I open the .m2v files in MPEG Streamclip which links it with my .ac3 file, then do 'Export MPEG with MP-2 audio". This gives me a single, muxed file that I can then upload to YouTube or Vimeo.
    However, with this project, when I open up my .m2v file in MPEG Streamclip, it's recognizing the .ac3 file and I can see the info for it in the MPEG Streamclip window, but when I play the file in MPEG Streamclip or mux it, I don't hear any audio. Furthermore, after about 5 seconds into the clip, the playhead will continue moving, but the video will freeze, then maybe pick up again later. The .m2v video will play back smoothly in VLC player or Quicktime player, but not in MPEG Streamclip.
    I've tried exporting different little sections of the timeline to see if maybe I had some corrupted footage or whatnot. I even exported a small clip from an older HDV project to test. But no matter where I export from, I am running into the same problem. I can bring the .m2v file and .ac3 file into DVD Studio Pro and burn a DVD with no problem, but I can't mux them. If I build the DVD file in DVD SP and try to open the .VOB file with MPEG Streamclip, I get the same problem. I even tried using a different software to mux (ffmpegX) but to no avail. When I try with ffmpegX, it either tells me I'm dropping frames, or if it works and it muxes it, when I open the MPEG file, it'll stutter at about 5 seconds in as well and I can't hear any audio, even though there is supposed to be audio in the muxed file.
    I think I might have updated my Quicktime a few days ago with the system update, and maybe updated a few other things, so I don't know if this has any bearing on the problems I'm running into. But I was able just a few days ago to export HDV 1080/60i using this workflow without any problems.
    I realize I have other export options, but this always seems to me to be the best quality and fastest way of doing it vs. encoding an H.264 which, on my machine is RIDICULOUSLY slow...I need to be uploading multiple versions of the cut to the client, and really need help! Thanks so much in advance!
    J

    what you want is an m2v program file. Export a reference copy from FCP (uncheck Make Movie Self Contained") That's very fast. Bring it into Compressor. In the settings panel find the MPEG-2 settings folder. Select Program Stream. Adjust to your liking and run. The audio and video will already be "muxed" when it's done and using compressor 3 you can set it to upload to YouTube, Mobile or similar sites.

  • Very Urgent?Facing Problems With Labels

    Hi All,
    It's Very Urgent,In My VC Application
    Label Have More Than 15 Characters
    I PUT Label Layout  To Long Label.
    My Label Name  online assignement date
    But Even Put Long Label, online ***.......
    Please Resolve The Problem ASAP.
    Thanks
    SubbaRao Chinta

    Hi Subbu,
    I told u already its an Know issue with Flex compiler ,Even u set the label to long label it will show u only short label.
    This issue is fixed with Flex2 compiler.
    Use Flex2 compiler for ur application then it will dispaly the total label u want display.
    Regards,
    Govindu

  • Urgent Sql Query Problem - -Very Urgent

    Hi Guys,
    I need a urgent solution for a problem.I am
    using the following query
    select ename from emp where deptno =10
    Now I will declare a bind variable and if user passes 'A'
    then the query will run as it is and if he passes B
    then it should run the above query with this additional clause -> birthdate - hiredate >15.
    Please can any one help its very urgent

    Assuming that you have a birthdate column in your emp table, the following will do what you are asking for:
    VARIABLE bind_var VARCHAR2(1)
    EXECUTE :bind_var := '&bind_variable'
    SELECT ename FROM
    (SELECT 'A' AS selection, ename FROM emp WHERE deptno = 10
    UNION ALL
    SELECT 'B' AS selection, ename FROM emp WHERE deptno = 10 AND birthdate - hiredate > 15)
    WHERE selection = :bind_var
    However, the clause "birthdate - hiredate > 15" will only retrieve rows for employees who were born more than 15 days after they were hired. I doubt that this is what you really want, since this is impossible.

  • Help urgently needed: bizarre problem - no audio in imported clip!

    Hey there!
    I have a bizarre - never the less urgent problem:
    When I import some material (presentations) which I have recorded on Mini DV with my Canon MVX10i Camcorder the following problem occurs:
    There is one particular presentation which somehow looses the audio during the import process!
    That means the imported clip has no audio even though the audfio is on tape! Other clips before and after do not have this problem - the audio is available after the import.
    A bizarre but serious problem for me. Any suggestions?
    Thanks a lot in advance
    Thorge

    I had a similar problem. When I started the tape from the beginning no audio would import. To solve it I started the tape a few seconds in and It seemed to work.
    Hope this helps.

  • URGENT: JAVA FTP problem

    Hi,
    I am trying to FTP (retreive) the files from external server, that is going through some proxy.
    I am using commons-net-1.0.0.jar file to do the FTP (FTPClient)
    2 files must be retreived (get) from that box. The local server is UNIX solaris.
    It is working fine in BC box and Dev box. The process is able to GET both the files.
    But in Production (Primary box), I am able to get only one file, and that is the smaller out of 2. Not getting the larger file.
    Program is not throwing any errors either.
    Not sure what I need to check or how to resolve this problem.
    Any help is greatly appreciated.

    There is little improvement from previous time (above mentioned problem)
    Now, first time when I run the program, it is working fine and I am getting the files back from external source.
    But if I run the program 2nd time (repeatedly) , it is not FTPing the files and program is hanging @ the retreival (FTP retreiveFile() ) part.
    i.e. If I run the program after certain gap like 3-4hrs, first time it is working fine. But starts hanging if I run 2nd time.
    Do I need to set something.
    Please help. Very urgent.
    Thanks in advance.

  • URGENT - Multi-form problem

    Would be great if anyone could help me with this:
    Say I have two forms A and B, A has a repeating timer
    which, when fires, will GO_FORM to B and B's WHEN-WINDOW-
    ACTIVATED should fire and do stuff. Problem is if
    the focus is already on form B at the beginning,
    form A's timer expires but form B's WHEN-WINDOW-
    ACTIVATED trigger doesn't fire as it IS already the
    active window of the two at the time of the timer
    expiration. So the stuff in B's WHEN-WINDOW-ACTIVATED
    won't execute when I want it to.
    Any workaround? I need a solution to this urgently.
    Thanks big time in advance!!

    and what makes me wonder is that looks like the focus
    did temporarily switch to form A in the background,
    confirmed by a check of the :SYSTEM.CURRENT_FORM and
    CURSOR_ITEM etc in the WHEN-TIMER-EXPIRED trigger. But
    still, if I GO_FORM back to form B, form B's WHEN-WINDOW-
    ACTIVATED just won't fire.
    Buggy WHEN-WINDOW-ACTIVATED trigger? Or misused?
    Please, anyone? By the way, form B is launched from
    a button in form A, just in case if that makes a diff.

  • URGENT - Flash Timer Problem

    Hey there, I;m having trouble to place a timer in my flash. I'm attaching the source file.
    The issue is such that I'm having 3 buttons, when triggered (RollOver) reveals an image or swf and when I rollout, it display a default random image, from an image directory. What I want is to delay the action trigger over the 3 buttons such that it fades out again in let's say 10seconds. Also, when the timer starts on any of the buttons I can rollover on any of the buttons and it overwrites the action from any previously rolled over buttons.
    Does that make sense and anyone can help me please. This is urgent as I'm trying to solve this problem and deadline is end of this week.
    Thanks
    Ben

    i generally only download and correct files if i'm hired to do so.  if you want to hire me, send an email via my website ( www.kglad.com ).
    if you want free help in this forum, you're more likely to receive it if you ask a question focused on a particular problem.

  • URGENT: ACCOUNT No. Problem

    Hi,
    I am facing a problem that when i check FI documents in MIGO then there is a Document number and it is stored in BSEG table. and when i check in the BSAK or BSIK table it is not present. when i check it in the tcode FBL3N THAT DOCUMENT is present and there is tick mark against it as it is in the open item coloumn.
    plzzz tell me what is the functionality of it as it is really urgent to me.

    Hi Abaper2008,
    if you post GR with migo the document looks like the following:
    Stock account debit / GR-IR account credit
       -(BSEGBSAS)          BSEGBSIS
                    or
    PL account debit / GR-IR account credit.
         (BSEGBSAS          BSEGBSIS
    This means you have no vendor in this posting.
    The invoice will be posted with miro:
    GR-IR debit   /   vendors account credit
    BSEGBSIS -   BSEG/BSIK
    GR/IR is cleared:
    (BSEG+) BSIS -> BSAS
    Inoice is cleared
    BSEG+ BSIK -> BSEG+BSAK
    Best regards
       Horst

  • Urgent!! Problem using NAS 3.0 TemplateMapBasic

    We are using NAS 3.0. For passing the data to the template,
    we are using the TemplateMapBasic object. But due to the requirement after setting the data, once again we need to get the data from this map object and modify it. For getting the data we are using getString() method of TemplateMapBasic. The data being set to this object initially contains some Japanese characters data also. When i am retreiving the data, that time the data is coming in some unreadable format. And this
    problem is only coming when i am running the code in UNIX environment. I am getting the data correctly on NT. When i tried to print the system encoding on both unix and NT, the encodings are coming as different. For Unix, the encoding is MS932, whereas for NT, the encoding is coming as SJIS. Please let me know is this problem due to some system encodings problem or it is due to TemplateMapBasic's getString() method.
    If anyone faced this problem, please let me know the solution.
    It is very URGENT..
    Thanks..
    Anshumn

    I am experiencing the same problem with CCA 3.0.1 (EN) and a new SR520W (Fast Ethernet) router.
    Attached is a screen shot of the point of failure in the CCA Device Configuration Wizard.
    In the Wizard, clicking the Modify button in the WAN configuration page is a repeatable show stopper.
    Please let me know with this bug is fixed.  Until then, I will need to do the Device Configuration using a command line terminal.
    Arnold

  • URGENT:Income Tax Problem in Payroll

    Hi dear friends,
    when India payroll is run the Conveyance Allowance is not considering for Income TAX Exemption.
    I had assigned the TAX Code correctly with limit 800 per month.
    When i check the technical Wage Type /130 ,it contains only HRA amount which is having tax exemption.
    My conveyance allowance Wage type is in IT 0008.
    I am struggling with this problem @ client location.
    Please give a help by checking out this problem
    <b>Wishing you all a Happy X-Mas and Prosperous New Year
    Regards</b>

    Hi Abhilash,
    Please check the following tables.
    1.  V_T7INCA----
    Conveyance Types.
    2.  V_T7INC9----
    Conveyance Allowance Eligibility. Here You need to assign
                                 Grouping for Allowances for each Conveyance Type and WT 
                                 for Conveyance.
    3.V_T7INT9----
    Taxability of Wage Types. Here You need to assign the
                             Conveyance WT to Taxcode SCNV with Exemption amount of
                             Rs 800 and Tax Type is 'Tax amount is Limit Based' and
                             frequency is 'Monthly'.
    4 You have to maintain table V_T7INA9 with that WT.
    Try with this.....
    Good Luck
    Laxmi

  • Urgent text shifting problem with pdf creation from indesign

    I have eps files placed in indesign and when some pages of my document are exported as pdf for press, the text moves slightly, like 1/16" or less, but enough to cause problems.  I'm using the original Indesign CS and eps files saved out of Illustrator 10.  Yup, old.....I know, but it's what I have to work with right now.  Some files are working fine but others are don't and they were all created/saved/exported the same, as far as I can tell.  Here's a small sample.  All the street name text is shifted down and to the left from the actually street.  Occurring with text on path as well as straight text.  Any ideas greatly appreciated.

    You might also try exporting to .idml form CS5 (see Remove minor corruption by exporting). We've had other reports of similar beahvior when working with legacy files, and exporting to .inx from the original version may work even better.

  • URGENT!! problems with Unix command, please help

    I am trying to use the following Unix command and I keep getting error messaages from stdError. However if I run the same command from the command line it works perfectly. For some reason when I run the command from inside the program it thinks the append symbol ">>" is another file.
    String command = " cat /users/02/wjoc1/Test/list.mod >> /users/02/wjoc1/Test/Blacklist ";
    Process p = Runtime.getRuntime().exec(command);
    The error get is :
    /bin/cat: >>: No such file or directory
    Any help would be greatly appreciated

    The better solution for this problem is write a shell script for the action you wnat to perform and execute it using the runtime.exec().In your case just cut and paste cat /users/02/wjoc1/Test/list.mod >> /users/02/wjoc1/Test/Blacklist in to a file and save it. use that file as a argument for the exec method it will work.
    cheers
    R.Karuna

  • Very urgent!! Problems with the H.263 codec on JMStudio

    I downloaded the JMF Version 2.1.1e ' version.
    The H.263 codec doesn't work.
    I noticed that the file sound.jar wasn't in the lib directory of JMF-2.1.1e.
    Is for this reason I have problems with the H.263 codec??
    Thanks for your help.

    What do you try to broadcast? H263 is a video codec, not audio..

  • URGENT------MB5B : PERFORMANCE PROBLEM

    Hi,
    We are getting the time out error while running the transaction MB5B. We have posted the same to SAP global support for further analysis, and SAP revrted with note 1005901 to review.
    The note consists of creating the Z table and some Z programs to execute the MB5B without time out error, and SAP has not provided what type logic has to be written and how we can be addressed this.
    Could any one suggest us how can we proceed further.
    Note as been attached for reference.
              Note 1005901 - MB5B: Performance problems
    Note Language: English Version: 3 Validity: Valid from 05.12.2006
    Summary
    Symptom
    o The user starts transaction MB5B, or the respective report
    RM07MLBD, for a very large number of materials or for all materials
    in a plant.
    o The transaction terminates with the ABAP runtime error
    DBIF_RSQL_INVALID_RSQL.
    o The transaction runtime is very long and it terminates with the
    ABAP runtime error TIME_OUT.
    o During the runtime of transaction MB5B, goods movements are posted
    in parallel:
    - The results of transaction MB5B are incorrect.
    - Each run of transaction MB5B returns different results for the
    same combination of "material + plant".
    More Terms
    MB5B, RM07MLBD, runtime, performance, short dump
    Cause and Prerequisites
    The DBIF_RSQL_INVALID_RSQL runtime error may occur if you enter too many
    individual material numbers in the selection screen for the database
    selection.
    The runtime is long because of the way report RM07MLBD works. It reads the
    stocks and values from the material masters first, then the MM documents
    and, in "Valuated Stock" mode, it then reads the respective FI documents.
    If there are many MM and FI documents in the system, the runtimes can be
    very long.
    If goods movements are posted during the runtime of transaction MB5B for
    materials that should also be processed by transaction MB5B, transaction
    MB5B may return incorrect results.
    Example: Transaction MB5B should process 100 materials with 10,000 MM
    documents each. The system takes approximately 1 second to read the
    material master data and it takes approximately 1 hour to read the MM and
    FI documents. A goods movement for a material to be processed is posted
    approximately 10 minutes after you start transaction MB5B. The stock for
    this material before this posting has already been determined. The new MM
    document is also read, however. The stock read before the posting is used
    as the basis for calculating the stocks for the start and end date.
    If you execute transaction MB5B during a time when no goods movements are
    posted, these incorrect results do not occur.
    Solution
    The SAP standard release does not include a solution that allows you to
    process mass data using transaction MB5B. The requirements for transaction
    MB5B are very customer-specific. To allow for these customer-specific
    requirements, we provide the following proposed implementation:
    Implementation proposal:
    o You should call transaction MB5B for only one "material + plant"
    combination at a time.
    o The list outputs for each of these runs are collected and at the
    end of the processing they are prepared for a large list output.
    You need three reports and one database table for this function. You can
    store the lists in the INDX cluster table.
    o Define work database table ZZ_MB5B with the following fields:
    - Material number
    - Plant
    - Valuation area
    - Key field for INDX cluster table
    o The size category of the table should be based on the number of
    entries in material valuation table MBEW.
    Report ZZ_MB5B_PREPARE
    In the first step, this report deletes all existing entries from the
    ZZ_MB5B work table and the INDX cluster table from the last mass data
    processing run of transaction MB5B.
    o The ZZ_MB5B work table is filled in accordance with the selected
    mode of transaction MB5B:
    - Stock type mode = Valuated stock
    - Include one entry in work table ZZ_MB5B for every "material +
    valuation area" combination from table MBEW.
    o Other modes:
    - Include one entry in work table ZZ_MB5B for every "material +
    plant" combination from table MARC
    Furthermore, the new entries in work table ZZ_MB5B are assigned a unique
    22-character string that later serves as a key term for cluster table INDX.
    Report ZZ_MB5B_MONITOR
    This report reads the entries sequentially in work table ZZ_MB5B. Depending
    on the mode of transaction MB5B, a lock is executed as follows:
    o Stock type mode = Valuated stock
    For every "material + valuation area" combination, the system
    determines all "material + plant" combinations. All determined
    "material + plant" combinations are locked.
    o Other modes:
    - Every "material + plant" combination is locked.
    - The entries from the ZZ_MB5B work table can be processed as
    follows only if they have been locked successfully.
    - Start report RM07MLBD for the current "Material + plant"
    combination, or "material + valuation area" combination,
    depending on the required mode.
    - The list created is stored with the generated key term in the
    INDX cluster table.
    - The current entry is deleted from the ZZ_MB5B work table.
    - Database updates are executed with COMMIT WORK AND WAIT.
    - The lock is released.
    - The system reads the next entry in the ZZ_MB5B work table.
    Application
    - The lock ensures that no goods movements can be posted during
    the runtime of the RM07MLBD report for the "material + Plant"
    combination to be processed.
    - You can start several instances of this report at the same
    time. This method ensures that all "material + plant"
    combinations can be processed at the same time.
    - The system takes just a few seconds to process a "material +
    Plant" combination so there is just minimum disruption to
    production operation.
    - This report is started until there are no more entries in the
    ZZ_MB5B work table.
    - If the report terminates or is interrupted, it can be started
    again at any time.
    Report ZZ_MB5B_PRINT
    You can use this report when all combinations of "material + plant", or
    "material + valuation area" from the ZZ_MB5B work table have been
    processed. The report reads the saved lists from the INDX cluster table and
    adds these individual lists to a complete list output.
    Estimated implementation effort
    An experienced ABAP programmer requires an estimated three to five days to
    create the ZZ_MB5B work table and these three reports. You can find a
    similar program as an example in Note 32236: MBMSSQUA.
    If you need support during the implementation, contact your SAP consultant.
    Header Data
    Release Status: Released for Customer
    Released on: 05.12.2006 16:14:11
    Priority: Recommendations/additional info
    Category: Consulting
    Main Component MM-IM-GF-REP IM Reporting (no LIS)
    The note is not release-dependent.     
    Thanks in advance.
    Edited by: Neliea on Jan 9, 2008 10:38 AM
    Edited by: Neliea on Jan 9, 2008 10:39 AM

    before you try any of this try working with database-hints as described in note 921165, 902157, 918992

Maybe you are looking for

  • Dropbox syncing conflicts iwork 2013?

    Hello all, I have been using dropbox to sync and share files with others for years. But recently since I updated to iwork 2013 from 09 version, I started to experience a repeated problem, which is very annoying. While I am working on a pages(or numbe

  • Can an XML file be converted into something I can merge?

    Hello, all. I'm trying to help my coworker, Dolly, solve a problem with LiveCycle, but confess up front that I know little about it. I frequent these forums to help and get help with other programs (Photoshop, InDesign, AfterEffects, etc.), but I usu

  • Issue with makeing a gensplash package

    Hey. I've been trying to make a package following the gensplash guide from the wiki: http://wiki.archlinux.org/index.php/Gensplash I cannot make it work however. This is the error: ==> Starting build()... /usr/bin/makepkg: line 599: build: command no

  • How to i get an itrack solo to work with pro audio x?

    how to i get an itrack solo to work with pro audio x?

  • After 7.2 can't get album artwork

    Since upgrading to iTunes 7.2, I can't fetch album artwork for cds I've ripped but are available from the iTunes Store. Anyone else having this problem?