[JAXB 2.0] Unmarshalling error if the XML contains w3c.Element nodes

Hi!
I'm using the JAXB 2.0 library to create an XML file according to a XML Schema (XSD).
I use the JAXB 2.0 classes, that I have previuosly generated, to fill the data and finally I execute the marshal method to store a XML file with the object's info.
The second step is unmarshalling the file. Alright in my first attempt: I get all the JAXB objects filled with the data of the file.
Now I try to add w3c.dom.Element nodes underneath a JAXB object that accepts a list of w3c.dom.Elements:
org.w3c.dom.Element cip = (org.w3c.dom.Element) doc.createElement("CIP");
root.appendChild(cip);
t = doc.createTextNode("CIP");
t.setData("TEST");
cip.appendChild(t);
qpd3.getAny().add(cip);
And the resulting XML file is marshalled correctly again. Moreover, the node QPD contains a list of simple nodes like 'CIP' (the w3c.dom.Element of the example).
The second step, to try unmarshalling the XML file I just have generated:
Using a main method in my class the file is unmarshalled with no problems.
It's now, when I deploy the web service that calls the unmarshall method (sending the same XML file to the same function), I receive a parsing error!!
2007-01-30 20:00:08.221 ERROR caught exception while handling request: java.lang.IllegalAccessError: void oracle.xml.parser.schema.XSDNode.<init>()
Why does this error appear??? I supose JDeveloper tries to parser the w3c.dom.Element nodes like a XSDNode and therefore it fails (what is a XSDNode...?). But if I execute the same method from the "main" of my class it works! Maybe the problem is related with the libraries that OC4J loads when it starts...
Can anyone help me?? Thanks in advance!
Sergi

Hi Blaise,
The Document class I use to generate the w3c.dom.Element nodes in the marshaling procedure belongs to oracle.xml.parser.v2.XMLDocument class. And it is located in the jar file: file:/C:/Oracle/jdeveloper/jdk/jre/lib/rt.jar!/org/w3c/dom/Document.class
I have also checked if the unmarshal method of my class has linked the same library, althought is not used in the unmarshalling process (but maybe is implicit...) and it's OK.
Have you seen something wrong?
Thank you!
Sergi

Similar Messages

  • XML Fetch Error. The XML file assigned in the configuration.xml is either wrong or corrupted.

    1.Some web pages give "XML Fetch Error. The XML file assigned in the configuration.xml is either wrong or corrupted".
    2.Youtube gives, after pressing start button, message"An error occurred. Please try again later.
    Opening same youtube page with IE, there is no problems.
    3.Scrolling on Mozilla firefox pages works only with sidebar not with mouse wheel.
    Other user accounts on this computer doesn't have these problems.
    BR, Juha

    This can be caused by a recent Flash 11.3 update.
    See:
    *https://support.mozilla.org/kb/flash-113-doesnt-load-video-firefox

  • LiveCycle unable to access Cache Controller. Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE

    The incident starts after all the members are removed from the DCS Stack DefaultCoreGroup view and added back again by WebSphere Application Server. Following exceptions are seen after LiveCycle was added back in again to the view.
    We have a clustered environment with two nodes 2A and 2B. Server 2A crashed and therefore all members on 2B node were removed from the DCS view. Later the new core group view was installed but LiveCycle did resume operations as expected.
    Errors below:
    Exception caught while dealing with cache : Action - Get, ObjectType - UM_CLUSTER_INVALIDATION_CACHE, Exception message - Error accessing the cache container - Error on GET action for cache Replicated:UM_CLUSTER_INVALIDATION_CACHE
    ServiceRegist W   Cache get failed for service EncryptionService Reason: Error accessing the cache container - Error on GET action for cache
    Error accessing the cache container - Error on GET action for cache Local:SERVICE_FACTORY_CACHE
    The following message appeared for several different services:
    Cache put failed for service [CredentialService, ReaderExtensionsService,EncryptionService, etc]
    SSOSessionCle W   Error in cleaning stale sessions from the database. These sessions would be deleted in next trigger
                                     java.lang.RuntimeException: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:125)
      at com.adobe.idp.um.scheduler.SSOSessionCleanupJob.execute(SSOSessionCleanupJob.java:69)
      at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
      at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: com.adobe.livecycle.cache.CacheActionException: Error accessing the cache container - Error on ENTRYSET action for cache Local:UM_ASSERTION_CACHE
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:219)
      at com.adobe.idp.um.businesslogic.authentication.AssertionCacheManager.removeExpiredResults( AssertionCacheManager.java:99)
      ... 3 more
    Caused by: com.gemstone.gemfire.distributed.DistributedSystemDisconnectedException: GemFire on 2B<v1>:9057/51073 started at Sun Aug 17 08:57:23 EDT 2014: Message distribution has terminated, caused by com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.gemfire.distributed.internal.DistributionManager$Stopper.generateCancelledEx ception(DistributionManager.java:746)
      at com.gemstone.gemfire.distributed.internal.InternalDistributedSystem$Stopper.generateCance lledException(InternalDistributedSystem.java:846)
      at com.gemstone.gemfire.internal.cache.GemFireCacheImpl$Stopper.generateCancelledException(G emFireCacheImpl.java:1090)
      at com.gemstone.gemfire.CancelCriterion.checkCancelInProgress(CancelCriterion.java:59)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkRegionDestroyed(LocalRegion.java:669 4)
      at com.gemstone.gemfire.internal.cache.LocalRegion.checkReadiness(LocalRegion.java:2587)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entries(LocalRegion.java:1815)
      at com.gemstone.gemfire.internal.cache.LocalRegion.entrySet(LocalRegion.java:7941)
      at com.adobe.livecycle.cache.adapter.GemfireLocalCacheAdapter.entrySet(GemfireLocalCacheAdap ter.java:209)
      ... 4 more
    Caused by: com.gemstone.gemfire.ForcedDisconnectException: This member has been forced out of the distributed system.  Reason='this member is no longer in the view but is initiating connections'
      at com.gemstone.org.jgroups.protocols.pbcast.ParticipantGmsImpl.handleLeaveResponse(Particip antGmsImpl.java:106)
      at com.gemstone.org.jgroups.protocols.pbcast.GMS.up(GMS.java:1289)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VIEW_SYNC.up(VIEW_SYNC.java:202)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:276)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.UNICAST.up(UNICAST.java:294)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:625)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:187)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:504)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.FD.up(FD.java:438)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.Discovery.up(Discovery.java:258)
      at com.gemstone.org.jgroups.stack.Protocol.passUp(Protocol.java:767)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingMessage(TP.java:1110)
      at com.gemstone.org.jgroups.protocols.TP.handleIncomingPacket(TP.java:1016)
      at com.gemstone.org.jgroups.protocols.TP.receive(TP.java:923)
      at com.gemstone.org.jgroups.protocols.UDP$UcastReceiver.run(UDP.java:1320)
      at java.lang.Thread.run(Thread.java:773)
    [22/08/14 0:28:10:237 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:29:10:252 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:30:10:268 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:31:10:283 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:32:10:298 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:33:10:313 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:34:10:328 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:35:10:343 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:36:10:358 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:37:10:373 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerException
    [22/08/14 0:38:10:389 EDT] 00000b4f WorkPolicyEva W   Exception thrown in background thread. Cause: java.lang.NullPointerExceptionor
    I have tried looking for the root cause about why LiveCycle was not able to resume normally, didn't find anything related.

    LiveCycle uses Gemfire as distributed cache for cluster members. If you are using TCP Locators (caching based on TCP instead of UDP), below are the possible situations which might lead to “ForcedDisconnectException” :
    - There is time difference between two nodes.
    - These is network connectivity issues.
    - The high CPU usage by the member crashed.
    -Wasil

  • Packaging error 2 (The media contains invalid NALU length)

    Hi,
    I am trying to publish live stream from Adobe Flash client that can be viewed on iOS device.  One known issue is that the Flash client does not support AAC audio encoder when it publishes a stream, but AAC is required for iOS viewing.  Thus I am using ffmpeg to transcode the audio to work around this issue.  The setup looks like following:
                                     Publish(h.264+Speex)      Pull               Re-Publish(h.264+AAC)
    Flash Client Publisher -------------------> AMS -----> ffmpeg ---------------------> AMS
    The command line I use for ffmpeg is like this:
    ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx/livepkgr/orgstream -c:v copy -c:a aac -strict -2 -f flv rtmp://xxx.xxx.xxx.xxx/livepkgr/livestream
    This setup works perfectly if the original stream is published by Flash Media Live Encoder client.  However, if the stream is published by a web page using Flash ActionScript client, the iOS won't play the stream.  The root cause is that HLS module failed to generate the proper TS file. I get the following error in the Apache server log.
    [Sat Aug 17 15:56:50 2013] [error] mod_hlshttp [500]: Packaging error 2 (The media contains invalid NALU length) when processing /hls-live/streams/livepkgr/events/_definst_/livestream/livestreamNum0.ts
    I've tried various things to narrow down the possibilities regarding what could be wrong.  Here are some of my observations:
    1) The problem has nothing to do with audio.  If I do audio streaming only, it works well.  So in various experiement, I simplified the problem by doing video stream only.  When using ffmpeg to transcoding, I used '-an' to disable audio stream.
    2) If I use ffmpeg to save the stream into MP4 file first (say 1 minute long), and then publish that file, I got the same issue when iOS device is trying to retrieve content.  The MP4 file generated is fine though.  I can view it using VLC.
    3) If I use ffmpeg to transcode H.264 to H.264 (i.e. Not to use the "copy" transcoder), it then will work.  However, because of the CPU usage constraints in my requirement, I cannot adopt this approach. Here is the command line that works:
    ffmpeg -re -i rtmp://xxx.xxx.xxx.xxx/livepkgr/orgstream  -vcodec libx264 -b:v 1000k -c:a aac -strict -2 -f flv rtmp://xxx.xxx.xxx.xxx/livepkgr/livestream
    4) In all those experiments, the m3u8 file are generated correctly.  In the stream directory I always saw meaningful size for f4f and f4x files.
    5) The iOS client is able to view the original stream fine if the original stream is H.264 video only stream. (The 'orgstream', not the one republished by ffmpeg).
    6) In all those experiements, a regular Flash viewer client is able to play the live stream with no issue.
    Since I don't have access to source code to the Apache module for HLS (mod_hlshttp), I don't know how to proceed further. I appreciate any help from Adobe engineering team who have access to source code, and give me some hint what could go wrong.  I can also provide further information regarding the published stream, e.g. the generated MP4 if it can help.
    Thanks and best regards,
    Jason
    Message was edited by: Json

    The one thing you didn't do is reset your Photoshop preferences.
    Most likely the preferences got corrupted, and reference a corrupt preset.

  • EHP1 Installation - error during the XML stack file check.

    Hello SAP fans and gurus.
    I'm updating CRM with EHP1 and I'm stuck at the phase PREP_EXTENSION/SUBMOD_EXTENSION_NEW/SELSTACKXML. Something wrong with the XML stack file. I get this error:
    Severe error(s) occured in phase PREP_EXTENSION/SUBMOD_EXTENSION_NEW/SELSTACKXML!
    Last error code set: Error reading stack info, return Code = -1, Reason = 'The stack configuration is not valid for the system CRM, inst.-no. 0020652601'
    The trouble ticket isn't saying much, but I'll post it anyway:
    This trouble ticket was created by SAPehpi on 20110520102342
    SAPehpi broke during phase SUBMOD_EXTENSION_NEW/SELSTACKXML in module PREP_EXTENSION / Extension module for start release >= 40B
    Error Message: Error reading stack info, return Code = -1, Reason = 'The stack configuration is not valid for the system CRM, inst.-no. 0020652601'
    Summary of SAPehpi:
    SAPehpi Release:     lmt_001
    SAPehpi Version:     40.005
    Start Release:          701
    Target Release:          701
    Summary of host system details:
    SID:               CRM
    Host:               sapvmcrm
    MS Host:          sapvmcrm
    GW Host:          sapvmcrm
    Start Path:          /usr/sap/CRM/DVEBMGS00/exe     
    Kernel Path:          /usr/sap/CRM/DVEBMGS00/exe
    Summary of operating system details:
    OS Type:          Linux X86_64
    OS Version:          2.4
    Summary of database details:
    Database Type:          ada
    Database Version:     7.7.07.014
    Summary of RFC details:
    Host:               sapvmcrm
    GW Host:          sapvmcrm
    Client:               000
    Destination:          CRM
    Language:          
    System No.:          00
    There's one problem with the file SAPEXEDB_82-10007250.SAR, which was in the download basket, but is not available for download. I deleted the record in the XML stack file and tried the phase again... with no success. Going through the XML file and checking if the packages have been downloaded is a real pain in the ***.
    Anyway, can I somewhere download this file SAPEXEDB_82-10007250.SAR?
    Or can anyone help me, how solve this issue different way?
    Thanks a lot in advance.
    -Stefan

    OK, I got it. Wrong installation number. We had to change the installation number in the stack file according the system in the Solution Manager via transaction SMSY. Then it worked like a charm.

  • HowTo Set the xml-stylesheet processing instruction node?

    Hi,
    Can anyone tell me via PLSQL XMLDOM object what method or attribute to set or howto specify the xml-stylesheet value at the time of generation of the xml document?
    eg
    <?xml version = '1.0'?>
    <?xml-stylesheet type="text/xsl" href="reporthtml.xsl"?>
    <Report>
    <Title>ABC Report</Title>
    </Report>
    Currently my XML just comes out as
    <?xml version = '1.0'?>
    <Report>
    <Title>ABC Report</Title>
    </Report>
    and I want to add the stylesheet reference....
    <?xml-stylesheet type="text/xsl" href="reporthtml.xsl"?>
    Any help is appreciated...

    A COTS product builds the XML and inserts the respective xsl (xml:stylesheet) file name to be used for transforming the xml. I am trying to interrupt this xml and make some updations on an element and finally send the updated xml to the stream.
    For the above process, I parse the input XML using DOMParser and update the elements (some internal elements). While I view the final XML that would be passed to the stream, I found the <?xml-stylesheet... PI is missing.
    I somehow managed using a temp fix by doing the below. I manually pulled the PI using document.getFirstChild().getNodeValue() and reconstructed the PI and inserted it to the outgoing XML. This needs to be done every time. This might run into problems when more than one PI is used in the XML.
    If the parsed XML could get the PI along with it the above problem could be resolved.
    Is there any property that could be set on the parser (prior to parsing) to resolve the issue?.

  • When exporting: Error -2014 "the movie contains an incorrect duration"

    My end goal is to be able to edit .FLV files in iMovie, so I need to convert them to a usable format. I already have QT Pro, so it's the first thing I tried.
    I have Perian, so the .FLV files play with no issues, but when I try to export them to something usable in iMovie, it makes it to the end of the export process and gives the following error:
    "The movie contains an incorrect duration -2014"
    Has anyone had this issue? Are there any known fixes?

    Select an in and out point other than the very start and end (usually a good idea anyway as there is often a bunch of junk you don't need there) and then do edit trim to selection and then save as. Once in a MOV container try exporting.
    You might also try to select, copy , paste in a new player window and then save as, that new one and export from it after saving as.

  • How do you get the value of an ELEMENT node?

    Which API call do you use to get the value of a simple element node, e.g. <element>value</element>
    The comments for getNodeValue in the header file oraxml.h says
    This function returns the "value" (e.g. associated data) for the given node. Only COMMENT, CDATA and TEXT nodes have data, all others return NULL.
    I've used an xpath expression to select the node that I want but now I can't get the value of the node because it is of type ELEMENT.
    When use getNodeValue I get NULL just like the comment says. Not sure what to try next.

    For parsing with XPath
    http://www.oracle.com/technology/pub/notes/technote_domparser.html

  • 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

  • File adapter error, because the filename contains "u00D1"

    Hi,
    I'm working in a spanish project, I've an interface FTP --> PI --> IDOC, my problem is because in spanish the letter "Ñ" is used and when there are one file in the folder with this letter the communication channel fails because the communication channel cann't read the file.
    Any idea how to configure the communication channel to avoid this problem?
    Thanks, in advance.
    Jose Manuel

    @ Nabendu
    Nabendu Sen wrote:
    Create a Custom Adapter EJB which can remove this type of unwanted characters. You need to call this in the sequence before Call Adapter so that before XML parsing, this types of characters are removed.
    "Ñ" is a valid letter in Spanish and I don't think removing it is a good option.
    @ Jose
    Check what encoding is being used?

  • Received an error. The URL contains the path 'drives', which isn't supported.

    I cannot make working request to live Api on windows 7
    i downloaded example from
    https://github.com/liveservices/LiveSDK-for-Windows/tree/master/src/Desktop
    program authenticates, but i can not make any working request.
    i try to copy requests from OneDrive API console, but it does not work.
    i get errors in URL all the time.what am i doing wrong?

    It sounds like you're using the path for the new OneDrive API for the LiveSDK.  The paths for the two are different.  You'll want to make sure that you're making calls to any of the friendly folders listed below (you can change USER_ID to
    "me" instead) or the folder id's returned in the JSON response.
    USER_ID/skydrive/camera_roll represents the OneDrive camera roll folder.
    USER_ID/skydrive/my_documents represents the Documents folder.
    USER_ID/skydrive/my_photos represents the Pictures folder.
    USER_ID/skydrive/public_documents represents the
    Public folder.

  • Linking groups in the xml by common element

    All,
    I have the following XML:
    <PO_DATA>
    <LINES>
    <LINES_ROW>
    <LINE_DESCRIPTION>LINE 1</LINE_DESCRIPTION>
    <PO_LINE_ID>2467</PO_LINE_ID>
    </LINES_ROW>
    <LINES_ROW>
    <LINE_DESCRIPTION>LINE 2</LINE_DESCRIPTION>
    <PO_LINE_ID>2468</PO_LINE_ID>
    </LINES_ROW>
    <LINES_ROW>
    <LINE_DESCRIPTION>LINE 3</LINE_DESCRIPTION>
    <PO_LINE_ID>2469</PO_LINE_ID>
    </LINES_ROW>
    </LINES>
    <LINE_ATTACHMENTS>
    <TEXT>Detailed item description</TEXT>
    <ID>2467</ID>
    <TEXT>Detailed item description2</TEXT>
    <ID>2468</ID>
    <TEXT>Detailed item description3</TEXT>
    <ID>2469</ID>
    </LINE_ATTACHMENTS>
    </PO_DATA>
    output should be the line details including the attachment matched by the ID:
    LINE 1, Detailed item description
    LINE 2, Detailed item description2
    LINE 3, Detailed item description3
    Is this possible?
    Thanks,
    Dave

    hi tim!
    that worked exactly as required!
    just trying to do an if statement to only display the text if its not blank.
    i keep getting the "enter exact delivery location" with no details after it if its blank.
    Use the following syntax to construct an if-then-else statement in your RTF template:
    <?xdofx:if element_condition then result1 else result2 end if?>
    For example, the following statement tests the AMOUNT element value. If the value
    is greater than 1000, show the word "Higher"; if it is less than 1000, show the word
    "Lower"; if it is equal to 1000, show "Equal":
    <?xdofx:if AMOUNT > 1000 then ’Higher’
    else
    if AMOUNT < 1000 then ’Lower’
    else
    ’Equal’
    end if?> is from the guide book
    so i have tried -
    <?xdofx:if/PO_DATA/LINE_ATTACHMENTS/ID[child::text()=$PoLnID]/preceding-sibling::TEXT[1] =’ ‘ then ‘ ‘ else
    POTEXT end if?>
    doesnt work :(

  • Numbers error message: the spreadsheet contains more formula than are supported

    always using spreadsheets and taught the ipad would make things easier but it just threw up a new set of problems.
    What specifically causes this problem to occur, are there formula to be avoided or is it the amount of formula held in a file?
    What can i do to avoid this?
    Any way around it when it happens?
    Any help or insight would be very much appreciated

    This forum is dedicated to Numbers on Mac OS X.  You will get more help in the forum for iWork on iOS.
    https://discussions.apple.com/community/app_store/iwork_for_ios
    There is an online User' Guide which may be helpful to you:
    http://www.apple.com/support/ios/numbers/

  • Error -2010: the movie contains some invalid data

    what does this mean and how can i fix it

    http://discussions.apple.com/thread.jspa?threadID=1177161&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=1089403&tstart=0
    There must be something wrong when Apple updated QT7.1 to 7.2 because 7.2 is much more buggy than 7.1 and mysterious errors such as yours is not happened only on PC ver but also Mac ver.
    Message was edited by: yksoft1

  • I get an error messge the Plugin container for Firefox failed

    It causes Firefox to freeze up and I have to manually shut off my laptop.

    This means that you have downloadd the file from the internet, and the file did not download completely so the computer can't play it. To fix this, just re-download the file and make sure it finishes.

Maybe you are looking for

  • Error on "webutil_c_api.invoke_int"

    Hello, i'm testing a DLL that was used in Oracle Forms 6i using ORA_FFI. the function that i'm testing it on Oracle 10g is : Function LS100_Open (hwnd in out pls_integer, Hinst in out pls_integer, Type_com in char) return pls_integer The Code in Orac

  • Output not triggered during SAVE from Shipment

    Hi, We have a custom Idoc triggering from the Shipment. The output shows up in the output screen (as yellow) and it is set to trigger 'immediate - 4'. But when I save, it does not issue an output. No errors, nothing just does not trigger at all. If I

  • Pause & restart timeline with one button

    I have created a lengthy animation as a prop for a TV production. They want to be able to start and stop the animation at will using only the mouse without anything being seen on the screen. To do this I want to make an invisible button that covers t

  • Value not displaying in report whereas it returns in plsql developer

    HI

  • Unable to activate product

    When I attempt to activate our Creative Cloud access, I receive this error message: Unable to activate Creative Cloud Product activation is required to use this product You must have a working internet connection to activate this product.  Please che