Open XML DB hung

Hello,
On one of our nodes, we are observing a thread locked on open XML DB. The thread back trace after attaching to the process is as follows
#0 0x00002b46a2e47f76 in __select_nocancel () from /lib64/tls/libc.so.6
#1 0x00002b46a14a5eeb in __os_sleep () from /usr/local/maui/lib/libdb_cxx-4.5.so
#2 0x00002b46a14364be in __op_rep_enter () from /usr/local/maui/lib/libdb_cxx-4.5.so
#3 0x00002b46a14ab495 in __txn_begin_pp () from /usr/local/maui/lib/libdb_cxx-4.5.so
#4 0x00002b46a13e53ec in DbEnv::txn_begin () from /usr/local/maui/lib/libdb_cxx-4.5.so
#5 0x00002b46a1722a5f in Transaction (this=0x90cea0, mgr=@0x0, flags=0) at Transaction.cpp:40
#6 0x00002b46a171ad14 in DbXml::XmlManager::createTransaction (this=0x844fc0, flags=0) at XmlManager.cpp:654
#7 0x00002b46a1e2e1a0 in BDBXmlDbEnv::openXmlDb (this=0x827d10, dbSpec=@0x43b11b00, stat=@0x43b11a64, prop=0xffffffffffffffff)
Do let me know if more information is needed

This can sometimes happen during "internal init" at the client,
especially if the master goes idle (i.e., the application is not
making any new updates), although in older versions of Berkeley DB
there was a bug or two which caused it to also happen under certain
race conditions.
If you are able to reproduce this hang, can you please turn on verbose
replication message diagnostic output? Also, is the master continuing
to perform update transactions during this time? If not, it would be
useful to try having it do so, even if it means running the
occasional extra "dummy" transaction.
Alan Bram
Oracle

Similar Messages

  • Error message in .docx : 'Open XML file cannot be opened because there are problems with the contents. Details Unspecific error Location: 2'

    I have put a lot of work into a docx document on my Mac, but now can't open it as it gives the error message: 'the Open XML file cannot be opened because there are problems with the contents. Details, Unspecific
    error, Location: 2'
    When opening the original file the message said: 'this file contains word 2007 for Windows equations' etc. but I managed to track changes fine, and saved, closed and re-opened it numerous times without problem. Some graphs seemed moved, and various formulas
    were illegible, but no other weirdness was observed.
    I have microsoft 2008 installed on my Mac OS X version 10.6.8.
    I've tried to fix it using various solutions suggested here, but am afraid am too IT illiterate to have had any luck, please help I'm new to all this!
    I've uploaded it to https://www.dropbox.com/s/hkw9k6lyihzoxpc/SittwayPauktawSQUEACREPORT_KD%2BCH.docx

    Hi,
    This issue is related strictly to oMath tags and occurs when a graphical object or text box is anchored to the same paragraph that contains the equation.
    Please use the "Fix it" tool in the following KB article to resolve the problem. See:
    http://support.microsoft.com/kb/2528942
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • The Open XML file cannot be opened?

    Hello there,
    I tried to open my novel that I had been writing on Word Document but I cannot. A box pops up with this wording...
    The Open XML file Villain.docx cannot be opened because there are problems with the contents or the file name migh contain invalid characters.
    Details
    No error detail available
    And then when I click 'OK', another message pops up...
    Word found unreadable content in Villain.docx.
    Do you want to recover the contents of this document? If you trust the source of this document, click Yes.
    But just as I begin to think I have solved it...
    The Open XML file Villain.docx cannot be opened because there are problems with the contents or the file name migh contain invalid characters.
    Details
    No error detail available
    Location: 2
    I don't understand this! What does it mean? And how can I re-open it? I can't lose this data!

    So... nobody knows how to possibly fix this?

  • Can't open XML documents

    Hi there, I am trying to open XML documents but can't as I have Office 2004 on Mac 10.5.8. The update is only available for 11.5.0. So do I have to buy a new Office package? Or just buy Mac 11.5? Thanks.

    Hi,
    MS has one fix for Office 2004...
    http://support.microsoft.com/kb/953823
    List of other ways...
    http://en.wikipedia.org/wiki/List_of_software_that_supports_Office_Open_XML

  • Failed to open XML document. Failed to retrieve Public ID

    I have a client posting to Weblogic 6.1 server with the help of Apache
    SOAP 2.2. The posting works fine if the contents of the SOAP message
    is small. But when the contents of SOAP reached more than 11KB, the
    following error occurs:
    Error: Failed to open XML document. Failed to retrieve PUBLIC id or
    SYSTEM id from the document. Decrease the number of char between the
    beginning of the document and its root element.
    The SOAP document looks like:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <mn:sMethodName xmlns:mn="sMethodURI">
    <batch appid="1">
    <employee>
    <name>...</name>
    <address>...</address>
    </employee>
    <employee>
    <name>...</name>
    <address>...</address>
    </employee>
    </batch>
    </mn:sMethodName>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The Max Post Size in Weblogic is set to (-1).
    The program is able to handle less than 50 items of
    <employee>.....</employee>. The error occurs when more than 50 items
    are used. The problem is that our application should be able to handle
    more than 1000 items of <employee>....</employee>.
    My questions are:
    1. How should I configure weblogic to solve the problem?
    2. How should I configure the deployment of Apache SOAP to solve the
    problem?
    Pls advise. Thanks.

    One can deduce from the error message that the parser is looking for the
    <?XML...?> portion of the document because that is where the SYSTEM and
    PUBLIC ids are found in the document.
    Peace,
    Cameron Purdy
    Tangosol Inc.
    Tangosol Coherence: Clustered Coherent Cache for J2EE
    Information at http://www.tangosol.com/
    "Grace" <[email protected]> wrote in message
    news:[email protected]...
    >
    Sorry, but I didn't get what you mean. I thought that was handled by theApache
    SOAP API already? And if it couldn't see the XML document header, then whydoes
    this only happens when the document size is large? It doesn't haveproblems whenever
    the document size is small.
    "Cameron Purdy" <[email protected]> wrote:
    It's looking for the XML document header "<?XML" ....
    Peace,
    Cameron Purdy
    Tangosol Inc.
    Tangosol Coherence: Clustered Coherent Cache for J2EE
    Information at http://www.tangosol.com/
    "Grace" <[email protected]> wrote in message
    news:[email protected]...
    I have a client posting to Weblogic 6.1 server with the help of Apache
    SOAP 2.2. The posting works fine if the contents of the SOAP message
    is small. But when the contents of SOAP reached more than 11KB, the
    following error occurs:
    Error: Failed to open XML document. Failed to retrieve PUBLIC id or
    SYSTEM id from the document. Decrease the number of char between the
    beginning of the document and its root element.
    The SOAP document looks like:
    <SOAP-ENV:Envelope
    xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <mn:sMethodName xmlns:mn="sMethodURI">
    <batch appid="1">
    <employee>
    <name>...</name>
    <address>...</address>
    </employee>
    <employee>
    <name>...</name>
    <address>...</address>
    </employee>
    </batch>
    </mn:sMethodName>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    The Max Post Size in Weblogic is set to (-1).
    The program is able to handle less than 50 items of
    <employee>.....</employee>. The error occurs when more than 50 items
    are used. The problem is that our application should be able to handle
    more than 1000 items of <employee>....</employee>.
    My questions are:
    1. How should I configure weblogic to solve the problem?
    2. How should I configure the deployment of Apache SOAP to solve the
    problem?
    Pls advise. Thanks.

  • IExplorer open xml as read only

    Hi!
    We have two problem...
    When we save an excel file, as an XML file...
    it doesn't save
    <?xml version="1.0" encoding="windows-1250" ?>
    to the first line..
    So we get error when we provide UTF-8..
    Second.. (the worst problem)
    When we open xml files from WebDav as a link..it opens only as read only file (because the file goes to temporary internet files)
    u,
    When we open xml files.. from File menu..open..
    it could be opened as read/write...
    and can be saved back to repository....
    Any clue?
    Viktor

    Hi!
    A found some vbscript.. to open excel... but
    it's always asking for username and password... even if i use
    http://xxx@xxx:domain:8080/home/thisis.xml
    And.. we can't upgrade to 10g.. it's too urgent...
    Viktor
    <HTML>
    <BODY>
    <INPUT id=button1 name=button1 type=button value=Button>
    <SCRIPT LANGUAGE="VBScript">
    <!--
    dim app
    dim wb
    sub button1_onclick()
    Set objXLApp = CreateObject("Excel.Application")
    objXLApp.Visible = True
    Set objxlBook = objXLApp.Workbooks.Open" webDav's xml file..")
    end sub
    //-->
    </script>
    </BODY>
    </HTML>

  • How to open XML file in Netscape

    How to open XML file in Netscape.....
    XML file is opening correctly in IE, but giving error in Netscape.Error is
    Error loading stylesheet: Parsing and XSLT stylesheet failed....
    Reply me soon..............

    You may check these tips:
    How to Access Local File Systems from J2ME devices using FileConnection API
    http://www.java-tips.org/content/view/109/73/
    Opening and reading a file on the mobile device
    http://www.java-tips.org/content/view/352/73/

  • Change Excel sheet tab color using Open XML dll

    Hi,
    I want to change the sheet tab color of an excel Xlsx  document. I am using the following code but it does not set the sheet color. I get object reference exception when I set the sheet tab color.
    public static string filepath = @"C:\Test\Book1.xlsx";
    private static void ChangeSheetcolor()
    try
    using (SpreadsheetDocument spreadSheetDocument = SpreadsheetDocument.Open(filepath, false))
    WorkbookPart workbookPart = spreadSheetDocument.WorkbookPart;
    IEnumerable<Sheet> sheets = spreadSheetDocument.WorkbookPart.Workbook.GetFirstChild<Sheets>().Elements<Sheet>();
    //my code
    WorksheetPart worksheetPart =
    GetWorksheetPartByName(spreadSheetDocument, "Sheet1");
    if (worksheetPart != null)
    // worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("Red");
    worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("#CCCCCC");
    // Save the worksheet.
    worksheetPart.Worksheet.Save();
    catch (Exception ex)
    private static WorksheetPart
    GetWorksheetPartByName(SpreadsheetDocument document,
    string sheetName)
    IEnumerable<Sheet> sheets =
    document.WorkbookPart.Workbook.GetFirstChild<Sheets>().
    Elements<Sheet>().Where(s => s.Name == sheetName);
    if (sheets.Count() == 0)
    //does not exist
    return null;
    string relationshipId = sheets.First().Id.Value;
    WorksheetPart worksheetPart = (WorksheetPart)
    document.WorkbookPart.GetPartById(relationshipId);
    return worksheetPart;
    How to change the sheet tab color using Open XML dlls.
    Thanks
    Ashok

    Hi J_Prasanna,
    I'm afraid that it's not possible with OpenXML SDK, but it's possible if you use Excel PIA along with Internet Explorer. Use the Internet Explorer COM object to render the HTML content, then copy the document, use the Paste method of the Worksheet object
    to paste the text with format.
    Dim IE As Object
    Set IE = CreateObject("InternetExplorer.Application")
    With IE
    .Visible = False
    .Navigate "about:blank"
    .document.body.InnerHTML = Sheets("Sheet1").Range("A1").Value
    .document.body.createtextrange.execCommand "Copy"
    ActiveSheet.Paste Destination:=Sheets("Sheet1").Range("A1")
    .Quit
    End With
    The code is similar if you use managed project.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to open XML files?

    Could someone suggest me how to open XML files? (Microsoft free XML converter doesn't work for all files)

    There are several XML editors available at VersionTracker or MacUpdate.

  • How can I add links to open xml and csv files stored in another location? Please advice how to place links in my frame maker document?

    Hi,
    I would like to know as to how can I add links to open xml and csv files stored in another location? Please advice how to place links in my frame maker document?
    Kindly advice.
    Thanks
    Priya

    Special > Hypertext > Command "open document" will do its best to open the target document inside FrameMaker, which may not be much help; Special > Hypertext > Command "message …" will use the application you specify. The user guide for 7.0 says this about absolute links, and I don't think anything has changed since:
    For example, to start PaintBrush and open the Ship.pcx file on drive C you would use the command message system pbrush.exe C:/Ship.pcx
    I've not often used a relative link, and not recently: the same source says
    folder levels are separated by a slash / even in Windows and Mac
    [relative links] FrameMaker searches for a relative pathname beginning in the folder that contains the current document
    [absolute links] FrameMaker searches for an absolute pathname beginning at the top of the file system. In Windows, the absolute pathname begins with the drive specifier, a colon and a slash.

  • Open xml relationship target is NULL when inserting chart

    Hi,
    I have looked into the specification ISO/IEC 29500-1:2012 and i understand that the attribute Target for the element Relationship can be set to NULL at times(Empty header and footer in the specification).
    Now, i have stumbled on Target being NULL also when inserting a diagram into a word document. For example:
    <Relationship Id="rId3" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject"
    Target="NULL" TargetMode="External" xmlns="http://schemas.openxmlformats.org/package/2006/relationships" />
    I'm using Open xml sdk and i'm trying to create a relationship. My question is how i should resolve the target which i think should point to the diagram/chart that i inserted.
    Br,
    /Peter
    Peter

    Hi Cindy,
    It is "easy" to reproduce :)
    1. Create a word document
    2. Add a CustomXml to the document with for example "Word content control toolkit"
    2:1 The CustomXml should look something like this <Root xmlns=http://schemas.company.se><Description></Description></Root>
    3. Open up the word document and open up the "XML Mapping Pane" under Developer tab. Add rich text content control which mapps to the <Description> element.
    4. Save and close the document
    5. Take a copy of thedocument
    6. Open up the document again, place the insert point within the content control mapped to <Description> element and insert a Chart.
    7. Save and close the document
    8. Rename the document with the extension .zip and navigate to word/charts/_rels/ and open up chart2.xml.rels.
    9. Search for Target="NULL", you should find 1 occurrence
    You can also download a sample here: http://1drv.ms/1raxoUr
    Br,
    /Peter
    Peter

  • Office Open XML PowerPoint in Keynote?

    Has anybody found a way to import Office 2007 .pptm files in Keynote? One of my profs last quarter posted everything in his online class in the latest version of PowerPoint (instead of just simple docs...) and I was hopelessly stuck having to go into the school to convert them on their computers which defeated the reasons for taking an online class. I saw that Pages was able to import Office Open XML files and hoped that Keynote would be able to also.
    I have Windows installed under BootCamp and Parallels for some modeling tools, but I don't feel like getting an old copy of Office and Microsoft's XML document converter just to be able to convert one type of document. This latest iWork successfully replaced NeoOffice for everything I needed and saves me from going into Windows that much more. (Numbers is brilliant!)
    Maybe more XML document importing will be added with a point release of iWork?

    This problem bit one of my Mac users, and it took me a little while to figure out what was going on.
    In Office 2008 for Windows, there are two new types of file formats. One type ends with an 'x', the other with an 'm'. Both are OOXML-based ("Office Open XML"), but the latter is "macro-enabled". For some reason, Keynote and Pages (and possibly Numbers?) seem to be unable to open or import the 'm' files, but AFAIK all are capable of importing the 'x' files.
    I'll refrain from expressing my opinion on Microsoft's choice to invent and use this new "standard" format, but it seems the fact that it's XML-based seems to work in our favor here. On a whim, I tried changing the extension of an unopenable .pptm presentation to .pptx (without making any further modifications) and opening it in Keynote. And boom! It imported smoothly.
    I'm not sure if this works the same with other types by converting .docm to .docx or .xlsm to .xlsx, but it's worth a try. Post your results here, I'm curious.

  • "Open XML Converter" opening when I click "Open in finder" in stacks

    Today, suddenly, "Open XML Converter" opens when I click "Open in finder" in stacks or select a folder in Spotlight.
    This happens in only one account (mine; I have quarantined admin and guest accounts).
    I have repaired permissions a number of times, re-booted, used Time Machine to restore the Preferences folder from before it started up, deleted and re-installed the program and nothing changes it.
    This is highly annoying and I don't know what to do, except delete Open XML Converter, which I'd rather not do.
    Any thoughts would be much appreciated.
    Computer details are:
    Hardware Overview:
    Model Name: MacBook
    Model Identifier: MacBook4,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2.4 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 3 MB
    Memory: 2 GB
    Bus Speed: 800 MHz
    Boot ROM Version: MB41.00C1.B00
    SMC Version (system): 1.31f0
    Serial Number (system): W8816NQM0P1
    Hardware UUID: 54F8B60E-340B-5619-8A73-97B31C95E140
    Sudden Motion Sensor:
    State: Enabled

    Try reset ipad. Hold down Sleep and Home button for about 10 seconds until you see the Apple logo.

  • Auto fit columns in excel using open xml

    I have generate excel using open xml and it contain auto fit property for columns. my problem is that the excel is opening very well in kingsoft spreadsheets
    and other tools, but not opening in microsoft excel 2013 and older version. Is there any solution for auto fit columns in excel using open xml and should open in Microsoft excel  all version

    Hi Raj12345,
    >> I have generate excel using open xml and it contain auto fit property for columns. my problem is that the excel is opening very well in kingsoft spreadsheets and other tools, but not opening in microsoft excel 2013 and older version
    I assume you was using OpenXML SDK and I'm afraid we are not able to find the root cause according to your description, would you mind sharing us some code sample to reproduce this issue.
    >> Is there any solution for auto fit columns in excel using open xml and should open in Microsoft excel  all version
    As far as I know, there is no auto fit property for columns in excel with openxml. I am afraid that you need to calculate the column width depending on the cell contents, and then set the column width. The link below shows more details:
    # Solution: How to AutoFit Excel Content
    https://social.msdn.microsoft.com/Forums/office/en-US/28aae308-55cb-479f-9b58-d1797ed46a73/solution-how-to-autofit-excel-content?forum=oxmlsdk
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Issues opening xml files in CS6

    I'm having a problem opening xml files in CS6. Currently, I'm able to load Dreamweaver CS6, but when I open a file labeled as .xml, the application freezes up. I have already set up my preferences to read .xml files. (some background info: I do have a previous version of 5.5 installed on the same machine. I could guess that the problem could be associated with having an earlier version of dreamweaver installed at the same time, but why would it only affect xml files?)

    Have you tried opening the .xml file in NotePad or some other simple text editor? just to verify that the file is good and not corrupted.

Maybe you are looking for

  • Add'l ideas to cure slow Time Machine backup

    Over the past 10 days, the average duration of my Time Machine backups has gone from 1 minute to :42-:45 minutes. There's been no significant shift in my computing behavior during that time. To fix, I've tried nearly everything recommended in Pondini

  • INSTALLING BOOT CAMP on MacBook Pro

    Can anyone guide or help me? I will pay. If the WSJ says you can do it it must be doable. I have downloaded four versions of the figgin Boot Camp and tried to install it ten times. I cannot get the reboot to produce the two partitions and yes I'm hol

  • Place one IDML file inside another one.

    I want to place one or more IDML files into another single IDML "master" file. The master file is sort of a template for a site layout. The IDML files I need to embed represent single content boxes with specific layouts. The files for those content b

  • DATA Source error JNDI at WLS

    Hi everyone. I have a problem. I created a data source (REMATES_Desarrollo) at agent and deployed at WLS but from Topology when I test that data source with the agent deplyed at WLS give a error, the Data Source at WLS and Conection at Topology are t

  • Block port on Value Exception

    Hi, Whenever there is a Value or Import exception,port is not blocked but now customer wants to block the port in case of Value Exception as there can be scenario where a record is updated in the source system but due to some issue it failed under va