Client-Auth reports: HTTP4031: Unexpected error receiving data: -5938

I am trying to deploy the clientcert sample applcation that comes with the platform edition of SunOne V7.
I have used openssl as a CA and have created client and server certs.
I get the following problem.
     Sun ONE Application Server - HTTP Status 403 Error
     Access to the specified resource (Access to the requested resource has been denied) has been forbidden.
     Type: Status Report
     Message: Access to the requested resource has been denied.
As can be seen from the server.log below, some form of authentication succeeds:
     [12/Aug/2004:08:56:11] FINE ( 2392): X.500 name login succeeded for : CN=tweekes, O=tester, C=ie
Note, common name is that of my client cert.
However there is a severe error:
     [12/Aug/2004:08:56:09] SEVERE ( 2392): for host 169.254.111.12 trying to GET /cert, Client-Auth reports: HTTP4031: Unexpected error receiving data: -5938
Also, HTTPS works with server side authentication and I signed both client and server certs with same private "CA" certification.
Question: Do I need any special extentions in the certs for use with SSL?
Thanks in advance.
server.log fragment:
[12/Aug/2004:08:56:09] FINE ( 2392): for host 169.254.111.12 trying to GET /cert, ntrans-j2ee reports: directory listing for context "/cert"
[12/Aug/2004:08:56:09] FINE ( 2392): Attaching to JVM thread service-j2ee-4
[12/Aug/2004:08:56:09] FINE ( 2392): context = StandardEngine[null].StandardHost[server1].StandardContext[cert]
[12/Aug/2004:08:56:09] FINE ( 2392): contextPath = /cert
[12/Aug/2004:08:56:09] FINE ( 2392): wrapper = null
[12/Aug/2004:08:56:09] FINE ( 2392): servletPath = null
[12/Aug/2004:08:56:09] FINE ( 2392): pathInfo = null
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: Process request for '/cert'
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: Checking for SSO cookie
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: SSO cookie is not present
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Security checking request GET /cert
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Checking constraint 'SecurityConstraint[clientcert security test]' against GET --> true
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Subject to constraint SecurityConstraint[clientcert security test]
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Calling checkUserData()
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: User data constraint has no restrictions
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Calling authenticate()
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Looking up certificates
[12/Aug/2004:08:56:09] FINEST ( 2392): Requesting client certificate from core.
[12/Aug/2004:08:56:09] SEVERE ( 2392): for host 169.254.111.12 trying to GET /cert, Client-Auth reports: HTTP4031: Unexpected error receiving data: -5938
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: No certificates included with this request
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Failed authenticate() test
[12/Aug/2004:08:56:09] FINE ( 2392): for host 169.254.111.12 trying to GET /cert, ntrans-j2ee reports: directory listing for context "/cert"
[12/Aug/2004:08:56:09] FINE ( 2392): Attaching to JVM thread service-j2ee-5
[12/Aug/2004:08:56:09] FINE ( 2392): context = StandardEngine[null].StandardHost[server1].StandardContext[cert]
[12/Aug/2004:08:56:09] FINE ( 2392): contextPath = /cert
[12/Aug/2004:08:56:09] FINE ( 2392): wrapper = null
[12/Aug/2004:08:56:09] FINE ( 2392): servletPath = null
[12/Aug/2004:08:56:09] FINE ( 2392): pathInfo = null
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: Process request for '/cert'
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: Checking for SSO cookie
[12/Aug/2004:08:56:09] FINE ( 2392): SingleSignOn[server1]: SSO cookie is not present
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Security checking request GET /cert
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Checking constraint 'SecurityConstraint[clientcert security test]' against GET --> true
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Subject to constraint SecurityConstraint[clientcert security test]
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Calling checkUserData()
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: User data constraint has no restrictions
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Calling authenticate()
[12/Aug/2004:08:56:09] FINE ( 2392): Authenticator[cert]: Looking up certificates
[12/Aug/2004:08:56:09] FINEST ( 2392): Requesting client certificate from core.
[12/Aug/2004:08:56:11] FINEST ( 2392): Processing login with credentials of type: class sun.security.x509.X500Name
[12/Aug/2004:08:56:11] FINE ( 2392): Processing X.500 name login.
[12/Aug/2004:08:56:11] FINEST ( 2392): Certificate realm setting up security context for: CN=tweekes, O=tester, C=ie
[12/Aug/2004:08:56:11] FINE ( 2392): X.500 name login succeeded for : CN=tweekes, O=tester, C=ie
[12/Aug/2004:08:56:11] FINE ( 2392): Authenticator[cert]: Authenticated 'CN=tweekes, O=tester, C=ie' with type 'CLIENT-CERT'
[12/Aug/2004:08:56:11] FINE ( 2392): SingleSignOn[server1]: Registering sso id '6264FF86CB3151E572951CB77D0C515F' for user 'CN=tweekes, O=tester, C=ie' with auth type 'CLIENT-CERT'
[12/Aug/2004:08:56:11] FINE ( 2392): Authenticator[cert]: Calling accessControl()
[12/Aug/2004:08:56:11] FINEST ( 2392): PRINCIPAL : CN=tweekes, O=tester, C=ie hasRole?: staffmember
[12/Aug/2004:08:56:11] FINEST ( 2392): PRINCIPAL TABLE: {staff=[staffmember], C=ie, O=tester, CN=tweekes=[staffmember]}

The below one is the correct configurations
<If $uri =~ "/my(/passo.*)">
NameTrans fn="restart" from="$uri" uri="/my/jsp$1"
</If>
<Object ppath="/my/jsp/passo/*">
PathCheck fn="get-client-cert" dorequest="1"
</Object>

Similar Messages

  • Client-Auth reports: HTTP4031: Unexpected error receiving data

    I noticed that the below error logged in errors log
    trying to GET /my/jsp/passo/, Client-Auth reports: HTTP4031: Unexpected error receiving data (End of file)
    I configured obj.conf for the above one
    <If $uri =~ "/my(/passo.*)">
    NameTrans fn="restart" from="$uri" uri="/ap/jsp$1"
    </If>
    <Object ppath="/my/jsp/passo/*">
    PathCheck fn="get-client-cert" dorequest="1"
    </Object>
    Please correct me if i am wrong in the configuration. If i removed those lines it is started working. but i am not sure this will enforce the request to provide certificate from the client.
    I highly be appreciated if any one responded.

    The below one is the correct configurations
    <If $uri =~ "/my(/passo.*)">
    NameTrans fn="restart" from="$uri" uri="/my/jsp$1"
    </If>
    <Object ppath="/my/jsp/passo/*">
    PathCheck fn="get-client-cert" dorequest="1"
    </Object>

  • Scheduled report failures - Unexpected error getting the HTTP response

    Getting this error when scheduled report executes:
    Unexpected error getting the HTTP response stream while generating report: http://cdmdb1c.nam.nsroot.net:4889/em/console/reports/render

    Hi..
    Thanks for the comment.
    Below is how my web.xml entry looks like.
    The requirement is to send a 404 error response and that will be handled by a servlet which inturn writes the output to the response object.
         <servlet>
              <servlet-name>ErrorPageServlet</servlet-name>
              <servlet-class>com.test.ErrorPageServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>ErrorPageServlet</servlet-name>
              <url-pattern>/error</url-pattern>
         </servlet-mapping>
         <error-page>
              <error-code>404</error-code>
              <location>/error</location>
         </error-page>>>
    the first option to turn off the "show friendly html error pages" works fine.
    It would be better if I can get a different solution

  • Client-Auth reports: HTTP4030: Timeout while waiting for client certificate

    Hello,
    I'm having problems with the certificate authentication in my Sun Java System Web Server Enterprise Edition 6.1: I have created an ACL in the SJWS that asks for a client certificate when the user goes to a specific URI:
    acl "uri=/server1/myaction.do";
    authenticate (user) {
    method="ssl";
    deny (all)
    user = "admin";
    It works great and, when the user goes to "/server1/myaction.do" (we are using Internet Explorer 7 as Web browser), the window for selecting the client certificate appears:
    - If the user selects a certificate that doesn't require password, everything works fine.
    - The problem comes when the certificate is configured in Internet Explorer for asking for a password every time it is accessed. Once the user has selected the password protected certificate, the window for typing the password appears, but if the user doesn't type it and click OK IN LESS THAN 5 SECONDS (I've timed it), the following messages appear in the SJWS logs:
    [28/Nov/2007:09:25:05] failure ( 2055): for host 10.0.145.11 trying to GET /server1/myaction.do, Client-Auth reports: HTTP4030: Timeout while waiting for client certificate.
    [28/Nov/2007:09:25:05] security ( 2055): HTTP4290: get_auth_user_ssl: client passed no certificate.
    I tried to add the following two lines to the magnus.conf file of the SJWS, but nothing changed:
    SSLClientAuthTimeout 240
    AcceptTimeout 3600
    Has anyone experienced something similar? Any little piece of advice would be greatly appreciated.
    Thank you very much in advance,
    Carlos.

    This is fixed in Web Server 7.0 update 2. Please migrate/upgrade to Web Server 7.0 update 2. Sorry for the inconvenience.

  • CJS-00030  Assertion failed: Execution of SQL script reports an unexpected error.System Copy

    Experts,
    I am performing Homogeneous System copy using backup/restore method.I have taken QA system backup ie dump files and trying to build on Sandbox system for testing purpose.Everything went fine and was able to load the dump but stuck at one of the point and throwing me error
    ERROR      [cinstallercallbackimpl.cpp:228]
    CJS-00030  Assertion failed: Execution of SQL script reports an unexpected error.
    When I checked the sapinst_dev log I found the below error but not able to fix it and not aware to proceed further
    1> use SID
    1> EXEC sp_changedbowner sapsa
    Msg 17362, Level 16, State 1:
    Server 'SID', Procedure 'sp_changedbowner', Line 181:
    The proposed new db owner already is a user in the database or owns the database.
    (return status = 1)
    I am sure these may be small changes that have to be made by changing the db owner and Im not exactly sure how to perform it.
    Note:I am Using the Windows environment with Sybase ase database and SWPM tool to perform.
    Appreciate your suggestions
    Thanks

    I fixed the issue ..by changing the owner sapsa.Bingo !!!!

  • Airport extreme continuously blinks orange, it is an older model not used for some time. airport utility can see it but just reports an unexpected error message.

    My airport extreme continuously blinks orange. I have tried unplugging and starting again also pressing the reset button to no avail. It shows as connected to the internet but when selected in airport utility I just receive the message "unexpected error occurred try again" and I can't get past this point. any ideas?

    Do a factory reset .. nothing will be deleted from your backups and you will be able to get access to them again.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.

  • Client-Auth errors

    Hi all,
    I have a SOWS 6.1 and I am getting the following error eache time a user try to get the page:
    Client-Auth reports: Unexpected error receiving data: -5938
    Do you know what it should be?
    Thanks in advance

    Can you tell us the exact configuration you have.
    Send a request to the server to capture the details of initial handshake which performs the client authentication through ssltap. Save the output. Also, when the
    certificates are exchanged ssltap will save them to a file (see the output of
    ssltap for the filenames it used). Get those cert files as well.

  • Crystal report for visual studio 2010 data source object is not valid error

    Hello,
    I receive an "data source object is not valid" error when I want to print one CR document after setting an ADODB.Recordset on SetDataSource method of my report.
    On my developer station, this operation works without problem but on client station, I get this error.
    The redistributable package for client is installed on client side (CRRuntime_32bit_13_0_1.msi).
    Can someone help me?
    Thank you.

    Thank's for your answers
    Dim rsPkLst As ADODB.Recordset = Nothing
    Dim report As New crPickingList
    ' Fill ADODB.Recordset with SQL Statment
    If rsPkLst.RecordCount > 0 Then
          report.SetDataSource(rsPkLst) ' Error : The data source object is invalid
    EndIf
    This error appears during  "report.SetDataSource(rsPkLst)" instruction.
    ADODB drivers are already installed and my ADODB.Recordset is filled with good records.
    This project is an updated project from Visual Studio 2003 to Visual studio 2010 and the old version was running fine.
    Developer and client station runs under Windows XP SP3.
    On developer side I install CRforVS_13_0_1 (BuildVersion=13.0.1.220.Cortez_CR4VS).
    On client side I install CRRuntime_32bit_13_0_1.msi.
    Both stations use Microsoft .Net Framework 4.
    Move to ADO.NET is a solution but, for the moment, I do not have the time to change all applications from my company.
    (I get this error from all application updated from VS 2003 to VS 2010 developed since 2005)
    David.

  • Client auth error

    I am using iPlanet Web Server 6.0 SP4 on Solaris 2.8 that is enabled for SSL and Client-auth.
    In order to validate the client certificate, I configured this server to use my own Plug-in by adding authTrans line in "obj.conf":
    <Object name=default>
    AuthTrans fn="vsCheckClientCert"
    </Object>
    During startup, web server fails with following error.
    Thanks in advance!!!
    [20/Sep/2002:11:50:58] info ( 1984): successful server startup
    [20/Sep/2002:11:50:58] info ( 1984): iPlanet-WebServer-Enterprise/6.0SP4 B07/17/2002 14:04
    [20/Sep/2002:11:51:00] info ( 1985): Installing a new configuration
    [20/Sep/2002:11:51:00] info ( 1985): [LS ls1] https://xx-sun.yy.com, port 444 ready to accept requests
    [20/Sep/2002:11:51:00] info ( 1985): A new configuration was successfully installed
    [20/Sep/2002:11:51:01] info ( 1985): Using the Solaris VM v1.2.2 from Sun Microsystems Inc.
    [20/Sep/2002:11:51:01] info ( 1985): Java VM classpath: /usr/netscape/servers/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar:/usr/n
    etscape/servers/bin/https/jar/NSServletLayer.jar:/usr/netscape/servers/bin/https/jar/NSJavaUtil.jar:/usr/netscape/servers/bin/https/jar/Admin
    NativeUtil.jar:/usr/netscape/servers/bin/https/jar/NSJavaMiscUtil.jar:/usr/netscape/servers/bin/https/jar/servlet.jar:/usr/netscape/servers/b
    in/https/jar/servlet-2.3-filters-api.jar:/usr/netscape/servers/bin/https/jar/jsp092.jar:/usr/netscape/servers/bin/https/jar/jaxp.jar:/usr/net
    scape/servers/bin/https/jar/crimson.jar:/usr/netscape/servers/bin/https/jar/xalan.jar:/usr/netscape/servers/bin/https/jar/jspengine.jar:
    [20/Sep/2002:11:51:01] info ( 1985): Loading IWSSessionManager by default.
    [20/Sep/2002:11:51:01] info ( 1985): IWSSessionManager: Maximum number of sessions is 1000
    [20/Sep/2002:11:51:01] config ( 1985): for host 0.0.0.0 trying to GET /, Client-Auth reports: get-client-cert requires that security and SSL3
    be enabled.
    [20/Sep/2002:11:51:01] failure ( 1985): for host 0.0.0.0 trying to GET /, vsCheckClientCert reports: Couldn't get a client authentication cer
    tificate
    [20/Sep/2002:11:51:02] config ( 1985): for host 0.0.0.0 trying to GET /, Client-Auth reports: get-client-cert requires that security and SSL3
    be enabled.
    [20/Sep/2002:11:51:02] failure ( 1985): for host 0.0.0.0 trying to GET /, vsCheckClientCert reports: Couldn't get a client authentication cer
    tificate
    [20/Sep/2002:11:51:02] failure ( 1985): vs(https-cvm-test-444)Error getting document-root for this virtual server; please check your server c
    onfiguration.
    [20/Sep/2002:11:51:02] failure ( 1985): vs(https-cvm-test-444)Cannot create web applications virtual server environment.
    [20/Sep/2002:11:51:02] failure ( 1985): Internal Error: Failed to initialize web application environment (web-apps.xml) for virtual server (h
    ttps-cvm-test-444)
    [20/Sep/2002:11:51:02] info ( 1985): Internal Error: Failed to initialize web application environment (web-apps.xml) for virtual server (http
    s-cvm-test-444)
    [20/Sep/2002:11:51:02] failure ( 1985): The new configuration was rejected, rolling back

    Thanks for the reply!!
    My SAF (vsCheckClientCert) works fine if I disable the servlets. It also works by disabling the Web Application State in server.xml
    <VSCLASS id="defaultclass" objectfile="obj.conf" rootobject="default" acceptlanguage="off">
    <VS id="https-cvm-test-444" state="on" urlhosts="psingal-sun.verisign.com" mime="mime1" aclids="acl1" connections="group1">
    ===> <VARS webapps_file="web-apps.xml" webapps_enable="off"/>
    </VS>
    </VSCLASS>
    I am facing the problem only with iPlanet 6.0, the SAF worked fine with "Servlet Enabled" in the previous releases of iPlanet 4.x. Is there any way by which my SAF works with default server settings i.e. Servlet Enabled and Web Application State On?

  • Unexpected error (-50) while syncing ipod classic 160G

    I just upgraded my PC last weekend and copied all my music from my old PC to the new one.
    After I installed the latest itunes on my new PC, I used it to restore my ipod and syncing music.
    There are more than 3000 songs at all. But the ipod always stucked after a while and then report an unexpected error(-50).
    I tried restore the ipod and sync again. It then stucked in a different song.
    I also tried using the USB port both in the front and in the back. Also failed.
    It got me crazy!
    My ipod model is ipod classic 160G.
    I brought it on May, 2010.
    Operation system: Windows 7 Ultimate (x64)
    Dose anyone have the same problem?
    I need a solution, please.

    Error -50 can be caused by USB connection bad -
    normally if connected to the low power USB 1.0 port at the front of the PC.
    Bad USB cable -try and get another good cable.
    Other USB devices overloading the host controller, causing a timeout - Discoonect all otrher USB devices.
    Antivirus or other plugins conflict with iTunes - Stop the Antivirus and plugins,
    Disconnect from Internet, as malware and other broswer plugins interferes with the Sync.
    Dying Hardisk - Do the iPod Disk diagnostic as posted earlier by tt2, it wont fix your problem, but it help in troubleshooting.

  • Cant delete volume. Unexpected error 9407...it says I have a snapshot??

    Hi All:
    I had a snapshot. I am trying to delete a db_volume (I have too many volumes and the used space means I can get rid of a few volumes).
    When I try to from dbmcli, it says :
    ERR
    -24988,ERR_SQL: SQL error
    -9407,System error: unexpected error
    Drop data volume failed - a snapshot exists
    But I have already deleted the snapshot and none exists according to me and the dbm gui tool. I have tried recycling all the states and restarting the whole OS but still same error.
    Please help.
    Thanks
    Tony

    UseMirroredLog                   NO
    MaxLogVolumes                    2
    MaxDataVolumes                   11
    LogVolumeName001                 819200     F  E:\sapdb\ZUL\saplog\DISKL001
    DataVolumeName0001               640000     F  E:\sapdb\ZUL\sapdata\DISKD0001
    DataVolumeName0002               640000     F  E:\sapdb\ZUL\sapdata\DISKD0002
    DataVolumeName0003               640000     F  E:\sapdb\ZUL\sapdata\DISKD0003
    DataVolumeName0004               640000     F  E:\sapdb\ZUL\sapdata\DISKD0004
    DataVolumeName0005               640000     F  E:\sapdb\ZUL\sapdata\DISKD0005
    DataVolumeName0006               640000     F  E:\sapdb\ZUL\sapdata\DISKD0006
    DataVolumeName0007               640000     F  E:\sapdb\ZUL\sapdata\DISKD0007
    DataVolumeName0008               640000     F  E:\sapdb\ZUL\sapdata\DISKD0008
    DataVolumeName0009               640000     F  E:\sapdb\ZUL\sapdata\DISKD0009
    dbmcli on zul>db_enum
    OK
    ZUL     C:\Program Files\sdb\ZUL                7.7.06.09       fast    offline
    ZUL     C:\Program Files\sdb\ZUL                7.7.06.09       slow    offline
    I have already tried to do a new snapshot, then deleted it and re-attempted the db_dropvolume.....still same error.
    the select * from snapshots give me an empty table. (If  I try the temporary creation of a snapshot then it does give me the one row coming back but after I delete this it comes back with no rows found.....but the volume dropping is still not successful with the same error)

  • Cannot upload report to report manager 2008R2 : The underlying connection was closed: An unexpected error occurred on a receive

    Hi all,
    I cannot upload a report to our report manager. The message returned in report manager is: The underlying connection was closed: An unexpected error occurred on a receive
    I have checked the report server log file and found the below...
    Any assistance greatly appreciated.
    Thanks, Clay
    -------Details--------
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. --->
    System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       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)
       --- End of inner exception stack trace ---
       at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request)
       at Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetWebResponse(WebRequest request)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2005.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties)
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties)
       at Microsoft.ReportingServices.UI.ImportPageCtrl.ApplyChanges()
       at Microsoft.ReportingServices.UI.BaseApplyPage.ApplyBtn_Click(Object sender, EventArgs e)
       at Microsoft.ReportingServices.UI.ScriptButton.RaisePostBackEvent(String eventArgument)
       at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    Hi clay,
    Per my understanding that you got some error when you upload reports in the report manager, right?
    I have checked the log and the issue can be caused by many factors.
    It can be caused by the size of the report is too big which will sent the request in its entirety and got a TCP ACK-FIN or RST from server to close the connection, without a response from server when uploading the reports. We can follow these steps
    to increase the request size to resolve the issue:
    Add the following registry key with the following value:
     Key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\HTTP\Parameters
     Value: DWORD "MaxRequestBytes"  set it to a value of 5242880 (5MB). (This number is alterable).
    Stop the SRS Windows Service.
    From a cmd prompt run "net stop http" then "net start http".
    Try and upload your report.
    Details information please reference to this similar thread:
    http://stackoverflow.com/questions/2238494/cant-deploy-or-upload-large-ssrs-2008-report-from-vs-or-ie
    If the above didn't help, please also check below information: 
    configure the rsreportserver.config file and make the SecureConnectionLevel value set to 0 to solve the problem. By default, the file is under the path:
    C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\ReportServer
    You can refer to the code below:
    < Add Key="SecureConnectionLevel" Value="0"/>
    The SecureConnectionLevel property allows values of 0,1,2,3, with 0 indicating that Secure Socket Layer is not required for any of the Web service methods. And a positive integer indicates Secure Socket Layer is required for all the Web service methods.
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Register-SPWorkflowService : The underlying connection was closed: An unexpected error occurred on a receive

    My Fellow SharePoint 2013 Engineers,
    For the past two days I have been struggling to setup the SharePoint 2013 Workflow Manager. After following the detailed steps provided by
    Harbar.net when I reach the final step to register the workflow service for a site, I get the below error.
    Below is the powershell command that I am running.
    Register-SPWorkflowService -SPSite "http://service.domain.com" -Workflowhosturi "http://wfm.domain.com:12291" -AllowAuthHttp -force
    Our SharePoint farm comprises of two WFE servers and two web application servers all of which are setup. You can see the configuration across our farm after I run the following commands
    Import-Module WorkflowManager
    Get-WFFarm
    Get-WFFarmStatus
    FarmType                   : Workflow
    WFFarmDBConnectionString   : Data Source=sp13-sql-01;Initial Catalog=WFManagementDB;Integrated Security=True;Encrypt=False
    RunAsAccount               : domain\svc_wfman
    AdminGroup                 : BUILTIN\Administrators
    Hosts                      : {Name: SP13-APP-01.domain.com, Configuration State: HostConfigurationCompleted, Name: SP13-APP-02.domain.com, Configuration State:
    HostConfigurationCompleted, Name: SP13-WEB-01.domain.com, Configuration State: HostConfigurationCompleted, Name: SP13-WEB-02.domain.com,
    Configuration State: HostConfigurationCompleted}
    InstanceDBConnectionString : Data Source=sp13-sql-01;Initial Catalog=WFInstanceManagementDB;Integrated Security=True;Asynchronous Processing=True;Encrypt=False
    ResourceDBConnectionString : Data Source=sp13-sql-01;Initial Catalog=WFResourceManagementDB;Integrated Security=True;Asynchronous Processing=True;Encrypt=False
    HttpPort                   : 12291
    HttpsPort                  : 12290
    OutboundCertificate        : Thumbprint: B40221F8511412CF8509DB8873815E793D3B6AC5, IsGenerated: True
    Endpoints                  : {https://SP13-APP-01.domain.com:12290/, https://SP13-APP-02.domain.com:12290/, https://SP13-WEB-01.domain.com:12290/, https://SP13-WEB-02.domain.com:12290/}
    SslCertificate             : Thumbprint: D1F9BF5D83B5CC93D7639A84FEB29A3EC72EEE0F, IsGenerated: True
    EncryptionCertificate      : Thumbprint: D1F9BF5D83B5CC93D7639A84FEB29A3EC72EEE0F, IsGenerated: True
    PS C:\> get-wffarmstatus
    HostName                                                   Service                    
                                                                    ServiceStatus
    SP13-APP-01.domain.com                                       WorkflowServiceBackend                        
                                                                 Running
    SP13-APP-01.domain.com                                       WorkflowServiceFrontEnd                      
                                                                  Running
    SP13-APP-02.domain.com                                       WorkflowServiceBackend                        
                                                                 Running
    SP13-APP-02.domain.com                                       WorkflowServiceFrontEnd                      
                                                                  Running
    SP13-WEB-01.domain.com                                       WorkflowServiceBackend                        
                                                                 Running
    SP13-WEB-01.domain.com                                       WorkflowServiceFrontEnd                      
                                                                  Running
    SP13-WEB-02.domain.com                                       WorkflowServiceBackend                        
                                                                 Running
    SP13-WEB-02.domain.com                                       WorkflowServiceFrontEnd                      
                                                                  Running
    When I go Central Administration>Service Applications>Workflow Service Application Proxy, below is what I see
    Thanks in advance for your help.
    Daniel Christian (MCTS)

    Since I didn't get any response back, I turned on all the loggin on our SharePoint environment and ran the powershell command again. I got the same error. I searched for the Client ActivityID on the log file and found the below. Can anyone shed some light
    on it?
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. --->
    System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host     at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)     --- End of inner exception stack trace ---    
    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)     at System.Net.Connection.ReadCallback(IAsyncResu... ce3bb4ef-40ff-4db8-b6a3-517fd5d1fbf5
    11/22/2013 11:45:05.10* PowerShell.exe (0x0874)                  0x337C SharePoint Foundation          PowerShell                   
     6tf2 High     ...lt asyncResult)     --- End of inner exception stack trace ---     at Microsoft.Workflow.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)    
    at Microsoft.Workflow.Client.HttpGetResponseAsyncResult`1.End(IAsyncResult result)     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     --- End of inner exception stack
    trace ---     at Microsoft.Workflow.Client.ClientHelpers.SendRequest[T](HttpWebRequest request, T content)     at Microsoft.Workflow.Client.WorkflowManagementClient.SendRequest[T](HttpWebRequest request, T content)    
    at Microsoft.Workflow.Client.ScopeManager.Get()     at Microsoft.SharePoint.WorkflowServices.WorkflowServerPairingContext.RegisterFarm()     at Microsoft.SharePoint.WorkflowServices.PowerShell.RegisterSPWorkflowSe... ce3bb4ef-40ff-4db8-b6a3-517fd5d1fbf5
    11/22/2013 11:45:05.10* PowerShell.exe (0x0874)                  0x337C SharePoint Foundation          PowerShell                   
     6tf2 High     ...rvice.InternalProcessRecord()     at Microsoft.SharePoint.PowerShell.SPCmdlet.ProcessRecord() ce3bb4ef-40ff-4db8-b6a3-517fd5d1fbf5
    Daniel Christian (MCTS)

  • Getting "The underlying connection was closed: An unexpected error occurred on a receive." in Azure Web Jobs

    I have created one web job - on demand schedule under azure web site.  This web jobs contains .execmd(i.e.)
    Console Application.
    I am retrieving the data from SQL Azure database and uploaded the data in sharepoint online lists. (i.e.)I have uploaded the data to several(7) lists in each subsites. I have 3 subsites. 
    I am getting this error "The underlying connection was closed: An unexpected error occurred on a receive.", while uploaded the data into lists. 
    Full Error Message:
    Message - The underlying connection was closed: An unexpected error occurred on a receive.
    StackTrace -    at System.Net.HttpWebRequest.GetResponse()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
    This is not occur every time. Some time i didn't get any error data successfully uploaded in share point online list.
    Totally 4 hours taken uploaded the data into list for completed all 3 subsites. 
    If anyone know how to resolve this.
    Thanks,
    A.Ramu

    I have created one web job - on demand schedule under azure web site.  This web jobs contains
    .exe cmd(i.e.) Console Application.
    I am retrieving the data from SQL Azure database and uploaded the data in sharepoint online lists. (i.e.)I have uploaded the data to several(7) lists in each subsites. I have 3 subsites. 
    I am getting this error "The remote server returned an error: (503) Server Unavailable", while uploaded the data into lists. 
    Full Error Message:
    Message - The remote server returned an error: (503) Server Unavailable.
    StackTrace -    at System.Net.HttpWebRequest.GetResponse()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRequest.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientRuntimeContext.ExecuteQuery()
    > cc525c: INFO]    at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
    This is not occur every time. Some time i didn't get any error data successfully uploaded in share point online list.
    Totally 4 hours taken uploaded the data into list for completed all 3 subsites. 
    If anyone know how to resolve this.
    Thanks,
    A.Ramu

  • Dovecot "Error: Auth lookup disconnected unexpectedly" ????

    I can not send/receive mail, checked the logs and in the SMTP (mail.log) I am seeing...
    +Feb 6 21:31:53 atlserver postfix/pipe[75252]: AFA35A7CB9C9: to=<[email protected]>, origto=<[email protected]>, relay=dovecot, delay=164507, delays=164501/6.1/0/0.61, dsn=4.3.0, status=deferred (temporary failure)+
    +Feb 6 21:31:54 atlserver postfix/pipe[75265]: 24E41A7DF5BE: to=<[email protected]>, relay=dovecot, delay=77792, delays=77785/6.8/0/0.42, dsn=4.3.0, status=deferred (temporary failure)+
    +Feb 6 21:31:54 atlserver postfix/pipe[75249]: 2447AA7DF215: to=<[email protected]>, relay=dovecot, delay=77990, delays=77983/6.8/0/0.42, dsn=4.3.0, status=deferred (temporary failure)+
    +Feb 6 21:31:54 atlserver postfix/pipe[75260]: B10BBA7D51F4: to=<[email protected]>, origto=<[email protected]>, relay=dovecot, delay=109963, delays=109956/6.7/0/0.42, dsn=4.3.0, status=deferred (temporary failure)+
    +Feb 6 21:31:54 atlserver postfix/pipe[75258]: B011EA7BAFA2: to=<[email protected]>, origto=<[email protected]>, relay=dovecot, delay=269109, delays=269102/6.7/0/0.42, dsn=4.3.0, status=deferred (temporary failure)+
    mailaccess.log is saying...
    +deliver(jeremy): Feb 06 21:19:40 Error: Auth lookup disconnected unexpectedly+
    +deliver(jeremy): Feb 06 21:19:40 Error: Auth lookup disconnected unexpectedly+
    +deliver(jeremy): Feb 06 21:19:40 Error: Can't connect to auth server at /var/run/dovecot/auth-master: Operation timed out+
    +deliver(jeremy): Feb 06 21:19:40 Error: Can't connect to auth server at /var/run/dovecot/auth-master: Operation timed out+
    +deliver(jeremy): Feb 06 21:19:41 Error: Auth lookup disconnected unexpectedly+
    +deliver(jeremy): Feb 06 21:19:41 Error: Auth lookup disconnected unexpectedly+
    +deliver(jeremy): Feb 06 21:19:41 Error: Can't connect to auth server at /var/run/dovecot/auth-master: Operation timed out+
    +deliver(jeremy): Feb 06 21:24:36 Error: Auth lookup disconnected unexpectedly+
    +deliver(jeremy): Feb 06 21:24:36 Error: Auth lookup disconnected unexpectedly+
    Anyone have any suggestions/ideas for me to get things working again?
    Thanks!

    I have the same errors. All mail is held in the queue with the status of temporary failure. The smtp log reports:
    Feb 11 07:32:30 melkior postfix/pipe[9742]: 576E57D85D: to=<[email protected]>, relay=dovecot, delay=0.4, delays=0.01/0.03/0/0.36, dsn=4.3.0, status=deferred (temporary failure)
    I have tried deleting and adding the user. Using the "Configure Mail Service..." button in Server Admin > Mail > Overview.
    Here is the postconf -n
    melkior:~ ladmin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    header_checks = pcre:/etc/postfix/customheaderchecks
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = all
    localrecipientmaps = proxy:unix:passwd.byname $alias_maps
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    mapsrbldomains =
    messagesizelimit = 20971520
    mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
    mydomain = tekpretendco.com
    mydomain_fallback = localhost
    myhostname = melkior.tekpretendco.com
    mynetworks = 127.0.0.1
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks permitsaslauthenticated rejectrblclient zen.spamhaus.org permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    smtpdhelorestrictions = rejectinvalid_helohostname rejectnon_fqdn_helohostname
    smtpdpw_server_securityoptions = gssapi,cram-md5
    smtpdrecipientrestrictions = permitsaslauthenticated permit_mynetworks rejectunauthdestination checkpolicyservice unix:private/policy permit
    smtpdsasl_authenable = yes
    smtpdtlsCAfile = /etc/certificates/melkior.tekpretendco.com.76F12568C7D121101AA913CF1AB01EC1036A 2FE0.chain.pem
    smtpdtls_certfile = /etc/certificates/melkior.tekpretendco.com.76F12568C7D121101AA913CF1AB01EC1036A 2FE0.cert.pem
    smtpdtls_excludeciphers = SSLv2, aNULL, ADH, eNULL
    smtpdtls_keyfile = /etc/certificates/melkior.tekpretendco.com.76F12568C7D121101AA913CF1AB01EC1036A 2FE0.key.pem
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasmaps =

Maybe you are looking for