CF 10 - Remote service error

I am hosting a web service on my production server.  I have been unable to call it remotely.  So I tried calling it from the Prod server via url instead of component, and it fails.
<cfinvoke
                     component="xcom.xcomServices"
                     method="couponProcess"
                     returnvariable="coupRet">
                     <cfinvokeargument name="theCouponSource" value="normal">
                     <cfinvokeargument name="theCouponCode" value="9879879799">
</cfinvoke>
Sucessful Response!
<cfdump var="#coupRet#">
<cfinvoke
                     component="xcom.xcomServices"
                     method="sequenceLookUp"
                     returnvariable="sequenceRet">
                     <cfinvokeargument name="sequenceNumber" value="999992627">
</cfinvoke>
<cfdump var="#sequenceRet#">
Successful Response!
<cfinvoke
                     webservice="http://usdc1-cldappc01.nw.x.com/xcom/xcomServices.cfc?wsdl"
                     method="couponProcess"
                     returnvariable="coupRet2">
                     <cfinvokeargument name="theCouponSource" value="normal">
                     <cfinvokeargument name="theCouponCode" value="9879879799">
</cfinvoke>
<cfdump var="#coupRet2#">
Fails!
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 system error: *** Semantic Error: The input file "C:/ColdFusion10/cfusion/stubs/WS427444836_1/com/comServices.java" was not found. .
<cfinvoke
                     webserivce="http://usdc1-cldappc01.nw.x.com/xcom/xcomServices.cfc?wsdl"
                     method="sequenceLookUp"
                     returnvariable="sequenceRet2">
                     <cfinvokeargument name="sequenceNumber" value="999992627">
</cfinvoke>
<cfdump var="#sequenceRet2#">
Fails!
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 1 system error: *** Semantic Error: The input file "C:/ColdFusion10/cfusion/stubs/WS427444836_1/com/comServices.java" was not found. .
I'm up to date on all fixes. 
I receive the same exact error response when calling it from any of my remote servers, SoapUI, and when watching Wireshark traffic.
* NOTE - I changed the domain and directory information in the URL's.

Thank you Peter.  It runs under the Local Service account though.
Is there some configuration in CF10 admin that needs to be set up?  I'm coming from CFMX.  I can't seem to find anything in the documentation about default security on remote calls.

Similar Messages

  • "Remote service error" question

    If i run my application from Flex Builder then my HTTPService
    calls work fine. But if i run application using .html file in /bin/
    directory then i get the following error:
    faultCode:Client.CouldNotDecode faultString:'Default decoder
    could not decode result' faultDetail:'null'
    Can someone explain to me what's going on?

    I am not sure what type of security problem can this be since
    it's deployed on localhost and everything works fine when i run app
    from flex builder but thank you anyway for your response. I'll play
    with this a little bit more and hopefully figure it out
    best regards

  • Tpinit error when call a remote service

    i have to call a remote tuxedo service in my local service,and the remote
    service need to be authenticated when use tpinit. when i use tpinit in my
    service,it will be error, i think maybe the application does not know which
    tuxedo service i will call(local or remote),so,it may think my tpinit was
    for my local service,then some error here.
    what shall i do when call a remote service which need to be authenticated at
    tpinit???
    fish

    it's ok now,i made a stupid mistake.:)
    "Anthony Fryer" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
    :[email protected]..
    >
    What you should do is configure DOMAIN gateways between the remote tuxedodomain
    and your own local domain. Then you don't need to call tpinit at all fromthe
    local service that calls the remote service.
    "fish" <[email protected]> wrote:
    i have to call a remote tuxedo service in my local service,and the remote
    service need to be authenticated when use tpinit. when i use tpinit in
    my
    service,it will be error, i think maybe the application does not know
    which
    tuxedo service i will call(local or remote),so,it may think my tpinit
    was
    for my local service,then some error here.
    what shall i do when call a remote service which need to be authenticated
    at
    tpinit???
    fish

  • Getting an error "Remote Access Service Error" while establishing the connection usng SonicWall Netextender.

    * Original Title: SonicWall Netextender issue with Windows 8.1
    I am able to install SonicWall Netextender version 6.0.181 without any issues in my Windows 8.1 machine. When i try to establish the connection getting this error "Remote Access Service Error - Rebooting might Solve the problem".
    Hope someone can help me in resolving this issue.

    Hi,
    Please go to Windows Service manager, run "services.msc", then Look for the Remote Access Auto Connection Manager and Remote Access Connection Manager to see if those two services have been started. If not, set them to automatic start, reboot the machine,
    and install\configure NetExtender again.
    Since this is a third party application, it's recommended to contact the application vender to check the compatibility with Windows 8.1\IE 11, because they're more familiar with the application.
    http://help.mysonicwall.com/sw/eng/2605/ui2/1000/Admin/SSL-VPN_2000_1.0_Admin-8-1.html
    NOTE
    This response contains a reference to a third party World Wide Web site. Microsoft
    is providing this information as a convenience to you. Microsoft does not control these sites and has not
    tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Running a Flex App using Coldfusion Flash Remoting Services gives me a blank SWF file but no errors

    I cannot get flex to compile to display anything. even if its
    just a single panel and some text. If I use the wizard and choose
    "Basic" or whatever, I get a flex app. But i am using cfcs so I
    selected "Coldfusion Flash Remoting Services" and when I select
    run, the browser pops up with a nice big blank screen. No loading
    progress bar, no errors, nothing.
    I am running cf8 as a standalone (developers edition)
    under project properites --> server
    root folder: C:\ColdFusion8\wwwroot
    root url
    http://localhost:8500/
    context: (blank)
    I have messed with context and webroot.
    I doesn't matter if I use a remoteObject or not. Nothing
    happens
    i through in a crossdomain.xml into the root to open it up,
    just to be sure.
    I am really stumped. I had this working fine on a previous pc
    (running cf7)
    any ideas anyone???

    I tried with some of the AS3 files from Adobe samples (http://www.adobe.com/devnet/actionscript/samples.html), for eg., the Drawing API. There are slider components in the flash app that don't show up either. Does that give anyone a clue as to what might be wrong? Thanks, Ramesh

  • This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on a terminal server

    Hi All,
    I have Citrix VDI (Virtual Desktop Infrastructure) Implemented
    in my company and installed few Applications on App Server lets say.... MS Office 2013, filzialla, putty, etc...
    I assigned these apps to the users through CITRIX STUDIO, when I try to use these apps. on VDI everything is working fine only when i tried to open Word, Excel or Powerpoing, outlook it throws error as 
    ""This copy of Microsoft Office 2013 cannot be used on a computer running Terminal Services" error message when you try to open the Click-to-Run version of an Office 2013 program or suite on
    a terminal server"" and apps gets closed.
    Please help me on this ASAP.
    Thanks & Regards,
    Sachin Shinde

    Hi,
    As mentioned in ths article below, run for Office 365 products on to a Remote Desktop Session Host server is not supported. You can install Office products for Office 365 to a virtual desktop, but the virtual desktop must be assigned to a single user.
    http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx
    Regards,
    Melon Chen
    TechNet Community Support

  • No Service Error: FTP Adapter file write

    Hi,
    I am trying to write a file to a FTP server (Windows).
    I am able to connect to the FTP through command prompt and put the files as well.
    And to connect to FTP through IE, I had to uncheck "Use Passive FTP" under Tools-Internet Options-Advanced and then I was able to access folders successfully.
    But through FTP adapter, I am getting No Service Error. Below is complete error message.
    summary=<summary>Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Put' failed due to: Error sending file to FTP Server.
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    </summary>
    ,detail=<detail>No Service Error.
    No Service Error.
    No service available for host: 10.91.10.38
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    </detail>
    ,code=<code>null</code>}
    Thanks

    I was contacted by our DBA team for an exception received while writing a file to a FTP location.
    Then i looked at the exception message and asked them to check the whether they are able to contact the ftp server using command prompt then they said the user password got expired.
    They reset the password and its working now.
    Am i missing something here :(
    Exception:
    WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
    Unable to send file to server.
    ; nested exception is:
    ORABPEL-11429
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    Thanks,
    Vijay
    Edited by: veejai24 on 25-Jul-2012 07:10

  • Completely different AMF request packets for same remote service call from Flex to PHP using ZendAMF

    I was trying to debug why one of the remote-services in our Flex application was failing randomly. What I found was interesting. Completely different AMF request packets were sent for same remote service call from Flex to PHP.
    When the service call succeeds the AMF request packet looks like the following:
    POST /video/flex/bin-debug/gateway.php HTTP/1.1
    Host: localhost
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Firefox/3.6.15
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Cookie: PHPSESSID=j6u30i8uu6c3cvp8f4kipcpf05
    Referer: http://localhost/video/flex/bin-debug/main.swf/[[DYNAMIC]]/5
    Content-type: application/x-amf
    C    ontent-length: 305
    Flex Message (flex.messaging.messages.RemotingMessage)     operation = getMemberFromEvent    clientId = 2F997CD0-7D08-8D09-1A9B-0000422676C8    destination = MembereventService    messageId = B46AB58D-2241-83F0-41E4-9FE745565492    timestamp = 0    timeToLive = 0    body =     [      280    ]    hdr(DSId) = nil
    And when the service fails the AMF request packet looks like this:
    ServiceRequest: getMemberFromEvent; RemoteService; getMemberFromEvent
    (mx.messaging.messages::RemotingMessage)#0
      body = (Array)#1
        [0] 250
      clientId = "1AA4FAAB-AEA5-8109-4B0D-000002B3A9A1"
      destination = "MembereventService"
      headers = (Object)#2
        DSEndpoint = (null)
        DSId = "nil"
      messageId = "2F92E6C0-FE92-A09B-B150-9FE2F28D9738"
      operation = "getMemberFromEvent"
      source = "MembereventService"
      timestamp = 0
      timeToLive = 0
    Also, following is the error message on Flex when the service fails:
    {Fault code=Channel.Call.Failed, Fault string=error, Fault detail=NetConnection.Call.Failed: HTTP: Failed, Destination=MembereventService}
    We are using Swiz as the micro-architecture for Flex development and Zend AMF for remoting between Flex and PHP.
    Any ideas what is wrong here, what is causing Flex to send different request packets for the same service & what I can do to fix it?

    Hi, I know that your post is almost 5 years ago, but have you found the solution to this issue?
    Thanks.

  • How to display success message after Remote service call

    Hi ,
    I am currently using Flex form for adding/updating user
    personal details.On submit button click ,i am submitting details to
    server by calling RPC remote service.For calling remote service i
    am using penneframework. On penneframework, Remote service call
    result are populated in RemoteResult object. It dont have any other
    event method for handling result event.For errror handling, i have
    defaultHandler for displaying error message.
    Here i am having two requirements
    1. I should be able to track RPC response, so that i can
    display success message to user along with DB generated ID.
    2. I need to reset all form field after receiving RPC
    response.
    Here my question is
    1.How i can track server response, so that i can display
    success or error message.
    2. Is their any event or coding technique which i can use for
    solving this issue.
    Thanks
    Kumar

    you can do following way :
    quote:
    var token:AsyncToken =
    YourRemoteClass.remoteMethod(param1,param2);
    token.addResponder(new AsyncResponder(
    function(data:Object, token:Object):void {
    // tadaaa response
    function(info:Object, token:Object):void {
    //ooooo , noo, failure
    token

  • Sdo web service errors

    Hi,
    I try to use a sdo webservice in an other project but this fails. I created a sdo webservice by creating a service interface in a bc4j application module. this works fine I can deploy
    it to a oc4j container and test the web service operation findbykey, this works fine.
    Now I made in an other model project a new entity based on this sdo service , this goes well. I add the reference to the connection.xml and add the sdo service common jar to this project library.
    If I test this with the bc4j tester then it goes wrong because of the selected configuration.
    If I make a jsf page on this viewobject then I get this error
    WARNING: ADFc: Unexpected exception caught: javax.naming.NameNotFoundException, msg=nl.ordina.hr.model.service.common.CustomerServiceBean not found
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.naming.NameNotFoundException, msg=nl.ordina.hr.model.service.common.CustomerServiceBean not found
         at oracle.jbo.service.errors.ServiceExceptionHelper.extractJboException(ServiceExceptionHelper.java:251)
         at oracle.jbo.service.errors.ServiceExceptionHelper.extractJboException(ServiceExceptionHelper.java:238)
         at oracle.jbo.datasource.svc.SIVODataSourceImpl.constructJboException(SIVODataSourceImpl.java:150)
         at oracle.jbo.datasource.svc.SIVODataSourceImpl.retrieveData(SIVODataSourceImpl.java:104)
         at oracle.jbo.server.DSViewObjectImpl.executeQueryForCollection(DSViewObjectImpl.java:123)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:921)
    If I start the the sdo webservice in the embedded oc4j I get this error
    25-dec-2007 1:24:06 com.evermind.server.ejb.logging.EJBMessages logException
    SEVERE: [current-workspace-app] An error occured deploying EJB module: javax.ejb.EJBException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome); nested exception is: java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
    javax.ejb.EJBException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome); nested exception is: java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
    java.lang.NoSuchMethodException: nl_ordina_hr_model_service_common_CustomerServiceBean_RemoteProxy_40f7e5o.<init>(com.evermind.server.ejb.StatelessSessionEJBHome)
         at java.lang.Class.getConstructor0(Class.java:2678)
         at java.lang.Class.getConstructor(Class.java:1629)
         at com.evermind.server.ejb.StatelessSessionDefaultRemoteHomeImpl.createSingletonInstance(StatelessSessionDefaultRemoteHomeImpl.java:47)
         at com.evermind.server.ejb.StatelessSessionEJBHome.getSingletonInstance(StatelessSessionEJBHome.java:25)
         at com.evermind.server.ejb.StatelessSessionBeanPool.createContextImpl(StatelessSessionBeanPool.java:38)
         at com.evermind.server.ejb.BeanPool.createContext(BeanPool.java:426)
    Here some code
    @javax.ejb.Stateless(name="nl.ordina.hr.model.service.common.CustomerServiceBean")
    @javax.ejb.Remote(CustomerService.class)
    @javax.jws.WebService(targetNamespace="/nl/ordina/hr/model/service/common/",
    serviceName="CustomerService", portName="CustomerServiceSoapHttpPort",
    endpointInterface="nl.ordina.hr.model.service.common.serviceinterface.CustomerService")
    @oracle.j2ee.annotation.ejb.StatelessDeployment(copyByValue=false,
    minInstances=2)
    public class CustomerServiceImpl extends ServiceImpl implements CustomerService {
    private static boolean _isInited = false;
    What goes wrong

    I solved the embedded oc4j container error , this was a library loading problem the jax-ws web service had to loaded first.
    The other problems remains

  • Creating Protection Group Fails with Error:360 The operation failed due to a virtual disk service error

    Hello
    I'm setting up a DPM server (2012 R2) at a remote site; everything goes well with no issues until a protection group is created, at which point I get the following error;
    Create protection group: Protection Group 1 failed:
    Error 360: The operation failed due to a virtual disk service error
    Error details: The system cannot find the file specified
    Recommended action: Retry the operation.
    The environment is as follows;
    - Virtual Machine Running Server 2008 R2 Fully updated
    - Storage Pool is an iSCSI connection Thick Provisioned 1TB GPT and shows in Disk Management with no issues.
    - Have connected to Session 0 (console) 
    - Error log shows The provider did not receive a Plug and Play service notification for the volume. volume=10  for the VDS Dynamic Provider
    Can Anyone Help?
    Thanks
    .Adam Langdon

    Hi,
    Disk defrag is initiated when a volume shrink is attempted. See if there is any problem defragging a volume and correct any problems doing that.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Microsoft-Windows-Windows Remote Management Error ID 142

    In my Windows Server 2008 R2 OS in the Event Viewer there is an error pertains as Microsoft-Windows-Windows Remote Management Error ID 142 states-(WSMan operation CreateShell failed, error code 2150858999).What is this error? And What is the remedy for this
    error?
    System
    Provider
    [ Name]
    Microsoft-Windows-WinRM
    [ Guid]
    {A7975C8F-AC13-49F1-87DA-5A984A4AB417}
    EventID
    142
    Version
    0
    Level
    2
    Task
    10
    Opcode
    2
    Keywords
    0x4000000000000002
    TimeCreated
    [ SystemTime]
    2011-11-10T06:32:40.654451200Z
    EventRecordID
    37902
    Correlation
    [ ActivityID]
    {01F11C40-F800-0000-0091-795E689FCC01}
    Execution
    [ ProcessID]
    7140
    [ ThreadID]
    8080
    Channel
    Microsoft-Windows-WinRM/Operational
    Computer
    WIN-BNILITE1545.mumthaz.contoso.com
    Security
    [ UserID]
    S-1-5-18
    EventData
    operationName
    CreateShell
    errorCode
    2150858999
    MumthazMuhsin

    Hi,
    Please perform the following steps to check the issue can be fixed.
    Create the following Dwords under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
    • MaxFieldLength
    o Dword
    o Value 65534 (Decimal)
    • MaxRequestBytes
    o Dword
    o Value 40000 (Decimal)
    Reboot the server for the changes to take effect.
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • The class or interface 'mx.remoting.Service' could not be loaded.

    Flash 8 was reinstalled on a new machine upgrade. Application
    that uses flash remoting is unable to be updated after this new
    install error when trying to publish application is :
    The class or interface 'mx.remoting.Service' could not be
    loaded.
    is this because I do not have the "Flash Remoting for Flash 8
    ActionScript 2.0" extension installed?
    and if so do I have to re purchase this or can it be
    reinstalled from the old hard drive of the replaced machine? would
    it be a *.mpx file?
    The application works but I can't publish any new
    modifications without getting this error. and this just started
    since my machine was upgraded.. so I hope this is the problem...
    thanks in advance....
    chuck

    The flash remoting components are on adobes website for
    download
    here

  • When invoking service 'remoting-service': flex.messaging.MessageException: Argument is not an array

    I'm getting a strange serialization issue with flex blazeds Spring.
    I can search, add and alter entities but when trying to delete i'm getting this error:
    flex.messaging.MessageException: Argument is not an array
    However when i try the debug mode on server everything is OK.
    here the stack trace for BlazeDs:
    [BlazeDS]Exception when invoking service 'remoting-service': flex.messaging.MessageException: Argument is not an array
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = supprimer
        clientId = EA1F8D9C-BD0C-941A-F168-02A08E454F43
        destination = ClientService
        messageId = F8D2B72B-C1D3-E4C5-CB06-11AA332A95B8
        timestamp = 1301671457890
        timeToLive = 0
        body = null
        hdr(DSId) = EA1E7EDA-C60E-F245-CF47-35D38F0ED6FB
        hdr(DSEndpoint) = my-amf
      Exception: flex.messaging.MessageException: Argument is not an array
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:225)
    at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1503)
    at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:884)
    at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:121)
    at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
    at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
    at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
    at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:146)
    at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:278)
    at org.springframework.flex.messaging.servlet.MessageBrokerHandlerAdapter.handle(MessageBrok erHandlerAdapter.java:79)
    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:771)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647 )
    at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:563)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.IllegalArgumentException: Argument is not an array
    at java.lang.reflect.Array.getLength(Native Method)
    at flex.messaging.io.amf.translator.decoder.CollectionDecoder.decodeCollection(CollectionDec oder.java:155)
    at flex.messaging.io.amf.translator.decoder.CollectionDecoder.decodeObject(CollectionDecoder .java:139)
    at flex.messaging.io.amf.translator.decoder.ActionScriptDecoder.decodeObject(ActionScriptDec oder.java:70)
    at flex.messaging.io.amf.translator.ASTranslator.convert(ASTranslator.java:77)
    at flex.messaging.io.Java15TypeMarshaller.convert(Java15TypeMarshaller.java:71)
    at flex.messaging.util.MethodMatcher.convertParams(MethodMatcher.java:211)
    at flex.messaging.util.MethodMatcher.getMethod(MethodMatcher.java:132)
    at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:420)
    at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
    ... 27 more
    Thanks.

    Found the issue. There was a difference between the target service and the web service object that I was invoking. Even though I have changed the method signature and changed it back, the web service object that I was invoking needed to be recreated. This fixed the issue.

  • Send mail with FB4+BlazeDS+remoting service java

    Hi,
    I would like send email with remoting service in BlazeDS but when i import the service i get and error.
    Thank!!

    Maximus502 wrote:
    how to fix that can you help,,,plzzzz.Google? Which suggests that you should stop using a SOCKS server that doesn't exist. Or use the correct address/port.
    Which means I accomplished in roughly 11 seconds what you couldn't do in 13 days. Although my keyboard isn't horribly, horribly broken so I guess that's one advantage for me.
    [http://forums.sun.com/thread.jspa?threadID=5321250]

Maybe you are looking for

  • Older iMac in need of help

    I have a 5 year old intel iMac using 10.7.4. I feel like it is on its last legs because I get many pinwheels with any click of mouse, and gray screens (when I reboot). I'd like to wait until Sept. for the new models. Any ideas for help in the meantim

  • Unused Map ID Report

    Hi, I'm assigning map ID's to a relatively large project, and was wondering if there is a way to report which topics do not yet have an ID assigned. I know that in RH9, this was accessible via Tools/Reports, but in X5, whilst I can find a report on w

  • Reporting on a Multi-Select list field X:Y:Z

    I'm sure someone must have come across this problem but I can't find a reference to it on the forum. PROBLEM I have a data entry form with multi-select lists. Users choose a number of display values and the return values are stored in the field in th

  • Append Clob

    Hi! I have a stored procedure that loops through a resultset and appends the CLOB variable. Below is the code. I have problem using DBMS_LOB.Append. When I execute the procedure, it gives an error (Could find LOB Locator). Code start- PROCEDURE ABC(p

  • FCPX not saving changes!

    I was working on an hour long standard def show. I had several audio tracks and effects going. I was really happy with the results. After I had made sure the background renders had completed, I close the app. Two days later I opened FCPX and the proj