Cannot generate stub objects...access denied

Has anyone come accross this?
I am attempting to access a coldfusion 9 webservice that I created and am also consuming.  The pair works fine when both requesting page and the webservice are resident on my development server, but generates the following error when in production:
Error Occurred While Processing Request
Cannot generate stub objects for web service invocation.
Name: http://casadiablo.homeip.net/WebServices/SimpleWebService.cfc?wsdl. WSDL: http://casadiablo.homeip.net/WebServices/SimpleWebService.cfc?wsdl. java.security.AccessControlException: access denied ("java.io.FilePermission" "C:/Program Files/Java/jdk1.7.0_04/jre/lib/wsdl.properties" "read") 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 D:/home/casadiablo.net/wwwroot/indexCDNet.cfm: line 10
Called from "java.io.FilePermission" "C: line -1
Called from "java.io.FilePermission" "C: line -1
Called from D:/home/casadiablo.net/wwwroot/indexCDNet.cfm: line 10
Note: the wsdl renders just fine in a browser at the address I'm using so it's not a can't find it or location issue.  I'm no expert in reading wsdl files, though, so it could render some clues if I knew what to look for.
For context:
When I go from my development environment to production, the consuming page is on casadiablo.net/indexCDnet.cfm (hosted by Hostek).  The webservice is on a PC in my home that has a dedicated IP address. 
I've searched all over for an "access denied" java error (related to CF web services) discussion and have found nothing.  Any ideas as to how to troubleshoot where in this chain a java.io.FilePermission error might be triggered would be greatly appreciated!!
Message was edited by: CFsolar
Case solved. It turns out that this is totally a Hostek issue.  After exhausting all other options (including uninstalling and reinstalling java), it was a setting on the security sandbox that caused the error.  Well at least this will be out there for anyone else working with webservices and Hostek!

Did anyone ever resolve this issue as I seem to be having the exact same issue???

Similar Messages

  • 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.

  • 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

  • 2008 R2 printer server, cannot connect to printer, access denied, Windows 7 OS only

    Deployed new Windows 2008 R2 domain controller, added print and document controll. Added several network printers on R2 server. We currently have mostly Vista biz clients but half a dozen W7Pro clients also. The Vista clients connect to these new network
    printers, no problem but none of the W7 clients will connect. I select the printer from the drop down directory list and select to load the drivers, the system starts loading drivers and then right before it finishes it stops with error message, "Windows cannot
    connect to the printer. Access denied. Again, this happens only with the W7 clients on our domain, Vista works fine.

    By default, the security settings for Windows 7 and Server 2008 R2 allow users who are not members of the local
    Administrators group to install only trustworthy printer drivers, such as those provided with Windows or in digitally signed printer-driver packages. You may want to install printer-driver packages on the print server
    or in the clients. More details can be found this page: Cannot
    connect to printer, Access denied -
    http://www.chicagotech.net/server/print3.htm
    Bob Lin, MS-MVP Networking, Internet, Routing, VPN Troubleshooting on
    http://www.ChicagoTech.net
    How to Setup Windows, Network, VPN & Remote Access on
    http://www.howtonetworking.com

  • Cannot edit toolbar xml 'access denied'

    I know you edit the toolbars in the xml file - kinda not very intuitive. And I've edited it, but I cannot save the file. I get 'access denied' error. I do have read/write permission to that file. Using vista 64bit DW CS4. Any ideas anyone?

    I suspect you also asked the same question in the Dreamweaver help pages. As I indicated there, it's a Vista problem, not one directly related to Dreamweaver. You need to be logged in as Administrator to edit and save the file. If that doesn't work, use the Start button to access the program you plan to use for editing the file, right-click, and select Run as administrator. When the program launches, navigate to the file, and edit it. You should then be able to save the file without problem.
    The difference between being logged in as administrator and Run as administrator is one of Vista's great mysteries, but Run as administrator seems to give a higher level of privileges.

  • 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

  • Cannot create scheduled task, access denied

    Windows Server 2003 R2
    I am logged in as a local administrator and cannot create a scheduled task:
    [Task Scheduler]
    The new task could not be created.
    The specific error is:
    0x80070005: Access is denied.
    Try using the Task page Browse button to locate the application.
    [OK]
    My research lead me to look look in the Group Policy Object Editor for:
    Windows Settings > Security Settings > File System > %SystemRoot%\Tasks
    On this machine, there is no "File System" folder. In the MSDN Library, I find:
    "The File System folder is available only in Group Policy objects associated with domains, OUs, and sites. The File System folder does not appear in the Local Computer Policy object."
    Any ideas?

    found this information, problem solved...
    Problem Description:
    ===================
    When trying to create a new scheduled task, error occurred "The new task could not be created." "0x80070005: Access is denied. Try using the Task page Browse button to locate the application."
    Cause:
    ===================
    The Administrators group lack permission on the C:\WINDOWS\Tasks folder.
    Resolution:
    ===================
    Start - Run - CMD - C:/windows - CACLS TASKS /E /G builtin\administrators:F
    The steps above grant Administrators group full control permission to the C:\WINDOWS\Tasks folder.
    Again, thank you for posting in the SBS newsgroups. Please feel free to contact us again in the future.
    Best regards,
    Robbin Meng(MSFT)
    Microsoft Online Newsgroup Support

  • Cannot generate proxy (object missing in WSDL)

    Hi folks,
    Once again, my apology for this thread isn’t 100% XI forum related. But, continuing with this issue…
    As you can see on my earlier post
    Consuming an external web service with WAS 6.40
    I’m trying to consume an external web service. Following Michal’s suggestion I have checked the WSDL in debug mode and I found some irregularities on it. It seams this WSDL doesn’t describe the whole interface correctly. Looking to Diagnosis, I see an object <b>"<message name="listaCodSig0Request"> <part name..."</b> that is linked to an empty object, or either, doesn’t exist in the WSDL document!!!
    <i>“ABAP proxy generation expects that all directly and indirectly referenced objects are in the WSDL document. Therefore, no proxy can be generated for this WSDL and the system displays an error message.”</i>
    It seams that this web service was developed through messages with several parts. Searching in http://service.sap.com I found a document <u>XSDandWSDL_XI30SP11.xls</u> with supported XML schema and WSDL. In this doc I can see that messages with several parts are not supported!!!
    I would like to know how can I workaround this issue. Is it possible replace these elements<b> “part name= “</b> with other supported elements in the WSDL document and without changes on the web service? I’m asking this because this external web service are working well with other third party client applications and is not supposed perform any changes on that.
    I tried to replace <b>“part name= “</b> to <b>“part element= “</b>, but it doesn’t work! “Proxy generation terminated: WSDL error (object part without name)…
    Anyone knows which elements I should use in replace of these unsupported elements and which procedures I need to taking into account?
    Thanks in advance,
    Ricardo.

    Hey Ricardo,
    First of all, when I tried to save your wsdl in XMLSpy, it complained about the empty soapaction declaration in the <operation> tag. I had to remove the line
    <soap:operation soapAction="" style="rpc" />
    in order to make it work in XMLSpy. It would be a good idea to check that out with the developers of the wsdl.
    Anyway, after I removed that tag, I start comparing your wsdl to a common Message Interface wsdl generated by XI. By doing that, I have found out that the <part> element in XI has a name and also refers to an existing element, which was previously defined in the <schema> group.
    I've made some modifications, you could try it, but I have found an issue about this approach. With your wsdl, the soap request message has a <listaCodSig> tag with namespace "http://db_cml_alcor_mgb/Moradas_Edificios.xsd", and inside it, you have a <pDesignLocal> tag with no namespace defined.
    If you use the modificated wsdl below, both <listaCodSig> and <pDesignLocal> tags have namespace as "http://db_cml_alcor_mgb/Moradas_Edificios.xsd", and I think that'll cause issues in your server application. But you can try it out, playing with the wsdls, if you can remove the definition there.
    The modificated wsdl is below (changed parts in bold).
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Generated by the Oracle JDeveloper 10g Web Services WSDL Generator -->
    <!-- Date Created: Wed Nov 08 12:01:03 GMT 2006 -->
    <definitions
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://alcor.cm-lisboa.net:7777/CML-SRUs-context-root/Moradas_Edificios.wsdl"
    xmlns:ns1="http://db_cml_alcor_mgb/Moradas_Edificios.xsd"
    name="Moradas_Edificios"
    targetNamespace="http://alcor.cm-lisboa.net:7777/CML-SRUs-context-root/Moradas_Edificios.wsdl">
    <types>
    <schema
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
    targetNamespace="http://db_cml_alcor_mgb/Moradas_Edificios.xsd">
    <b><element name="pDesignLocal" type="xsd:string"/>
    <element name="return" type="ns1:db_cml_alcor_mgb_TabMoradaEdif"/></b>
    <complexType name="db_cml_alcor_mgb_TabMoradaEdif"
    jdev:packageName="db_cml_alcor_mgb"
    xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="array"
    type="ns1:ArrayOfdb_cml_alcor_mgb_MoradaEdifUser"/>
    </all>
    </complexType>
    <complexType name="db_cml_alcor_mgb_MoradaEdifUser"
    jdev:packageName="db_cml_alcor_mgb"
    xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="codSig" type="string"/>
    <element name="desigLocal" type="string"/>
    <element name="codLocal" type="string"/>
    <element name="nrPol" type="string"/>
    <element name="nome" type="string"/>
    <element name="nrObraConstrucao" type="string"/>
    <element name="freguesia" type="string"/>
    <element name="areaGestao" type="string"/>
    </all>
    </complexType>
    <complexType name="ArrayOfdb_cml_alcor_mgb_MoradaEdifUser"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:db_cml_alcor_mgb_MoradaEdifUser[]"/>
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    <message name="listaCodSig0Request">
    <b><part name="pDesigLocal" element="ns1:pDesignLocal"/></b>
    </message>
    <message name="listaCodSig0Response">
    <b><part name="return" element="ns1:return"/></b>
    </message>
    <portType name="Moradas_EdificiosPortType">
    <operation name="listaCodSig">
    <input name="listaCodSig0Request" message="tns:listaCodSig0Request"/>
    <output name="listaCodSig0Response" message="tns:listaCodSig0Response"/>
    </operation>
    </portType>
    <binding name="Moradas_EdificiosBinding" type="tns:Moradas_EdificiosPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="listaCodSig">
    <input name="listaCodSig0Request">
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="Moradas_Edificios"/>
    </input>
    <output name="listaCodSig0Response">
    <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="Moradas_Edificios"/>
    </output>
    </operation>
    </binding>
    <service name="Moradas_Edificios">
    <port name="Moradas_EdificiosPort" binding="tns:Moradas_EdificiosBinding">
    <soap:address location="http://alcor.cm-lisboa.net:7777/CML-SRUs-context-root/Moradas_Edificios"/>
    </port>
    </service>
    </definitions>
    Regards,
    Henrique.

  • 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>

  • HELP - Cannot Restore Shadow Copies - Access Denied - Security Restrictions?

    Server 2008 environment. Attempting to restore from shadow copy. Attempts to do so while logged in as enterprise administrator returns error: 
    You do not have permission to access \\localhost\D$\@GMT-2014-01-31-18.01.17\Share\Retail\Volunteer Hours\2011. Contact your network administrator to request access.
    Attempt to change owner to current enterprise administrator returns:
    Unable to set new owner on 2011.
    The media is write protected.
    Any ideas how to get these files back from shadow copies? Can't tell who the original owner was as security tabs display owner as "Unable to display current owner." Need these files back and can't figure out how to set permissions to do so!
    Any ideas or help out there?
    Russ Foszcz
    Russ Foszcz

    Hi Russ Foszcz, 
    The files you attempted to restore from shadow copy are stored on a local disk or an external disk? If it is an external disk, please refer to the article below to troubleshoot "Media is Write Protected" error:
    You may see "Media is Write Protected" Error or VDS error 80070013 after bringing SAN disk online via Diskpart in Windows Server 2008
    http://support.microsoft.com/kb/971436
    If it is a local disk, please try the steps below:
    1 Open CMD
    2 Input diskpart and press Enter
    3 Select volume=E (Volume E: for example)
    4 Input attributes volume to check if the volume is specified read-only attribute
    5 If the volume is read-only, input attributes volume clear read-only to clears the read-only attribute
    For more detailed information, please refer to the article below:
    DiskPart Command-Line Options
    http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx
    After that, use Takeown command to assigne ownership to the enterprise administrator:
    Unable to display current owner - Windows Server 2008
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/5ec6d169-d057-463a-a5c2-95a983ea8fcd/unable-to-display-current-owner-windows-server-2008?forum=winserverfiles
    Takeown
    http://technet.microsoft.com/en-us/library/cc753024.aspx
    Regards, 
    Mandy
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I moved itunes file to external hard drive and want to move the file on my pc to recycle bin. When I move i get an error message that it cannot delete ituneshelper.dll access is denied. Can I move that file to the recycle bin?

    I am trying to free up space on my pc and moving itunes files to external hard drive. I have followed instructions and believe I have file copied to new drive, but I am having trouble moving file to recycle bin as the instructions say. I am getting the following error message: cannot delete ituneshelper.dll:access denied, make sure disk is not full or write protected and file not in use. I know the file is not in use when trying to move. Any help would be most appreciated. I am on Windows XP.

    Yes. And you should not have moved that folder. Put it back. To move your iTunes library move the folder from User's Music.
    tt2

  • Cannot generate proxy

    Does anyone have an idea if the WSDL is wrong or if it's an XI problem?
    thanks
    Johann Marty
    TeamWork Management SA
    Geneva
    Cannot generate proxy (object  missing in WSDL, see long text)
    Message no. SPRX084
    Background
    During proxy generation, an interface description in WSDL format is fetched from the Integration Builder or another source and interpreted. This WSDL document must describe the whole interface correctly.
    ==> Display WSDL Document
    Diagnosis
    In the WSDL document, the object
       "<message name="existDocument"> <part name="invo..."
    from the namespace
      "http://tempuri.org/"
    links to the object
    from the namespace
    However, this last object does not exist in the WSDL document.
    System response
    ABAP proxy generation expects that all directly and indirectly referenced objects are in the WSDL document. Therefore, no proxy can be generated for this WSDL and the system displays an error message.
    Procedure
    This situation can have different causes:
    Object "" not been defined
    Object "" saved in the wrong namespace
    In the reference to object "", the wrong name was specified
    In the reference to object "", the wrong namespace "" was specified
    Internal error in the service that constructs the WSDL document
    Internal error in ABAP proxy generation

    Hi,
    Just cross check with your configuration details.
    Also try to recreate the proxy and activate it.-
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Regards,
    Moorthy

  • ARX "Access Denied" with SymLink

    Please refer to this thread--
    http://forums.adobe.com/thread/755480?tstart=0
    --there are commonalities, but it's somewhat different so I'm starting a new thread.
    Client is Win 7/x64, server is SBS2008 SP2. The remote share is a DFS share. I'm able to open files with ARX from \\domain.local\DFSRoot\DFSFolderName, but not from a Symbolic Link to the DFSFolderName folder. The path the SymLink displays is C:\Users\Public\Desktop\DFSFolderName. When I try, I get this message:
    Adobe Reader
    There was an error opening this document. Access denied.
    [OK]
    Turning off Enable Enhanced Security in Preferences/Security (Enhanced) makes no difference.
    Did not have this problem with AR 9.4.
    If I map a drive to the DFS share, I seem to be able to open files from the drive map or the UNC, regardless of the setting of Enable Enhanced Security.

    I have what appears to be the same issue, except I encounter the issue when I try to access a file on my local drive in a folder that is a Symbolic Directory Link.  Without making any changes to ARX or anything else, I can get ARX to open the file simply by accessing the file using its actual folder path.  Maybe this will help...
    C:\Folder1\MyPDF.pdf
    Result: No probblem.  This is the actual folder, and ARX can open the "MyPDF.pdf" file without issue.
    C:\SymLink\MyPDF.pdf
    The "SymLink" folder is a symbolic directory link to the "C:\Folder1" folder. There is only 1 MyPDF.pdf file. Both paths reference the same file.
    Result: ACCESS DENIED. This error is using the Adobe "Cannot open... access denied" message, not a file system or Windows error message.
    NOTE - Unchecking "Enable Protected Mode at startup" does prevent this problem! (Edit -> Preferences, bottom of "General" section). However, if you want the added security offered by protected mode, then you will need to avoid the use of symbolic links until Adobe addresses this issue. I am using version 10.1.4, the latest released version as of 10-06-2012 (October 6, 2012).
    I have recreated this in multiple ways, with many different types of PDF documents, which were created by three different applications.  I have already spent too much time researching this, and found my workaround for this until it is addressed by Adobe.  In every case, it breaks ONLY when I try to access the file using a symbolic link in the path name.  Note that Windows 7/8 uses symbolic directory links in a few instances, and if someone uses those folders to store PDF's, they could have problems.
    NOTE - Anyone can create a symbolic link in Windows 7/8 by using the "mklink.exe" command at a command prompt.  It is included with Windows.  I have not tested whether soft or hard links to the file itself will cause the problem, but I could upon request if anyone thinks it wouldn't be time wasted.  The time I can spend on a PC at one time is limited since a car accident, but I will do it if it could help other avoid the problem that I banged my head against a wall trying to figure out.
    I hope this help others facing this issue, and I hope Adobe addresses this issue in an update very soon.
    -TSForrest
    Good luck and happy hunting!

  • CFINVOKE syntax causing error - STUB  OBJECTS??

    When I run the code below I get this error :
    "Could not generate stub objects for web service invocation.
    Name:
    http://app.campaignmonitor.com/api/api.asmx?WSDL.
    WSDL:
    http://app.campaignmonitor.com/api/api.asmx?WSDL.
    org.apache.axis.wsdl.toJava.DuplicateFileException: Duplicate file
    name:
    C:\CFusionMX7\stubs\WS1938286156\com\campaignmonitor\app\api\SubscriberUnsubscribe.java.
    Hint: you may have mapped two namespaces with elements of the same
    name to the same package name. "
    I
    have run other simple cfinvoke tags - like to get weather
    for a zipcode - without error... what does this error mean & is
    the problem on my hosts server, in my code or on the webservice
    server?
    Thanks!!

    > Well, I answered those questions already, I can't post
    the code, but the error
    > is clearly defined in my post, as is my OS.
    Talking like that to someone who's trying to help you is not
    going to win
    you any friends. And probably very little help.
    > I dont understand why I get that error. I can view the
    WSDL file just fine,
    > but always get this error.
    I have sometimes found this to happen when I have executed a
    WS once, and
    then changed some of its input/output data types. I'm not
    entirely sure
    what's going on, but deleting any files created in (I think)
    WEB-INF\cfc-skeletons seemed to allow it to regenerate the
    stub files.
    I would do what BSterner suggests... create another very
    simple WS (one
    that takes a string arg, and returns a boolean, or
    something), and try
    that: just to test if you can get ANY WSs working.
    I have found that CF struggles with queries as datatypes in
    WSs, I guess
    because it's not a supported datatype for WSs in general,
    being specific to
    CF. I have not really looked at this since 6.1, though (I'm
    not really a
    developer any more, so don't get to keep up to date with this
    stuff).
    Adam

  • Error while accessing webservice using generated stub

    I want to consume a webservice which supplies information about countries:
    http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL
    I have generated a Webservice stub using JDeveloper. It supplies me with the right interface, but when I use the stub to access the webservice, I encounter an error:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:614)
         at mypackage3.CountryInfoServiceStub2.CapitalCity(CountryInfoServiceStub2.java:72)
         at mypackage3.callWS.main(callWS.java:19)
    I have checked the response message, but it is all right. With "some" handcoding , I can extract the answer I want out of the response XML. It seems, that the stub fails to cast the response to the right result class.
    The method I use from the stub generated by JDeveloper. The error occurs at the last line, where the content of the message should be cast to String :
    =========================================================
    public String CapitalCity(String sCountryISOCode) throws Exception
    URL endpointURL = new URL(_endpoint);
    Envelope requestEnv = new Envelope();
    Body requestBody = new Body();
    Vector requestBodyEntries = new Vector();
    String wrappingName = "CapitalCity";
    String targetNamespace = "http://www.oorsprong.org/websamples.countryinfo";
    Vector requestData = new Vector();
    requestData.add(new Object[] {"sCountryISOCode", sCountryISOCode});
    requestBodyEntries.addElement(toElement(wrappingName, targetNamespace, requestData));
    requestBody.setBodyEntries(requestBodyEntries);
    requestEnv.setBody(requestBody);
    Message msg = new Message();
    msg.setSOAPTransport(m_httpConnection);
    msg.send(endpointURL, "", requestEnv);
    Envelope responseEnv = msg.receiveEnvelope();
    Body responseBody = responseEnv.getBody();
    Vector responseData = responseBody.getBodyEntries();
    return (String)fromElement((Element)responseData.elementAt(0), java.lang.String.class);
    =========================================================
    The class I use to call the webservice:
    =========================================================
    package mypackage3;
    public class callWS
    public callWS() {  }
    public static void main(String[] args)
    {  System.out.println("Calling CountryInfo Webservice");
    try
    CountryInfoServiceStub2 ws1 = new CountryInfoServiceStub2();
    String capitalCity = ws1.CapitalCity("IT");
    System.out.println("Capital City=" + capitalCity);
    } catch (Exception exception)
    {   System.out.println("An error occured while calling CountryInfoStub2:" );
    exception.printStackTrace(System.out);
    =========================================================

    Hi dickdral
    I', afraid I have not solution but the same problem. Today I try use VIES (http://ec.europa.eu/taxation_customs/vies/api/checkVatPort)
    and the same exception occurs. Stub was generated by JDev 10.1.2.
    Do you resolve this problem?
    Thanks
    Jara

Maybe you are looking for

  • 20" Cinema Display with G4 dual 450

    I just purchased a 20" Cinema Display to use on my G4 dual 450. I'm going to buy the ATI Radeon 7500 graphics card that's recommended, but I'm confused. Is there more than one version of this card? In the specs I don't see the Mac operating system me

  • DM Switch Device Wizard prompts in another language?. German maybe?.

    I recently switched from a Palm Treo 700p to a red Blackberry Curve 8330.  I installed the Desktop Manager using the User Tools CD and updated it to the most current version (4.7) without running into any problems.  However, when I try to use the Swi

  • Multiple albums only on iPod

    Hello I looked through some threats couldn't find the exact answer to my question tho, so I have about 5 albums that are by a music label and are music mixes I.e. With more than one artist per album. In iTunes I sorter them with album name "x" and al

  • Alternate reconciliation a/c

    Hi all, I have made recon a/c & alternate recon. a/c setting in SPRO.Also i have changed the recon a/c G/L as ready for input.When i am doing vendor invoicing thruTC-F-43 i am able to change the recon a/c.But when i am doing MIRO entry i am not able

  • How to use Labview 6 to call OpenPrinter()

    I would like to use Labview 6.0.2 to call API winspool.drv function OpenPrinter().