"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

Similar Messages

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

  • 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

  • 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

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

  • CUCM returns internal service error for un-allocated numbers

    Setup...
    ITSP----sip---CUBE1------sip----CUCM
         ------sip----CUBE2-----sip---CUCM
    Calls come in via the ITSP to CUBE via SIP. CUBE then send the call to CUCM via sip signalling. This call is matched to a xlation pattern in CUCM, which then xlates the called number to an internal extension.
    The issue that was brough to my attention recently is that when users dial an unallocated number within the DDI range, the calls go into a loop. So I pulled up the traces and to my horror, CUCM doesnt send un allocated/un assigned number back to CUBE rather cucm sends an internal service error...Hence CUBE continues to another dial-peer which matches the secondary CUCM and then finally tries another dial-peer which is for outbound calls to the ITSP. As a result of this, ITSP sends the call back to our CUBES and the call goes into a loop...An excerpt of the trace is shown below:
    5668923: .Nov 21 10:26:04.120: //-1/xxxxxxxxxxxx/SIP/Msg/ccsipDisplayMsg:
    Received:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.106.38.24:5081;branch=z9hG4bKjk1ufl30dok1h9v7f070.1
    From: <sip:[email protected]:5060;user=phone>;tag=1919469313-1385029564105-
    To:  <sip:[email protected]>
    Call-ID: [email protected]
    CSeq: 1025047397 INVITE
    Contact: <sip:[email protected]:5081;transport=udp>
    Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY
    Accept: application/media_control+xml,application/sdp,multipart/mixed
    Supported:
    Max-Forwards: 69
    Content-Type: application/sdp
    Content-Length: 206
    v=0
    o=BroadWorks 21539594 1 IN IP4 10.106.38.132
    s=-
    c=IN IP4 10.106.38.132
    t=0 0
    m=audio 18792 RTP/AVP 18 0 8 101
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    a=ptime:20
    a=fmtp:18 annexb=no
    5668924: .Nov 21 10:26:04.122: //-1/28D1E35FAE8C/CCAPI/cc_api_display_ie_subfields:
       cc_api_call_setup_ind_common:
       cisco-username=08834433593
       ----- ccCallInfo IE subfields -----
       cisco-ani=sip:[email protected]:5060;user=phone
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=0
       dest=sip:[email protected]:5060
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    5668925: .Nov 21 10:26:04.122: //-1/28D1E35FAE8C/CCAPI/cc_api_call_setup_ind_common:
       Interface=0x20E01378, Call Info(
       Calling Number=sip:[email protected]:5060;user=phone,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=sip:[email protected]:5060(TON=Unknown, NPI=Unknown),
       Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
       Incoming Dial-peer=1, Progress Indication=NULL(0), Calling IE Present=TRUE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=11209976
    5668926: .Nov 21 10:26:04.122: //-1/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       In: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668927: .Nov 21 10:26:04.122: //-1/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       Out: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668928: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668929: .Nov 21 10:26:04.122: :cc_get_feature_vsa malloc success
    5668930: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668931: .Nov 21 10:26:04.122:  cc_get_feature_vsa count is 179
    5668932: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668933: .Nov 21 10:26:04.122: :FEATURE_VSA attributes are: feature_name:0,feature_time:743075624,feature_id:8589877
    5668934: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/cc_api_call_setup_ind_common:
       Set Up Event Sent;
       Call Info(Calling Number=(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=(TON=Unknown, NPI=Unknown))
    5668935: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/cc_process_call_setup_ind:
       Event=0x229E6D50
    5668936: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
       Try with the demoted called number 441115248457
    5668937: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCallSetContext:
       Context=0x287E5458
    5668938: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/cc_process_call_setup_ind:
       >>>>CCAPI handed cid 11209976 with tag 1 to app "_ManagedAppProcess_Default"
    5668939: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCallProceeding:
       Progress Indication=NULL(0)
    5668940: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/ccGetMemPoolFromContainer:
       mempool not found from usrContainer(27E94C5C)
    5668941: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/ccCreateMemPoolInContainer:
       Mempool(2948E434) created in usrContainer(27E94C5C)
    5668942: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Destination=, Calling IE Present=TRUE, Mode=0,
       Outgoing Dial-peer=20, Params=0x2BCAEA00, Progress Indication=NULL(0)
    5668943: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       In: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668944: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       Out: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668945: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Destination Pattern=44T, Called Number=901115248457, Digit Strip=FALSE
    5668946: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=901115248457(TON=Unknown, NPI=Unknown),
       Redirect Number=, Display Info=
       Account Number=08834433593, Final Destination Flag=TRUE,
       Guid=28D1E35F-51CE-11E3-AE8C-8F4D5D7E5E41, Outgoing Dial-peer=20
    5668947: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/cc_api_display_ie_subfields:
       ccCallSetupRequest:
       cisco-username=08834433593
       ----- ccCallInfo IE subfields -----
       cisco-ani=sip:[email protected]:5060;user=phone
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=0
       dest=901115248457
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    5668948: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccIFCallSetupRequestPrivate:
       Interface=0x20E01378, Interface Type=3, Destination=, Mode=0x0,
       Call Params(Calling Number=sip:[email protected]:5060;user=phone,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=901115248457(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
       Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=20, Call Count On=FALSE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
    5668949: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668950: .Nov 21 10:26:04.122: :cc_get_feature_vsa malloc success
    5668951: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668952: .Nov 21 10:26:04.122:  cc_get_feature_vsa count is 180
    5668953: .Nov 21 10:26:04.122: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    5668954: .Nov 21 10:26:04.122: :FEATURE_VSA attributes are: feature_name:0,feature_time:743086152,feature_id:8589878
    5668955: .Nov 21 10:26:04.122: //11209977/28D1E35FAE8C/CCAPI/ccIFCallSetupRequestPrivate:
       SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
    5668956: .Nov 21 10:26:04.122: //11209977/28D1E35FAE8C/CCAPI/ccCallSetContext:
       Context=0x2BCAE9B4
    5668957: .Nov 21 10:26:04.122: //11209976/28D1E35FAE8C/CCAPI/ccSaveDialpeerTag:
       Outgoing Dial-peer=20
    5668958: .Nov 21 10:26:04.122: //11209977/28D1E35FAE8C/CCAPI/cc_api_call_proceeding:
       Interface=0x20E01378, Progress Indication=NULL(0)
    5668959: .Nov 21 10:26:04.124: //11209977/28D1E35FAE8C/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/TCP 192.168.40.54:5060;branch=z9hG4bK222733C1466
    Remote-Party-ID: <sip:[email protected]>;party=calling;screen=no;privacy=off
    From: <sip:[email protected]>;tag=35AE4FA-F40
    To: <sip:[email protected]>
    Date: Thu, 21 Nov 2013 10:26:04 GMT
    Call-ID: [email protected]
    Supported: timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 0684843871-1372459491-2928447309-1568562753
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Timestamp: 1385029564
    Contact: <sip:[email protected]:5060;transport=tcp>
    Expires: 180
    Allow-Events: kpml, telephone-event
    Max-Forwards: 68
    Content-Type: application/sdp
    Content-Disposition: session;handling=required
    Content-Length: 355
    v=0
    o=CiscoSystemsSIP-GW-UserAgent 8736 4303 IN IP4 192.168.40.54
    s=SIP Call
    c=IN IP4 192.168.40.54
    t=0 0
    m=audio 21236 RTP/AVP 18 0 8 100 101
    c=IN IP4 192.168.40.54
    a=rtpmap:18 G729/8000
    a=fmtp:18 annexb=no
    a=rtpmap:0 PCMU/8000
    a=rtpmap:8 PCMA/8000
    a=rtpmap:100 X-NSE/8000
    a=fmtp:100 192-194
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    5668960: .Nov 21 10:26:04.124: //11209976/28D1E35FAE8C/SIP/Msg/ccsipDisplayMsg:
    Sent:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.106.38.24:5081;branch=z9hG4bKjk1ufl30dok1h9v7f070.1
    From: <sip:[email protected]:5060;user=phone>;tag=1919469313-1385029564105-
    To:  <sip:[email protected]>
    Date: Thu, 21 Nov 2013 10:26:04 GMT
    Call-ID: [email protected]
    CSeq: 1025047397 INVITE
    Allow-Events: kpml, telephone-event
    Server: Cisco-SIPGateway/IOS-12.x
    Content-Length: 0
    5668961: .Nov 21 10:26:04.126: //11209977/28D1E35FAE8C/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 100 Trying
    Via: SIP/2.0/TCP 192.168.40.54:5060;branch=z9hG4bK222733C1466
    From: <sip:[email protected]>;tag=35AE4FA-F40
    To: <sip:[email protected]>
    Date: Thu, 21 Nov 2013 10:26:04 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: presence
    Content-Length: 0
    5668962: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 500 Internal Server Error
    Via: SIP/2.0/TCP 192.168.40.54:5060;branch=z9hG4bK222733C1466
    From: <sip:[email protected]>;tag=35AE4FA-F40
    To: <sip:[email protected]>;tag=4622451~ffa80926-5fac-4dd6-b405-2dbbc56ae9a2-475524409
    Date: Thu, 21 Nov 2013 10:26:04 GMT
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Allow-Events: presence
    Content-Length: 0
    5668963: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/cc_api_call_disconnected:
       Cause Value=41, Interface=0x20E01378, Call Id=11209977
    5668964: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/cc_api_call_disconnected:
       Call Entry(Responsed=TRUE, Cause Value=41, Retry Count=0)
    5668965: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCallReleaseResources:
       release reserved xcoding resource.
    5668966: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/ccCallSetAAA_Accounting:
       Accounting=1, Call Id=11209977
    5668967: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/ccCallDisconnect:
       Cause Value=41, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=41)
    5668968: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/ccCallDisconnect:
       Cause Value=41, Call Entry(Responsed=TRUE, Cause Value=41)
    5668969: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/cc_api_call_disconnect_done:
       Disposition=0, Interface=0x20E01378, Tag=0x0, Call Id=11209977,
       Call Entry(Disconnect Cause=41, Voice Class Cause Code=0, Retry Count=0)
    5668970: .Nov 21 10:26:04.128: //11209977/28D1E35FAE8C/CCAPI/cc_api_call_disconnect_done:
       Call Disconnect Event Sent
    5668971: .Nov 21 10:26:04.128: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    5668972: .Nov 21 10:26:04.128: :cc_free_feature_vsa freeing 2C4A9840
    5668973: .Nov 21 10:26:04.128: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    5668974: .Nov 21 10:26:04.128:  vsacount in free is 179
    5668975: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Destination=, Calling IE Present=TRUE, Mode=0,
       Outgoing Dial-peer=21, Params=0x2AA85790, Progress Indication=NULL(0)
    5668976: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       In: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668977: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCheckClipClir:
       Out: Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed)
    5668978: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Destination Pattern=44T, Called Number=901115248457, Digit Strip=FALSE
    5668979: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccCallSetupRequest:
       Calling Number=sip:[email protected]:5060;user=phone(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=901115248457(TON=Unknown, NPI=Unknown),
       Redirect Number=, Display Info=
       Account Number=08834433593, Final Destination Flag=TRUE,
       Guid=28D1E35F-51CE-11E3-AE8C-8F4D5D7E5E41, Outgoing Dial-peer=21
    5668980: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/cc_api_display_ie_subfields:
       ccCallSetupRequest:
       cisco-username=08834433593
       ----- ccCallInfo IE subfields -----
       cisco-ani=sip:[email protected]:5060;user=phone
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=0
       dest=901115248457
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=0
       cisco-rdnplan=0
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    5668981: .Nov 21 10:26:04.128: //11209976/28D1E35FAE8C/CCAPI/ccIFCallSetupRequestPrivate:
       Interface=0x20E01378, Interface Type=3, Destination=, Mode=0x0,
       Call Params(Calling Number=sip:[email protected]:5060;user=phone,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=Not Screened, Presentation=Allowed),
       Called Number=901115248457(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
       Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=21, Call Count On=FALSE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
    5668982: .Nov 21 10:26:04.128: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    Question is why such a behaviour by CUCM. Is it because the call is sent to a xlation pattern first..Any remedies?
    Please rate all useful posts
    "opportunity is a haughty goddess who waste no time with those who are unprepared"       

    This is for the benefit of anyone who experience a similar issue like this..
    Cisco CUCM and CUBE by default do not drop a call when it receives a 486  busy, 404 not found or out of bandwidth. They reroute for all cause codes other than Out of Bandwidth, User Busy, and Unallocated Number.
    For CUCM, the value of the associated service parameters for the Cisco Call Manager service determines the rerouting decision for those cause codes. The Cluster wide Parameters (Route Plan) : Stop Routing on Out of Bandwidth Flag, Stop Routing on User Busy Flag, and Stop Routing on Unallocated Number Flag service parameters, determines what re-routing decision happens in this scenario.
    All well and good fro CUCM, but what about CUBE...
    We can also tell CUBE what to do in this circumstances just as with CUCM. The magic is to use the voice hunt command
    #conf t
    no voice hunt unassigned-number
    no voice hunt invalid-number
    no voice hunt user-busy

  • 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

  • 49 Service Error - Turn Off then On - LaserJet Pro 200 M276nw

    I was adding to another post for a different printer but didn't want anyone with MY printer to MISS this problem.
    ***UPDATE*** (at least for my LaserJet Pro 200 M276nw)
    I have found the root cause but will need further assistance from someone at HP to "solve" this one....
    My new M276nw keeps throwing a 49 Service Error, chat support yielded alot of power off, power on, wait, try again blah blah blah, fuser problems blah blah. 10 minutes of forum searching put me onto possible wireless networking issues with other printers and SSID's. Anyway after returning one printer to Staples and having the problem come up again on a another brand new one....Tried Forum searching & Tada! at least I got to find a root cause.
    I have a D-Link DIR-825 wireless router. It has dual band (2.4 GHz and 5 GHz).
    Normally I have both enabled for the myriad of devices that people have these days in my home.
    I updated the firmware to the latest update (20121026) then restarted.
    Received the 49 Service Error shortly after restart.
    Then I disabled both bands to test each wireless band independently.
    The printer acted normally so I decided to enable each band seperately.
    When I enable the 2.4 GHz band in the router, the printer immediately throws a 49 Service Error.
    I tested this several times (5 to be exact) and each time during the router reboot the printer indicated the error.
    So I left the 2.4 GHz band disabled and went on to the 5 GHz band.
    I enabled the 5 GHz band 3 times and disabled it and found no effect on the printer (at least within a 5 minute window).
    So now I'm left with only a single band wireless router or a printer that likes to restart itself every 20 minutes or so.
    There is probably a setting (or 2) that can be tweaked in either the router or the printer that can prevent this (I hope).
    I just need to find the right HP person............
    This question was solved.
    View Solution.

    I really wish I could help but I am afraid this is a bit beyond my level of comprehension.  What I took from this was, you have to turn off the duel band feature to get the printer to work without that error message, correct?  The User Guide may help you but when I tried to read it my mind was blown away by just how many settings could be adjusted to fit your needs.  No need to do anything troulbeshooting-wise just yet.  All I need for you to do is look at page 137 on how to set sleep delay and auto power down functions and page 132 for link and duplex settings and let me know if you think it could be something to do with these.  
    As far as a setting within the router, I do not know.  I did find another user guide with very technical information in it. The Software Technical Reference hinted to bi-directional printing which basically turns off or on the print spooler if the printer was so big it was using up network resources but I am not sure of that at all (see Page 59 for an example). Page 89 and on is a brief introduction to the embedded web server but really these are just definitions, nothing new to report there.
    This website hints that it may be a firmware error. Lastly, the only other thing I can offer as you have probably seen it yourself is another HP forum thread regarding your exact error.  I know I won't be of much assistance but some hopefully is better than none. I'm just glad it works partially.  Let me know if I can answer any questions for you but this is just a step out of my league. Good luck!
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

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

  • HTTP receiver Adapter-- 403-Forbidden-Service Error

    Hi ,
    Scenario: This is a B2B scenario in which the Sender Party communicates with external partner using HTTPS calls.
    I have enabled SSL on ABAP, installed the certificate in STRUST and created an RFC destination of Type G to connect to external system.
    <b>Question.</b>
    When i do a TEST connection of the RFC destination, the test is successful xith HTTP:1.0 200 OK.
    But when i execute my scenario, the message fails in sxmb_moni. with the following error
    <SAP:Category>XIAdapter</SAP:Category>
    <b>  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3>Service Error</SAP:P3></b>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Http server code 403 reason Forbidden explanation Service Error</SAP:Stack>
    Don't know how to proceed about. kindly advice me.
    Regards,
    Siva Maranani

    Hi,
    My problem is solved.
    I was getting the following error b'cos the wrong XML document being posted to external serer. When we changed the payload and tested the scenario, its woking fine.
    <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
    <SAP:P1>403</SAP:P1>
    <SAP:P2>Forbidden</SAP:P2>
    <SAP:P3>Service Error</SAP:P3>
    Regards,
    Siva Maranani

  • 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

Maybe you are looking for

  • Error while importing music in iMovie 11 From itunes 10

    Error while importing music in iMovie 11 I have the same error explained in a other post which was still left unanswered I have this sound problem after reorganising folders by itunes, i tried to delete al files in itunes and also deleted the xml fil

  • Upgraded to tomahawk 1.1.3

    I have upgraded to tomahawk 1.1.3. I have edited my web.xml as given on wiki. http://wiki.apache.org/myfaces/More_tips_on_Upgrading_to_Tomahawk_1.1.3 This is web.xml =========================================== <?xml version="1.0" encoding="UTF-8"?> <

  • Access to itunes on shared folder

    I moved my itunes library to the shared folder following the directions on line. When i open the other user account on my mac it says there is no folder, i click on locate and then select the shared itunes folder and it says that it is locked or you

  • Error in Open Hub Transformation Routine

    Hi, I created an Open Hub Destination which has 67 fields. In the transformation, i am using 'routine' for one of the transformation rule. In the routine, the target field type is not defined automatically and I am not able to change it. When i save

  • Need info on whether iCloud and Siri can be disabled on the phone.

    Hello all, supposed to receive my phone this week and have read the online manual from cover to cover at least 3 times so I know what questions to ask when I take it into the store to have it activated. I am still confused about iCloud and Siri. I kn