Client Abort Exception

Hi all ,
I have a chaching servlet and a compression filter servlet. the compression filter servlet througs up ClientAbortException . what could be the reason.
I know that this exception is thrown when the user closes the browser when the responses is sent of stop the action through browser. but in my case nothing is the case.
Regards,
krthekeyan.s

Well you need to understand the behavior of h-reap or what it's called now, FlexConnect. In this mode, the clients are still remembers on the WLC until the session timer/idle timer expires. So switching between SSID's in h-reap will not be the same when switching when the AP's are in local mode.
Take a look at the client when connected in FlexConnect in the WLC GUI monitor tab. Thus will show you what ssid and vlan the client is on. Now switch to a different ssid and compare this. It's probably the same because the client has not timed out. Now go back to the other ssid and look again. Now on the WLC, remove or delete the client and then switch to the other ssid at the same time. Or switch SSID's and then remove the client. The client will join the new ssid and in the monitor tab, you should see the info.
There is no need to have clients have multiple SSID's unless your testing. Devices should only have one ssid profile configured to eliminate any connectivity issues from the device wanting to switch SSID's.
Sent from Cisco Technical Support iPhone App

Similar Messages

  • Thread Aborted Exception

    Hi,
    I'm using LDAP with Active Directory.
    When I run a query, the very first time, results are correctly
    populated. Every successive query then fails, with a thread aborted
    exception:
    Message: Thread was being aborted.
    Stack Trace:
    at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntP tr
    socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
    Int32 size, SocketFlags socketFlags, SocketError& errorCode)
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
    Int32 size, SocketFlags socketFlags)
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32
    offset, Int32 size)
    at System.IO.Stream.ReadByte()
    at Novell.Directory.Ldap.Asn1.Asn1Identifier..ctor(St ream
    in_Renamed)
    at Novell.Directory.Ldap.Connection.ReaderThread.Run( )
    Could anyone help with why this is happening?
    Thanks,
    Nedar
    nedar
    nedar's Profile: http://forums.novell.com/member.php?userid=78416
    View this thread: http://forums.novell.com/showthread.php?t=401581

    nedar;1936674 Wrote:
    > I did try simply replacing the dll, but that did not help.
    Can you encapsulate the failure into a test harness and post the code
    some place? If you are running latest libraries... and you do get a
    correct run the first time through... perhaps the issue is in the way
    you are using them.
    Also, have you seen 'similar'
    (http://developer.cisco.com/web/cuae/.../105446316CEF7)
    error? Seems to involve the FQN / BaseDN being used... same stack
    traces, essentially. Specifically:
    > DC=cisco,DC=com is reproducing the same error on my side. "o=cisco.com"
    > is working fine.
    >
    > Basically, the correct format of BaseDN for your specific ldap server
    > is needed to make the Query work. You may be able to look at your ldap
    > server to figure correct format.
    >
    -- Bob
    Bob Mahar -- Novell Knowledge Partner
    Do you do what you do at a .EDU? http://novell.com/ttp
    "Programming is like teaching a jellyfish to build a house."
    http://twitter.com/BobMahar http://vimeo.com/boborama
    Bob-O-Rama's Profile: http://forums.novell.com/member.php?userid=5269
    View this thread: http://forums.novell.com/showthread.php?t=401581

  • Errors ajp_process_callback::jk_ajp_common.c (1954): Writing to client aborted or client network

    Hello,
    we have the following configuration:
    S.O. : Red Hat Enterprise Linux Server release 6.5
    Apache : 2.2.15
    Coldfusion 10 Standard update 12
    SElinux disable
    Iptables disable
    Configuring / etc / httpd / conf / mod_jk.conf
    # Load mod_jk module
    Jk_module LoadModule " / opt/coldfusion10/config/wsconfig/1/mod_jk.so "
    # Where to find workers.properties
    JkWorkersFile " / opt/coldfusion10/config/wsconfig/1/workers.properties "
    JkMountFile " / opt/coldfusion10/config/wsconfig/1/uriworkermap.properties "
    # Where to put jk logs
    JkLogFile " / opt/coldfusion10/config/wsconfig/1/mod_jk.log "
    # Where to put jk shared memory
    JkShmFile " / opt/coldfusion10/config/wsconfig/1/jk_shm "
    # Set the jk log level [debug / error / info]
    JkLogLevel info
    # Select the timestamp log format
    JkLogStampFormat " [ % a% b % d% H:% M: % S % Y ]"
    AddHandler jakarta- servlet. Cfm . Cfml . Cfc . Cfr. Cfswf
    In the log / opt/coldfusion10/config/wsconfig/1/mod_jk.log observe the following errors:
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_ajp_common.c ajp_process_callback :: (1954 ) : Writing to client aborted or client network problems
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_ajp_common.c ajp_service :: ( 2629 ): ( cfusion ) sending request to tomcat failed ( unrecoverable ) , Because of client write error ( attempt = 1 )
    [ Tue Dec 03 10:29:53 2013] [ 3754:140076806252512 ] [info ] jk_handler :: mod_jk.c ( 2718 ) : Aborting connection for worker = cfusion
    Can anyone tell how to solve this problem because the connection between apache and coldfusion degrade coming to collapse the system.

    Not my particular environment Linux Apache however the way I read the mod_jk log content is very similar or same as this other thread and  detail in isapi_redirect log on Windows IIS environment.
    Thread:
    http://forums.adobe.com/message/5878493#5878493
    MOD_JK log sample:
    [info ] jk_ajp_common.c ajp_process_callback :: (1954 ) :
    Writing to client aborted or client network problems
    [info ] jk_ajp_common.c ajp_service :: ( 2629 ):
    ( cfusion ) sending request to tomcat failed ( unrecoverable ) ,
    Because of client write error ( attempt = 1 )
    [info ] jk_handler :: mod_jk.c ( 2718 ) :
    Aborting connection for worker = cfusion
    ISAPI_redirect log sample:
    [info] ajp_process_callback::jk_ajp_common.c (1984):
    Writing to client aborted or client network problems
    [info] ajp_service::jk_ajp_common.c (2684):
    (cfusion) sending request to tomcat failed (unrecoverable),
    because of client write error (attempt=1)
    [info] HttpExtensionProc::jk_isapi_plugin.c (2289):
    service() failed because client aborted connection
    Where I am seeing that sequence of log, CF10 IIS is not having any issue so it may not actually relate to the CF10 not responding. I would like to find a glossary of tomcat messages and the meaning however I have not got an
    interpretation to that log sequence. I will add the sites for me that have those logs have BYO wireless clients and it would be fair to say those users do not log off CF application however just close their browser or lid of laptop. Neither have I been able to reproduce the environment to cause that log detail so merely guess from me rather than statement of fact.
    HTH, Carl.

  • Why is a JSP page or servlet (SingleThreadModel) unreachable on iPlanet 6.0 webserver after client abort?

    After client abort (user pushes STOP on the browser, etc.) JSP page or servlet (SingleThreadModel) is unreachable on iPlanet 6.0 webserver. Only a server restart helps. Can anybody help me?

    adsfadsfaf

  • Throwing Client Soap Exceptions

    I am writing j2ee web services and would like to throw Client soap exceptions when a input validation error occurs. Currently I can throw a soap exception and have the msg= be set to what I would like. I cannot set the faultCode to what I would like.
    An example of the kind of errors I am generating.
    SOAPException: faultCode=SOAP-ENV:Server; msg=Input SSN is not valid.]
    An exmpale of the kind of error I would like to generate.
    SOAPException: faultCode=SOAP-ENV:Client; msg=Input SSN is not valid.]
    Thank you,
    David Schwartz

    Hi ,
    The client does not have a hook on the SOAP Fault(or for that matter , the SOAP message ).It only receives the marshalled java objects from the proxy.
    You might hack the generated proxy code , and hack further into the Response objects , and the Fault object to create your customized fault .
    Thanks
    Anirban

  • Error: [env:ClienT:caught exception while handling request]

    failure when calling to the service Web
    1. I INTRODUCE DIRECTION WSDL URL And SOON PULSE TO SHOW METODOS
    2. And IT INDICATES The METODOS To ME AVAILABLE FOR THIS SERVICE WEB
    3. LATER IT SHOWS THE PARAMETERS TO ME THAT NEEDS TO MAKE THE CALL TO THE PREVIOUS METODO
    4. I INTRODUCE THE VALUE OF THE PARAMETER AND WHEN I TEST THE TEST RESULTS IS THE FOLLOWING ERROR:
    [env:Client : caught exception while handling request: unexpected encoding style: expected=, actual=http://xml.apache.org/xml-soap/literalxml]

    failure when calling to the service Web
    1. I INTRODUCE DIRECTION WSDL URL And SOON PULSE TO SHOW METODOS
    2. And IT INDICATES The METODOS To ME AVAILABLE FOR THIS SERVICE WEB
    3. LATER IT SHOWS THE PARAMETERS TO ME THAT NEEDS TO MAKE THE CALL TO THE PREVIOUS METODO
    4. I INTRODUCE THE VALUE OF THE PARAMETER AND WHEN I TEST THE TEST RESULTS IS THE FOLLOWING ERROR:
    [env:Client : caught exception while handling request: unexpected encoding style: expected=, actual=http://xml.apache.org/xml-soap/literalxml]

  • WCF called from Sharepoint - thread abort exception

    Hello,
    we have an SP web part calling WCF service using simple http binding. SP and WCF are located on different servers in different countries, so not at the same machine. Using WCF we send/receive some files, which are processed at the WCF server site, parsed
    and stored to database. It takes some time, of course, but usually not more than minute or 2. On development server it works normally but on production server we are facing problems like
    System.Threading.ThreadAbortException: Thread was being aborted. at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags) at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset,
    Int32 size, SocketFlags socketFlags, SocketError& errorCode) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Net.Connection.SyncRead(HttpWebRequest
    request, Boolean userRetrievedStream, Boolean probeRead) at System.Net.ConnectStream.ProcessWriteCallDone(ConnectionReturnResult returnResult) at System.Net.HttpWebRequest.GetResponse() at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan
    timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type) at DHI.FRMP.Sharepoint.Tasks.MCSPConnector.IMCSPConnector.TaskUpdate(TaskUpdateRequest request) at DHI.FRMP.Sharepoint.Tasks.TaskEditSave.TaskEditSave.btnSaveChanges_Click(Object sender, ImageClickEventArgs e)
    or
    System.Threading.ThreadAbortException: Thread was being aborted. at System.Threading.WaitHandle.WaitOneNative(SafeHandle waitableSafeHandle, UInt32 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext) at System.Threading.WaitHandle.InternalWaitOne(SafeHandle
    waitableSafeHandle, Int64 millisecondsTimeout, Boolean hasThreadAffinity, Boolean exitContext) at System.Net.LazyAsyncResult.WaitForCompletion(Boolean snap) at System.Net.Connection.SubmitRequest(HttpWebRequest request, Boolean forcedsubmit) at System.Net.ServicePoint.SubmitRequest(HttpWebRequest
    request, String connName) at System.Net.HttpWebRequest.SubmitRequest(ServicePoint servicePoint) at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()
    at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.SendRequest(Message message, TimeSpan timeout) at System.ServiceModel.Channels.RequestChannel.Request(Message
    message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage
    methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at DHI.FRMP.Sharepoint.Tasks.MCSPConnector.IMCSPConnector.GetTaskCatchmentList(GetTaskCatchmentListRequest
    request) at DHI.FRMP.Sharepoint.Tasks.TaskAdd.ddlWaterRegion_SelectedIndexChanged(Object sender, EventArgs e)
    We have already checked that the client is properly closed and disposed. We also know that the web service call is processed correctly (from the logs).
    Streams are closed.
    Sharepoint timeout for long operation is set to 3600.
    WCF is hosted in windows service application, used .NET 4.0. WCF config:
    <system.serviceModel>
    <client />
    <bindings>
    <basicHttpBinding>
    <binding name="StreamedHTTP" closeTimeout="04:01:00" openTimeout="04:01:00"
    receiveTimeout="04:10:00" sendTimeout="04:01:00" maxBufferSize="2147483647"
    maxReceivedMessageSize="2147483647" messageEncoding="Mtom" transferMode="Streamed">
    <readerQuotas maxDepth="2147483647" maxStringContentLength="2147483647"
    maxArrayLength="2147483647" maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
    </binding>
    </basicHttpBinding>
    </bindings>
    <services>
    <service name="DHI.FRMP.MCSPConnector.MCSPConnector">
    <endpoint address="" binding="basicHttpBinding" bindingConfiguration="StreamedHTTP"
    contract="DHI.FRMP.MCSPConnector.IMCSPConnector">
    <identity>
    <dns value="localhost" />
    </identity>
    </endpoint>
    <endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
    </service>
    </services>
    <behaviors>
    <serviceBehaviors>
    <behavior>
    <!-- To avoid disclosing metadata information,
    set the values below to false before deployment -->
    <serviceMetadata httpGetEnabled="True" httpsGetEnabled="False"/>
    <!-- To receive exception details in faults for debugging purposes,
    set the value below to true. Set to false before deployment
    to avoid disclosing exception information -->
    <serviceDebug includeExceptionDetailInFaults="True"/>
    </behavior>
    </serviceBehaviors>
    </behaviors>
    Client creation code
    public static IMCSPConnectorChannel CreateWCFclient(out ChannelFactory<IMCSPConnectorChannel> factory)
    BasicHttpBinding myBinding = new BasicHttpBinding();
    TimeSpan timeOut = new TimeSpan(4, 1, 0);
    int maxSize = 2147483647;
    myBinding.CloseTimeout = timeOut;
    myBinding.OpenTimeout = timeOut;
    myBinding.ReceiveTimeout = timeOut;
    myBinding.SendTimeout = timeOut;
    myBinding.AllowCookies = false;
    myBinding.BypassProxyOnLocal = false;
    myBinding.HostNameComparisonMode = HostNameComparisonMode.StrongWildcard;
    myBinding.MaxBufferSize = maxSize;
    myBinding.MaxBufferPoolSize = maxSize;
    myBinding.MaxReceivedMessageSize = maxSize;
    myBinding.MessageEncoding = WSMessageEncoding.Mtom;
    myBinding.TextEncoding = System.Text.Encoding.UTF8;
    myBinding.TransferMode = TransferMode.Streamed;
    myBinding.UseDefaultWebProxy = true;
    myBinding.ReaderQuotas.MaxDepth = 128;
    myBinding.ReaderQuotas.MaxStringContentLength = maxSize;
    myBinding.ReaderQuotas.MaxArrayLength = maxSize;
    myBinding.ReaderQuotas.MaxBytesPerRead = maxSize;
    myBinding.ReaderQuotas.MaxNameTableCharCount = maxSize;
    ChannelFactory<IMCSPConnectorChannel> myFactory = null;
    //SPSecurity.RunWithElevatedPrivileges(delegate()
    var constants = new Settings(SPContext.Current.Site);//siteelev);
    string endpointAddress = constants.WcfUrl;
    EndpointAddress myEndpoint = new EndpointAddress(endpointAddress);
    myFactory = new ChannelFactory<IMCSPConnectorChannel>(myBinding, myEndpoint);
    IMCSPConnectorChannel channel = myFactory.CreateChannel();
    factory = myFactory;
    return channel;
    Client and factory are both disposed after each usage.
    this is the simplified code with some comments
    IMCSPConnectorChannel channel = CommonFunctions.CreateWCFclient();
    using (var proxy = channel.Wrap<IMCSPConnectorChannel>())
    var svcClient = proxy.BaseObject;
    try
    // do something - works ok
    if (success)
    //try update
    try
    //time consuming WCF method - sometimes 2 minutes, however it passes and in the WCF log is record about it just a second before it crashes back here
    svcClient.TaskUpdate(new TaskUpdateRequest(_taskID));
    catch (FaultException fe)
    //some processing here - not reached
    catch (Exception ue)
    //here it goes to - exception is caught and
    success = false;
    siteelev.WriteLogError(String.Format("Task '{0}' - task update fail on general exception: {1}", _taskID, ue.ToStringWithInnerExceptions()));
    //previos line is processesd, no more code exists after that
    //go back to folder if WCF returns success
    if (success)
    //not reached (success has been set to false when it crashed)
    else
    siteelev.WriteLogInfo("Some log text");
    //this is ALSO NOT reached!! why, I don't understand
    catch (Exception ee)
    // it goes to here!! why ? - the exception has been already handled!
    throw;;
    I don't understand why it goes to the second catch when the exception has been already hadled in previous catch and why it doesn't go into success=false block.
    Any idea what can be wrong?
    Many thanks
    Filip

    Hi,
    thanks for your reply. Now it seems that everything works (I'm still keepng my fingers crossed ;-)
    What we did:
    1) to the page I added 
    protected void Page_Load(object sender, EventArgs e)
                    this.Page.Server.ScriptTimeout = 3600;
    2) to WCF confing at server side we added 
     <serviceThrottling maxConcurrentCalls="100" maxConcurrentSessions="100"/>
    But if this is what helped, I don't know. The timeout had to be already set in cofig files, but this is only what the SP server administrator claimed, I haven't done it personally. This seems to be much clear
    for me.

  • Transaction Aborted Exceptions are seen when service downloading data

    Hi,
    We are getting two different types of exceptions while one service trying to download data from another service
    There are two scenarios where we are getting these transaction exceptions that are seen when client's service downloads data from server's service.
    1. The first kind of transaction exception is seen when service is trying to send the message to messaging queue in the InitialReceiveNext() method. The queue.send method throws this exception and the stack trace is as mentioned below:
    04 Jun 2014 19:16:12,805 [BridgeExchanger] TRACE - Sending queue message 00000000-0000-0000-0000-000000000000\0 to queue private$\msgqueue
    04 Jun 2014 19:16:12,806 [ClientBridgeEndpoint] ERROR - Error occurred during Receive!
    System.Transactions.TransactionException: The operation is not valid for the state of the transaction. ---> System.TimeoutException: Transaction Timeout
    — End of inner exception stack trace —
    at System.Transactions.TransactionState.Promote(InternalTransaction tx)
    at System.Transactions.Transaction.Promote()
    at System.Transactions.TransactionInterop.ConvertToOletxTransaction(Transaction transaction)
    at System.Transactions.TransactionInterop.GetDtcTransaction(Transaction transaction)
    at System.Messaging.MessageQueue.StaleSafeSendMessage(MQPROPS properties, IntPtr transaction)
    at System.Messaging.MessageQueue.SendInternal(Object obj, MessageQueueTransaction internalTransaction, MessageQueueTransactionType transactionType)
    at CI.Platform.Bus.Bridge.Client.BridgeExchanger.InitialReceiveNext(DownloadEndpoint endpoint)
    at CI.Platform.Bus.Bridge.Client.BridgeExchanger.ReceiveNext()
    at CI.Platform.Bus.Bridge.Client.ClientBridgeEndpoint.Exchange(Object state)
    2. The second kind of exception is seen at the transaction.complete statement in the InitialReceiveNext() method. The stack trace is as shown below:
    04 Jun 2014 23:15:59,152 [BridgeExchanger] DEBUG - Skipping the download message as the message is already downloaded..No new message is added to queue private$\msgqueue
    04 Jun 2014 23:15:59,153 [ClientBridgeEndpoint] ERROR - Error occurred during Receive!
    System.Transactions.TransactionAbortedException: The transaction has aborted. ---> System.TimeoutException: Transaction Timeout
    — End of inner exception stack trace —
    at System.Transactions.TransactionStateAborted.BeginCommit(InternalTransaction tx, Boolean asyncCommit, AsyncCallback asyncCallback, Object asyncState)
    at System.Transactions.CommittableTransaction.Commit()
    at System.Transactions.TransactionScope.InternalDispose()
    at System.Transactions.TransactionScope.Dispose()
    at CI.Platform.Bus.Bridge.Client.BridgeExchanger.InitialReceiveNext(DownloadEndpoint endpoint)
    at CI.Platform.Bus.Bridge.Client.BridgeExchanger.ReceiveNext()
    at CI.Platform.Bus.Bridge.Client.ClientBridgeEndpoint.Exchange(Object state)
    If anybody has any insight please reply.
    Thanks in advance!!!

    Hello,
    Your two questions are both related to MSMQ forum. Please post threads on that forum for more effective response. Please refer to
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?forum=msmq. Thank you for understanding.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Help me pls to resolve the problem: WebService client SOAP exception: SAXException: Could not instantiate bean ...

    Hi all,
    I use Weblogic 6.1 SOAP
    If any body know what does this mean and how this may be resolved please
    help me
    I try to send JavaBean class "A" which includes an array of JavaBean class
    "B" which includes an array of string objects
    from server side to the client.
    class A {
    B[] aBeans
    setABeans(B[] aBeans) {}
    getABeans() {}
    class B {
    String[] props;
    setProps(String[] props) {}
    getProps() {}
    And only half of the method invocation is ok - data is transmitted by soap
    and is displayed
    at the client side in "verbose=true" mode and i see that data is received
    completely but the client side JavaBean class "A"
    was not initialized because the exception was thrown when soap trying to
    instantiate JavaBean class "B":
    SAXException: Could not instantiate bean: B
    I looked at jdk API and the InstantiationException is thrown only if class
    is an interface or an abstract class,
    but class "B" is not abstract or interface, it is simple JavaBean class.
    What is the trouble?
    Help me pls

    Hi, Pieter!
    Thanks in advance, this solve a problem.
    "Pieter Degraeuwe" <[email protected]> wrote in message
    news:3be00299$[email protected]..
    >
    Hi!
    I think I know the problem.
    Does your JavaBean has a default constructor (a parameterlessconstructor).
    >
    Try it!
    greetings
    Pieter
    "Michael T" <[email protected]> wrote:
    Hi all,
    I use Weblogic 6.1 SOAP
    If any body know what does this mean and how this may be resolved please
    help me
    I try to send JavaBean class "A" which includes an array of JavaBean
    class
    "B" which includes an array of string objects
    from server side to the client.
    class A {
    B[] aBeans
    setABeans(B[] aBeans) {}
    getABeans() {}
    class B {
    String[] props;
    setProps(String[] props) {}
    getProps() {}
    And only half of the method invocation is ok - data is transmitted by
    soap
    and is displayed
    at the client side in "verbose=true" mode and i see that data is received
    completely but the client side JavaBean class "A"
    was not initialized because the exception was thrown when soap trying
    to
    instantiate JavaBean class "B":
    SAXException: Could not instantiate bean: B
    I looked at jdk API and the InstantiationException is thrown only if
    class
    is an interface or an abstract class,
    but class "B" is not abstract or interface, it is simple JavaBean class.
    What is the trouble?
    Help me pls

  • Java Client throws exception – while sending NTLMV2 Response from WIN7 to W

    We have written a Java client which connects to a webservices application using NTLM authentication against Windows 2008 R2 Server (using IIS7). This program works fine when running from Windows XP, Linux but failing when running from Windows 7.
    Error encountered is: java.io.IOException: Authentication failure.
    Here is what we have written to connect to HTTPS with credential using SSLContext as mentioned below.
    SSLContext sc = SSLContext.getInstance( "SSL" );
    sc.init( null, trustAllCerts, new java.security.SecureRandom() );
    HttpsURLConnection.setDefaultSSLSocketFactory( sc.getSocketFactory() );
    ( ( HttpsURLConnection )( m_oHttpURLConnection ) ).setHostnameVerifier( this );
    URL url = new URL("https://testsite...");
    HttpsURLConnection m_oHttpURLConnection = (HttpsURLConnection) url.openConnection();
    Following properties are set to HttpsURLConnection:
    RequestMethod : GET
    InstanceFollowRedirects : true
    AllowUserInteraction : true
    UseCaches : false
    DoOutput : true
    DoInput : true
    After setting all the above parameters the following code is used to set credentials data and connect to site
    Authenticator.setDefault(new MyAuthenticator ());
    m_oHttpURLConnection.connect();
    After connection is successful request XML is sent to server and expecting a response from the server. So when the below line is called exception is thrown.
    m_oHttpURLConnection.getResponseCode();
    Exception :
    java.io.IOException: Authentication failure
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1173)
         at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:318)
    After changing LAN Manager Authentication level setting of Windows 7 from “Send NTLMv2 response only” to “Send LM & NTLM – use NTLMv2 session security if negotiated”, application is working fine.
    Local Security Settings àSecurity SettingsàLocal Policies à Security Optionsà Network security: LAN Manager Authentication level
    By default in Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2: Send NTLMv2 response only , Lowering the security level at the client end is bit risk and typically is not recommended.

    this subforum is about Kerberos and GSS and not about NTLM. Why are you hasseling with NTLM? Take Kerberos.

  • Thread was being aborted Exception while creating large number of Sites in SharePoint 2013

    Hi All,
    I am getting threading exception while creating a large extent of sites in SharePoint 2013. I am reading data from an excel file and then looping each row. The sites are creating for first two rows then i am getting exception. This code working fine in dev
    server but not in UAT server. I tried with changing maxRequestLength in web.config but not working. And also followed the below link.
    http://support.microsoft.com/kb/928756
    My code as follows-
    private void CreateSites(DataRow dr)
                try
                    using (SPSite site = new SPSite(OtherSiteCollection)) // I am creating sites in another site collection
                        using (SPWeb web = site.OpenWeb())
                                SPWeb newWeb = null;
                                SPWebTemplateCollection templates = site.RootWeb.GetAvailableWebTemplates(1033);
                                SPWebTemplate template = (from SPWebTemplate m in
                                                              templates
                                                          where m.Title == "SiteTemplate"
                                                          select m).FirstOrDefault(); //Here i am using custom template
        string siteName = dr["Site Name"].ToString();
                                newWeb = web.Webs.Add(siteTitle, siteTitle, siteDescription, 1033, template, true, false); //Getting exception here.
                                newWeb.Update();
                                newWeb.Dispose();
                catch (Exception ex)
                    lblMsg.Text = "Exception in create sites : " + ex.Message + ";" + ex.StackTrace + ";" + ex.ToString()
    I am getting error as-
    Exception in create sites: Thread was being aborted.;   at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent,
    String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate)
       at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate)
       at Microsoft.SharePoint.SPWeb.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, SPWebTemplate WebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere)
       System.Threading.ThreadAbortException: Thread was being aborted.
       at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32&
    plWebTemplateId)
       at Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String bstrUrl, String bstrWebTemplateContent, Int32 fWebTemplateContentFromSubweb, Int32 fDeleteGlobalListsWithWebTemplateContent, String& bstrWebTemplate, Int32& plWebTemplateId)
       at Microsoft.SharePoint.SPWeb.ProvisionWebTemplate(SPWebTemplate webTemplate, String webTemplateToUse, SPFeatureWebTemplate featureWebTemplate)
       at Microsoft.SharePoint.SPWeb.ApplyWebTemplate(SPWebTemplate webTemplate)
       at Microsoft.SharePoint.SPWeb.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWeb.SPWebCollectionProvider.CreateWeb(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean bCreateUniqueSubweb, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, String strWebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere, Guid appInstanceId)
       at Microsoft.SharePoint.SPWebCollection.Add(String strWebUrl, String strTitle, String strDescription, UInt32 nLCID, SPWebTemplate WebTemplate, Boolean useUniquePermissions, Boolean bConvertIfThere)
    Thread was being aborted.;   at System.Threading.ThreadAbortException: Thread was being aborted.
    Can anyone please help. Thanks!
    dinesh

    If you do this from a Console application, does it succeed?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Client provisioning exception for guest flow - bug?

    hi all,
    I encounterd one problem with guest flow and client provisioning.
    Please if someone could confirm that this can or can't be done 
    I want to accomplish such a scenario:
    - AD user have to download the full nac agent
    - AD user from specific group when using webauthentication (as a fallback) doesn't need to downlaod webagent (so no posture at all - the default status is compliant)
    - all guest users need to download webagent
    It seems that it can't be done cause:
    First of all to make it work we need to enable "guest users should download the posture client"
    I created the "client provisioning policy" in a way that:
    If it is AD user and its not a guest flow (2) then NAC agent should be applied
    If it is a guest user webagent should be downloaded
    It works with an exception that when AD user logs in using webauthentication (guest portal), no download page is displayed (as expected) but instead of normal access there is a blank page with the following URL
    https://ise-nfr.sevenetdemo.local:8443/auth/CppSetup.action
    so it seems that even though there is no match in "client Provisioing Policy" (again, as expected) ISE still tries to redirect to the cpp portal as this checkbox in multiportal configuration says so.
    As a result no CoA is initiated to the switch and switch authentication hangs on the last default policy -  CWA_POSTURE_REMEDIATION
    Is it possible to do it?
    regards
    Przemek

    Please review the below links which might be helpful:
    http://www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect30/administration/guide/ac04namconfig.html
    http://www.cisco.com/en/US/docs/security/ise/1.0.4/user_guide/ise10_client_prov.pdf

  • Datagram client : Runtime Exceptions

    Hi,
    I have written a client side prog. When I run it I am getting following exception:
    Exception in thread "main" java.lang.NullPointerException
    at ReadClient.TheClient(ReadClient.java:11)
    at ReadClient.main(ReadClient.java:16)
    The code is given below:
    import java.net.*;
    class ReadClient{
    public static int serverPort = 666;
    public static int clientPort = 999;
    public static int buffer_size=1024;
    public static DatagramSocket ds;
    public static byte buffer[ ] = new byte [buffer_size];
    public static void TheClient ( ) throws Exception{
    while (true) {
    DatagramPacket p = new DatagramPacket(buffer, buffer.length);
    ds.receive ( p);
    System.out.println(new String( p.getData( ), 0, p.getLength ( )));
    public static void main (String args[ ]) throws Exception{
    TheClient( );
    Can somebody plz. help me in this regard?
    Zulfi

    You have not created an instance of the DatagramSocket before you call receive so it is null.
    You need a line like: ds=new DatagramSocket();

  • Invoke BPEL process using a java client - NullPointer Exception

    Hi, We are trying to call a BPEL process using a java client from our Web Application. For some reason the BPEL engine just logs a NullPointerException and exits.
    The same SOAP request when through SOAP UI tool works great.
    Any help in resolving this is highly appreciated!
    We are getting the below exception--
    <2006-09-22 09:40:53,687> <DEBUG> <default.collaxa.cube.ws> SOAPRequestProvider
    java.lang.NullPointerException
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:269)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:129)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:869)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:460)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    -----------------

    Hi, We are trying to call a BPEL process using a java client from our Web Application. For some reason the BPEL engine just logs a NullPointerException and exits.
    The same SOAP request when through SOAP UI tool works great.
    Any help in resolving this is highly appreciated!
    We are getting the below exception--
    <2006-09-22 09:40:53,687> <DEBUG> <default.collaxa.cube.ws> SOAPRequestProvider
    java.lang.NullPointerException
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processBPELMessage(SOAPRequestProvider.java:269)
    at com.collaxa.cube.ws.soap.oc4j.SOAPRequestProvider.processMessage(SOAPRequestProvider.java:129)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doEndpointProcessing(ProviderProcessor.java:869)
    at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
    at oracle.j2ee.ws.server.provider.ProviderProcessor.doRequestProcessing(ProviderProcessor.java:460)
    at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
    at oracle.j2ee.ws.server.WebServiceProcessor.doService(WebServiceProcessor.java:96)
    at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:177)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    -----------------

  • /WS client & ABORTED transactions

    Hello all,
    I am bit confused with "Native client" concept.
    What is the diffrence between a native client & a remote (/WS ) client?
    As far as i know,remote clients are those which are connected to the front end application via workstations.
    I have a huge billing application residing over tux(7.1).
    what is diffrence between application client & remote tux client? is it the same?
    i use following command to check the users connected to tuxedo.
    echo 'pclt' | tmadmin -r 2>/dev/null | egrep -v '>|-------|tpsysadm|tmadmin|WSH|^$'|wc -l
    sometimes i see around 60 users connected...& i have configured only 50 WS clients in my ubb file.
    is there any way i can remove unwanted users ?
    also i need to clean up transactions which are in ABORTED state?
    Can't we control users & transactions via tux commands?
    regards
    abhijeet

    Workstation client is the client connected to Tuxedo with WSL/WSH. Native
    client accesses the IPC queue directly. The pclt of tmadmin is different for
    native client and workstation client. The later has a "/W" flag in the
    status cloumn.
    You can define the MAXACCESSERS in ubbconfig file to limit the users. For
    example,
    MAXACCESSERS = 100
    MAXSERVERS=20
    MAXWSCLIENTS=70
    Then you leave 10 slots for WSH and tmadmin etc.
    Wayne
    <Abhijeet K> wrote in message news:[email protected]..
    Hello all,
    I am bit confused with "Native client" concept.
    What is the diffrence between a native client & a remote (/WS ) client?
    As far as i know,remote clients are those which are connected to the frontend application via workstations.
    >
    I have a huge billing application residing over tux(7.1).
    what is diffrence between application client & remote tux client? is itthe same?
    >
    i use following command to check the users connected to tuxedo.
    echo 'pclt' | tmadmin -r 2>/dev/null | egrep -v'>|-------|tpsysadm|tmadmin|WSH|^$'|wc -l
    >
    sometimes i see around 60 users connected...& i have configured only 50 WSclients in my ubb file.
    >
    is there any way i can remove unwanted users ?
    also i need to clean up transactions which are in ABORTED state?
    Can't we control users & transactions via tux commands?
    regards
    abhijeet

Maybe you are looking for

  • [Solved] (WW) fglrx(0): Kernel Module version does *not* match driver.

    fglrx has just recently stopped working, and I can't quite pinpoint when that was because I honestly hadn't noticed until checking.  I've tried a few reinstalls and different xorg options so far, but had no luck. glxinfo: name of display: :0.0 displa

  • Problem with File Polling

    Hi,  Experts I have following problem poll interval is 900 sec in my sender file adapter, but the file adapter is picking up the file 5  times at a time and IS processing them.Like tis it is happening every 900 sec. but i need file adapter to pick up

  • AAC Encoder problems

    Hi, Everytime I try to import music or convert files to either AAC or MP3 format i-tunes encounters problems and closes. (i-tunes version 6) I have tried re-installing everything, even did a stand alone quicktime install etc. but nothing seems to wor

  • Installing Solaris 8 on a SunFire 280R

    The SunFire 280R has 11 external disks. Disk 11 has Solaris 9 installed. In attempting to install Solaris on another disk, the following message appears at the command "boot cdrom" command: krtld: load_exec: fail to expand cpu/$CPU krtld: error durin

  • Issue in fault mintoring in a one way service in Oracle BTM

    Hi, I am using BTM 12.1.0.3 I am trying to monitor fault in BTM. For asynchronous and synchronous service I am able to view the fault but for a one way even though fault monitoring is enabled I am not able to view the fault and know about the occurre