Could not generate stub object - The element type "META" must be terminated by the matching end-tag "".

I am getting the following error message when I try invoking
a webservice.
Could not generate stub objects for web service invocation.
Name: ProgrammePrivilege. WSDL:
https://clientaccweb.reseaudistinction.com/CardHolderInfo.asmx?WSDL.
org.xml.sax.SAXException: Fatal Error: URI=null Line=11: The
element type "META" must be terminated by the matching end-tag "".
It is recommended that you use a web browser to retrieve and
examine the requested WSDL document for correctness. If the
requested WSDL document can't be retrieved or it is dynamically
generated, it is likely that the target web service has programming
errors.
The problem is, the webservice is working fine, the
application was working yesterday, the error message just appears
after a couple of days and I have to refresh the service in the CF
Administrator. Once I refresh it, everything starts working again.
Anyone else got this problem? ANY help would be appreciated!
If you guys need my code anyway, I can attach it but like I
said, everything works for a couple of days, then, out of the blue,
it stops working so I doubt that it's my CFINVOKE that's the
problem...

Similar kind of problems here - reported back to Adobe a
couple of months ago, so let's wait and hope for the best. My
problems have related to registering multiple web services and
executing them. One problem is that, If I register two identical
(and quite complex) web services, I can only execute either of
them. After CF restart, either of them works, but invoking the
other doesn't work.
For example; CF_Restart -> Try A first, A works -> B
doesn't. Also, CF_Restart -> Try B first, B works -> A
doesn't.
CFMX7.0.2, Apache 2.2, WinXP

Similar Messages

  • Fatal Error:-The element type "br" must be terminated while download image

    Hi ,
    I am downloading images from Flickr webserver using Flickr API.While parsing the url usinfg document object
    I got the fatel error:
    *[Fatal Error] ?method=flickr.photos.getRecent&api_key=myapikey&tags=&per_page=10&page=1:16:155: The element type "br" must be terminated by the matching end-tag "</br>".*
    The requested url to download the image is :-
    "http://www.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=myapikey&tags=&per_page=10&page=1"
    what is the problem in this.Please help my out here.
    Thanks in advance.
    Thanks and Regards,
    Kalpesh Jain

    Sorry for missing letter 'h'.
    The actual URL is this "http://www.flickr.com/services/rest/?method=flickr.photos.getRecent&api_key=my_api_key&tags=tiger&per_pa
    ge=10&page=1"
    When paste this url into browser then following contain are display:-
    <?xml version="1.0" encoding="utf-8" ?>
    - <rsp stat="ok">
    - <photos page="1" pages="100" perpage="10" total="1000">
    <photo id="3637930746" owner="80714421@N00" secret="dcffaf4ceb" server="3410" farm="4" title="IMG_9002e" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930724" owner="32405530@N00" secret="cdab38ff2d" server="3628" farm="4" title="P6132622" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930706" owner="56529377@N00" secret="80fab8f394" server="3657" farm="4" title="DSCN0127" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117815" owner="15586202@N00" secret="efc096d2e6" server="3637" farm="4" title="IMG_0329" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117783" owner="42809587@N00" secret="086c2f05a7" server="3376" farm="4" title="N628CC" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117761" owner="28756676@N02" secret="5583b7a2b8" server="2468" farm="3" title="18062009609-001" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637117659" owner="31242357@N07" secret="edcf46b7ea" server="2427" farm="3" title="_DSC0033_edited-1_filtered" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930808" owner="99361158@N00" secret="895cf707b3" server="3618" farm="4" title="_DSC7786" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930800" owner="91431624@N00" secret="d157f95156" server="3602" farm="4" title="DSCF5530" ispublic="1" isfriend="0" isfamily="0" />
    <photo id="3637930790" owner="31507225@N00" secret="8b7fa39d3d" server="3595" farm="4" title="Library - 3094" ispublic="1" isfriend="0" isfamily="0" />
    </photos>
    </rsp>
    Thanks and Regards,
    Kalpesh

  • Could not generate stub objects for web service invocation in ColdFusion

    I was able to call the services on the development box - windows server without any problem at all, everything was working fine but the moment i uploaded to a linux box production server I get this error. "Could not generate stub objects for web service invocation in ColdFusion"
    What could be the cause of this problem, i have googled a lot but no solution yet any ideas.

    Let me make it simple:
    1. Server A is our development server.- hosted inhouse with coldfusion installed.
    2. Server B is our production server - a linux server with coldfusion installed hosted on the internet
    3. Server C is a third party server containing the webservice - this is a windows server with .net
    coldfusion is installed on Server A, the code works here and can connect to server C without any problem. It gets the required respone
    but when the code was uploaded to server c it gives the error when we run it.
    now i tried just a simple code which works fine on server A below:
    <cfinvoke webservice="http://www.webservicex.net/CurrencyConvertor.asmx?WSDL" method="ConversionRate" returnvariable="ConversionRateResult">
        <cfinvokeargument name="FromCurrency" value="EUR" />
        <cfinvokeargument name="ToCurrency" value="USD" />
    </cfinvoke>
    <cfdump var="#ConversionRateResult#" />
    But when i uploaded it to server C: it returns the error
    Cannot generate stub objects for web service invocation.
    Name: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL. WSDL: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL. java.io.FileNotFoundException: /opt/coldfusion8/stubs/WS728929035/NET/webserviceX/www/Currency.java (No such file or directory) It is recommended that you use a web browser to retrieve and examine the requested WSDL document to ensure it is correct. If the requested WSDL document cannot be retrieved or is dynamically generated, it is likely that the target web service has programming errors.
    The error occurred in /home/works/public_html/currency.cfm: line 7
    5 :     <cfinvokeargument name="FromCurrency" value="EUR" />
    6 :
    7 :     <cfinvokeargument name="ToCurrency" value="USD" />
    8 :
    9 : </cfinvoke>
    Now if you try the preceeding code on a windows environment  it works fine but the moment you put in the in the linux environment it generates this error
    I feel that the error may actually be :
    java.io.FileNotFoundException: /opt/coldfusion8/stubs/WS728929035/NET/webserviceX/www/Currency.java (No such file or directory)
    but i am clueless as to what to do next
    Ok so I tried the wget command on the linux
    this is what i got
    -bash-3.2# wget http://www.webservicesx.net/CurrencyConvertor.asmx?WDSL
    --2011-07-02 23:23:42--  http://www.webservicesx.net/CurrencyConvertor.asmx?WDSL
    Resolving www.webservicesx.net... 216.8.179.25
    Connecting to www.webservicesx.net|216.8.179.25|:80... connected.
    HTTP request sent, awaiting response... 403 Forbidden
    2011-07-02 23:23:43 ERROR 403: Forbidden.

  • Intermittent Could not generate stub objects for web service invocation errors

    Hi,
    I'm hoping someone can point me in the right direction...We are running Coldfusion 8 and keep getting the stub objects errors intermittently.  The web service will work for a while then it will just stop working for while, then it will start back working again.  There doesn't seem to be any rhyme or reason to it, and we're not doing anything to the server in the meantime.  I don't even know how to begin to diagnose the problem.  Has anyone ever seen this or have any ideas of some things we can check?
    Thanks!
    Holli

    It's a load-balanced environment and we've turned the bad server off for now.  Also, I was wrong.  We're running CF7. I'm getting my environments mixed up. Sorry about that. You can still get to the service on the good server though. This is the link: http://www.asthmaagents.com/services/init.cfc?WSDL  After I posted this, we were able to get a little more info.  When I went directly to the service using that link, we got this error message off and on when we would refresh the browser:
    AXIS error
    Sorry, something seems to have gone wrong... here are the details:
    Fault - Error attempting to create Java skeleton for CFC web service; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException: [java.lang.NoClassDefFoundError : cfinit2ecfc338058839$funcRECORDSESSION]
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString: Error attempting to create Java skeleton for CFC web service; nested exception is:
        coldfusion.xml.rpc.CFCInvocationException: [java.lang.NoClassDefFoundError : cfinit2ecfc338058839$funcRECORDSESSION]
    faultActor:
    faultNode:
    faultDetail:
        {http://xml.apache.org/axis/}hostname:corpinternet1g
    Still, nothing is consistent and it's working fine on the other server.  I'm at a loss.  I really appreciate you taking a look at this! Any info will be helpful.
    Thanks!
    Holli

  • Could not generate stub objects for web service invocation

    HELP:!!!!!!!!!! Adobe- My client is ready to move to another
    technology if this simple solution cannot work!
    I am having a hard time invoking the ws below in a
    Unix/CF7/Apache 2.0 environment. I can query the WSDL and it works
    successful in a windows dev environ. However when going to UNIX it
    is unsuccessful. I am thinking that it is a permissions issue or
    something. Further more I cannot even register other Webservices in
    the CF admin ( eg bable fish) Why? Has anyone come up with a
    solution? Thanks in advance for any help.
    My PAGE
    <cfinvoke webservice="
    http://120.252.201.51:8200/test.cfc?wsdl"
    method="getXML" returnvariable="foo">
    <cfinvokeargument name="XMLInput" value="Hello THere">
    </cfinvoke>
    <br><cfoutput>#foo#</cfoutput>
    MY WS:
    <cfcomponent output="Yes">
    <cffunction name="getXML" returnType="string"
    access="remote" output="Yes">
    <cfargument name="XMLInput" type="string" >
    <cfoutput>#XMLInput#</cfoutput>
    <cfreturn #XMLInput#>
    </cffunction>
    </cfcomponent>

    Does the following version do any better?
    My PAGE
    <cfinvoke
    webservice="
    http://120.252.201.51:8200/test.cfc?wsdl"
    method="getXML"
    XMLInput="Hello THere"
    returnvariable="foo"
    username="user name"
    password = "password"
    timeout = "30" />
    MY WS
    <cfcomponent>
    <cffunction name="getXML" returnType="string"
    access="remote">
    <cfargument name="XMLInput" type="string" >
    <cfreturn Arguments.XMLInput>
    </cffunction>
    </cfcomponent>

  • Could not open file. Unknown file type.

    The file would not open in Fireworks due to incorrect image paths. The image paths are corrected in dreamweaver and saved. The file now returns "Could not open file. Unknown file type."
    So, then I made the same corrections with a text editor and saved the file. Same error when fireworks tries to open it.
    in way over my head!

    I've had that happen too. What worked for me was shutting FW down and rebooting my machine.

  • "In initializer for 'mxmlContent', type Object is not assignable to target Array element type..."

    Hi all,
    So I've have built an application on flash builder 4.5 using Christophe Coenraets' tutorial "Building an EmployeeDirectory" (http://www.adobe.com/devnet/flex/articles/employee-directory-android-flex.html#articlecont entAdobe_numberedheader).
    I'm getting this error message "In initializer for 'mxmlContent', type Object is not assignable to target Array element type mx.core.IVisualElement." and then the debugger highlights my code this line of my code "</s:List>" in my EmployeeDetails.mxml file. This started after I coded Part 5, Step 2 "Integrating with the Device Capabilities: Triggering the Actions".   The rest of the code debugged fine.
    I think it relates to Christophe's note "Note: Make sure you import spark.events.IndexChangeEvent (and not mx.events.IndexChangedEvent) for this code to compile.".  I don't know where to place this
    " import spark.events.IndexChangeEvent;" line of code. 
    Any help?  Tks in advance..
    Any help would be greatly appreciated.  Thanks

    You have a DataGrid directly inside a State element. Perhaps wrap it in an AddChild element?
    More information on using states can be found here:
    http://livedocs.adobe.com/flex/3/html/help.html?content=using_states_1.html

  • Adt.bat Could not generate timestamp: Cannot parse the response

    I am using the command line to build an air app as follows:
    adt.bat -package -storetype pkcs12 -keystore mycert.pfx
    -storepass xxx -tsa
    http://timestamp.verisign.com/scripts/timstamp.dll
    myApp.air myApp-app.xml myApp.swf
    However, I receive this error:
    Could not generate timestamp: Cannot parse the response
    I am using a Verisign issued Authenticode certificate. Has
    anyone got any idea why this might be happening?
    Thanks

    There is no previous thread running for this application
    (that's the first thing I checked out). As I said in the last
    message, I can successfully launch my app from within FlexBuilder3,
    but not from a generated .air file install.
    At your suggestion, I created a simple "Hello World" type of
    Flex application in FlexBuilder3. From within FlexBuilder3, I
    exported it to an AIR file and installed it. This simple
    application does indeed run on my system after being installed from
    the .air file.
    So there's something different about this new public release
    of the FlexSDK than the last bet release. I compared that simple
    project contents and layout to my project. The big difference is
    that all the source files for the simple project was automatically
    dropped/created in a child 'src' folder under the main project
    folder. I also noticed that when installed, there were files
    missing for my app, but not for the simple app. The big difference
    there being that only the files in the src folder were copied into
    the AIR installer to be installed. Nothing outside of that folder
    was part of the install codebase!
    I therefore refactored my code (yet again) to move all my
    source files (including my external config XML files) into a 'src'
    folder under the main project folder. After a lot of tweaking in
    FlexBuilder3 to get it all working again and running, I exported to
    an AIR file once again. This time all the files were included, when
    I ran the new installer. The application now launches successfully.
    The next step is to replicate this via the command-line ADT
    tool.
    It would have been nice to know the changes in this area (src
    folder) before going this far into the process. Unless they are
    documented in some obscure release note somewhere that I am not
    aware of yet.
    I'll let you know how the ADT run goes when I get the chance.
    Thanks for your help everyone.

  • The filtering process could not be initialized when trying to process this item. Verify that the file extension is a known type and the item is not corrupt

    I am getting below error message while search crawl in sharepoint foundation 2010 search for only .VSD files and not for any other docs type.
    The filtering process could not be initialized when trying to process this item. Verify that the file extension is a known type and the item is not corrupt. 
    I have installed the Microsoft Filter Pack 2.0 in search server but still i am getting the same error.
    <//span>
    Any one's help will be appreciated.
    Regards,
    Rashmi
    Rashmi Singhal

    Hi Rashmi,
    1. Checked the file extension is added or not to the search file types.
    2. Checked file name has any invalid characters.
    3. Resetting the crawl index and run a full crawl .
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • Thread: Could not generate the XML in single thread mode

    Hi all,
    I have created a report using PLSQL Procedure method after submitting the request I am getting the following Error.Couldn't sort out why I am getting the error while running the report.
    Error in "Multi threaded or single threaded execution block" of XXRX_REPORT_OUTPUT_PKG.insert_into_nested_table procedure
    ERROR :ORA-20005: Could not generate the XML in single thread mode
    XXRXERROR: XXRX_REPORT_OUTPUT_PKG.run_report SQLERROR: ORA-20005: ORA-20005: Could not generate the XML in single thread mode
    Can someone help me out finding the issue
    Thanks in Advance

    Hi,
    Please read SQL and PL/SQL FAQ
    We cannot guess what is the error if you don't post any part of your code.
    Additionally when you put some code or output please enclose it between two lines starting with {noformat}{noformat}
    i.e.:
    {noformat}{noformat}
    SELECT ...
    {noformat}{noformat}
    Regards.
    Al                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • The system could not create any outputs for mv type 561

    Hi,
    I tried to print out a goods receipt others in MIGO and i received "The system could not create any outputs" when i tick on output control. I tried to follow the steps in How to print the material document in MB1C movement 561 I stuck at step 4 where i cannot find MvT 561. Please help
    Chk your setting as below to get GR print out.
    . Maintain the Printer Name in MM->Inv Mgmt and Phy Inv->Print Control-> Gen Settings-> Printer Setting Enter the local printer where you want to print your Goods posting document
    2. Ensure that in MM->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In MM->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In MM->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for Goods Receipt/GI/Transfer Posting Documents
    Here for Particular mvt type 101,201,121,311,313,501,521,561 etcu2026 Maintain the Print item as 1--Material document printout
    5. In MM->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the following--
    Select the particular Output type then goto Details
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Transmission medium is 1
    b. Print Parameter is 7
    6. In MM->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Printer Determination by Plant/Str Loc , Maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.

    issue is resolved

  • LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides

    HI
    When I put a network shared variable with fifo RT activated on my diagram, the arrow is broken.and I' ve got this message:
    ""LabVIEW could not generate code for the shared variable.You must open the VI in the project that contains the library where the shared variable resides""
    If I uncheck FIFO RT option for this variable the arrow isn't broken anymore.
    I 've no idea how to correct this weird error?
    Autodeploy is on, and I've check copy / delete in diagram in tool/options\diagram
    regards,
    james

    Hello,
    I don't reproduce this error.
    Could you send your VI?
    Regards
    VéroniqueD
    NI France

  • CiscoWorks LMS 4.0.1 - Could not generate the report

    Hello,
    I am running CiscoWorks LMS 4.0.1 since 6 months and I wanted to generate today a report about the interface utilization on 2 Cisco switches (Catalyst 3750G). The corresponding job is created, it runs and then i get "succeeded with info" in the "Run Status" column. When I want to click then on the "View Report" link, I get the following error: "Could not generate the report. Either data is not available for the specified duration or the report job failed."
    I tried the same procedure with 2 other switches but I have got the same result.
    Does anybody has an idea of how I can fix this issue?
    Thanks a lot in advanced.
    Best regards,
    Marc Hoffmann

    Hi Marc,
    I have this problem too. I rebooted my Windows but no solved. You known the service name responsible for this error? You have any other sugestion?
    Thank you !!!

  • SQL2310N the utility could not generate statistics: error "-911"

    Hello,
    we have a 46c system with DB V.8.2.2. Everytime we planned over db13 the runstat_all we get an error message.
    Errormessage: Error -2310 in dmdb6upd.c(687):
    SQL2310N the utility could not generate statistics: error "-911"
    Regards,
    Alexander Türk

    Here some more information:
    07.01.2007 13:00:31 Ausführung des logischen Kommandos REORGCHK_ALL auf Rechner b0d0m102
    07.01.2007 13:00:31 Parameter: -t all -n PH0 -z 3600 -m b -l 1800
    07.01.2007 20:01:09 pct_long_lob has been set to 10 percent
    07.01.2007 20:01:09 Checking for old entries in db6treorg/db6ireorg ...
    07.01.2007 20:01:09 Reading table names for runstats ...
    07.01.2007 20:01:09 Tables to process: 26350 ...
    07.01.2007 20:01:09 ERRORMESSAGE: Error -2310 in dmdb6upd.c(687):
    07.01.2007 20:01:09 SQL2310N  The utility could not generate statistics.  Error "-911"
    07.01.2007 20:01:09 was returned.
    07.01.2007 20:01:09
    07.01.2007 20:01:09 table: SAPR3.DB6PMHT
    07.01.2007 20:01:09 ERRORMESSAGE: Error -2310 in dmdb6upd.c(687):
    07.01.2007 20:01:09 SQL2310N  The utility could not generate statistics.  Error "-911"
    07.01.2007 20:01:09 was returned.
    07.01.2007 20:01:09
    07.01.2007 20:01:09 table: SAPR3.DB6PMHT_HD

  • Java.sql.SQLException: Could not generate the DTD because..

    I am trying to reverse an XML file and running into the following exception:
    java.sql.SQLException: Could not generate the DTD because the file could not be created. Verify that you have write permission in the directory.
    I have permission to the directory, so I suspect something else is causing this. I saw in another thread that file name length sometimes caused this. I tried that approach and it did not help.
    I am trying to get data from an oracle table and put it in an XML file using an interface.
    I have my interface set to use an oracle source table and an XML target. My LKM is SQL to SQL and my IKM is SQL Control Append. I have staging area different from target set.
    My model (for the XML file) has technology set to XML, uses the SnpsXML jdbc driver and I use the following parameters in my file path: f, d, s, dp. This tests successfully.
    I am trying reverse the xml file using standard reverse.
    I am running this on a remote agent.
    I am using ODI 10.1.3.5.5
    Thank you for any help you can provide me.
    Edited by: user13279807 on Oct 19, 2010 11:44 AM

    The exact error message I recieved was the following:
    The Technology or the Driver used does not support Reverse Engineering.
    java.sql.SQLException: Could not generate the DTD because the file could not be created. Verify that you have write permission in the directory.
    Details:
    java.sql.SQLException: Could not generate the DTD because the file could not be created. Verify that you have write permission in the directory.
         at com.sunopsis.jdbc.driver.xml.bw.a(bw.java:810)
         at com.sunopsis.jdbc.driver.xml.bw.<init>(bw.java:450)
         at com.sunopsis.jdbc.driver.xml.bx.b(bx.java:292)
         at com.sunopsis.jdbc.driver.xml.bx.a(bx.java:270)
         at com.sunopsis.jdbc.driver.xml.SnpsXmlDriver.connect(SnpsXmlDriver.java:110)
         at com.sunopsis.sql.SnpsConnection.v(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.testConnection(SnpsConnection.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.a(Reverse.java)
         at com.sunopsis.dwg.reverse.Reverse.getMetaData(Reverse.java)
         at com.sunopsis.graphical.frame.a.ip.a(ip.java)
         at com.sunopsis.graphical.frame.a.ip.a(ip.java)
         at com.sunopsis.graphical.frame.a.hq.b(hq.java)
         at com.sunopsis.graphical.tools.utils.swingworker.v.call(v.java)
         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
         at com.sunopsis.graphical.tools.utils.swingworker.l.run(l.java)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Thread.java:619)

Maybe you are looking for