Error in BPEL11g :Parse struct conversion  error.

Hi All,
I am facing following error while invoking a procedure which is in apps schema from BPEL by giving it parameters.
actually this procedure/function will accept the payloads as parameters and will give some output parameters, but while processing i am getting following error :
Non Recoverable System Fault :
Exception occurred when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PreImportCleanup' failed due to: Parse struct conversion error. An error occurred while parsing XML representing a Java struct. Unable to convert the XSD element P_INVOICE_REC whose user defined
type is AXF.AXF_PREIMPORT_CUSTOM_PKG_R_IN to a Java struct.
Cause: java.sql.SQLSyntaxErrorException: ORA-04044: procedure, function, package, or type is not allowed here ".
The invoked JCA adapter raised a resource exception.
Please examine the above error message carefully to determine a resolution.
Any suggestion to get over this issue will be so helpful !
Thanks & Regards,
Nupur

when configuring DBAdapter , make sure you specify the procedure by prefixing the schema name like APPS. <procedureName>
Also, make sure grants are there for all objects used by procedure to the user which is connected from BPEL.
You can also edit the XSD generated after DBAdapter configuration by manually prefixing the schema name.

Similar Messages

  • Error while execution of BPEL processes in IPM Solution

    Hi All,
    I am working on the IPM Imaging solution in which Invoice data is captured from OFR in XML format , pushed into IPM and then BPEL process is invoked to push the data into apps tables.
    I am facing following error while invoking a procedure which is in apps schema from BPEL by giving it parameters.
    actually this procedure/function will accept the payloads as parameters and will give some output parameters, but while processing i am getting following error :
    Non Recoverable System Fault :
    Exception occurred when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PreImportCleanup' failed due to: Parse struct conversion error. An error occurred while parsing XML representing a Java struct. Unable to convert the XSD element P_INVOICE_REC whose user defined
    type is AXF.AXF_PREIMPORT_CUSTOM_PKG_R_IN to a Java struct.
    Cause: java.sql.SQLSyntaxErrorException: ORA-04044: procedure, function, package, or type is not allowed here ".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    Any suggestion to get over this issue will be so helpful !
    Thanks & Regards,
    Nupur

    Hi Nupur,
    We had requirement for automating invoice processing, came to know we need to use ODC/ODDC,OFR,OIPM 11g and SOA 11g with EBS.
    My questions are:
    1. do we need OFR for this.
    2. if so how to configure OFR with OIPM
    3. do we need to use imaging solution in OIPM for invoice processing and not managed attaachements
    4. whts the flow is it frm EBS to OIPM or OIPM to EBS(populate invoice) or viceversa
    5. can we do invoice processing automated without AXF solution.
    Thanks a lot in Advance,
    Ra.

  • Conversion Agent - EDI Parser Problem

    Hi Experts,
    We are writing a parser for EDI message type 850.
    When we are giving Repeating Group and Marker "ST", it is taking more fields also, having this value "ST",  which are in other Segments other then ST.
    and reading that ST fields as a segment,
    the output data is not correct due to this problem,
    Please help,
    Regards,
    Study SAP

    Hi VJ,
    thanks for your reply,
    We are writing this Parser at Conversion Agent for EDI 850 & 856, X12 Version 4030.
    The example file for the problem is here :
    ST/856/00001~
    BSN/00/013721/20070806/1808/0001~
    HL/1//S~
    TD1/CTN25/17////G/198/LB~
    TD5//2/HRMN/M/HERMANN TRUCKIN~
    REF/BM/67450800000020664~
    REF/CN/125173569~
    REF/PUA/125173569~
    PER/IC/dan/EM/[email protected]~
    DTM/011/20070806/1807~
    N1/ST//92/93922~
    ST is a segment, when we are going to give this as Marker in Repeating Group, it is picking ST of N1 Segment also.
    '/' is seperator for fields and '~' is seperator for lines.
    Regards,
    Study SAP

  • Conversion Agent - Help for scenario.

    Hi Experts,
    We are working on Conversion Agent for EDI - XI - IDOC, creating Parser in Conversion Agent, when we are using the same in Communication Channel, the file is not picked up from EDI Folder.
    It is giving us one error "Error: java.lang.NullPointerException".
    May be we are not creating the complete scenario and making some mistake in the scenario.
    We have read many blogs and threads on SDN, but it is not making any help in our condition.
    If anybody have complete scenario with screen shot, please give us that as it is urgent.
    Please help,
    Regards,
    Study SAP

    Hi Lawrence,
    Thanks for your reply,
    There is only one project and at CMD when we are trying to run it is running fine,
    in the result is creating XML Message.
    we have these errors in our Communication Channel Monitoring :
    Transformation failed; CMException: Failure while trying to create engine log C:/Documents and Settings/Administrator/Application Data/SAP/ConversionAgent/CMReports/Init/Events.cme- for more information see file://internal
    Attempt to process file failed with com.itemfield.contentmaster.CMException
    Is the problem related to our project or with our deployment ?
    Please help,
    Regards,
    Study SAP

  • SAP CONVERSION AGENT - XPATH not found in DATA HOLDER?

    Hi Eperts,
    I'm trying to work on this Tool, getting some problem in Conversion Agent Studio..
    I Had created my project with PARSER in Conversion Agent, source file will be Pipeline separated Text File , which has multile rows...And I had created XSD for my Message Interface in XI..
    When i'm defining my ANCHORS/MARKERS/CONTENT/ .
    getting error in DATA Holder, I'm not able see my Schema / XPATH in the respective namespace...
    Could anyone can guide me pl.
    Thanks in Advance..
    regards,
    vasantj.

    Hi vasantj,
    Did you manage to resolve this issue?
    I face the same problem.
    Please ellaorate.
    Nimrod.G

  • Reg: DB adapter

    Dear team,
    We are invoking a stored procedure with DB adapter.
    create or replace TYPE SRVCCD_TYPEARRAY   as TABLE OF char(2);
    create or replace
    PACKAGE XX_WS_YY
       TYPE RefCursor IS REF CURSOR;
       v_PVCS_Spec_Ver VARCHAR2(256):= 'SPEC PVCS=1.0, DS=Initial release.';
                  PROCEDURE Pr_Get_SUB_DATA
              in_vt_SRVC_CD                IN  SRVCCD_TYPEARRAY,
              out_RefCursor                OUT RefCursor
    END XX_WS_YY;
    When we are calling from SOA11g db adapter we are getting the below error
    aultName: {{http://schemas.oracle.com/bpel/extension}bindingFault} messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage} parts: {{ detail=<detail>invalid name pattern: CON_PDEV.SRVCCD_TYPEARRAY</detail> ,summary=<summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'ccc' failed due to: Parse array conversion error. An error occurred while parsing XML representing a Java array. Unable to convert the XSD element IN_VT_SRVC_CD whose collection type is CON_PDEV.SRVCCD_TYPEARRAY to a Java array. Cause: java.sql.SQLException: invalid name pattern: CON_PDEV.SRVCCD_TYPEARRAY Check to ensure that the XML data describing the collection matches the definition of the array in the XSD. This exception is considered not retriable, likely due to a modelling mistake. To classify it as retriable instead add property nonRetriableErrorCodes with value "-17074" to your deployment descriptor (i.e. weblogic-ra.xml). To auto retry a retriable fault set these composite.xml properties for this invoke: jca.retry.interval, jca.retry.count, and jca.retry.backoff. All properties are integers. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary> ,code=<code>17074</code
    Thanks in advance
    Radha

    Hi
    The Problem is resolved. The DB Adapter files has been corrupted and i reinstall the Weblogic Server and now i am able to invoke and all works fine.

  • Problem with OUT parameter

    Hi,
    I have a stored procedure which has an OUT param which returns the following user defined
    type.
    --Create a type
    CREATE OR REPLACE TYPE USER_TYPE
    AS object
         CODE VARCHAR2(2),
         NAME VARCHAR2(5),
    DEFINE CLOB
    Iam calling the stored proc in java and i used the
    pstmt = con.prepareCall("{ call USER_TYPE_PKG.CHECKTYPE(name=>?,type=>?)}");
    pstmt.setString(1,userId);
    pstmt.registerOutParameter(2,Types.*STRUCT*); ---> What type should i use here. Iam getting error for this.
    and also how do i get the values of CODE,NAME and DEFINE inside the type in java.
    Thanks.

    If you are using TopLink, you can map the Struct to a Java class using an ObjectRelationalDataTypeDescriptor. Then you can use a StoredProcedureCall obejct to pass the Java object to/from the database and TopLink will handle the JDBC and Struct conversion for you.
    For direct JDBC, when you register a Struct OUT paramater you must pass the Types.Struct as well as the OBJECT TYPE name.
    pstmt.registerOutParameter(2,Types.STRUCT, "USER_TYPE");
    James : http://www.eclipselink.org

  • DB Adapter JCA - db:type="Array"

    We have a user defined type in the PLSQL call.
    TYPE controlTable IS TABLE OF VARCHAR2 (100) INDEX BY BINARY_INTEGER;
    We have created a JCA DBAdapter for this PLSQL. XSD looks like below :
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/SYS/BPEL_SAMPLESERVICE1/GENERICPACKAGE-24GENE/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/SYS/BPEL_SAMPLESERVICE1/GENERICPACKAGE-24GENE/" elementFormDefault="qualified">
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="IN_SRVID" type="string" db:index="1" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    <element name="IN_INPUTTABLE" type="db:SYS.GENERICPACKAGX15863X1X5" db:index="2" db:type="Array" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="OUT_ERRORCODE" type="string" db:index="3" db:type="VARCHAR2" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <complexType name="SYS.GENERICPACKAGX15863X1X5">
    <sequence>
    <element name="IN_INPUTTABLE_ITEM" db:type="VARCHAR2" minOccurs="0" maxOccurs="unbounded" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="100"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    </schema>
    But how to set the value to this tag - IN_INPUTTABLE_ITEM which is a db:type of Array. If i set a string value i am getting the below error.
    invalid name pattern: SYS.GENERICPACKAGX15863X1X5
    Please help us on this
    Thanks
    Sesha

    Hi
    when i change the type as string and invoke , i am getting the below error :
    The selected operation process could not be invoked.
    An exception occured while invoking the webservice operation. Please see logs for more details.
    oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SampleService1' failed due to: Parse array conversion error.
    An error occurred while parsing XML representing a Java array.
    Unable to convert the XSD element IN_INPUTTABLE whose collection type is string to a Java array. Cause: java.lang.ClassCastException: oracle.xml.parser.schema.XSDSimpleType cannot be cast to oracle.xml.parser.schema.XSDComplexType
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    But i have a concern that - If we change that to a string , then how i can pass a list of values. I set the same column using java as below :
    this.functionName = new String[3];
    this.functionName[0] = "operation1";
    this.functionName[1] = "operation2";
    this.functionName[2] = "operation3";
    int currentLen = functionName.length;
    int maxLen = currentLen;
    int elementMaxLen = 20;
    cStatement.setPlsqlIndexTable(5, functionName, maxLen, currentLen, OracleTypes.VARCHAR,elementMaxLen);
    Thanks
    Sesha

  • Problem converting flat file to XML using JMS Adapter

    I need to take an MQSeries message in a flat file format and convert it to XML before processing.  I have configured the modules as described by the screenshot located here:
    http://www.radesix.com/JMSConfig.jpg
    The message is received however it isn't converting to XML.  When I view the payload I get the message indicated by the screenshot located here:
    http://www.radesix.com/JMSError.jpg
    I am new to XI.  Any ideas?

    For simple plain conversion here is a config, which works in our system:
    (left parameter key, right parameter value, module key always the same)
    Transform.Class com.sap.aii.messaging.adapter.Conversion
    TransformContentType text/xml;charset=utf-8
    xml.conversionType SimplePlain2XML
    xml.addHeaderLine 0
    xml.processFieldNames fromConfiguration
    xml.documentName SA02_Identnummer
    xml.documentNamespace urn:mycompany-com:logistics:DFT:HWL
    xml.structureTitle SA02_Identnummer_Satz
    xml.fieldNames Satzart,Identnummer,Status
    xml.fieldFixedLengths 2,10,3
    Be aware, that you must delete all spaces in the config, especially when you copy and paste values.
    For struct. conversion the entries are a little bit more complex.
    Regards
    Stefan

  • Voice Control coming on in my pocket all the time

    Greetings-- I have a new iPhone, and voice control has been activating and then calling people while the phone is in my pocket a couple of times a day. I just discovered this is because Voice Control activates when you hold down the Home button, which seems to happen if I'm sitting in certain positions (my phone case makes the button more convex than concave), and then VC is trying to parse random conversation around me as names and sometimes succeeding.
    Another thread seemed to imply if I turned on the passcode feature, that would solve the problem, but VC seems to come up if I hold down the Home button no matter whether I have a passcode turned on or not.
    Any ideas as to what I can do to eliminate this? I don't anticipate ever using Voice Control-- is there a way to turn it off or map its activation to a different button I'm less likely to trigger accidentally?

    Prevent voice dialing when iPhone is locked:
    In Settings, choose General -> Passcode Lock and turn Voice Dial off. Then, you'll have to unlock iPhone to use voice dialing. You will still be able to use voice control to play music while the iPhone is locked.

  • F4 date/calendar help for an inputfield

    Hi All,
    I have a Input Field mapped to context attribute of type String. I want to use the date/calendar help in this field, is it possible?
    Just to clear, I was using a attribute of type Date and had a calendar help, but now this field was changed to type String and the users want to have a calendar help.
    Thanks,
    Luciano
    Message was edited by: Luciano Leite

    Hi Luciano,
    What kind of requirements do you have which forces you to use context attribute with type String?
    BTW, you can use following approach:
    1) create calculated attribute with type Date
    2) in setter method convert Date to String and store it into context attribute with type String
    3) in getter method parse String and convert it to Date
    I don`t really like it because you have to do 2 redundant operations - parsing and conversion.
    Best regards, Maksim Rashchynski.

  • "character conversion error" while parsing xml files

    Hello,
    I'm trying to parse MusicXML (Recordare) files, but I'm getting an exception.
    I'm using the SAX parser (javax.xml.parsers.SAXParser).
    Here is the code I use to instantiate it:
    final javax.xml.parsers.SAXParserFactory saxParserFactory = javax.xml.parsers.SAXParserFactory.newInstance();
    final javax.xml.parsers.SAXParser saxParser = saxParserFactory.newSAXParser();
    final org.xml.sax.XMLReader parser = saxParser.getXMLReader();
    I'm using my own handler, but I get the same exception even if I use org.xml.sax.helpers.DefaultHandler.
    The error I get is:
    Character conversion error: "Illegal ASCII character, 0xc2" (line number may be too low).
    The first few lines of my xml files look like this:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE score-partwise
    PUBLIC "-//Recordare//DTD MusicXML 0.6 Partwise//EN"
    "http://www.musicxml.org/dtds/partwise.dtd">
    <score-partwise>
    [...etc...]
    If I delete the <!DOCTYPE ...> line, then I don't get the exception anymore. But the MusicXML files I get (from some other program) always contain this line, and it would be quite some work to delete them from every file manually.
    So does anyone know if there is a way to avoid deleting that line in every file, while still being able to parse the xml files without exceptions?
    Or maybe does anyone know what the exact cause of the exception is? (because I don't know what exactly causes it)
    Thank you in advance.
    Greetz,
    Jipo

    So does anyone know if there is a way to avoid
    deleting that line in every file, while still being
    able to parse the xml files without exceptions?ok this is side-stepping the real problem but I've used this code to filterout DTD references for other reasons   public static InputStream filterOutDTDRef(InputStream in) throws IOException {
          BufferedReader iniReader = new BufferedReader(new InputStreamReader(in));
          StringBuffer newXML = new StringBuffer();
          for(String line = iniReader.readLine(); line!=null; line = iniReader.readLine())
             newXML.append(line+"\n");
          in.close();
          int s = newXML.indexOf("<!DOCTYPE ");
          if(s!=-1)
             newXML.replace(s,newXML.indexOf(">",s)+1,"");
          return new ByteArrayInputStream(newXML.toString().getBytes());
       }and it actually speeds up the parsing phase too (since the DTD ref.s were on the web and the XML standard mandates that there is a fetch for each xml file parsed..)
    you can feed the above into the InputSource constructor that takes an InputStream argument.
    Now for the real problem... 0xc2 is "LATIN CAPITAL LETTER A WITH CIRCUMFLEX" according to a unicode chart - which is not an ASCII character (as the error message correctly reports). I'm not sure why the file is being parsed as ASCII though? You could try parsing in a FileReader to the inputsource and hope it picks up the default character encoding of your system, and that that character encoding matches the file. Or you could try passing in a FileReader constructed with a explicit character encoding (eg "UTF8") and see if that does the trick?
    asjf

  • Advanced CAN Frame to Channel Conversion: Error with LV 8.5.1

    Hello!
    I´ve tried to read in a DBC-file with the "Advanced CAN Frame to Channel Conversion Example" on a LabVIEW 8.5.0 system and it works fine.
    On a LabVIEW 8.5.1 System I get the error:
    Scan From String (arg 6) in CAN FtoC Parse Channels and Mode.vi->CAN FtoC Parse CANdb Messages and Channels.vi->CAN Channel Data Import.vi
    Does anybody know a solution for this error?
    Thank you for your help,
    demo66
    regards,
    demo66

    Hi!
    It is a problem of localized decimal point.
    In a german Windows, LabVIEW will use Komma as decimal point.
    So the Scan From String.vi will convert string 0,21 in a double but not 0.21. From the file dbc you receive the values with period "." that's why it create the error 85.
    You have 2 possibilities: change the localized decimal point in LabVIEW (Tools -> Options) or you say to the Scan From String.vi to use "." as a decimal point.
    Go to CAN FtoC Parse Channels and Mode.vi and search the 2 Scan From String.vi
    Add at the beginning of the Format String %.; so that the format String will use the "." as decimal point (see Attachement).
    After that the example will work.
    Best regards
    Ken
    Attachments:
    Scan From String.jpg ‏51 KB

  • Query not running in sql developer, neither connecting to database. Following error - java.util.UnknownFormatConversionException: Conversion = '0'. Please reply soon.

    when i try to connect to oracle 11g rdbms, following error occurs -->
    1. sql developer version - 4.0.3.16 (jdk - jdk1.7.0_51 externally installed) -- newly installed, giving following error when try to connect to oracle 11g rdbms.
    2. sql developer version - 3.1.07.42 (jre1.6.0 included) -- used to run earlier.
    java.util.UnknownFormatConversionException: Conversion = '0'
      at java.util.Formatter.checkText(Formatter.java:2547)
      at java.util.Formatter.parse(Formatter.java:2533)
      at java.util.Formatter.format(Formatter.java:2469)
      at java.util.Formatter.format(Formatter.java:2423)
      at java.lang.String.format(String.java:2797)
      at oracle.dbtools.raptor.backgroundTask.internal.SimpleRaptorTaskUI.getFormattedTime(SimpleRaptorTaskUI.java:288)
      at oracle.dbtools.raptor.backgroundTask.internal.RaptorTaskUI.setState(RaptorTaskUI.java:43)
      at oracle.dbtools.raptor.backgroundTask.internal.SimpleRaptorTaskUI.<init>(SimpleRaptorTaskUI.java:63)
      at oracle.dbtools.raptor.backgroundTask.internal.RaptorTaskUI.<init>(RaptorTaskUI.java:36)
      at oracle.dbtools.raptor.backgroundTask.ui.TaskProgressViewer$4.<init>(TaskProgressViewer.java:346)
      at oracle.dbtools.raptor.backgroundTask.ui.TaskProgressViewer.createTaskUI(TaskProgressViewer.java:346)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.initViewers(RaptorTaskManager.java:373)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.access$400(RaptorTaskManager.java:45)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$4.run(RaptorTaskManager.java:299)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.invokeInDispatchThreadIfNeeded(RaptorTaskManager.java:313)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:302)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:200)
      at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager.addTask(RaptorTaskManager.java:161)
      at oracle.dbtools.worksheet.editor.OpenWorksheetWizard.invoke(OpenWorksheetWizard.java:425)
      at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:446)
      at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:390)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController$1.run(WorksheetOpenController.java:84)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController.openWorksheetWizard(WorksheetOpenController.java:90)
      at oracle.dbtools.worksheet.editor.WorksheetOpenController.handleEvent(WorksheetOpenController.java:49)
      at oracle.ide.controller.IdeAction$ControllerDelegatingController.handleEvent(IdeAction.java:1482)
      at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
      at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1153)
      at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
      at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
      at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
      at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
      at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
      at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
      at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
      at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
      at java.awt.Component.processMouseEvent(Component.java:6505)
      at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
      at java.awt.Component.processEvent(Component.java:6270)
      at java.awt.Container.processEvent(Container.java:2229)
      at java.awt.Component.dispatchEventImpl(Component.java:4861)
      at java.awt.Container.dispatchEventImpl(Container.java:2287)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
      at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
      at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
      at java.awt.Container.dispatchEventImpl(Container.java:2273)
      at java.awt.Window.dispatchEventImpl(Window.java:2719)
      at java.awt.Component.dispatchEvent(Component.java:4687)
      at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
      at java.awt.EventQueue.access$200(EventQueue.java:103)
      at java.awt.EventQueue$3.run(EventQueue.java:694)
      at java.awt.EventQueue$3.run(EventQueue.java:692)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
      at java.awt.EventQueue$4.run(EventQueue.java:708)
      at java.awt.EventQueue$4.run(EventQueue.java:706)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
      at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
      at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
      at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
      at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
      at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
      at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
      at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
      at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

    Around a month ago, a similar question appeared on Jeff's block... look for checkText in http://www.thatjeffsmith.com/ask-a-question/
    There was no resolution there, so (as the SQL Developer code in that area has not changed) I would tend to think it might have something to do with
    1. Your Locale affecting the Formatter class's parsing of that pattern; or
    2. A bug in the jdk version in use, probably also related to the Locale.
    I recommend upgrading to the latest jdk1.7.0_xx update.  If that does not solve the issue, then try changing the Locale.

  • Need some help with DNG and error parsing the files

    Ok, so I found out that I can't open NEF files with CS2 from my Nikon D3100 - unless I upgrade to CS6, or use the DNG converter.  I did download the DNG converter that came with the Camera RAW 3.7 (for CS2) in one of Adobe's links, but when I try to convert the NEF files, the DNG converter says "There is an error parsing the file".   If it helps, I have Windows 7.  Is there a different version of the DNG converter I should be using?  Thanks!

    A simple Google search will find it.  For some reason it isn't on the Adobe website.  If you upgrade to CS6 you'll find much improvement in your raw conversions.
    http://blogs.adobe.com/lightroomjournal/2012/12/camera-raw-7-3-and-dng-converter-7-3-now-a vailable.html

Maybe you are looking for

  • Ipod touch won't charge, reboot, or be recognized by computer or itunes.

    Holding the start and back buttons simultaneously for up to one minute does nothing.  It seems to not be accepting a charge from the computer or the wall charger.  It has not gotten wet.  Do these eventually just die?

  • Did you like the update?

    About a week ago, we posted an update to Adobe Story that enabled entering scene/shot duration in the hh:mm:ss format. There were also other enhancements like ensuring the character, paranthetical and dialog elements don't get split up across pages a

  • Black and White prints pinkish

    Using version 2 on Windows XP...my black and white old photo which I scanned and removed some flaws from, prints with a pink or purple cast. How can I make it print black and white. Gail Cotten

  • XML schema Registration ??

    Hello, Our environment is SQL*Plus: Release 9.2.0.4.0 Oracle9i Enterprise Edition Release 9.2.0.4.0 OS Windows 2000 We registered XML schema in XML DB. oraxdb:schemaURL="PORR_MT030001Fatalities" <xsd:element name="BiologicsSafetyCase" type="PORR_MT03

  • Can someone explain how "Hybrid Power" works on the GT70?

    I have had my GT70 20C for a couple months now and have yet to see Hybrid Power working once. I have been playing games that are clearly taxing my system to the max (SC Blacklist and Rome 2) but the Hybrid Power monitor always says "OFF". Am i missin