MFL.convertToXml() gives 'Internal Error'  in custom adapter

Has anyone seen the MFL.convertToXml() fail with:
IllegalStateException: Internal Error, current node is null
dies at com.bea.nonxml.readers.NonXMLReaderVisitor.nextToken(NonXMLReaderVisitor.java:110)
Anyone got source to this?
I call this method from within a custom adapter.
I have an extremly simple MFL file as follows,
Note that I added a 'IgnoreTheRest' at the en, to see if I could simplify it.
<?xml version='1.0' encoding='US-ASCII'?>
<!DOCTYPE MessageFormat SYSTEM 'mfl.dtd'>
<MessageFormat name='MsgNoBits.h.2' version='2.02'>
<!-- C declaration of message_id: unsigned short -->
<FieldFormat name='message_id.2' type='UBigEndian2'/>
<!-- C declaration of id: unsigned short -->
<FieldFormat name='id.2' type='UBigEndian2'/>
<!-- C declaration of num_bytes: unsigned long -->
<FieldFormat name='num_bytes.2' type='UBigEndian4'/>
<FieldFormat name='IgnoreTheRest' type='Filler' optional='y' length='1' repeat='*'>
</FieldFormat>
</MessageFormat>

Not really...
Just worked around it by doing the MFL.convertToXml() inside the ejb container.
The way you get the binary data through the JCA to the container is by converting the binary data to a HexBinary XML type. (if you find another way please let me know)
Pull out the binary once you receive it ( I use a JPD ). Then perform the translation. I think its very inefficient since you have to do bin-hex-bin-xml XML crap, but it works.
heres the hexbinary snippet you use for your event definition.
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="wlai/XXX_event"
xmlns="wlai/XXXAppView_XXX_event"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="XXXData"
type="xsd:hexBinary"/>

Similar Messages

  • When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    please note: 500 error is the most difficult HTTP error to troubleshoot , because it is very generic. It could be because of many things.
    So, if you could provide us the OIM diagnostic logs when you receive it, it will help as to be helpful.
    thx in advance,
    Thiago Leoncio.
    thiagoleoncio

  • Error in Custom Adapter

    Hi ALL,
    i have developed one custom adapter and its was working fine now we have change some code according to new requirement. now the thnig is this adapter is capable for sending the data once but when its again going to send data its giving me error:
    Returning synchronous error notification to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.ClassCastException: com.sap.aii.af.ra.ms.transport.TransportHeaders.
    Transmitting the message using connection http://XXXXX:8000/sap/xi/engine?type=entry failed, due to: com.sap.aii.af.ra.ms.api.DeliveryException: java.lang.ClassCastException: com.sap.aii.af.ra.ms.transport.TransportHeaders.
    Can anybody give me any clue why its happenng...
    Thanks & Regards
    Kunaal
    Edited by: KUNAAL MASIH on Feb 2, 2009 11:39 AM

    Hi,
    i am just guessing.........i think you have developed a custom adpater module for a adapter which you are using in a synchronous scenario..........so i think what has happened is that for your first req msg's response when came to your custom adpater module is erroring due to some reason..........so just check whether you are doing some processing for the synch response in your custom adapter module.
    Regards,
    Rajeev Gupta

  • OnDemand after Source Clocked give "internal error status -88700"

    Hi,
    I am using Analog Input and Counter Input simultaneously with a shared internal clock source on the NI PCIe-6363
    I'm running on WinXP, with NIDAQmx Driver 9.1.1f0
    I start off by doing some OnDemand acquisitions and it all works.
    Then I configure the task for Sample Clocked acquisitions and everything works.
    Then I try to configure the task back to OnDemand using DAQmxSetSampTimingType, but when I start the task I get "DAQmx Error: An internal error occurred. Status Code : -88700"
    If I ignore the error and try to acquire samples, I get a blue screen of death and the PC reboots.
    DAQmx Error: An internal error occurred.
    Task Name: MyTaskCI
    Status Code: -88700
    I tried unreserving the task, and setting the sampling timing type back to on demand, with input buffer size to 0 (also tried 1, and 1000, neither worked). I noticed that going to sample clocked mode changed various properties. I tried manually setting the data transfer mechanism back to programmed io, and disabling CI memory mapping but that did not help. Additionally I tried setting the sampling mode to finite, and number of samples per channel to 1 but that didn't help either. I also tried setting the sample clock source back to blank, but that didn't help. I am not sure if there's something else I am missing. I tried reading all the properties I thought might be getting changed by sample clocked mode, and re-applying them - but that didn't work either.
    Please find attached a simplified peice of code (adapted from the NIDAQmx ANSI C Example program: ContAcq-IntClk-EveryNSamplesEvent.c) to reproduce the issue.
    Your feedback is greatly appreciated.
    Thanks,
       hemdanw
       The MathWorks
    Attachments:
    BufferedAICI.c ‏9 KB

    Hi Falk,
    Change detection does two things:
    Reads digital input channels when a change occurs on a set of digital input lines.
    Optionally provides a (non-periodic) trigger or clock for another task, such as digital output, analog input, analog output, or counters.
    This secondary functionality is only useful when you want to detect changes on multiple input lines and treat them as if they are the same, or if you want the input lines to be sensitive to both rising and falling edges. Since you only want your digital output task to look at rising edges on a single line, you can use a PFI line instead of using change detection. The cDAQ-9172 supports PFI lines in slots 5 and 6, so move the NI 9421 to slot 5 or 6.
    > Suppose I connect a button to the digital input an I want the output to be triggered when I press the button.
    Okay, that partially explains what you're trying to do. How many samples do you want to output when the button is pressed?
    If you want each button press to output one sample, then run "Write Dig Chan-Ext Clk.vi" with "Physical Channels" set to "cDAQ1Mod1/port0/line0:7" and "Clock Source" set to "/cDAQ1Mod5/PFI0" (with the NI 9421 in slot 5). Every time you press the button, the output will change once, assuming that the button is debounced.
    If you want each button press to output a waveform containing many samples, then ideally you would be able to run "Write Dig Chan-Int Clk-Dig Start.vi", but this uses DIO triggering functionality that isn't supported by the cDAQ-9172. To emulate this functionality on the cDAQ-9172, you would need a combination of "Gen Dig Pulse-Finite-Dig Start.vi" and "Write Dig Chan-Ext Clk.vi". Start the DO task first because it will wait for the sample clock.
    If the button is not debounced, you may also want to enable digital filtering on PFI0 (or build a debounce circuit). I don't know of a good example showing how to do this. Maybe someone else has an example to recommend?
    Brad
    Brad Keryan
    NI R&D

  • Discoverer 9i: Export data to PDF gives internal error

    Hi there!
    In discoverer 9.0.2.39.01 (desktop edition), EUL 5.0.0.0.0.0 the export data option
    to PDF gives the following error:
    Internal Error in generating report Export failed.
    In MetaLink you can find bug 780474 for Discoverer 3! It seems to be the same bug?!
    If there is a workaround please send a hint to the list.
    Anybody out there who can give me a hint?
    Best regards!
    Henrik
    Henrik Bachmann mailto:[email protected]
    B.I.M.-Consulting Magdeburg http://www.bim-consulting.de/
    D-39108 Magdeburg

    Hi there!
    Here is the solution:
    I have five Oracle Homes on my PC, because I am testing new releases of
    Oracle software (e.g. Discoverer 9.0.2).
    The database connect is well defined in the tnsnames.ora in the oracle home
    for 9i tools but not defined in the oracle home for 6i Tools (a newbie error
    - annoyingly, but there is no qualified error message from Discoverer ...).
    So Reports (6i!) is not able to connect to the target database. But if you
    wish to export to PDF you need reports 6i.
    Thanks again!
    Best regards!
    Henrik

  • Emailing from LR4 gives internal error

    Emailing from LR4 (export for email), gives the following error, "An internal error has occurred: There is something wrong in CryptUnprotectData."  I am not trying to interface with Facebook, but use a gmail account for email.  Does anyone know how to solve this error?

    I input a solution at : http://forums.adobe.com/message/4503213.
    Thanks,
    Emily

  • "Save As" or "Export" gives "Internal Error"

    When I use the "save as" or "export" functions, I get an
    error message that says "An internal error has occurred" on one
    line and another "An internal error has occurred" on a second line
    below. Clicking OK allows the save, but it makes the "save as"
    window act funky, and some of the controls (like up one level icon
    or back icon) disappear. Makes it tough to navigate to the proper
    folder to save the file.
    This began with my trial of Fireworks 8. Shortly thereafter,
    I downloaded the trial for CS3, same error. Today I purchased
    Fireworks CS3, uninstalled the trial and reinstalled the file
    downloaded from Adobe. Same error. Never had this with MX2004.
    Can't find this one anywhere on the web. Can anyone help?

    On 05/08/2015 20:46, Robert Grant wrote:
    > Hello!
    >
    > I am following the tutorial in the eclipse help page under the Platform
    > Plug-in Developer Guide to create Hello World as a Plug-in project. When
    > following the steps, the instructions say to select the template
    > "Plug-in with a vew" but I only have two options: "Custom
    > plug-in-wizard" and "Plug-in with a Graphiti Editor". Neither lead to a
    > plug-n with a vew. I am running the IDE for Java Developers Mars
    > Release 4.5.0. I am wondering if anybody is having the same problem or
    > if there is a way to fix this. Thank you in advance!
    Hi
    IIRC the IDE for Java Developers does not include the PDE SDK (Plug-In
    Development Environment); so, either you install it in your Eclipse, or
    you download at least "Eclipse for Committers" or "Eclipse for RCP".
    Hope this helps
    Lorenzo
    Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
    HOME: http://www.lorenzobettini.it
    Xtext Book:
    http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book

  • Java 5 Update 11(JRE) Installation gives "Internal Error 2762"

    Hi,
    I try to install Java 5 update 11 fom java.sun.com. During finish of Installation I get --"Internal Error 2762" popup with an "OK" button.
    Running on Windows XP Professional, has previous installed java 5 update 10 on my system. Internet Explorer browser is running at install time.
    Is there any workaround for this.
    Thanks
    Mamatha

    This is a Windows installer generated error message. Most of the times, continuing with installation by clicking on "OK" button will install the software without any issues. You can verify the installation by running the testvm applet from:
    www.java.com/en/download/help/testvm.xml
    Note: ensure to start a fresh browser session after installation is complete
    In case, you still find the older version listed, write back with the install log. Instructions can be found at:
    Download Windows offline installer - jre-1_5_0_11-windows-i586-p.exe to c:\
    Run the installation again with logging turned on:
    c:\jre-1_5_0_11-windows-i586-p.exe /v"/L c:\install.log"

  • Internal Error in Search for Candidate in Talent Pool in E-Recruitment

    Hi All,
    I've problem in Search in Candidates in Talent Pool in E-Recruitment in SAP E-Recruitment. When I search with text, it just gives internal error. I digged into the BSP Application as well. In the funtion call "SDOK_INDEX_COMBINED_SEARCH_XML" returns error "document area not specified" and raises an internal error. Anyone faced similar issue??? Please Help!!!
    Thx,
    Anand

    Well, obviously you never used any component of KPRO yet.
    Just upload an attachment onto the candidate's profile.
    An index category should automatically be created.
    Also generate search profiles and plan the periodical service RCF_PERIODICAL_SERVICES. You can find the documentation about this report and search profile via IMG.
    Also look if HR_KW is checked within transaction SKPR06.
    Message was edited by: Sebastian Menger

  • Internal error at open dialog box

    Hi All,
    I have created an add-on, there i have given the facility for attachments. When i click on browse button open dialog box opens.
        In some computers when i click on browse button, it gives internal error (-2147467259) occurred -unspecified Error.
    So can any one help on this?
    Regard's
    Hari

    ========
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
    Select Case pVal.ItemUID
    Case "Btnbrowse"
    Me.OpenFile()
    end select
    Private Sub *OpenFile*(ByRef BubbleEvent As Boolean)
    Try
    ShowFolderBrowserThread = New Threading.Thread(AddressOf ShowFolderBrowser)
    If ShowFolderBrowserThread.ThreadState = ThreadState.Unstarted Then ShowFolderBrowserThread.SetApartmentState(ApartmentState.STA)
    ShowFolderBrowserThread.Start()
    ElseIf ShowFolderBrowserThread.ThreadState = ThreadState.Stopped Then
    ShowFolderBrowserThread.Start()
    ShowFolderBrowserThread.Join()
    End If
    Catch ex As Exception
    sbo_application.MessageBox("OpenFile" & ex.Message)
    End Try
    Private Sub ShowFolderBrowser()
    Dim MyTest As New OpenFileDialog
    Dim MyProcs() As System.Diagnostics.Process
    Dim filename As String
    MyProcs = process.GetProcessesByName("SAP Business One")
    If MyProcs.Length = 1 Then
    For i As Integer = 0 To MyProcs.Length - 1
    '// WindowWraper concepts are used to access open dialogue box of windows
    Dim MyWindow As New WindowWrapper(MyProcs(i).MainWindowHandle)
    MyTest.Filter = "Excel files (*.xls)|*.xls|Document files (*.doc)|*.doc|Presentation (*.ppt)|*.ppt|Adobe PDF Files (*.pdf)|*.pdf|Text Documents (*.txt)|*.txt" '|All Files (*.)|.*"
    'MyTest.InitialDirectory = "C:\Program Files\SAP\SAP Business One\Attachments"
    '// Initial path for open dialogue box
    '// We can change as per the requirements
    MyTest.InitialDirectory = "C:\Program Files\SAP\SAP Business One\Attachments"
    If MyTest.ShowDialog(MyWindow) = DialogResult.OK Then
    filename = MyTest.FileName
    .your validations........
    Else
    System.Windows.Forms.Application.ExitThread()
    End If
    end sub
    Public Class WindowWrapper
    Implements System.Windows.Forms.IWin32Window
    Private _hwnd As IntPtr
    Public Sub New(ByVal handle As IntPtr)
    _hwnd = handle
    End Sub
    Public ReadOnly Property Handle() As System.IntPtr Implements System.Windows.Forms.IWin32Window.Handle
    Get
    Return _hwnd
    End Get
    End Property
    End Class
    To open the file you can use the follwing code on display button pressed.
    Private Sub *fileopen*(ByVal filename As String)
    '// Opening specified document with reference to the filename distributed
    Try
    System.Diagnostics.Process.Start(filename)
    Catch ex As Exception
    sbo_application.StatusBar.SetText("File Not Found in Specified Path:" & filename, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
    End Try
    End Sub
    ========
    Public Sub SBO_ManageItemEvent( _
      ByVal FormUID As String, _
      ByRef pVal As SAPbouiCOM.ItemEvent, _
      ByRef BubbleEvent As Boolean _
    ) ' Item Event Handler
      Dim oForm As SAPbouiCOM.Form
      oForm = SBO_Application.Forms.Item(FormUID)
      Select Case pVal.EventType
          Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
           Select Case pVal.ItemUID
               Case "btnBrowse"       ' Select file
                If Not pVal.BeforeAction Then
                    Call ShowFolderBrowser(oForm)
                End If
           End Select
      End Select
      oForm = Nothing
    End Sub
    Private Sub ShowFolderBrowser(ByRef oForm As SAPbouiCOM.Form)
      Try
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          ' I'm using default path...
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          Dim sPath As String = SBO_Company.ExcelDocsPath
          oForm.Freeze(True)
          SBO_Application.Desktop.State = BoFormStateEnum.fs_Minimized
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          ' All windows down with command ^M
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          Const KEYEVENTF_KEYUP = &H2
          Const VK_LWIN = &H5B
          Call keybd_event(VK_LWIN, 0, 0, 0)
          Call keybd_event(77, 0, 0, 0)
          Call keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)
          Dim fileName As String = ""
          Dim OpenFileDialog As New OpenFileDialog
          OpenFileDialog.Title = "Select Excel File"
          OpenFileDialog.Filter = "Excel files (*.xls)|*.xls"
          If Not sPath.Equals("") Then
           OpenFileDialog.InitialDirectory = sPath
          Else
           OpenFileDialog.InitialDirectory = Me.SBO_FormEventHDL.BdgPathLog  '"C:\"
          End If
          If OpenFileDialog.ShowDialog() = DialogResult.OK Then
           fileName = OpenFileDialog.FileName
           sFileXls = fileName
           ' ++++++++++++++++++++++++++++++++++++++++++++++++++
           ' Here I post getted path into my edittext field
           ' ++++++++++++++++++++++++++++++++++++++++++++++++++
           Dim oEdit As SAPbouiCOM.EditText
           Dim oItem As SAPbouiCOM.Item
           oItem = oForm.Items.Item("eFileName")
           oEdit = oItem.Specific
           oEdit.Value = sFileXls
           oItem = Nothing
           oEdit = Nothing
          End If
      Catch ex As Exception
        ' log exception
      Finally
          oForm.Freeze(False)
          SBO_Application.Desktop.State = BoFormStateEnum.fs_Restore
          System.GC.Collect() 'Release the handle to the table
      End Try
    End Sub

  • Internal Error in reading a Table of Oracle custom-defined objects.

    Hi,
    We are running into an Oracle internal error when trying to extract data from an OUT parameter of a stored procedure. The OUT parameter is of the type TABLE of Oracle custom-defined OBJECT.
    Any help on this issue will be greatly appreciated.
    Thanks, in advance,
    OraNew
    Program:
    package test;
    import java.sql.CallableStatement;
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Types;
    import java.util.ArrayList;
    import java.util.List;
    import oracle.sql.ARRAY;
    import oracle.sql.STRUCT;
    import src.vo.ProfileBank;
    public class TestOracle {
    * @param args
    public static void main(String[] args) {
    try{
    Connection con = getConnection();
    ResultSet rsBalance = null;
    CallableStatement cs =
    con.prepareCall("{ CALL acr_profiles.get_profile_bank( ?, ?, ?)}");
    cs.setLong(1, new Long(133).longValue());
    cs.setLong(2, new Long(29032).longValue());
    cs.registerOutParameter(3,Types.ARRAY,"ACR_USER." + "ACR_PROF_BANK_TAB");
    cs.execute();
    ARRAY array = (oracle.sql.ARRAY) cs.getObject(3);
    System.out.println("length: "+ array.length());
    System.out.println("isConvertible: " + array.isConvertibleTo(Object.class));
    System.out.println("isInline: " + array.isInline());
    rsBalance = array.getResultSet();
    showResultSet(rsBalance);
    } catch (Exception sql){
    System.out.println("Exception "+ sql);
    public static void showResultSet (ResultSet rs) throws SQLException
    System.out.println("ResultSet = "+ rs.toString());
    List profileBanks = new ArrayList();
    while (rs != null && rs.next()) {
    STRUCT struct = (STRUCT)rs.getObject (2); //getting the Internal Error on this line.
    Object[] attribs = struct.getAttributes();
    System.out.println("Bank Alias Id"+ (java.math.BigDecimal) attribs[0]);
    System.out.println("Bank Name"+ (String)attribs[1]);
    System.out.println("Bank set flag "+ (String) attribs[2]);
    ProfileBank pBank = new ProfileBank();
    pBank.setBankAliasId(new Integer(((java.math.BigDecimal) attribs[0]).intValue()));
    pBank.setBankName((String) attribs[1]);
    pBank.setSelBankFlag((String) attribs[2]);
    profileBanks.add(pBank);
    public static Connection getConnection() throws ClassNotFoundException, SQLException {
    Class.forName("oracle.jdbc.driver.OracleDriver");
    System.out.println("Driver loaded");
    // establish a connection
    Connection conn = DriverManager
    .getConnection(
    "jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.3.11.201)(Port=1521)) (CONNECT_DATA=(SERVICE_NAME= aada.a.al)))",
    "acr_user", "acr_user");
    System.out.println("Database connected");
    return conn;
    Console Output:
    Driver loaded
    Database connected
    length: 2
    isConvertible: false
    isInline: true
    ResultSet = oracle.jdbc.driver.ArrayDataResultSet@1f3aa07
    Exception java.sql.SQLException: Internal Error
    Partial Stacktrace obtained from the Eclipse Debug window:
    oracle.jdbc.driver.DatabaseError.throwSqlException(int) line: 292
    oracle.jdbc.oracore.OracleTypeCOLLECTION.initCollElemTypeName() line: 1192
    oracle.jdbc.oracore.OracleTypeCOLLECTION.getAttributeType(int) line: 1225
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName(boolean) line: 119
    oracle.jdbc.oracore.OracleTypeADT(oracle.jdbc.oracore.OracleNamedType).getFullName() line: 93
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).initSQLName() line: 497
    oracle.sql.StructDescriptor(oracle.sql.TypeDescriptor).getName() line: 392
    oracle.sql.StructDescriptor.getClass(java.util.Map) line: 2003
    oracle.sql.STRUCT.toJdbc(java.util.Map) line: 983
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int, java.util.Map) line: 1379
    oracle.jdbc.driver.ArrayDataResultSet.getObject(int) line: 1198
    test.TestOracle.showResultSet(java.sql.ResultSet) line: 53
    test.TestOracle.main(java.lang.String[]) line: 38
    Environment:
    Database: Oracle 10g (10.2.0.3)
    JDBC Drivers: version 10.2.0.3 (ojdbc14, orai18n)
    Database Server: HP-UX
    Client machine: Windows XP
    <end of thread>

    hi Thom,
    most error relating to table DOKTL are caused by misconfigured network card.
    if this is a "home" system, install a loopback adapter from Microsoft and use IP address 127.0.0.1 and also check "hosts" file for inconsistency. do not use the IP adddress provided by your ISP as it may change.

  • Since trying to update yesterday, my computer won't download any updates and itunes 11.1 says "Internal Error" and gives me the following info when I click on a song or podcast: Exception Name: NSInvalidArgumentException Description: -[_NSConcreteUserNoti

    Since trying to update yesterday, my computer won't download any updates and itunes 11.1 says "Internal Error" and gives me the following info when I click on a song or podcast:
    Exception Name: NSInvalidArgumentException
    Description: -[_NSConcreteUserNotification activationType]: unrecognized selector sent to instance 0x25a06b0
    User Info: (null)
    0   CoreFoundation                      0x922216fb __raiseError + 219
    1   libobjc.A.dylib                     0x920108db objc_exception_throw + 230
    2   CoreFoundation                      0x9222563d -[NSObject(NSObject) doesNotRecognizeSelector:] + 253
    3   CoreFoundation                      0x9216af77 ___forwarding___ + 487
    4   CoreFoundation                      0x9216ad22 _CF_forwarding_prep_0 + 50
    5   iTunes                              0x00df38e2 iTunes + 14624994
    6   iTunes                              0x00df36ae iTunes + 14624430
    7   libobjc.A.dylib                     0x9201c6c5 -[NSObject performSelector:withObject:withObject:] + 77
    8   Foundation                          0x93c12d85 -[_NSConcreteUserNotificationCenter _sendDelegateMessage:sendToAppDelegate:withNotificationFromMessage:] + 335
    9   Foundation                          0x93c12eaf -[_NSConcreteUserNotificationCenter _notificationPresentedMessage:] + 58
    10  Foundation                          0x93c137c2 __block_global_1 + 156
    11  libdispatch.dylib                   0x9371b2cf _dispatch_call_block_and_release + 15
    12  libdispatch.dylib                   0x9371ea80 _dispatch_client_callout + 46
    13  libdispatch.dylib                   0x9371c8e8 _dispatch_main_queue_callback_4CF + 223
    14  CoreFoundation                      0x9211b255 __CFRunLoopRun + 1829
    15  CoreFoundation                      0x9211a7c4 CFRunLoopRunSpecific + 308
    16  CoreFoundation                      0x9211a67b CFRunLoopRunInMode + 123
    17  HIToolbox                           0x90b6fc76 RunCurrentEventLoopInMode + 242
    18  HIToolbox                           0x90b76eb9 ReceiveNextEventCommon + 374
    19  HIToolbox                           0x90b76d34 BlockUntilNextEventMatchingListInMode + 88
    20  AppKit                              0x97621923 _DPSNextEvent + 709
    21  AppKit                              0x97621167 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    22  AppKit                              0x9761d78c -[NSApplication run] + 855
    23  iTunes                              0x0017a898 iTunes + 1546392
    24  iTunes                              0x0017a709 iTunes + 1545993
    25  ???                                 0x00000002 0x0 + 2

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, or by corruption of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and Wi-Fi on certain models.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Who can give me a suggestion about java crash with Internal Error ID?

    I running my server performance test, but after 7 hours, the jvm crashed and give a java internal error ID with "*53484152454432554E54494D450E43505001A8*",
    and I can not query any valuable information from Google by this internal Error ID. Who can give me a light?
    I have run the performance test on the other machine with the same service logic, the other environment not crash, It's very strange!
    h5. some content of The hs_err_xxx.log file:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53484152454432554E54494D450E43505001A8), pid=16908, tid=1060293520
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_19-b02 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x425782e8): JavaThread "11d1def534ea1be0:656f6049:124caa54ac8:49c0,EventTypeID[com.telware.protocol.cid.eve
    nt.CIDContinueEvent#telware#1.0], #14" [_thread_in_Java, id=17068]
    Stack: [0x3f2ac000,0x3f32d000), sp=0x3f32b2a0, free space=508k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x516863]
    V [libjvm.so+0x1ca6cc]
    V [libjvm.so+0x4a3c5f]
    V [libjvm.so+0x43ceb6]
    V [libjvm.so+0x43a0c4]
    Other Threads:
    0x08e0d850 VMThread [id=16914]
    0x08e20e20 WatcherThread [id=16923]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    h6. Heap
    par new generation total 98304K, used 36214K [0x49360000, 0x51360000, 0x51360000)
    eden space 65536K, 29% used [0x49360000, 0x4a667c10, 0x4d360000)
    from space 32768K, 51% used [0x4d360000, 0x4e3b5e58, 0x4f360000)
    to space 32768K, 0% used [0x4f360000, 0x4f360000, 0x51360000)
    concurrent mark-sweep generation total 1507328K, used 974545K [0x51360000, 0xad360000, 0xad360000)
    concurrent-mark-sweep perm gen total 40152K, used 24021K [0xad360000, 0xafa96000, 0xb1360000)
    h6. VM Arguments:
    jvm_args: -Dfile.encoding=utf-8 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintGCApplicationConcurrentTime
    -XX:+PrintGCApplicationStoppedTime -Xloggc:/home/sepcs/sep/oper/gc.log -Xms1600m -Xmx1600m -Xmn128m -XX:SurvivorRatio=2 -XX:+
    UseFastAccessorMethods -XX:-UseFastEmptyMethods -XX:+UseFastJNIAccessors -XX:ParallelGCThreads=2 -XX:+UseConcMarkSweepGC -XX:
    UseParNewGC -XX:CMSFullGCsBeforeCompaction=1 -XX:GCTimeRatio=19 -Xnoclassgc -XX:DisableExplicitGC -XX:CMSInitiatingOccupanc
    yFraction=70 -XX:+UseCMSCompactAtFullCollection -XX:+CMSParallelRemarkEnabled -Dsep.home.dir=/home/sepcs/sep
    java_command: com.telware.sep.system.SysAdmin -r -gc
    Launcher Type: SUN_STANDARD
    h6. Environment Variables:
    JAVA_HOME=/usr/jdk/jdk1.5.0_19
    PATH=/home/sepcs/sep/bin::/usr/jdk/jdk1.5.0_19/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    LD_LIBRARY_PATH=/usr/jdk/jdk1.5.0_19/jre/lib/i386/server:/usr/jdk/jdk1.5.0_19/jre/lib/i386:/usr/jdk/jdk1.5.0_19/jre/../lib/i3
    86
    SHELL=/bin/csh
    DISPLAY=localhost:10.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Server release 5.1 (Tikanga)
    uname:Linux 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:02 EDT 2007 i686
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE infinity, NPROC 31726, NOFILE 1024, AS infinity
    load average:2.05 2.35 2.23
    CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 6 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3
    Memory: 4k page, physical 2009524k(54132k free), swap 1049k(1048k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_19-b02) for linux-x86, built on May 4 2009 01:43:34 by java_re with gcc 3.2.1-7a
    (J2SE release)
    time: Sat Nov 7 02:44:28 2009

    Thank you very much first.
    I have noted that the link [t-739313] but I can not found any valuable info for my exception :(
    Yesterday night this crash has been rised again after my server running 1hours, I have analysis the core file, it's stack like this:
    {color:#008080}(gdb) bt
    #0 0xb7f4e402 in __kernel_vsyscall ()
    #1 0x00488c10 in raise () from /lib/libc.so.6
    #2 0x0048a521 in abort () from /lib/libc.so.6
    #3 0xb7990f75 in os::abort () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #4 0xb7a6f914 in VMError::report_and_die () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #5 0xb77236cc in report_fatal () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #6 0xb79fcc5f in SharedRuntime::continuation_for_implicit_exception ()
    from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #7 0xb7995eb6 in JVM_handle_linux_signal () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #8 0xb79930c4 in signalHandler () from /usr/jdk/jdk1.5.0_19/jre/lib/i386/server/libjvm.so
    #9 <signal handler called>
    #10 0x0960527c in ?? ()
    #11 0x429f2160 in ?? ()
    #12 0x429f2158 in ?? ()
    #13 0x4cb72e48 in ?? ()
    #14 0x4cb72f28 in ?? ()
    #15 0x4cb72fe8 in ?? ()
    #16 0x00000000 in ?? (){color}
    I have print the stack from the core file, I found the crashed thread's state which indicted by hs_err_xxx.log is IN_JAVA and no stack information.
    {color:#008080}Thread 12536: (state = IN_JAVA){color}
    (no stack info.)
    {color:#008080}{color:#000000}And from the gc.log, I found that the crash occured in the CMS phase, the last gc log is :
    {color}5814.574: [GC [1 {color:#0000ff}CMS-initial-mark{color}: 829142K(1507328K)] 839697K(1622016K), 0.0281480 secs]
    Total time for which application threads were stopped: 0.0284280 seconds
    5814.602: [{color:#0000ff}CMS-concurrent-mark-start{color}]
    Application time: 1.7093670 seconds
    5816.312: [GC 5816.312: [ParNew: 108858K->8866K(114688K), 0.1133760 secs] 938001K->842222K(1622016K), 0.1135920 secs]
    Total time for which application threads were stopped: 0.1141250 seconds
    Application time: 1.4597160 seconds
    5817.886: [GC 5817.886: [ParNew: 107170K->8372K(114688K), 0.0900130 secs] 940526K->844407K(1622016K), 0.0902690 secs]
    Total time for which application threads were stopped: 0.0907340 seconds
    Application time: 1.4513060 seconds
    5819.428: [GC 5819.428: [ParNew: 106676K->8189K(114688K), 0.0871610 secs] 942711K->846695K(1622016K), 0.0873750 secs]
    Total time for which application threads were stopped: 0.0878680 seconds
    {color:#000000}All above is my found, but I am a newbie in JVM crash, so anybody can help me ?
    and I am very interesting in the Internal Error ID ({color}{color}{color:#ff0000}*53484152454432554E54494D450E43505001A8*{color}{color:#008080}{color:#000000}), I think this ID hide a lot of valuable information for SUN JDK developer, who can interpret it? Thanks very much!
    {color}{color}

  • JMS Internal Error at Server Client Adapter!JMS Service is not started

    Hi
    Can any one tell me how to trouble shoot for following errors:
    Failed to Create Connection! Reason: Response from the server could not be reached.
    JMS Internal Error at Server Client Adapter!JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310
    We are trying to send the request from SONICMQ JMS to R/3 and trying to post the response to Sonic Queue. but we are facing some problems for JMS adapter .
    but in JMS sender and receiver adapter i gave different IP and port for listen the SONIC queue. why it is showing in different IP here? this message got from logviewer.
    regards
    Rambarki...

    Rambarki,
    What is the error displayed on the Adapter Monitoring pages?
    Generally the correct error descriptions for connectivity issues are found on adapter monitoring UI than any other.
    Other possible reasons could be :
    <i>JMS Service is not started
    The following hosts could not be reached 143:223:221:10:50310</i> This might be issue with your network settings i.e. XI server is unable to reach the specified IP on specified port.
    Regards,
    Amol

  • Portion creation - Internal error: application log is not customized (IU15/)

    When we try to create a Portion (E41B) we are getting a message "Internal error: application log is not customized (IU15/)" and a Portion can not be created.
    Does anyone have idea what may be the reason for such message? How to solve the problem and create a Portion?
    In Business Object Repository for SAP Utilities we can see object type "Portion" as well as "Application log IS-U" (ISUIDOCLOG).
    Since these are standard object types it seem to us that application log should be written by Event Viewer (the same as System and Security log). Are we missing something out?
    P.S. A word about our system:
    SAP ERP 6.0 (IDES version) EHP7, OS: Windows server 2012, DB: Oracle (release 11.2.0.3.0) and switch for IS-U is recently activated.
    Postal Regional Structure is successfully imported, Political structure defined, Country specific settings customized, Parameter record defined.
    Regards,
    Julija

    Problem solved. Note 400322 was very helpful. We defined object IU15 and a appropriate sub objects, after that Portion was created successfully.

Maybe you are looking for

  • Unable to send IDOCs from SAP PI 7.3 system to a NON-SAP system

    Hi Experts,    We have a simple file to IDOC scenario in our SAP PI system. There is no mapping as the file is already in the IDOC-XML format. However , the target system is a NON-SAP system. We are using a TCP/IP RFC destination to connect to it. He

  • Project Management Templates fo SharePoint?

    Can you recommend SharePoint "templates" to use for Project Management? (Something for our PMO) TIA, edm2

  • FPY1 Payment in FICA

    Hi ' Can any one give the suggession on this. I heve seen this information in Best practices. "The output file from the payment run becomes the input file for accounts payable. The system uses the data to create an invoice using a one time vendor num

  • Installing ipod nano on a windows computer after it has been used on a Mac

    I am trying to get an ipod Nano to work on windows after it was originally synched to a MacBook. I have iTunes 8, and we've already unistalled and reinstalled it once. iTunes recognizes the iPod, and says "iTunes has detected a Macintosh formatted iP

  • After installing last version 11.0.0.163 itunes crash at startup.

    i have a windows 7 64bit notebook with 12GB Ram i updated Itunes to the last version (before i used 10.7 version ) After the upgrade itunes don't start ! If i double click on the icon start itype process after few second start  ipoint.exe process and