Transaction Error in linux OAS

Hi all,
I have 2 OAS, one was installed in windows and the other in linux.
I deploy my application to both servers, my application uses Oracle DataBase.
I have EJBs transactions.
The error: When I run my application from the oas in windows all works great, but in the linux OAS I have errors with the transactions, all is the same in both servers.
In the linux OAS the transaction starts but never finnish so nothing happens? Why this happen? Any idea? The application is the same, the data base is the same. But in the linux environment the transactions doesn´t works!

Thank you for the response, but I receive an error on the open command. According to the documentation, there is no transaction parameter for the opening of the database: open(filename, dbname=None, dbtype=DB_UNKNOWN, flags=0, mode=0660).
This would probably work:
from bsddb import db
env_flags = db.DB_CREATE | db.DB_INIT_LOG |db.DB_INIT_MPOOL | db.DB_INIT_TXN
db_flags = db.DB_CREATE
env = db.DBEnv(0)
env.open('c:\\temp\\test', env_flags, 0)
txn = env.txn_begin()
mydb = db.DB(env, 0)
mydb.open(txn, 'test123.db', db.DB_BTREE,db_flags, 0)
mydb.put('1','2')
mydb.get('1')
mydb.put('3', '4', txn, 0)

Similar Messages

  • ORABPEL-08033: EJB Transaction Error

    Hi
    I have a usecase in which procA(sync Service) calling procB (Async Service) and on completion of execution, ProcB gives a non blocking invoke back to procA. Condition: The either of one should be in running state always.
    However there are fault situation in ProcB hence to not to break the sequence we have put a catchAll block which handles/logs and then gives the non blocking invoke back to procA.
    But when ProcB fails somewhere because of some other partner links, it is safely going into catchAll and handling it well and when it tries to do a non blocking invoke it is resulting in following:
    ORABPEL-08033
    EJB Transaction Error.
    EJB exception happened while invoking the partner. Please verify partner service.
    Can somebody give me some leads in this?
    TIA
    regards
    Joy

    I have setup catch statements, both an catch all in the outermost scope and a catch for remote fault at the scope surrounding the call to the AQ. But that's not the issue. The problem is that BPEL don't get the error. The error stay's at the adapter and the BPEL don't come to a failed state.

  • FU 065:-Document belongs to cross company- code transaction(error massage)

    Hi expert,
    I am going to reverse a document (after resetting through LSMW,useing -F.80 as for mass reversal) and getting a error massage below(this document has been generated after F110)
    FU 065:-Document belongs to cross company- code transaction(error massage)
    Please advise me how can I reverse this document and also advise me what does it mean,
    Will it be done by FBU8? (But when I am using it,showing two documents what does it mean and advise should I select both document for reversal)
    Please advise
    Thanks & Regards

    Hi
    Thanks for your quick advise,
    I am trying to do that through FBU8 but I am getting there two documents numbere inside for reversal (it contained two documents)
    Should I reverse both documents or I should select one one only
    Please advise why it is showing two documents inside
    Thanks & Regards

  • Forms compilation Errors under Linux

    Hello,
    I have a main form called Tbdoctrk.fmb.
    This forms compiles and runs perfectly through Oracle 9i iDS.
    When transfering the fmb file under Linux, and attempting to recompile using the f90genm.sh utility, I get the following compilation errors:
    FRM-18108: Failed to load the following objects.
    FRM-30436: Parent window not specified for canvas.View Canvas H_TOOLBAR
    FRM-30041: Position of item places it off of canvas.
    Item: BUTTON_HELP
    Block: VARIABLE
    Form: TBDOCTRK
    FRM: Unable to adjust form for output.
    ====
    I noticed that most of the object that failed to load (1 data block object, 1 canvas and a number of property classes and visual attributes) are contained in a file called TOOLBAR.fmb.
    The TOOLBAR.fmb file compiles without errors under Linux/WIndows + is located in the same folder as the Tbdoctrk.fmb file.
    1) How can I resolve this issue ?
    PT
    PS: I tried renaming the fmb files to upper/lower case without success.

    Hello,
    My main form called Tbdoctrk.fmb in turn calls a form called Pre_bord.fmb in a Program Unit.
    Most but not all Class and Value Attributes are included in a file called toolbar.fmb. I did not find any specific reference to the toolbar.fmb file.
    However, at compile time, I find that those objects are not loaded.
    1) In what part of the main form Tbdoctrk.fmb should I find any such reference to the toolbar.fmb file ?
    2) How should I create those symbolic links under Linux ?
    PT

  • Error (-1200) DBMCconnBase; End Transaction- Error -1 detected, auto rollba

    Que tal!!!
    Pues ahora tengo este problema, este sap nos esta sacando canas verdes!!
    resulta que cuando se esta realizaondo una factura y aparece la ventana donde se ingresa el numero de folio del documento y se da el OK aparece ese error
    (-1200) DBMCconnBase; End Transaction- Error -1 detected, auto rollback flag is off, Throwing exception
    cuando lo aceptamos solo cierra SAP, ingresamos de nuevo yse puede facturar durante el dia se presenta de manera aleatoria!!
    siento que es grave el error.. asi que espero que me puedan ayudar!!

    Mi estimado, ese es un bug segun nota 1401013 de SAP, ocurre cuando dos usuarios estan trabajando simultaneamente.
    Aqui el texto de la misma nota.
    Summary
    Symptom
    You work in localization where folio numbers for documents are used.
    Two users are working simultaneously on SAP Business One (either via SAP Business One application or via an Add-on).
    Both users are creating Invoice (or performing any action when max folio number is retrieved from the numbering table NNM1).
    It may happen that one of the users will encounter deadlocks while working, usually with one of the following error messages:
    '-2038 Internal error'
    'Error (-1200) DBMCconnBase:: EndTransaction - Error -1 detected. auto rollback flag is off. throwing exception'
    'Internal error NNM1 2038'
    The deadlock can appear on NNM1 table and OINV table.
    Other terms
    Lock, Add, Error, Crash, Close, Exit, Operation, Action, Parallel, Same Time
    Reason and Prerequisites
    Application error
    En que parche andas?
    Esto se arreglo con el parche 09 del service pack 01

  • Transaction error message

    I purchased an upgrade for "What's That Sound?" Sound Discrimination for toddlers and children, 500 + additional sounds.  However, when trying to download it to my iPad I get "Transaction error.  Please try again later!" and my iPad freezes there.  I have tried since 2/9/13 but get the same error message.  What can I do?

    Hi,
    Ask you BASIS to implement the following Note throgh SNOTE:
    Note 204841 - Message CY 831 Structure KBED is not currently supported
    Pls reward points if solved.
    Regards,
    Renjith Michael.

  • Transaction errors: The lock operation ended unsuccessfully because of deadlock.

    Hi,
    One of our process is getting "Transaction errors: The lock operation ended unsuccessfully because of deadlock." error while processing Partitions in AS 2005.
    We have a process that processes dimensions and partitions based on a SQL table.  Sometimes when the it is processing two partitions at the same time (multi-threaded) for same measure group, server throws deadlock error.    This does not happen all the time.
    Both partitions are bound to different tables in relational database and I also traced the SQL Server and did not get any deadlock error.
    I searched for this error on Google and did not find anything.
    Anyone have any idea about this error?
    Thanks

    Hi All,
    when i  execute the job for cube refreshment,sometimes it is executing successfully,but sometimes it is getting failed with below error  
    Started:  4:08:08 AM  Error: 2015-01-14 04:55:21.03     Code: 0xC11D0005     Source: Analysis Services Processing Task Analysis Services Execute DDL Task     Description: Transaction errors: The lock operation
    ended unsuccessfully because of deadlock.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  4:08:08 AM  Finished: 4:55:21 AM  Elapsed:  2832.18 seconds.  The package execution failed.  The
    step failed.
    If any find the solution please post on it.
    Thanks
    Rambabu

  • A jdbc transaction error occur

    Hi Everybody
    A jdbc transaction error occur when I deploy the application on the server .
    Below is the stack trace
    #SAP J2EE Engine JTA Transaction : [03bfffffffd3a000ffffffc0]####Application [13]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.dbpool.exceptions.BaseSQLException: Cannot commit transaction from this connection of "YTSQLS2K" DataSource. This resource participates in a local or distributed transaction.
    #SAP J2EE Engine JTA Transaction : [03bfffffffd3a000ffffffc0]####Application [13]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.dbpool.exceptions.BaseSQLException: Cannot initiate transaction from a connection of "YTSQLS2K" DataSource. Local or distributed transaction has already started.
    #SAP J2EE Engine JTA Transaction : [03bfffffffd3a000ffffffc0]####Application [13]##0#0#Error#1#/System/Audit#Java###Exception #1#com.sap.engine.services.dbpool.exceptions.BaseSQLException: Cannot commit transaction from this connection of "YTSQLS2K" DataSource. This resource participates in a local or distributed transaction.
    Any idea about it
    I use the jdbc version in datasource <jdbc-1.x>
    is there a need to replace it with <jdbc-2.0>
    Thank You
    Syed Saifuddin

    Hibernate allows you to choose transaction manager. As Nikolay pointed out, in a JEE envirnment it's prefferable to use JTA transactions. All you need to do is to configure hibernate to use a JTA transaction manager. It is all written in the Hibernate documentations. See
    http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-j2ee
    and
    http://www.hibernate.org/42.html#A5 .
    The relevant properties that need to be set in the configuration are:
    hibernate.transaction.factory_class=org.hibernate.transaction.JTATransactionFactory
    and
    hibernate.transaction.manager_lookup_class=<Class that knows how to lookup>
    You need to implement a class that knows how to lookup user transaction in SAP J2EE Egnine.
    The class must extend org.hibernate.transaction.JNDITransactionManagerLookup and only override its abstract method getName (simply returning the lookup string). Then provide the fully qualified name as value of the property and make sure that Hibernate can load the class.
    That should work.
    HTH
    -Georgi
    Message was edited by:
            Georgi Pavlov

  • Could not commit transaction Error 1 Detected During Transaction G/L Account

    hi experts
    when i was adding Sales Order i am getting an error as Could not commit transaction Error 1 Detected During Transaction G/L Account

    Hi,
    Plz find the following threads:
    Transaction failure with error message \&quot;Error -1 detected during transaction\&quot; when update the G\\L Account D…
    "Could not commit transaction: Error -1 detected during transaction"
    Could not commit transaction: Error -1 detected during transaction 'Payment Methods for Payment Wizard' (OPYM)
    Could not commit transaction when inserting new items

  • "Could not commit transaction: Error -1 detected during transaction"

    hi guys,
    im getting this error "Could not commit transaction: Error -1 detected during transaction" when trying to create standard document/s. i am now using B1 8.8, MS SQL 2008.
    originally, my program was written for B1 2005, MS SQL 2005, and it WORKED.
    we upgraded into B1 8.8, MS SQL 2008, and now my program is not working. it is now having the mentioned error upon committing transaction (vCompany.EndTransaction(wf_Commit)). tried removing transaction handling, and it WORKED. also, tried simplifying the program, instead of creating multiple documents, i modified it in just creating one document with transaction handling, and it WORKED.
    initialliy, this issue seems to be related to MS SQL 2008.
    please help, thanks.

    Hi Emmanuel........
    You get this error due to the Approval Procedure.
    Please check if it is activated then please deactivate it from Administration> Approval> Approval Template.......
    Then try.......
    Regards,
    Rahul

  • WBFS Manager Errors (wiithon / linux-wbfs-manager)

    I am trying to get these applications to run in order to manage my Wii backups but am having trouble.
    Wiithon returns what i believe is a python error :
    An exit code of 1 was returned from /usr/share/wiithon/wiithon.py
    There was no output
    There was no error message
    linux-wbfs-manager runs ok without privelages, but then i cant access my drives.
    when i try and run as sudo or root it returns:
    No protocol specified
    (wbfs_gtk:1632): Gtk-WARNING **: cannot open display: :0.0
    i think i read its a permissions error, but I am never sure which to set and how properly to do it. 
    Ive seen
    chmod
    and export=<something er other>
    Last edited by jewnersey (2011-12-25 14:06:59)

    fixed it.
    found another thread that export XAUTHORITY..... and it worked after.
    can someone explain

  • "Transaction Errors : Aborting transaction on session " while processing the cube

    HI Team,
    Currently i have developed a cube and successfully deployed it in to the SSAS server.
    But when i process the cube the measures in the cube got successfully processed. After that the process is still running and showing the status as "Transaction errors : aborting transaction on session XYZAB".
    can you please guide me in solving this issue. The cube takes more than 6 hrs to process.
    thanks in advance
    baskar k

    Hi,
    I have Similar issue with 2005 and in 2005 I can't execute select * from $system.discover_sessions.
    Do we have any other way to resolve it.
    If I restart SSAS Server, It starts working fine and I cant restart at day time.
    http://blogs.msdn.com/b/sql_pfe_blog/archive/2009/08/27/deadlock-troubleshooting-in-sql-server-analysis-services-ssas.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

  • TS1702 In programm Front Line Commando,  Do you want to bay one Ladge Crate of gold for 20USD  Buy,  Please contact iTunes support to complate this transaction  ERROR - purchase failed

    Programm Front Line Commando
    Do you want to bay one Ladge Crate of gold for 20USD
    Buy
    Please contact iTunes support to complate this transaction
    ERROR - purchase failed

    You need to contact iTunes Customer Support. There is a "Contact Us" link at the bottom right of every forum page.
    Best of luck.

  • Error when installing OAS 10g 10.1.2.0.2 Middle Tier on SUSE linux 10.3

    Hello,
    I have installed the infrastructure successfully but when I install the Middle Tier (in it's separate home) the installer gets up to 88% and then displays the error:
    Error in invoking target 'proxy_install runm_install server_install cgi_install cli_install conv_install qv_install' of makefile '/opt/oracle/OraHome_as101202_mt/reports/lib/ins_reports.mk'. See '/opt/oracle/oraInventory/logs/installActions2008-02-06_10-32-46AM.log' for details.
    Looking in the log I see:
    Start output from spawned process:
    rm -f rwproxy
    gcc -o rwproxy -L/opt/oracle/OraHome_as101202_mt//lib/ -L/opt/oracle/OraHome_as101202_mt/lib/ -L/opt/oracle/OraHome_as101202_mt/lib//stubs -rdynamic -Bdynamic -L/opt/oracle/OraHome_as101202_mt/jdk/jre/lib/i386 -L/opt/oracle/OraHome_as101202_mt/jdk/jre/lib/i386/server -L/opt/oracle/OraHome_as101202_mt/jdk/jre/lib/i386/native_threads -ljvm srwsps.o rwsdm.o rwsps.o \
         -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXm -lXt -lX11 -lm -lXp -lXext /opt/oracle/OraHome_as101202_mt/lib//libzrc.a -lca -lnn -lrw -lclntsh `cat /opt/oracle/OraHome_as101202_mt/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /opt/oracle/OraHome_as101202_mt/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lmm -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /opt/oracle/OraHome_as101202_mt/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lnro10 `cat /opt/oracle/OraHome_as101202_mt/lib/ldflags` -lnsslb10 -lnsgr10 -lnzjs10 -ln10 -lnnz10 -lnl10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 -lclient10 -lnnetd10 -lvsn10 -lcommon10 -lgeneric10 -lcore10 -lunls10 -lsnls10 -lnls10 -lcore10 -lnls10 `cat /opt/oracle/OraHome_as101202_mt/lib/sysliblist` -Wl,-rpath,/opt/oracle/OraHome_as101202_mt/lib,-rpath,/opt/oracle/OraHome_as101202_mt/jdk/jre/lib/i386:/lib:/usr/lib -lm `cat /opt/oracle/OraHome_as101202_mt/lib/sysliblist` -ldl -lpthread -lm -L/opt/oracle/OraHome_as101202_mt/lib -L/opt/oracle/OraHome_as101202_mt/lib/stubs/ -lutj -lutl -ljvm -lhpi -nsl
    gcc: unrecognized option '-nsl'
    /usr/lib/libXtst.so.6: undefined reference to `__stack_chk_fail@GLIBC_2.4'
    /usr/lib/libXtst.so.6: undefined reference to `__fprintf_chk@GLIBC_2.3.4'
    /usr/lib/libXtst.so.6: undefined reference to `__sprintf_chk@GLIBC_2.3.4'
    collect2: ld returned 1 exit status
    make: *** [rwproxy] Error 1
    End output from spawned process.
    Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'proxy_install runm_install server_install cgi_install cli_install conv_install qv_install' of makefile '/opt/oracle/OraHome_as101202_mt/reports/lib/ins_reports.mk'. See '/opt/oracle/oraInventory/logs/installActions2008-02-06_10-32-46AM.log' for details.
    Exception Severity: 1
    The OS is SUSE 10.3. I know it's not certified.
    It looks to me that the make utility does not know how to handle the '-nsl' option.
    Is there a workaround for this error?
    I hope some one has an idea as I have searched the forums and google without much success.
    Thanks in advance,
    Jon

    Thanks for the tip.
    Correct me if I am wrong but you have set up SLED SP1 connecting to an OS like (RHEL 4/OEL 4,SuSE 9) using VMWare Server. What OS is SLED?
    I chose SUSE 10.3 as its free and I want to set up apps server for purely training purposes. Do you know of a free linux OS that is certified to run AS 10g 10.1.2.0.2?
    Thanks
    Jon

  • A reasonable hardware configuration for Linux OAS

    Has anyone out there tried to run
    Oracle 8 for Linux and OAS 3.02
    all on the same toasted PC/pentium server?
    Could you tell me the nature of your
    hardware configuration (processor speed, ram, etc)
    if you feel the performance is acceptable for
    development (not for actual business operation).
    The technical FAQ lists 48 megs and any
    Pentium to run Oracle 8 for Linux which
    verges on ridiculously low.
    I just want to know a reasonable
    configuration to run both Oracle 8 and OAS .
    Thanks,
    Heji
    null

    I have been runnig OAS/O8 on a Pii/300Mhz system with 128mb of
    ram, and so far I have no real complaints on speed. I even tuned
    the SGA to give a little better performance and still have around
    40 or so MB free. BTW, I haven't really tried to mess around
    with the Linux version of OAS, but have used the Solaris version
    previously, have you noticed any problems with the wrb starting
    up? I have seen some error messages saying "No processes..." or
    something, looks like an error.. have you experienced this?
    Tom Tyson
    mark theodoras (guest) wrote:
    : Heji (guest) wrote:
    : : The technical FAQ lists 48 megs and any
    : : Pentium to run Oracle 8 for Linux which
    : : verges on ridiculously low.
    : The install guide says 32M minimum for O8. I'm not sure with
    : OAS. Given (pc) memory is cheap, I am running O8/OAS3 with
    128M,
    : with no complaints.
    : Given laptop memory is not so cheap, are there folks running O8
    : and OAS3 with 48, 40, or less ram ????
    : I can second any pentium would suffice. I am using P133 & P166
    : systems, and the CPU is NOT the bottleneck.
    : Mark
    null

Maybe you are looking for

  • Updating the OLD open items of a Customer in the Report Cash Man.& Forecast

    Hi All, I've filled the "Cash Managemeng Group" in the master data of a Customer. The report Cash Manag.& Forecast doesn't update its old open line Items. Only the documents successive to the insertion of the "Cash Managemeng Group" in the master dat

  • How can I transfer my old music files to my new iPod using a different computer from that used on the old iPod?

    I got a brand new iPod and wanted to put the music files on my old iPod to the new one. In addition to this I would like to know how to sync my new iPod to a different computer from that of the old one. Is it possible for me to accomplish all this wi

  • Open file dialog is slow when choosing desktop

    At first I thought this was only Safari but it does the same thing in Chrome, Keynote, Pages, Word, Excel, Powerpoint, Photoshop, Lightroom...etc. If I open any app and choose open, and then choose Desktop that app stops responding.   Some apps will

  • How make "Scanner" not printing the output in a new line?

    Hi! I'm Jordi from Barcelona and I'm new on Java and on this Forum. I have a question to you. I'm developing a testing application that uses the "Scanner". Before using it, the app asks a question to the user: String strInput; Scanner sc = new Scanne

  • ICal sync

    I just got my MacBook Pro and I'm trying to sync it with my iPhone and iPad (iCloud is turned on). My problem is getting my iCal to sync with my MacBook...it is showing up on both my iPhone and iPad. Any suggestions?!