FODC0002 [{bea-err}FODC0002a]: Error parsing input XML: Error at line:2 col

I have an ODSI Physical Service that is based on a Java Function. The Java Function builds a SQL statement and uses JDBC to query for a ResultSet. One of the columns that is queried is a Clob. Sometimes, the data in this column causes an XMLBeans validation exception in ODSI: {err}XQ0027: Validation failed: error: decimal: Invalid decimal value: unexpected char '114'
The issue is not consistently replicable with particular database record, the database records that present this issue at one point in time will be resolved after a restart of ODSI and replaced by another list of records that present the same error.
As can be seen from the stack trace, it looks like the issue is happening after the database query has returned and while the process is assembling the SOAP response.
Error at line:2 col:481 Line:2 '=' expected, got char[99]
at weblogic.xml.babel.scanner.ScannerState.expect(ScannerState.java:241)
at weblogic.xml.babel.scanner.OpenTag.read(OpenTag.java:60)
at weblogic.xml.babel.scanner.Scanner.startState(Scanner.java:251)
at weblogic.xml.babel.scanner.Scanner.scan(Scanner.java:178)
at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:533)
at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:510)
at weblogic.xml.babel.baseparser.EndElement.parse(EndElement.java:34)
at weblogic.xml.babel.baseparser.BaseParser.parseElement(BaseParser.java:457)
at weblogic.xml.babel.baseparser.BaseParser.parseSome(BaseParser.java:326)
at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:195)
at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
at weblogic.xml.stax.XMLEventReaderBase.parseSome(XMLEventReaderBase.java:189)
at weblogic.xml.stax.XMLEventReaderBase.nextEvent(XMLEventReaderBase.java:122)
at weblogic.xml.query.parsers.StAXEventAdaptor.queueNextTokens(StAXEventAdaptor.java:136)
at weblogic.xml.query.parsers.StAXEventAdaptor.queueNextTokens(StAXEventAdaptor.java:124)
at weblogic.xml.query.parsers.BufferedParser.fetchNext(BufferedParser.java:79)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.runtime.navigation.ChildPath.fetchNext(ChildPath.java:308)
at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:133)
at weblogic.xml.query.schema.BestEffortValidatingIterator$OpenedIterator.hasNext(BestEffortValidatingIterator.java:224)
at weblogic.xml.query.schema.ValidatingIterator.fetchNext(ValidatingIterator.java:82)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
at weblogic.xml.query.iterators.LegacyGenericIterator.next(LegacyGenericIterator.java:109)
at weblogic.xml.query.schema.BestEffortValidatingIterator.fetchNext(BestEffortValidatingIterator.java:85)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
at weblogic.xml.query.iterators.LegacyGenericIterator.next(LegacyGenericIterator.java:109)
at weblogic.xml.query.runtime.typing.SeqTypeMatching.fetchNext(SeqTypeMatching.java:137)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at com.bea.dsp.wrappers.jf.JavaFunctionIterator.fetchNext(JavaFunctionIterator.java:273)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.runtime.querycide.QueryAssassin.fetchNext(QueryAssassin.java:54)
at weblogic.xml.query.iterators.GenericIterator.peekNext(GenericIterator.java:163)
at weblogic.xml.query.runtime.qname.InsertNamespaces.fetchNext(InsertNamespaces.java:247)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:88)
at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:104)
at weblogic.xml.query.xdbc.iterators.ItemIterator.fetchNext(ItemIterator.java:86)
at weblogic.xml.query.iterators.LegacyGenericIterator.hasNext(LegacyGenericIterator.java:130)
at weblogic.xml.query.xdbc.util.Serializer.serializeItems(Serializer.java:251)
at com.bea.ld.server.ResultPusher$DSP25CompatibilityPusher.next(ResultPusher.java:236)
at com.bea.ld.server.ResultPusher.pushResults(ResultPusher.java:112)
at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:770)
at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:624)
at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:478)
at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:323)
at com.bea.ld.ServerWrapperBean.invoke(ServerWrapperBean.java:153)
at com.bea.ld.ServerWrapperBean.invokeOperation(ServerWrapperBean.java:80)
at com.bea.ld.ServerWrapper_s9smk0_ELOImpl.invokeOperation(ServerWrapper_s9smk0_ELOImpl.java:63)
at com.bea.dsp.ws.RoutingHandler$PriviledgedRunner.run(RoutingHandler.java:96)
at com.bea.dsp.ws.RoutingHandler.handleResponse(RoutingHandler.java:217)
at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:287)
at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:271)
at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:176)
at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:285)
at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Unknown Source)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
<Apr 29, 2011 12:47:01 PM EDT> <Notice> <ODSI> <BEA-000000> <LabOrderDataServices> <Error occurred performing ODSI operation: {ld:LabOrder/logical/LabOrderReport}getLabOrderDetails:1
weblogic.xml.query.exceptions.XQueryDynamicException: ld:LabOrder/logical/LabOrderReport.ds, line 34, column 6: {err}FODC0002 [{bea-err}FODC0002a]: Error parsing input XML: Error at line:2 col:481 Line:2 '=' expected, got char[99]
at weblogic.xml.query.iterators.AbstractIterator.reportUserError(AbstractIterator.java:95)
at weblogic.xml.query.iterators.AbstractIterator.reportUserError(AbstractIterator.java:147)
at weblogic.xml.query.parsers.Parser.reportParseError(Parser.java:157)
at weblogic.xml.query.parsers.StAXEventAdaptor.queueNextTokens(StAXEventAdaptor.java:225)
at weblogic.xml.query.parsers.StAXEventAdaptor.queueNextTokens(StAXEventAdaptor.java:124)
Truncated. see log file for complete stacktrace
javax.xml.stream.XMLStreamException: Error at line:2 col:481 Line:2 '=' expected, got char[99]
at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:206)
at weblogic.xml.stax.XMLStreamReaderBase.next(XMLStreamReaderBase.java:237)
at weblogic.xml.stax.XMLEventReaderBase.parseSome(XMLEventReaderBase.java:189)
at weblogic.xml.stax.XMLEventReaderBase.nextEvent(XMLEventReaderBase.java:122)
at weblogic.xml.query.parsers.StAXEventAdaptor.queueNextTokens(StAXEventAdaptor.java:136)
Truncated. see log file for complete stacktrace
Error at line:2 col:481 Line:2 '=' expected, got char[99]
at weblogic.xml.babel.scanner.ScannerState.expect(ScannerState.java:241)
at weblogic.xml.babel.scanner.OpenTag.read(OpenTag.java:60)
at weblogic.xml.babel.scanner.Scanner.startState(Scanner.java:251)
at weblogic.xml.babel.scanner.Scanner.scan(Scanner.java:178)
at weblogic.xml.babel.baseparser.BaseParser.accept(BaseParser.java:533)
Truncated. see log file for complete stacktrace
>
Can somebody shed some light on this issue?
Thanks
Edited by: user738507 on May 6, 2011 7:21 AM

Here is the java function:
     * Iterate through the search results and build out the XmlBean response
     * @param helper A helper class used to simplify common JDBC commands
     * @param doc The XmlBean document to populate
     * @param isCollectionsIncluded True if Collection info should be included in results, False otherwise
     * @param isFullDetailsIncluded True if Result data should be included in results, False otherwise
     * @throws Exception
     private static void addOrders(XmlBeansJDBCHelper helper, LabOrderReportDocument doc,
               boolean isCollectionsIncluded, boolean isFullDetailsIncluded) throws Exception {
          int rows = 0;
          ResultSet rs = helper.getResultSet();
          LabOrders labOrders = doc.getLabOrderReport().addNewLabOrders();
          LabOrder record = null;
          HashMap<Long, Collection> parentCollectionMap = null;
          // initialize variable used to track when child elements of the XML should be created
          long previousRowOrderId = 0;
          long previousRowParentOrderCollectionId = 0;
          long previousRowOrderCollectionId = 0;
          long previousRowResultId = 0;
          boolean isRootCollectionNode = false;
          LabOrder.Collections lastParentOuterCollectionsAdded = null;
          com.idexx.services.lde.laborder.Collection.Collections lastParentInnerCollectionsAdded = null;
          com.idexx.services.lde.laborder.Collection lastCollectionAdded = null;
          Result lastResultAdded = null;
          // Loop through the results and build XmlBean nodes for each row
          // Since the SQL is joining Orders to Collections (one-to-many) to Results (one-to-many),
          // and returning a flat structure, there will be duplicate Order data on each row when
          // multiple collections exist on the Order, and duplicate Collection data when multiple
          // Results exist. We can use this fact to determine when to create a new Collection, or
          // Result node.
          while (helper.getResultSet().next())
               rows++;
               long currentRowParentOrderCollectionId = 0;
               long currentRowOrderCollectionId = 0;
               long currentRowResultId = 0;
               long currentRowResultRemarkId = 0;
               //int rowno = helper.getResultSet().getRow();
               // Get the Order ID
               logDebug("Getting the OrderId.....");
               BigInteger dbOrderId = JDBCHelper.getBigInteger(rs, DataConstants.ORDER_ID);
               logDebug("DONE getting the OrderId.");
               long currentRowOrderId = dbOrderId.longValue();
               // Determine the Order ID, Order Collection ID, and Result ID currently being processed.
               // These will be used to determine whether to start a new LabOrder Bean, Collections Bean, or Results Bean
               if (isCollectionsIncluded || isFullDetailsIncluded) {
                    // Get the ParentOrderCollectionID
                    logDebug("Getting the Parent Collection Order ID.....");
                    BigInteger dbParentOrderCollectionId = JDBCHelper.getBigInteger(rs, DataConstants.PARENT_ORDER_COLLECTION_ID);
                    if ( dbParentOrderCollectionId != null )
                         currentRowParentOrderCollectionId = dbParentOrderCollectionId.longValue();
                    else
                         currentRowParentOrderCollectionId = 0;
                    // Get the OrderCollectionID
                    logDebug("Getting the Order Collection ID.....");
                    BigInteger dbOrderCollectionId = JDBCHelper.getBigInteger(rs, DataConstants.ORDER_COLLECTION_ID);
                    if ( dbOrderCollectionId != null )
                         currentRowOrderCollectionId = dbOrderCollectionId.longValue();
                    else
                         currentRowOrderCollectionId = 0;
                    if ( isFullDetailsIncluded ) {
                         // Get the ResultID
                         logDebug("Getting the Result Id.....");
                         BigInteger dbResultId = JDBCHelper.getBigInteger(rs, DataConstants.RESULT_ID);
                         if ( dbResultId != null )
                              currentRowResultId = dbResultId.longValue();
                         else
                              currentRowResultId = 0;
                         // Get the ResultRemarkID
                         BigInteger dbResultRemarkId = JDBCHelper.getBigInteger(rs, DataConstants.RESULT_REMARK_ID);
                         if ( dbResultRemarkId != null )
                              currentRowResultRemarkId = dbResultRemarkId.longValue();
                         else
                              currentRowResultRemarkId = 0;
               isRootCollectionNode = (currentRowParentOrderCollectionId == 0);
               logDebug("currentRowOrderId: " + currentRowOrderId);
               logDebug("previousRowOrderId: " + previousRowOrderId);
               logDebug("currentRowResultId: " + currentRowResultId);
               logDebug("previousRowResultId: " + previousRowResultId);
               logDebug("currentRowResultRemarkId: " + currentRowResultRemarkId);
               logDebug("previousRowResultRemarkId: N/A");
               logDebug("currentRowParentOrderCollectionId: " + currentRowParentOrderCollectionId);
               logDebug("previousRowParentOrderCollectionId: " + previousRowParentOrderCollectionId);
               logDebug("currentRowOrderCollectionId: " + currentRowOrderCollectionId);
               logDebug("previousRowOrderCollectionId: " + previousRowOrderCollectionId);
               if ( currentRowOrderId != previousRowOrderId ) {
                    parentCollectionMap = new HashMap<Long, Collection>();
                    lastParentOuterCollectionsAdded = null;
                    lastParentInnerCollectionsAdded = null;
                    lastCollectionAdded = null;
                    lastResultAdded = null;
                    // This is a new Order, generate a new Lab Order bean
                    record = addOrder(labOrders, helper, dbOrderId, isFullDetailsIncluded);
                    logDebug("Order Added!");
                    // If there is Parent Collection data and it should be included, build a Collections element,
                    // and populate the first one
                    if ( !isRootCollectionNode && (isCollectionsIncluded || isFullDetailsIncluded) ) {
                         lastParentOuterCollectionsAdded = record.addNewCollections();
                         lastCollectionAdded = addCollection(record, helper, lastParentOuterCollectionsAdded, true);
                         logDebug("Collection Added! Is it null? " + (lastCollectionAdded == null));
                    // If there is Collection data and it should be included, build a Collections element,
                    // and populate the first one
                    if ( currentRowOrderCollectionId > 0 && (isCollectionsIncluded || isFullDetailsIncluded) ) {
                         if ( isRootCollectionNode ) {
                              lastParentOuterCollectionsAdded = record.addNewCollections();
                              lastCollectionAdded = addCollection(record, helper, lastParentOuterCollectionsAdded, false);
                              parentCollectionMap.put(new Long(currentRowOrderCollectionId), lastCollectionAdded);
                              logDebug("parent collection added to map: " + currentRowOrderCollectionId);
                         else {
                              lastParentInnerCollectionsAdded = lastCollectionAdded.addNewCollections();
                              lastCollectionAdded = addCollection(record, helper, lastParentInnerCollectionsAdded, false);
                         logDebug("Collection Added! Is it null? " + (lastCollectionAdded == null));
                         // If there is Result data and it should be included, build a Results element,
                         // and populate the first one
                         if ( currentRowResultId > 0 && isFullDetailsIncluded ) {
                              logDebug("Adding result....");
                              lastResultAdded = addResult(record, helper, lastCollectionAdded);
                              logDebug("Result Added!");
                              // If there is Result Remark data and it should be included, build a ResultRemarks element,
                              // and populate the first one
                              if ( currentRowResultRemarkId > 0 && isFullDetailsIncluded ) {
                                   addResultRemark(record, helper, lastResultAdded);
                    logDebug("DONE getting first Collection and Result.");
               else if ( currentRowParentOrderCollectionId != previousRowParentOrderCollectionId
                         && (isCollectionsIncluded || isFullDetailsIncluded) ) {
                    // This is a new, top level, Order Collection to be included
                    lastParentOuterCollectionsAdded = null;
                    lastParentInnerCollectionsAdded = null;
                    lastCollectionAdded = null;
                    lastResultAdded = null;
                    logDebug("Getting next Order Collection...");
                    // If there is Parent Collection data and it should be included, build a Collections element,
                    // and populate the first one
                    if ( !isRootCollectionNode ) {
                         lastCollectionAdded = (com.idexx.services.lde.laborder.Collection)parentCollectionMap.get(new Long(currentRowParentOrderCollectionId));
                         logDebug("A Collection Added! Is it null? " + (lastCollectionAdded == null));
                    // If there is Collection data and it should be included, build a Collections element,
                    // and populate the first one
                    if ( currentRowOrderCollectionId > 0 ) {
                         if ( isRootCollectionNode ) {
                              //LabOrder.Collections collections = record.addNewCollections();
                              lastParentOuterCollectionsAdded = record.getCollections();
                              lastCollectionAdded = addCollection(record, helper, lastParentOuterCollectionsAdded, false);
                              parentCollectionMap.put(new Long(currentRowOrderCollectionId), lastCollectionAdded);
                         else {
                              lastParentInnerCollectionsAdded = lastCollectionAdded.addNewCollections();
                              lastCollectionAdded = addCollection(record, helper, lastParentInnerCollectionsAdded, false);
                         logDebug("B Collection Added! Is it null? " + (lastCollectionAdded == null));
                         // If there is Result data and it should be included, build a Results element,
                         // and populate the first one
                         if ( currentRowResultId > 0 && isFullDetailsIncluded ) {
                              lastResultAdded = addResult(record, helper, lastCollectionAdded);
                              // If there is Result Remark data and it should be included, build a ResultRemarks element,
                              // and populate the first one
                              if ( currentRowResultRemarkId > 0 && isFullDetailsIncluded ) {
                                   addResultRemark(record, helper, lastResultAdded);
               else if ( currentRowOrderCollectionId != previousRowOrderCollectionId
                         && (isCollectionsIncluded || isFullDetailsIncluded) ) {
                    // This is a new Order Collection to be included inside of a parent collection
                    logDebug("Getting next CHILD Order Collection...");
                    logDebug("isRootCollectionNode: " + isRootCollectionNode);
                    logDebug("Order ID: " + helper.getBigInteger(DataConstants.ORDER_ID));
                    logDebug("Order Collection ID: " + helper.getBigInteger(DataConstants.ORDER_COLLECTION_ID));
                    logDebug("Collection ID: " + helper.getBigInteger(DataConstants.COLLECTION_ID));
                    if ( isRootCollectionNode ) {
                         lastCollectionAdded = addCollection(record, helper, lastParentOuterCollectionsAdded, false);
                         parentCollectionMap.put(new Long(currentRowOrderCollectionId), lastCollectionAdded);
                    else {
                         com.idexx.services.lde.laborder.Collection parentCollection = (com.idexx.services.lde.laborder.Collection)parentCollectionMap.get(new Long(currentRowParentOrderCollectionId));
                         if(parentCollection == null) {
                              log(LOG_LEVEL.WARN, "Parent Collection with id: " + currentRowParentOrderCollectionId + " is null for collection id: " + currentRowOrderCollectionId + " but isRootCollectionNode is " + isRootCollectionNode);
                         } else {
                              lastParentInnerCollectionsAdded = parentCollection.getCollections();
                              logDebug("Is lastParentInnerCollectionsAdded null? " + (lastParentInnerCollectionsAdded == null));
                              lastCollectionAdded = addCollection(record, helper, lastParentInnerCollectionsAdded, false);
                    // If there is Result data and it should be included, build a Results element,
                    // and populate the first one
                    if ( currentRowResultId > 0 && isFullDetailsIncluded ) {
                         lastResultAdded = addResult(record, helper, lastCollectionAdded);
                         // If there is Result Remark data and it should be included, build a ResultRemarks element,
                         // and populate the first one
                         if ( currentRowResultRemarkId > 0 && isFullDetailsIncluded ) {
                              addResultRemark(record, helper, lastResultAdded);
               else if ( currentRowResultId != previousRowResultId
                         && isFullDetailsIncluded ) {
                    // There is a new Result to be included
                    logDebug("Getting next Result...");
                    // This is a new result to be included
                    lastResultAdded = addResult(record, helper, lastCollectionAdded);
                    // If there is Result Remark data and it should be included, build a ResultRemarks element,
                    // and populate the first one
                    if ( currentRowResultRemarkId > 0 && isFullDetailsIncluded ) {
                         addResultRemark(record, helper, lastResultAdded);
               else if ( isFullDetailsIncluded ) {
                    // There is a new Result Remark to include
                    logDebug("Getting next Result Remark...");
                    // This is a new result remark to be included
                    addResultRemark(record, helper, lastResultAdded);
               logDebug("Done building response.");
               previousRowResultId = currentRowResultId;
               previousRowParentOrderCollectionId = currentRowParentOrderCollectionId;
               previousRowOrderCollectionId = currentRowOrderCollectionId;
               previousRowOrderId = currentRowOrderId;
          logDebug("Found " + rows + " rows of data.");
     }

Similar Messages

  • Error Parsing Feed XML error and Item requested not available in US Store

    Here is my feed:
    http://www.fccetown.com/mp3/podcastfeed/podcast.xml
    It validates with no errors through the Feed Validator, however when I submit the podcast I
    receive the following error:
    Error parsing feed: Invalid XML : Error on line 86: The element type "link" must be terminated by the matching end-tag "</link"
    I defined the link like this so I do  not understand:
    <link>http://www.fccetown.com</link>
    I also tested the feed by Subscribing to the podcast and when I click on the link to the podcast from our web page I get the following but the proper feed is displayed:
    Item Not Displayed
    The Item You Requested is not available in the US Store.
    I set the language tag like this so I do not understand:
    <language>en-us</language>
    This is the link on our webpage to the podcast:
    https://itunes.apple.com/us/podcast/first-christian-church-elizabethtown/id26114 0517
    When I try to search from the Podcast Store with First Christian Church - Elizabethtown
    it returns the following episode:
    <item>
      <title>A View from the Throne</title>
    <description>
    </description>
      <pubDate>Sun, 05 Oct 2008 09:00:19 -0400</pubDate>
      <enclosure url="http://fccetown.com/mp3/20081005StuartJonesTheViewfromtheThrone.mp3" length="14333072" type="audio/mpeg" />
      <guid isPermaLink="false">a-view-from-the-throne</guid>
      <itunes:author>Stuart Jones</itunes:author>
      <itunes:explicit>no</itunes:explicit>
      <itunes:duration>29:51</itunes:duration>
      </item>
    If you can explain that one please let me know.
    I am confused by all of these errors.
    Please let me know how to proceed.
    Thanks,
    Don Hobbs

    You give two feed URLs: in neither case is there a file present on the server. You say you changed the feed: did you place the 'itunes:new-feed-url' tag in the old feed to redirect iTunes? In any case since there is no file present in either case the Store would be unable to read the feed and your podcast appears to have been removed from the Store as a consequence.
    You will now need to start again from scratch: once you have a working feed you will have to submit it as an entirely new podcast. You will need to change the title slightly or you will be told it has already been submitted.
    Before submitting you should check that your feed works by subscribing to it manually in iTunes, from the File menu in v11 or the Advanced menu in earlier versions.

  • MissingResourceException: Error parsing jdbcdrivers.xml

    java.io.IOException: Unable to resolve input source.
    Error: writeDomain() failed. Do dumpStack() to see details.
    Problem invoking WLST - Traceback (innermost last):
    File "D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py", line 222, in ?
    File "C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py", line 70, in writeDomain
    com.bea.plateng.domain.script.jython.WLSTException: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1373)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:712)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx5.writeDomain$14(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py:70)
    at org.python.pycode._pyx5.call_function(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    at org.python.pycode._pyx18.f$0(D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py:222)
    at org.python.pycode._pyx18.call_function(D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    at weblogic.management.scripting.WLST.main(WLST.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:850)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:223)
    at com.bea.plateng.domain.aspect.XBeanJDBCConnectionPoolDriverNameConfigAspect.decompose(XBeanJDBCConnectionPoolDriverNameConfigAspect.java:56)
    at com.bea.plateng.domain.aspect.AbstractConfigAspect.setDelegate(AbstractConfigAspect.java:550)
    at com.bea.plateng.domain.aspect.FilteredConfigAspect.setDelegate(FilteredConfigAspect.java:333)
    at com.bea.plateng.domain.aspect.XBeanConfigAspectBuilder.createJDBCConnectionPoolSimpleAspect(XBeanConfigAspectBuilder.java:300)
    at com.bea.plateng.domain.aspect.AbstractConfigAspectBuilder.createJDBCConnectionPoolSimpleAspects(AbstractConfigAspectBuilder.java:288)
    at com.bea.plateng.domain.operation.config.ConfigJDBCConnectionPool.createInitialSimpleAspects(ConfigJDBCConnectionPool.java:115)
    at com.bea.plateng.domain.operation.HTableEditOperation.createSimpleTableModel(HTableEditOperation.java:784)
    at com.bea.plateng.domain.operation.HTableEditOperation.getSimpleTableModel(HTableEditOperation.java:348)
    at com.bea.plateng.domain.operation.HTableEditOperation.initSimpleTableModel(HTableEditOperation.java:654)
    at com.bea.plateng.domain.DomainChecker.isOperationValid(DomainChecker.java:726)
    at com.bea.plateng.domain.DomainChecker.getInvalidSection(DomainChecker.java:168)
    at com.bea.plateng.domain.GeneratorHelper.validateConfig(GeneratorHelper.java:257)
    at com.bea.plateng.domain.GeneratorHelper.validateDomainCreation(GeneratorHelper.java:235)
    at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:580)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:704)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx5.writeDomain$14(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py:70)
    at org.python.pycode._pyx5.call_function(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    The system cannot find the path specified.
    0 file(s) copied.
    Attempting to shutdown server ...
    Checking JSP Precompilation ...
    Thanks

    java.io.IOException: Unable to resolve input source.
    Error: writeDomain() failed. Do dumpStack() to see details.
    Problem invoking WLST - Traceback (innermost last):
    File "D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py", line 222, in ?
    File "C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py", line 70, in writeDomain
    com.bea.plateng.domain.script.jython.WLSTException: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1373)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:712)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx5.writeDomain$14(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py:70)
    at org.python.pycode._pyx5.call_function(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    at org.python.pycode._pyx18.f$0(D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py:222)
    at org.python.pycode._pyx18.call_function(D:\release\7420WLS\SCPO\weblogic\config\weblogic\setup\createManuWLSDomain.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyCode.call(PyCode.java:14)
    at org.python.core.Py.runCode(Py.java:1135)
    at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:167)
    at weblogic.management.scripting.WLST.main(WLST.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at weblogic.WLST.main(WLST.java:29)
    Caused by: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:850)
    at com.bea.plateng.domain.jdbc.JDBCAspectHelper.getGenericJDBCDriverInfo(JDBCAspectHelper.java:223)
    at com.bea.plateng.domain.aspect.XBeanJDBCConnectionPoolDriverNameConfigAspect.decompose(XBeanJDBCConnectionPoolDriverNameConfigAspect.java:56)
    at com.bea.plateng.domain.aspect.AbstractConfigAspect.setDelegate(AbstractConfigAspect.java:550)
    at com.bea.plateng.domain.aspect.FilteredConfigAspect.setDelegate(FilteredConfigAspect.java:333)
    at com.bea.plateng.domain.aspect.XBeanConfigAspectBuilder.createJDBCConnectionPoolSimpleAspect(XBeanConfigAspectBuilder.java:300)
    at com.bea.plateng.domain.aspect.AbstractConfigAspectBuilder.createJDBCConnectionPoolSimpleAspects(AbstractConfigAspectBuilder.java:288)
    at com.bea.plateng.domain.operation.config.ConfigJDBCConnectionPool.createInitialSimpleAspects(ConfigJDBCConnectionPool.java:115)
    at com.bea.plateng.domain.operation.HTableEditOperation.createSimpleTableModel(HTableEditOperation.java:784)
    at com.bea.plateng.domain.operation.HTableEditOperation.getSimpleTableModel(HTableEditOperation.java:348)
    at com.bea.plateng.domain.operation.HTableEditOperation.initSimpleTableModel(HTableEditOperation.java:654)
    at com.bea.plateng.domain.DomainChecker.isOperationValid(DomainChecker.java:726)
    at com.bea.plateng.domain.DomainChecker.getInvalidSection(DomainChecker.java:168)
    at com.bea.plateng.domain.GeneratorHelper.validateConfig(GeneratorHelper.java:257)
    at com.bea.plateng.domain.GeneratorHelper.validateDomainCreation(GeneratorHelper.java:235)
    at com.bea.plateng.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:580)
    at com.bea.plateng.domain.script.jython.WLScriptContext.writeDomain(WLScriptContext.java:704)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    at org.python.core.PyMethod.__call__(PyMethod.java:96)
    at org.python.core.PyObject.__call__(PyObject.java:270)
    at org.python.core.PyInstance.invoke(PyInstance.java:261)
    at org.python.pycode._pyx5.writeDomain$14(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py:70)
    at org.python.pycode._pyx5.call_function(C:\Documents and Settings\j1007353\Local Settings\Temp\WLSTOfflineIni2466.py)
    at org.python.core.PyTableCode.call(PyTableCode.java:208)
    at org.python.core.PyTableCode.call(PyTableCode.java:267)
    at org.python.core.PyFunction.__call__(PyFunction.java:172)
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.jython.WLSTException: java.util.MissingResourceException: Error parsing jdbcdrivers.xml
    The system cannot find the path specified.
    0 file(s) copied.
    Attempting to shutdown server ...
    Checking JSP Precompilation ...
    Thanks

  • ST22 Short Dump DATASET_WRITE_ERROR Error text: "Input/output error" Error

    Dear All,
    Please kindly help. I have the following error. Is it possibility due to disk full?
    DATASET_WRITE_ERROR
    An error occurred when writing to the file
    "/capps/AP0/edi/CCM/565500_001105200_00126_20080715_042803.tmp".
    Error text: "Input/output error"
    Error code: 5
    Many thanks in advance,
    Yan

    Hi,
    Check the return code of the OPEN DATASET. May be autorizations for writing might not be there.
    If the file is written partially it would be due to memory problem.
    Also check the OPEN DATASET Parameters if they are correct.
    Hope this helps.

  • Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin Open error 5: "Input/outp

    Please can any one help.
    All sound has disappeared from my imac, it just 2 years old, I've run disk warrior and disk repair/verify and this is what come up.
    ARe there any solutions?
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/ja/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/sc/BE/unk.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/char.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/dicrc
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/matrix.bin
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/sys.dic
    Open error 5: "Input/output error" on usr/lib/mecab/dic/apple/tc/BE/unk.dic
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeDirectory
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeResources
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/CodeSignature
    Open error 5: "Input/output error" on System/Library/Extensions/AppleSMBIOS.kext/Contents/_CodeSignature/CodeRequirem ents
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/PlugIns/AppleSM56KU SBModemFamily.kext/Contents/_CodeSignature/CodeRequirements
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/Resources/English.l proj/InfoPlist.strings
    Open error 5: "Input/output error" on System/Library/Extensions/SM56KUSBAudioFamily.kext/Contents/_CodeSignature/Code Requirements

    Whew, generally those errors would indicate a serious Hard Drive problem, but possibly RAM or Logic Board... any other drives connected?
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029

  • Java.sql.SQLException: File input/output error: File input/output error: re

    Hi,
    We are using JCAPS 512. We use oracle eway to connect to Oracle 10g database. But sometimes we are getting the following exception
    and suddenly all jcds stop processing. If we restart the server again job continue processing, otherwise server hangs and nothing get processed.
    Exception is as follows
    java.sql.SQLException: File input/output error: File input/output error: reading: java.io.EOFException in statement [SET TABLE EVENT_STORE INDEX '11183416 55935']
         at org.hsqldb.Trace.getError(Unknown Source)
         at org.hsqldb.Log.runScript(Unknown Source)
         at org.hsqldb.Log.open(Unknown Source)
         at org.hsqldb.Database$Logger.openLog(Unknown Source)
         at org.hsqldb.Database.open(Unknown Source)
         at org.hsqldb.Database.<init>(Unknown Source)
         at org.hsqldb.jdbcConnection.openStandalone(Unknown Source)
         at org.hsqldb.jdbcConnection.<init>(Unknown Source)
         at org.hsqldb.jdbcDriver.connect(Unknown Source)
         at java.sql.DriverManager.getConnection(DriverManager.java:525)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.addNewConnection(DBEventStore.java:359)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.getConnection(DBEventStore.java:444)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.executeParameterizedQuery(DBEventStore.java:777)
         at com.stc.eventmanagement.impl.DBEventStore$EventStoreDB.access$000(DBEventStore.java:250)
         at com.stc.eventmanagement.impl.DBEventStore.getEventIDsList(DBEventStore.java:133)
         at com.stc.eventmanagement.impl.DBEventStore.getEventIDsList(DBEventStore.java:115)
         at com.stc.eventmanagement.impl.EventForwarderMBean.cachePersistedEvents(EventForwarderMBean.java:728)
         at com.stc.eventmanagement.impl.EventForwarderMBean.setup(EventForwarderMBean.java:334)
         at com.stc.eventmanagement.impl.EventForwarderMBean.invoke(EventForwarderMBean.java:565)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
         at com.stc.eventmanagement.impl.EventManagementService.setupEventForwarderMbean(EventManagementService.java:270)
         at com.stc.eventmanagement.impl.EventManagementService.registerMBean(EventManagementService.java:147)
         at com.stc.eventmanagement.impl.EventManagementService.startService(EventManagementService.java:96)
         at com.stc.eventmanagement.impl.EventManagementResourceAdapter.start(EventManagementResourceAdapter.java:75)
         at com.sun.enterprise.connectors.ActiveInboundResourceAdapter.<init>(ActiveInboundResourceAdapter.java:94)
         at com.sun.enterprise.connectors.ActiveRAFactory.createActiveResourceAdapter(ActiveRAFactory.java:74)
         at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:269)
         at com.sun.enterprise.connectors.ResourceAdapterAdminServiceImpl.createActiveResourceAdapter(ResourceAdapterAdminServiceImpl.java:372)
         at com.sun.enterprise.connectors.ConnectorRuntime.createActiveResourceAdapter(ConnectorRuntime.java:204)
         at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:87)
         at com.sun.enterprise.server.ConnectorModuleLoader.load(ConnectorModuleLoader.java:108)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:216)
         at com.sun.enterprise.server.AbstractManager.load(AbstractManager.java:106)
         at com.sun.enterprise.server.ApplicationLifecycle.onStartup(ApplicationLifecycle.java:183)
         at com.sun.enterprise.server.ApplicationServer.onStartup(ApplicationServer.java:295)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:238)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    |#]
    Please provide some suggestions to overcome this  error
    Regards
    Venkatesh.S

    Delete the EventStoreDb.data file (its somewhere in your logical host) and restart the logical host.

  • Error parsing enveloped data (Error Code: 101): Cannot decrypt request

    When my player requests http://<server>:8080/flashaccessserver/<tenant>/flashaccess/license/v1 the following happens:
    - HTTP 500 is returned
    - in the log file, an ERROR is appended, copied below:
    [#:10] 2011-01-14 12:19:37,381 DEBUG [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.engine.LicenseEngine ] Started processing request...
    [#:10] 2011-01-14 12:19:37,385 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.engine.LicenseEngine ]
    Error occurred processing license acquisition request
    com.adobe.flashaccess.sdk.protocol.HandlerParsingException: com.adobe.flashaccess.core.pkcs7.PKCS7Exception: Error parsing enveloped data (Error Code: 101):
    Cannot decrypt request
            at com.adobe.flashaccess.sdk.protocol.AbstractHandler.parseRequest(AbstractHandler.java:73)
            at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest(LicenseEngine.java :193)
            at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest(LicenseEngine.java :63)
            at com.adobe.flashaccess.server.generic.engine.AbstractEngine.processLicenseRequest(Abstract Engine.java:70)
            at com.adobe.flashaccess.server.license.servlet.LicenseEngineDelegatorServlet.doPost(License EngineDelegatorServlet.java:53)
            etc...
    The Validator says that the config is ok, but I can't get this /license/v1 url to work.
    Can you help?
    Thank you!

    I have managed to get past that 101 error, but now there is another error... and I have no idea where to continue... can you help?
    Thank you in advance!
    This is my log file:
    [#:3] 2011-01-14 16:38:53,623 INFO  [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.context.SimpleContex tFactory] Creating class loader for partition 'flashaccessserver' with libraries '[file:/opt/adobe/flashaccess/tomcat/licenseserver/flashaccessserver/libs/, file:/opt/adobe/flashaccess/tomcat/licenseserver/flashaccessserver/libs/flashaccess-licen se-server-ext-sample.jar]'
    [#:3] 2011-01-14 16:38:53,626 DEBUG [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.engine.LicenseEngine ] Started processing request...
    [#:3] 2011-01-14 16:40:26,933 ERROR [[Partition(flashaccessserver)].com.adobe.flashaccess.server.license.engine.LicenseEngine ] Error occurred processing license acquisition request
    java.lang.UnsatisfiedLinkError: com.rsa.Native.JN_SHA1.NativeDigestInit([B)[B
            at com.rsa.Native.JN_SHA1.NativeDigestInit(Native Method)
            at com.rsa.cryptoj.n.fN.a(Unknown Source)
            at com.rsa.cryptoj.n.qE.a(Unknown Source)
            at com.rsa.cryptoj.n.qE.f(Unknown Source)
            at com.rsa.cryptoj.n.bA.a(Unknown Source)
            at com.rsa.jsafe.JSAFE_Signature.verifyInit(Unknown Source)
            at com.rsa.jsafe.JSAFE_Signature.verifyInit(Unknown Source)
            at com.adobe.flashaccess.core.crypto.jsafe.RSASigVerifier_JSAFE.<init>(RSASigVerifier_JSAFE. java:46)
            at com.adobe.flashaccess.core.crypto.RSASigVerifier.getInstance(RSASigVerifier.java:30)
            at com.adobe.flashaccess.core.pkcs7.SignedDataVerifier.verify(SignedDataVerifier.java:82)
            at com.adobe.flashaccess.core.pkcs7.SignedDataVerifier.verify(SignedDataVerifier.java:164)
            at com.adobe.flashaccess.core.pkcs7.SignedData.verifySignature(SignedData.java:335)
            at com.adobe.flashaccess.core.media.drm.keys.v2.V2ContentMetadataImpl.parseMetadata(V2Conten tMetadataImpl.java:189)
            at com.adobe.flashaccess.core.media.drm.keys.v2.V2ContentMetadataImpl.<init>(V2ContentMetada taImpl.java:155)
            at com.adobe.flashaccess.sdk.protocol.license.LicenseRequestMessage.parseLicenseMessage(Lice nseRequestMessage.java:565)
            at com.adobe.flashaccess.sdk.protocol.license.LicenseRequestMessage.<init>(LicenseRequestMes sage.java:137)
            at com.adobe.flashaccess.sdk.protocol.license.LicenseHandler.parseRequestMessages(LicenseHan dler.java:128)
            at com.adobe.flashaccess.sdk.protocol.AbstractBatchHandler.parseRequestMessage(AbstractBatch Handler.java:124)
            at com.adobe.flashaccess.sdk.protocol.AbstractHandler.parseRequest(AbstractHandler.java:75)
            at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest(LicenseEngine.java :193)
            at com.adobe.flashaccess.server.license.engine.LicenseEngine.parseRequest(LicenseEngine.java :63)
            at com.adobe.flashaccess.server.generic.engine.AbstractEngine.processLicenseRequest(Abstract Engine.java:70)
            at com.adobe.flashaccess.server.license.servlet.LicenseEngineDelegatorServlet.doPost(License EngineDelegatorServlet.java:53)
            etc.

  • Parsing dblp.xml error?

    I am trying to parse using Java and the streaming API for XML (stAX) w and index the dblp.xml database.
    Before indexing the xml I first parse the xml document and put in a tree like data structure of the form:
    public class WK2Element {
         public String elmName;
         public String elmValue;
         public List<WK2Element> childs;
        public WK2Element parent;
    After that I traverse the tree and to index the document. while trying to do these i got the following errors.
    (1)  javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
    Message: Content is not allowed in prolog.
    (2) javax.xml.stream.XMLStreamException: ParseError at [row,col]:[14,2]
    Message: The markup in the document following the root element must be well-formed.
    Please can anybody help me point out where the problems are?

    I am trying to parse using Java and the streaming API for XML (stAX) w and index the dblp.xml database.
    Before indexing the xml I first parse the xml document and put in a tree like data structure of the form:
    public class WK2Element {
         public String elmName;
         public String elmValue;
         public List<WK2Element> childs;
        public WK2Element parent;
    After that I traverse the tree and to index the document. while trying to do these i got the following errors.
    (1)  javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
    Message: Content is not allowed in prolog.
    (2) javax.xml.stream.XMLStreamException: ParseError at [row,col]:[14,2]
    Message: The markup in the document following the root element must be well-formed.
    Please can anybody help me point out where the problems are?

  • VSphere Client VERSION 5 - error parsing clients.xml file

    hi
    i'm trying to connect my server via vsphere client VERSION 5! but i get that stupid error that was common in vsphere 4 "Error parsing the server "SERVER
    IP" "clients.xml" file. Login will continue, contact your system administrator"
    this error was in vsphere 4 but i get it in vsphere client 5 , any ideas?

    Hello Ali Salehi,
    Thank you for posting in the TechNet forum.
    Have you made any changes before this issue?
    As this issue is related to VMware, to receive better support, it is recommended to contact the VMware support.
    Additionally, if the program is Vista compatible, you can try Vista compatibility mode. If this isn’t Vista compatible, and you meet the hardware requirements, you can try using the XP Mode. You can find more information at the following link:
    http://www.microsoft.com/windows/virtual-pc/get-started.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Error message input/output error when viewing dvd from camcorder

    I received a DVD from a friend and I am unable to view it using quicktime. I use quicktime for other applications and it works fine. When I attempt to open the file it says there is an input/output error. Any advise on this matter??
    Dell Latitude   Windows XP  

    DVD files use MPEG-2 encoding and can't be played via QuickTime Player without extra software.
    Apple sells ($20) an MPEG-2 Playback Component that can be used to view non commercial (no CSS encryption) DVD's.

  • Error parsing a XML file

    Hi!
    I'm using the package org.apache.xerces
    when I run this code:
    DOMParser parser= new DOMParser();
    parser.parse(new InputSource(new FileInputStream("test.xml")));
    Document doc=parser.getDocument();
    Node node=(Node)doc;
    NodeList nodeList = node.getChildNodes();
    System.out.println("Inicio...");
    System.out.println(nodeList.item(0).getChildNodes().item(0).getNodeName());
    System.out.println(nodeList.item(0).getChildNodes().item(0).getChildNodes().item(0).getNodeValue());
    System.out.println(nodeList.item(0).getChildNodes().item(1).getNodeName());
    System.out.println(nodeList.item(0).getChildNodes().item(1).getChildNodes().item(0).getNodeValue());
    I get has expected:
    one
    tag one
    two
    tag two
    But if I put spaces or returns on de xml file I get error. Why I can't format the file. It only works when the text is all on the same line!!

    <parent>
    <one>Test1</one>
    <two>Teste2</two>
    </parent>
    Your parent element has 5 children. The first is a text element containing only a newline character. The second is a one element. The third is a text element containing only a newline character. The fourth is a two element. The fifth is a ... you get the picture now?

  • Jax-ws reading fault saop messges - error parsing the xml source

    i have a class for reading soap messages including fault:
    class it.xx.SOAPListener.LoggingHandler, handleFault is the method like:
    public boolean handleFault(SOAPMessageContext c) {
    try {
    SOAPMessage msg = c.getMessage();
    msg.writeTo(System.out);
    } catch (SOAPException ex) {
    but c.getMessage throws an javax.xml.stream.XMLStreamException as you can see above.
    & # 28 is the char not understood properly by the parser (as ou can see above )
    this kind of fault soap message is a standard for the remote webservices i used and, i cant change it!
    the exception thrown don't write the soap message of response because the line msg.writeTo(output stream) is not executed
    so, how can i get the response without exception, how can formatting the message before exception can be thrown without change jax-ws library code??
    thank you
    exception is:
    javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,2059]
    Message: Character reference "" is an invalid XML character.
    at com.sun.xml.ws.handler.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:81)
    at it.xx.SOAPListener.LoggingHandler.handleFault(LoggingHandler.java:77)
    at it.xx.SOAPListener.LoggingHandler.handleFault(LoggingHandler.java:32)
    at com.sun.xml.ws.handler.HandlerProcessor.callHandleFault(HandlerProcessor.java:378)
    at com.sun.xml.ws.handler.HandlerProcessor.callHandlersResponse(HandlerProcessor.java:202)
    at com.sun.xml.ws.handler.ClientSOAPHandlerTube.callHandlersOnResponse(ClientSOAPHandlerTube.java:159)
    at com.sun.xml.ws.handler.HandlerTube.processResponse(HandlerTube.java:160)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:605)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
    at com.sun.xml.ws.client.Stub.process(Stub.java:248)
    at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
    at $Proxy38.m01(Unknown Source)
    ecc...
    Edited by: robyp7 on Aug 25, 2009 2:07 AM
    Edited by: robyp7 on Aug 25, 2009 2:09 AM

    i have a class for reading soap messages including fault:
    class it.xx.SOAPListener.LoggingHandler, handleFault is the method like:
    public boolean handleFault(SOAPMessageContext c) {
    try {
    SOAPMessage msg = c.getMessage();
    msg.writeTo(System.out);
    } catch (SOAPException ex) {
    but c.getMessage throws an javax.xml.stream.XMLStreamException as you can see above.
    & # 28 is the char not understood properly by the parser (as ou can see above )
    this kind of fault soap message is a standard for the remote webservices i used and, i cant change it!
    the exception thrown don't write the soap message of response because the line msg.writeTo(output stream) is not executed
    so, how can i get the response without exception, how can formatting the message before exception can be thrown without change jax-ws library code??
    thank you
    exception is:
    javax.xml.ws.WebServiceException: javax.xml.soap.SOAPException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,2059]
    Message: Character reference "" is an invalid XML character.
    at com.sun.xml.ws.handler.SOAPMessageContextImpl.getMessage(SOAPMessageContextImpl.java:81)
    at it.xx.SOAPListener.LoggingHandler.handleFault(LoggingHandler.java:77)
    at it.xx.SOAPListener.LoggingHandler.handleFault(LoggingHandler.java:32)
    at com.sun.xml.ws.handler.HandlerProcessor.callHandleFault(HandlerProcessor.java:378)
    at com.sun.xml.ws.handler.HandlerProcessor.callHandlersResponse(HandlerProcessor.java:202)
    at com.sun.xml.ws.handler.ClientSOAPHandlerTube.callHandlersOnResponse(ClientSOAPHandlerTube.java:159)
    at com.sun.xml.ws.handler.HandlerTube.processResponse(HandlerTube.java:160)
    at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:605)
    at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
    at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
    at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
    at com.sun.xml.ws.client.Stub.process(Stub.java:248)
    at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
    at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
    at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
    at $Proxy38.m01(Unknown Source)
    ecc...
    Edited by: robyp7 on Aug 25, 2009 2:07 AM
    Edited by: robyp7 on Aug 25, 2009 2:09 AM

  • "NI Battery ERROR parsing input file 1.." Odd error..

    hey everyone,
    i know what you are all going to say, that it must be a problem with Battery, and that may be right, but i am exploring all possible options. Before this happened i made no changes/updates to Battery or Logic, it seems like this came out of nowhere. check out the screenshot below. after hitting ok, the program crashes entirely.
    any thoughts?
    Message was edited by: TwilightDragon19

    hey everyone,
    i know what you are all going to say, that it must be a problem with Battery, and that may be right, but i am exploring all possible options. Before this happened i made no changes/updates to Battery or Logic, it seems like this came out of nowhere. check out the screenshot below. after hitting ok, the program crashes entirely.
    any thoughts?
    Message was edited by: TwilightDragon19

  • SetClob error, when putting XML doc to CLOB col via XSQL

    Hi,
    When I am trying to put an XML to a VARCHAR2 column, it works fine.
    However,
    when I am trying to put it to a CLOB column,
    the Apache Server generates an Internal Server Error.
    And the error_log of the Apache contains following error message:
    java.lang.NoSuchMethodError: oracle.jdbc.driver.OraclePreparedStatement: method setClob(ILjava/sql/Clob;)V not found
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:320)
    at org.apache.jserv.JServConnection.run(JServConnection.java:188)
    at java.lang.Thread.run(Thread.java)
    I am running Oracle8i (8.1.7) on Linux 2.2.16-3.
    Please give me a help.
    Thanks,
    Joseph
    The Table:
    SQL> desc XML_TEST;
    Name Null? Type
    CLOBTEST CLOB
    SQL>
    The XSQL File, test.xsql:
    <?xml version="1.0"?>
    <test connection="xxxx" xmlns:xsql="urn:oracle-xsql">
    <xsql:insert-request table="XML_TEST"
    transform="test.xsl"/>
    </test>
    The XSL File, test.xsl:
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml" cdata-section-elements="CLOBTEST"/>
    <xsl:template match="/">
    <ROWSET>
    <xsl:for-each select="request/parameters">
    <ROW>
    <CLOBTEST><xsl:value-of disable-output-escaping="yes" select="txtTest"/></CLOBTEST>
    </ROW>
    </xsl:for-each>
    </ROWSET>
    </xsl:template>
    </xsl:stylesheet>
    The HTML File, test.html:
    <HTML>
    <HEAD>
    </HEAD>
    <BODY>
    <FORM name="frmTest" action="test.xsql" method="POST">
    <B>Type in an XML Document:</B><BR>
    <TEXTAREA rows="10" style="width:100%" cols="70" name="txtTest"></TEXTAREA>
    <INPUT type="submit" value="Post XML Document">
    </FORM>
    </BODY>
    </HTML>
    null

    Steve,
    Your guess was right!!! Thank You.
    In my jserv.properties file,
    there were "classess111.zip" and "xsu12.jar" for the "wrapper.classpath".
    So, I modified the file to include only:
    "classess12.zip" and "xsu12.jar".
    After that, Internal Server Error was disappeared,
    but I got new errors for the response, as following:
    Oracle XSQL Servlet Page Processor 1.0.4.1 (Production)
    XSQL-017: Unexpected Error Occurred
    java.lang.NoClassDefFoundError: java/sql/Clob
    at oracle.jdbc.driver.OracleStatement.get_clob_value(OracleStatement.java:4447)
    at oracle.jdbc.driver.OracleStatement.getCLOBValue(OracleStatement.java:3025)
    at oracle.jdbc.driver.OracleCallableStatement.getCLOB(OracleCallableStatement.java:439)
    at oracle.xml.sql.dml.OracleXMLSave.createTempCLOBFromString(OracleXMLSave.java:2283)
    at oracle.xml.sql.dml.OracleXMLSave.setBindValue(OracleXMLSave.java:1218)
    at oracle.xml.sql.dml.OracleXMLSave.saveNodeVal(OracleXMLSave.java:2259)
    at oracle.xml.sql.dml.OracleXMLSave.saveNode(OracleXMLSave.java:2146)
    at oracle.xml.sql.dml.OracleXMLSave.saveNodes(OracleXMLSave.java:2061)
    at oracle.xml.sql.dml.OracleXMLSave.saveXML(OracleXMLSave.java:1954)
    at oracle.xml.sql.dml.OracleXMLSave.insertXML(OracleXMLSave.java:1060)
    at oracle.xml.xsql.actions.XSQLInsertRequestHandler.handleAction(XSQLInsertRequestHandler.java:126)
    at oracle.xml.xsql.XSQLDocHandler.getDocument(XSQLDocHandler.java:132)
    at oracle.xml.xsql.XSQLPageProcessor.process(XSQLPageProcessor.java:131)
    at oracle.xml.xsql.XSQLServlet.doGet(XSQLServlet.java:60)
    at oracle.xml.xsql.XSQLServlet.doPost(XSQLServlet.java:81)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
    at org.apache.jserv.JServConnection.run(JServConnection.java:188)
    at java.lang.Thread.run(Thread.java)
    I am wondering if there are other mismatches.
    Thanks again,
    Joseph

  • Error parsing tag-library file

    Anyone know how to tackle this one?
    Error parsing JSP page /AnteDateLogin.jsp line 3
    Error parsing tag-library file:/u01/web/ias102/j2ee/home/applications/antedate/antedate/WEB-INF/lib/uixtags.jar: Illegal XML character: &#x0;.
    Here is what goes to the console.
    ora03 $ at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.javaorg.xml.sax.SAXParseException: Illegal XML character: &#x0;.
    at org.apache.crimson.parser.InputEntity.fatal(InputEntity.java:1038)
    at org.apache.crimson.parser.InputEntity.parsedContent(InputEntity.java:593)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1747)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:179)
    at com.evermind.xml.JavaxXMLUtils.getJavaxDocument(JavaxXMLUtils.java:35)
    at com.evermind.xml.XMLUtils.getDocument(XMLUtils.java:157)
    at com.evermind.server.http.TagLibraryInfoImplBase.parse(TagLibraryInfoImplBase.java:82)
    at com.evermind.server.http.TagLibraryInfoImplBase.<init>(TagLibraryInfoImplBase.java:47)
    at com.evermind.server.http.TagLibraryArchive.<init>(TagLibraryArchive.java:40)
    at com.evermind.server.http.TagLibraryArchive.getArchive(TagLibraryArchive.java:98)
    at com.evermind.server.http.TagLibraryStorage.getTagLibContext(TagLibraryStorage.java:183)
    at com.evermind.server.http.HttpApplication.getTagLibContext(HttpApplication.java:5897)
    at com.evermind.server.http.JSPPageCompilation.addTagLibTag(JSPPageCompilation.java:2229)
    at com.evermind.server.http.JSPPageCompilation.compile(JSPPageCompilation.java:278)
    at com.evermind.server.http.JSPPage.compile(JSPPage.java:115)
    at com.evermind.server.http.HttpApplication.getJSP(HttpApplication.java:5324)
    at com.evermind.server.http.HttpApplication.serviceJSP(HttpApplication.java:5423)
    at com.evermind.server.http.JSPServlet.service(JSPServlet.java:31)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:508)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:177)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:576)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:62)

    Doe anybody have an idea?

Maybe you are looking for

  • Problem in Saving Image Code

    Hi, I'm been dealing with this code that should be saving an image as a JPEG format. public static void saveAsJPEG(RenderedImage image, String file) throws java.io.IOException { String filename = file; if(!filename.endsWith(".jpg")) filename = new St

  • Import PDF into InDesign

    Brand New InDesign User (latest version on OS X) We have layout modifications to do on some marketing material that is being sent to us in PDF form. I know InDesign can import the PDFs but it seems that the type and image layers are not available. It

  • Please help, im desperate

    I recently used the ipod updater to restore my ipod. Unfortunately, it got unplugged when it said "do not dissconnect". Now my itunes and computer are not recognizing that my ipod is plugged in or exists. When i plug it in it just gives me the same "

  • Power for IPod Touch

    I am contemplating buying an Ipod Touch. I reviewed the contents of the box it comes in, and there is no charger listed. Does the Ipod Touch run on batteries?? does it get its power from the USB connection?? Thanks for the information.

  • We are upgrading from 8.3 to 9.2. How can i get the table(record) structure changes between these 2 version

    We are upgrading from 8.3 to 9.2. How can i get the table(record) structure changes between these 2 versions. I am not able to find it in Oracle support.