a little duped on client.call

Ive introduced a simple client-server application that seems to work for most. Only problem, is that the "client.call' in the application.onConnect does not call the function on the client.

It's in my main.asc:
---------------------------------------------------------------------------------
application.onConnect = function (client, name)
{
find available Identificateursuivant
var i = 0;
var tempObj = users_so.getProperty ("u" + i);
While (tempObj! = null)
{
i ++ ;
tempObj = users_so.getProperty ("u" + i);
}

Save the client object ID
client.ID = "u" + i;

Add the user to SO (this will trigger an onSync on clients)
users_so. SetProperty (client.id, name); name
users_so. SetProperty ("lastClient", name); name

accept the connection
application.acceptConnection (client); It works - onStatus is called with NetConnection.Connect.Success

Tell the customer what is their identity card
customer. Call ("setID", null, client.id); does not seem to do anything
}
----------------------------------------------------------------------------------------

and that is in my client:
----------------------------------------
my_nc. SetID = function (id)
{
myID = id;
statusInput.text += "online. Your id is "+ myID; is never executed
};
---------------------------------------

Even if the onStatus is called a 'success', the code client.call ("setID", null, client.id); does not call the customer setID function.

And another question: what is client.id = "u" + i; Suppose what to do? Who establishes the id in a copy of the client on the server, or is it supposed to actually define a variable named 'id' on the real client? If Yes, then what is client.call ("setID", null, client.id); for?

OK after a few hours of perusing the macromedia documentation, I found the solution. Because I do not 'components' use to manage the connection, the code in onConnect should be divided into two blocks.

so now:

application.onConnect = function (client, name)
{
accept the connection - it's the ONLY thing we are doing here.
application.acceptConnection (client);
}

application.onConnectAccept = function (newClient, name)
{
all the rest do here regarding the installer for the client
}

Tags: Adobe Media Server

Similar Questions

  • Tuxedo client calls Tuxedo server using FML32

    I used a customer Tuxedo calling a Tuxedo server.

    Tuxedo server:
    It receives FML32 buffer and analyze info from ui_fml.h, for example
    #define UI_SID ((FLDID32) 33852433) / * number: 298001 type: long * /.
    #define UI_NAME ((FLDID32) 33852434) / * number: 298002 type: long * /.
    #define UI_TEST ((FLDID32) 33852435) / * number: 298003 type: long * /.

    In server code:
    void TEST(TPSVCINFO *rqst) {}
    ...
    char line [200];
    long Len = sizeof (line);
    FBFR32 bfr = (FBFR32) rqst-> data;
    Fget32 (working capital, UI_TEXT, 0, line, (FLDLEN32 *) & len);
    printf ("Fstrerror32 (Ferror32) = [%s] \n", Fstrerror32 (Ferror32);
    ...
    }

    In the Tuxedo client code:
    int main (int argc, char * argv ())
    ...
    char * sendbuf;
    If (tpinit ((TPINIT *) NULL) ==-1) {}
    (void) printf ("tpcall2X:Tpinit failed\n");
    exit (1);
    }
    If ((sendbuf = (FBFR32 *) tpalloc ("FML32", NULL, BUFLEN)) == NULL (FBFR32 *)) {}
    (void) fprintf (stderr, "Error allowance sending buffer\n");
    tpterm();
    exit (1);
    }

    Len = Fsizeof32 (sendbuf);
    If (-1 == Finit32 (sendbuf, len (FLDLEN32))) {}
    TPFREE ((Char*) sendbuf);
    exit (1);
    }
    ...
    RET = tpcall ("TEST", (char *) sendbuf, rcvlen, 0, 0L, & rcvbuf);
    ...
    )

    The server returns "Fstrerror32 (Ferror32) = [LIBFML_CAT:2: ERROR: buffer not responded]", while the client works well.

    What is the reason? How do I change this?

    Thank you.

    Hi Bill,

    Of course, we are missing completely the other. I'll try to explain it in a different way.

    A tuxedo FML32 buffer resembles a Java hashmap. When you insert something in memory FML32 buffer that is essentially the same as adding something in a Java hashmap. When you add something, you must specify a field ID, which is little more than a key and type information and the actual data that must be stored. Thus, the data is essentially stored in a key/data format.

    For example, when you add a field to an FML32 buffer, you specify the key and value. The key is the field ID, and the value is whatever data you want stored in the FML32 buffer. So:

    Fadd32(sendbuf, field_id, value, len)
    

    simply add a field with the field id field_id and a value of value in the buffer. It would be almost identical to Java do:

    hashmap->put(field_id, value)
    

    The contents of the value is opaque to the tuxedo. What determines the type of data to be included in the field is of type associated with the field ID. The field ID contains a field number and a type identifier. So in your case, the ID UI_TEST field is 33852435, which indicates that the field is 298003 and is of type String. Note UI_TEST is just a #define, even if it must match what is in the table of corresponding field. If you change the field table, you must also regenerate the field table header file as the #DEFINEs corresponds to the reality.

    Is an example even simpler:

    Fadd32(sendbuf, UI_TEST, "Hello World", len("Hello World");
    

    would like to add a string field (because you have indicated that you have changed the user interface headers, such that UI_TEST is now a string field) with a field number of 298003 and the value "Hello World".

    Once again, placed in a field value is opaque to Tuxedo. If your customer is of the string "(FLDID (168070265)) \n\n test' in the buffer with a field ID of UI_TEST." When the server retrieves the value of this string, it will also answer "(FLDID (168070265)) test \n\n" since that's what you put in the field as its value. " Had put "Hello Todd" in the UI_TEST field, when the server retrieves UI_TEST field, he would still have a value of "Hello Todd.

    I don't know that I'm more clear. If this isn't the case, please explain to me what is happening and what you think should be the case.

    Kind regards
    Todd little
    Chief Architect of Oracle Tuxedo

  • QueryAvailableDisksForVmfs Flex client call using dam?

    The library of data access Manager using client-side Flex can we called to the methods of the managed object. All samples only access properties. I would like to QueryAvailableDisksForVmfs for a given host and bind the array HostScsiDisk back to the user interface.

    If it is possible to call methods, can you please provide us with a sample.

    Thank you

    Bhrami.

    Hi Bhrami,

    The API of Flex DAM is only for the recovery of the data through data queries.  How to get what you're asking is:

    (1) send request data for a custom property "availableDisksForVmfs" in your host on the side of the user interface view

    (2) create a PropertyProviderAdapter on the coast of java, as the example of vsphere-wssdk-provider

    (3) to this adapter, run the query for the "availableDisksForVmfs" property by calling the Web Service SDK vSphere and returns the data of the user interface.

  • People of clients call Microsoft directly?

    Hi, received a phone call from someone claiming to be Windows this morning, windows mobile puts you on things, before never arrived his Windows but a few months ago we were almost scammed by some people call saying they were our internet security but they were not.

    * original title - windows phone place you? *

    No, no one from Microsoft or any deemed Microsoft partner will call you and tell you there are problems with your computer.  They only call you if you initiated a support incident and that you have requested, or including a recall to fix the problem.

    "muchspygmy" wrote in the new message: * e-mail address is removed from the privacy... *

    Hi, received a phone call from someone claiming to be Windows this morning, windows mobile puts you on things, before never arrived his Windows but a few months ago we were almost scammed by some people call saying they were our internet security but they were not.

  • Try SAML sender - guarantor, standalone Java client call to the service bus.

    I built a stand-alone Java using Jax - ws client. It produces a header WSSE containing a SAMLAttribute and SAMLAuthentication instruction in option.
    I tried to configure a proxy service on the servicebus (10gR 3) using ws-policy (weblogic version, not ws-1, 2), set up a SAMLIdentityAsserter (v2), a partner of identity provider and a SAMLIdentityNameMapper.

    [I get the message weblogic.xml.crypto.wss.SecurityTokenValidateResult@ca32f2[status: false] [the msg SAML token is not valid.]
    sending the SAML assertions which seems valid to me.

    If you see something missing or invalid in the language SAML, something missing in the config or something else, I would be really happy.

    All the examples use a SAMLCredentialmapper, but I'm building a stand-alone client, so a weblogic SAMLCredentialMapper is out of the question (?).

    the request header:
    < S:Header >
    < xmlns:wsse wsse: Security = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" S:mustUnderstand = "1" >
    < saml:Assertion SAML = "urn: oasis: names: tc: SAML:1.0:assertion" xmlns:ds = "http://www.w3.org/2000/09/xmldsig#" xmlns:exc14n = "http://www.w3.org/2001/10/xml-exc-c14n#" xmlns: XS = 'http://www.w3.org/2001/XMLSchema' AssertionID = IssueInstant "1246342701761" = "" 2009-06 - 30 T 06: 18:21.683Z "issuer ="http://openuri.org/service/customer/contact/contactInformationService"MajorVersion ="1"MinorVersion ="1">"
    < saml:Conditions = NotBefore "" 2009-06 - 30 T 06: 17:21.683Z ' NotOnOrAfter = "2009-06 - 30 T 07: 18:21.683Z" / > "
    < saml:AuthenticationStatement AuthenticationInstant = "" 2009-06 - 30 T 06: 18:21.683Z ' AuthenticationMethod = "urn: oasis: names: tc: SAML:1.0:am: unspecified" > "
    < saml:Subject >
    < saml:NameIdentifier Format = "" urn: oasis: names: tc: SAML:1.1:nameid - format: X509SubjectName "NameQualifier ="sb1sk"> uid = vsb, OU = smn < / saml:NameIdentifier >"
    < saml:SubjectConfirmation >
    < saml:ConfirmationMethod > urn: oasis: names: tc: SAML:1.0:cm:sender - vouches < / saml:ConfirmationMethod >
    < / saml:SubjectConfirmation >
    < / saml:Subject >
    < / saml:AuthenticationStatement >
    < / saml:Assertion >
    < / wsse: Security >

    answer:
    < env:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:env >
    < env:Header / >
    < env:Body >
    < env:Fault xmlns:wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" >
    WSSE:InvalidSecurityToken < faultcode > < / faultcode >
    < faultstring > token security failed to validate. [weblogic.xml.crypto.wss.SecurityTokenValidateResult@1061c5e[status: false] [the msg SAML token is not valid] < / faultstring >
    < / env:Fault >
    < / env:Body >
    < / env:Envelope >

    If the customer leaves out the element, wsse: Security in the header, the service complains
    header < faultstring > Security No. message but required by the policy. < / faultstring >

    The name of SAMLIdentity Mapper is never loaded at all (checked by logging into the class loading)


    The configuration in the identity provider partner:
    the URI of the audience: target: *: /.
    sender URI: / service/customer/contact/contactInformationService (also tried with a single string equal to what the client sends)
    virtual user: enabled
    confirmation method: vouches for the sender

    I do not use certificates (tried with and without)


    Policy in use for the proxy service:

    <? XML version = "1.0"? >

    < wsp
    xmlns:WSP = "http://schemas.xmlsoap.org/ws/2004/09/policy".
    xmlns:WSSP = "http://www.bea.com/wls90/security/policy".
    xmlns:WSU = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd".
    xmlns:WLS = "http://www.bea.com/wls90/security/policy/wsee#part".
    WSU: ID = "samlSV".
    >

    < wssp:Identity >
    < wssp:SupportedTokens >
    < wssp:SecurityToken TokenType = "http://docs.oasis-open.org/wss/2004/01/oasis-2004-01-saml-token-profile-1.0#SAMLAssertionID" >
    < wssp:Claims >
    < wssp:ConfirmationMethod > sender - vouches < / wssp:ConfirmationMethod >
    < / wssp:Claims >
    < / wssp:SecurityToken >
    < / wssp:SupportedTokens >
    < / wssp:Identity >


    < / wsp >


    StackTrace:
    weblogic.xml.crypto.wss.WSSecurityException: validate failure of security token. weblogic.xml.crypto.wss.SecurityTokenVal
    [idateResult@a4fc20[status: false] [the msg SAML token is not valid.]
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalAndProcessSecurityToken(SecurityImpl.java:630)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalChildren(SecurityImpl.java:556)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshalInternal(SecurityImpl.java:448)
    at weblogic.xml.crypto.wss.SecurityImpl.unmarshal(SecurityImpl.java:416)
    at weblogic.xml.crypto.wss.api.WSSecurityFactory.unmarshalAndProcessSecurity(WSSecurityFactory.java:66)
    at weblogic.wsee.security.WssServerHandler.processRequest(WssServerHandler.java:35)
    at weblogic.wsee.security.WssHandler.handleRequest(WssHandler.java:74)
    at com.bea.wli.sb.security.wss.WssInboundHandler.processRequest(WssInboundHandler.java:116)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:201)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:257)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:66)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:508)
    to com.bea.wli.sb.pipeline.RouterManager$ 1.run(RouterManager.java:506)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs (unknown Source)

    Published by: user6080617 on June 29, 2009 23:39

    You have configured a SAML2 identity Asserter, which is not a v2 SAML identity Asserter!

    Replace this line of and try again.

  • Connector WFD SDK - how to call the server method?

    I use the FMS connector C++ to perform editing work. And I am obliged to call a method side server.

    I tried to use the INetConnection::call () method, but it seems to be successful.


    The specification of the server FMS told me to do,

    1. call the server method,

    NC. Call (streamname, null, "FCPublish");


    2. implement a callback function onFCPublsih

    nc.onFCPublish = function (info) {...}

    How can I implement the latter with FMS Connector C++?

    The FMS connector document include a subject too little on the method call server-side.

    WFD SDK connector, the netconnection call prototype looks like this.

    virtual bool call (const char * funcName, const unsigned char * arguments, unsigned size, OnResultHandler * result) = 0;

    Thus, you will have to serialize the arguments and then pass it to call the function.

    Check

    bool FMSCTester::testCall (const char * cmd, const char * arg)

    method in FMSCTester sample application that comes with the software development kit how to serialize and call the function.

    For Server callbacks, you have to implement a netconnection sink with the onCommand method is called when the server calls a method on the client.

    The onCommand prototype looks like this,

    onCommand Sub (const char * cmd, const unsigned char * arguments, unsigned bufLen, IRetValue * retVal)

    again, you can check the MyNCSink class in the FMSCTester sample project for an implementation of onCommand.

  • Port of native queue, the AA and the voice call

    Hi all

    Recently, I met a challenge problem, the customer got a busy tone when they called the number of hunting. We have AA 9 connection of the unit-based, we also have the queue of the native call (Hunt). When the client calls the DID number that we published, the number called will be translated to 100 on H.323 voice gateway, and then click CUCM and directly forward to voicemail (primarily to computer virtual in DN 100). Then the call will be forwarded to CUCM hunting through the connection of the unit to call manager after time control.

    Call routing as follows.

    Dial the number DID of PSTN--> voice gateway (translate PSTN number to 100)--> CUCM--> connection of the unit (call handler)--> native CUCM call queue

    We have a PRI dedicated to hunting, there are a large number of channels available when the question that's happened. In order to avoid congestion caused by the voice port. I added Subscriber connection of the unit so that the cluster CUC for 48-Port voice. Whenever I have reset the port in UC Group, the problem disappeared. Sometimes, there are only 3-5 calls for hunting, but the question is yet. I was wondering is there something wrong with the voice port settings?

    Thanks in advance,

    Eric

    I see, holiday would be difficult, but you can set the static days in the periods of time in CUCM, which is technically the same as in UCXN.

    I guess I see your description of what your question is exactly, are calls arriving is no longer the hunt group of?

  • How to fill out a customer request for a customer calls field

    Hello

    When you view a call, if we click on the icon 'Journal New Request', then the popup "New application" appears and you can choose a new request must be created.  When the request is displayed then it is empty.  Is it possible to get the customer when calling, filled on demand which is created?

    I had a peek in "InCallDetails.js" and can see that the NewRequest() function is:

    function NewRequest()
    {
    NAV. Focus();
    NAV. NewRequest (da.) CALL_NUMBER. (Value, 0);
    }

    Is it possible to change settings for customer reference result is transmitted and demand new picks it up?

    Thank you
    Ian

    Yes Mr. Hawkins, you can customize this feature a little to demand, many call field values you want:

    Custom_InCallDetails.js:

    function NewRequest()
    {
       nav.focus();
       // Customization. 2013.03.10. Transferring information from the Call to a New Request.
       // nav.NewRequest(da.CALL_NUMBER.value, 0);
       var Params = "REQUESTOR_REF=USER_REF,CLIENT_CO_REF=CLIENT_COMPANY_REF,LOCATION_REF,REQUEST_DESC=PROBLEM_DESC,REQUEST_DESC_HTML=PROBLEM_DESC_HTML,z_CR_MAIN_BUSINESS_SERVICE_REF=SERVICE_REF";
       nav.NewRequest(da.CALL_NUMBER.value, 0, Params);
    }
    

    It is even possible to copy objects of the call for a new application. Just tell me if you must.

    Regs, Gytis

  • Nested exception on the SOAP webservice in Orchestrator calls - org.xml.sax.SAXException: element not valid in ch.dunes.vso.webservice.WorkflowToken - businessState?

    I created a java client program to call Orchestrator webservice for the execution of a workflow.

    When executing my code, the workflow is executed in Orchestrator with new token generated workflow.

    But my client side receives SAX exception. All trace is as below:

    WARNING: Could not find the required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

    20 sep 2013 13:02:23 org.apache.axis.client.Call invoke

    SEVERE: Exception:

    • org.xml.sax.SAXException: element not valid in ch.dunes.vso.webservice.WorkflowToken - businessState

    at org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.java:258)

    at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)

    at org.apache.axis.message.SAX2EventRecorder.replay(SAX2EventRecorder.java:165)

    at org.apache.axis.message.MessageElement.publishToHandler(MessageElement.java:1141)

    at org.apache.axis.message.RPCElement.deserialize(RPCElement.java:236)

    at org.apache.axis.message.RPCElement.getParams(RPCElement.java:384)

    at org.apache.axis.client.Call.invoke(Call.java:2467)

    at org.apache.axis.client.Call.invoke(Call.java:2366)

    at org.apache.axis.client.Call.invoke(Call.java:1812)

    at ch.dunes.vso.webservice.WebserviceSoapBindingStub.executeWorkflow(WebserviceSoapBindingStub.java:744)

    at ch.dunes.vso.webservice.VSOWebControlProxy.executeWorkflow(VSOWebControlProxy.java:95)

    at com.vmware.client.LaunchWorkflow.main (unknown Source)

    ; nested exception is:

    org.xml.sax.SAXException: invalid element in ch.dunes.vso.webservice.WorkflowToken - businessState [Ljava.lang.StackTraceElement;@793d7a

    Any suggestions?

    You can check the version of the WSDL file that you use in your java application? Looks like it's outdated, perhaps to an old version 4.1

  • HTTPS webservcie call forwarding Apache2 for weblogic throws the error message

    Dear Sir.

    I have a prob in invoking webservice deployed on WLS 10.3.4 via Apache2 server.

    Below is configured on machine apache httpd-dist file.

    < VirtualHost 10.xx.xx.18:443 >

    ....

    < IfModule weblogic_module >

    WebLogicCluster 10.xx.xx.30:8013

    Debugging now

    WLProxySSL OFF

    DynamicServerList WE

    WLLogFile /tmp/weblogic_ssl.log

    WLTempDir/tmp

    WLIOTimeoutSecs 1800

    DebugConfigInfo WE

    < / IfModule >

    < location TestApp >

    SetHandler weblogic-Manager

    < / location >

    < /TestWebService location >

    SetHandler weblogic-Manager

    < / location >

    < / VirtualHost >

    ProxyPreserveHost on

    ProxyRequests off

    SSLProxyEngine on

    The web application (TestApp) works very well when you call the https protocol.

    But for the service (TestWebService) web when calling using the https protocol, it throws the below error:

    AxisFault

    faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server

    faultSubcode:

    faultString: weblogic.wsee.server.ServerURLNotFoundException: cannot resolve a URL for http/https

    faultActor:

    faultNode:

    faultDetail:

    {java.io} string: java.lang.RuntimeException: weblogic.wsee.server.ServerURLNotFoundException: cannot resolve a URL for http/https

    weblogic.wsee.server.ServerURLNotFoundException: cannot resolve a URL for http/https

    weblogic.wsee.server.ServerURLNotFoundException: cannot resolve a URL for http/https

    at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:221)

    at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:128)

    at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:601)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782)

    to com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$ FragmentContentDriver.next (XMLDocumentFragmentScannerImpl.java:2938)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)

    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)

    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)

    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)

    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)

    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)

    to com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$ JAXPSAXParser.parse (SAXParserImpl.java:522)

    at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)

    at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)

    at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)

    at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)

    at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke (MustUnderstandChecker.java:62)

    at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)

    at org.apache.axis.client.Call.invokeEngine(Call.java:2765)

    at org.apache.axis.client.Call.invoke(Call.java:2748)

    at org.apache.axis.client.Call.invoke(Call.java:2424)

    at org.apache.axis.client.Call.invoke(Call.java:2347)

    at org.apache.axis.client.Call.invoke(Call.java:1804)

    When access us the WSDL url using the protocol https, it returns the wsdl XML properly. Just call to the method on the Web service throws the error.

    Here's the log of apache for ssl request errors.

    = New request: [HTTP/1.0 POST/TestWebService/TestService] =.

    Kills Sep 27 10:11:42 2013 < 655913775839021 > INFO: SSL is not configured

    Kills Sep 27 10:11:42 by 2013 < 655913775839021 > TestWebService/Uri/TestService

    Kills Sep 27 10:11:42 2013 < 655913775839021 > after trimming path: "TestWebService/TestService".

    Kills Sep 27 10:11:42 2013 < 655913775839021 > the string of final demand is "TestWebService/TestService".

    Kills Sep 27 10:11:42 2013 < 655913775839021 > host extracted serverlist is [10.xx.x.30]

    Kills Sep 27 10:11:42 lastIndex Initializing 2013 < 655913775839021 > = 0 to get a list of length = 1

    Kills Sep 27 10:11:42 2013 < 655913775839021 > getListNode: creates a new node for the server: id ='10.xx.x.30:8013 ' server_name ='10.xx.xx.18 ', port = "443"

    Kills Sep 27 10:11:42 will 2013 < 655913775839021 > get the data of publication of size = 388 clength = 0

    Kills Sep 27 10:11:42 2013 < 655913775839021 > try #0 out of a maximum of 5

    Kills Sep 27 10:11:42 2013 < 655913775839021 > attempts a connection grouped to '10.xx.xx.30/8013/8013 '.

    Kills Sep 27 10:11:42 2013 < 655913775839021 > getPooledConn: no more connections in the pool for Host [10.xx.xx.30] Port [8013] SecurePort [8013]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > General list: try to connect to ' 10.xx.xx.30'/8013/8013 on line 2724 for "TestWebService/TestService".

    Kills Sep 27 10:11:42 2013 < 655913775839021 > INFO: new URL NON - SSL

    Kills Sep 27 10:11:42 2013 < 655913775839021 > Connect returns-1 and error no game to 150, msg '' ongoing Operation. ''

    Kills Sep 27 10:11:42 2013 < 655913775839021 > EINPROGRESS at connect() - selection

    Kills Sep 27 10:11:42 Port Local 2013 < 655913775839021 > of the socket is 37994

    Kills Sep 27 10:11:42 2013 < 655913775839021 > Remote Host 10.xx.xx.30 remote Port 8013

    Kills Sep 27 10:11:42 2013 < 655913775839021 > General list: created a new connection to ' 10.xx.xx.30'/8013 for 'TestWebService/TestService', port: 37994 Local

    Kills Sep 27 10:11:42 2013 < 655913775839021 > URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 500 Internal Server Error]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > URL::parseHeaders: StatusLine value [500 Internal Server Error]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > analyzed all headers OK

    Kills Sep 27 10:11:42 2013 < 655913775839021 > sendResponse(): r-> status = "500"

    Kills Sep 27 10:11:42 2013 < 655913775839021 > free old srvrList, id = [10.xx.xx.30:8013], [10.xx.xx.18] = server_name, server_port = [443]

    Kills Sep 27 10:11:42 Parsing 2013 < 655913775839021 > list cluster:-2116126659! 174266130! 7003! -1 | 1098407374! 174266142! 7013! -1

    Kills Sep 27 10:11:42 2013 < 655913775839021 > parseJVMID: analysis JVMID '-2116126659! 174266130! 7003! -1 | 1098407374! 174266142! 7013! -1 '

    Kills Sep 27 10:11:42 2013 < 655913775839021 > parseJVMID: in fact the analysis '-2116126659! 174266130! 7003! -1 '

    Kills Sep 27 10:11:42 2013 < 655913775839021 > ServerInfo struct to JVMID '-2116126659' populous '.

    Server details are:

    OrigHostInfo [10.99.23.18]

    isOrigHostInfoDNS [0]

    Host [10.99.23.18]

    Port [7003]

    SecurePort [0]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > parseJVMID: analysis JVMID ' 1098407374! 174266142! 7013! -1 '

    Kills Sep 27 10:11:42 2013 < 655913775839021 > parseJVMID: in fact the analysis ' 1098407374! 174266142! 7013! -1 '

    Kills Sep 27 10:11:42 struct ServerInfo 2013 < 655913775839021 > for JVMID people ' 1098407374'

    Server details are:

    OrigHostInfo [10.99.23.30]

    isOrigHostInfoDNS [0]

    Host [10.99.23.30]

    Port [7013]

    SecurePort [0]

    Kills Sep 27 10:11:42 lastIndex Initializing 2013 < 655913775839021 > = 0 to get a list of length = 2

    Kills Sep 27 10:11:42 2013 < 655913775839021 > # a got a new list of server of length 2 #.

    Kills Sep 27 10:11:42 2013 < 655913775839021 > # #Response #: Srvr # [1] = [10.99.23.18:7003:0]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > # #Response #: Srvr # [2] = [10.99.23.30:7013:0]

    Kills Sep 27 10:11:42 2013 < 655913775839021 > canRecycle: conn = 1 table = 500 = 0 clen = - 1 = 0 isCTE isKA

    Kills Sep 27 10:11:42 2013 < 655913775839021 > closeConn: URL.canRecycle () returns false, removal of URL "10.xx.xx.30/8013".

    Kills Sep 27 10:11:42 2013 < 655913775839021 > [TestWebService/TestService] processed

    Kindly help me to solve this problem,

    Zia

    Hello

    I solved this issue by disabling the option 'WebLogic plug-in enabled' field > Cluster > (select the clustrer) and Configuration > general tabe > advanced option.

    By disabling this option my webservice is working porperly. Re Apache runs correctly.

  • What is the best way to inform your client of VCentere when a vmotion event has occurred?

    For example, suppose you want to get ntofied when a vmotion event has occurred on the

    VCenter. You need the info on what got VM move to the place where.

    But it makes no sense to keep voting history of VCenter events. So, I guess you

    use the alarm mechanism. If this is the case then you are just left with the alarm runninng

    a script that somehow informed the client of VC occurred a vmotion. Now the question is what

    How is the best way to inform the customer of VC?

    So the process is the VCenter client calls the VSphere SDK API via web services to create/set the alarm.

    The alarm call a script, the script calls something to warn the client of VC.

    The script uses sockets / Messages /? or is it and most easy way?  What did other people?

    Again, the alarm is once configured on the server vCenter Server and this can be done by using the Client vSphere or programmaticlaly using the vSphere API. The action of the alarm go can be anything and who is also stored and executed on the server vCenter Server. If you want the action to send an HTTP request, you can, as long as the 'scenario' can be run on the server vCenter Server. It's the size of the default actions that have been implemented with an alarm (alarm in vCenter system as event, SNMP trap, e-mail or run local script to vCenter Server)

    If you want to develop a thin client that watches for a change or a particular property, you'll want to take a look at the collector of property if you have not already in the vSphere Programming Guide - http://pubs.vmware.com/vsphere-50/topic/com.vmware.ICbase/PDF/vsdk_prog_guide.pdf in collaboration with collector property, you'll want to take advantage of "Views" which is what the vSphere Client uses to display the vSphere infrastructure inventory and updates only the customer when something changes or automatically when a view is modified (for example, cluster/host to view vm/model). You can still use the method of the alarm, but relying on the collector of property/views, will give you a solid client without having to query the system.

    I would recommend that you take a look at these two presentation by one of our engineers on the manifold of the property http://vimeo.com/16222275 and http://vimeo.com/16215337 alarms & events

  • Installation of client 10g XE UI on disk.

    I tried to install just the client on my computer (spec home computer laptop-runningXP OK), but it not offfer any options, you need to install the whole package. I want just the client on the remote, not the full package XE. Any help would be greatly appreciated. As you will be realized, I'm a newbie to Oracle.

    Peter

    XE is a complete database installation. If you just want to install the client, you have several choices depending on what you plan to do with the customer.

    1. install SQL Developer, which is a GUI SQL client - http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    2. install a bare bones client called InstantClient - http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html
    3. install a full client - http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-win32soft-098987.html

    HTH
    Srini

  • that means the great value of 'Call' recursive % in AWR report?

    Hi all.

    I saw "call recursive %: 85%" supported the section profile an awr report.
    --> This could be a problem?
    --> otherwise, depends on the type of application?

    ---

    From my understanding,.

    1. the client calls-> calls DBMS user
    2 recursive calls-> calls for DBMS internal, such as the process of background, function or procedures.

    ---

    I would like to hear about your experience.

    Thanks in advance.
    Best regards.

    a recursive call is a call, for example, which must be completed before the user SQL can be completed.

    Read this to understand what I mean:

    http://it.Toolbox.com/blogs/confessions/how-Oracle-really-works-27-recursive-calls-20300

    Osama...

  • For access to the VLAN specific after VPN

    Hello

    I have a SRX5308 and have set up a PPTP VPN server. I have four VLANS configured, say:

    10.0.A.0/24

    10.0.B.0/24

    10.0.C.0/24

    10.0.D.0/24

    and setting up the PPTP server is giving VPN clients

    10.0.F.20 - 29

    I am able to connect to the server and surf as "from the network. But how can I set up a road (?) so I'm able to access (or logically be attached to) devices on 10.0.A.0/24 my VPN client network?

    I have searched high and low for this but didn't find clear instructions on how to do it.

    Any help would be appreciated.

    Thank you

    Joakim

    Ah yes, that would explain

    IPSec is very easy to set up, don't be scared by the many parameters - you won't really do much with then. In regard to the full domain name, you will define in the client, you connect since so little matter where.

    With the Netgear IPSec client, it is really easy and the support team can help you make it work... There is a 30 day free trial so you can test it.

    There is also a free third-party client called Shrewsoft, it is quite easy to set up too, but some features seem to be difficult to make it work, I would recommend the official client to Netgear, but if you want to give shrew a go, I've written a small guide just in time for a very basic client-to-box installation with it.
    http://www.hexnet.se/srx5308-IPSec-VPN-with-shrew-soft/

    I think that there were some problems with the Shrew and certain firmware even if, at some point given, you couldn't perform mode config (i.e. what shrew own manual shows) but I can't work with the latest firmware of the srx5308... But I didn't spend too much time on this, I'm sure that it can be understood.

  • E4200: Port before releasing for WOL?

    Some routers are capable of transmitting to broadcast directly by sending a port to 192.168.1.255, the other I was able to trap by transmitting to 192.168.1.254, and then editing the arp with 192.168.1.254 table <->ff: ff: ff: ff: ff: ff. Is there a way I can edit the E4200 arp table? Is there a way to telnet in or get a console connection?

    I activated successfully WOL through the E4200. My guess is that it works with most of the other Linksys routers. First, however, I would ask that Cisco has just enable this through their Web UI, this clearly isn't a big deal and a simple update (modification of javascript is all it takes). Please Cisco, do right by your customers.

    First, I created a port rule for port 9 UDP to *.254 forward (for most of you * will be 192.168.1).

    Then, I went on the button "Booking DHCP" and filled the form to "Manually add Client." My client called "wol" (yours can be anything). My etait.254 assigned ip address and the MAC address can be anything, you can simply copy and paste a MAC address that is already on the page and change the last digit...

    When you click on submit, the form is validated by Javascript; the form is not actually submitted until you press the "Save Settings" button.

    Before you save the settings, I activated the plugin Firefox "Tamper Data". This allowed me to change the form POST request before you actually send to the webserver built into the router. It is a little messy, but simply replace the MAC address that is appropriate in the field of the new customer.

    Presto!

    It's too bad that there is a silent Javascript validation, blocking a very useful feature for this router. A feature which can clearly already handled by the firmware.

    Once again, please do right by your customers, Cisco.

    Enjoy,

    Matt

    PS - This method could have an extra step. I will try using Tamper Data for entrer.255 in port forwarding form directly when I get a chance. If someone is able to do this, let us know!

Maybe you are looking for

  • Double-mounted network drives

    Since the update of El Capitan 10.11.3, I had some problems with my network shares. Firstly despite the option is hidden on the readers in the login items, Finder Windows still open when the drives are mounted at the start. Second, which is the real

  • Total shutdown Audio

    I need serious help. Today when I turned on my laptop, I got an error message saying a few C-Major Audio Driver did not work and needed updating. So I go to the HP website and download and install this driver. After it is installed, I heard a noise f

  • Update of the question

    I updated my windows and after I rebooted I found a largesearch desktop icon near the system tray.  How can I get rid of him?

  • wmv or WMA files don't play using Windows Media Player 11

    Windows media player 11 whenever I double click on any of the file nothing happens. Windows media player does not open. No message is given. nothing happens!

  • ListView, don't sort correctly

    So I have a file xml with about 100 entries I want my listview to display. It is structured as: 1 Hello world!!! 2 Another comment I use an attached listview object that sends a request for/comments/the point, however my data is not sorted correctly