Error: "The server committed a protocol violation" when publishing a workflow.

I'm able to create and save a workflow in SP 2013. However, when I try to publish I get the following:
"System.Net.WebException: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF"
I created a new list workflow with 1 stage and 1 action. Same result.
I have checked my server logs and SharePoint Logs. I'm not sure what is going on.
Anyone else have this problem?

try these links:
http://stackoverflow.com/questions/4279070/webexception-the-server-committed-a-protocol-violation-section-responsestatusl
http://stackoverflow.com/questions/2482715/the-server-committed-a-protocol-violation-section-responsestatusline-error
http://stackoverflow.com/questions/16759349/the-server-committed-a-protocol-violation-section-responseheader-detail-cr-must
http://forums.asp.net/t/2014277.aspx?System+Net+WebException+The+underlying+connection+was+closed+The+server+committed+a+protocol+violation+
https://social.msdn.microsoft.com/Forums/en-US/4ef2d6db-11cd-4bbd-a5ce-a8750bf0c176/the-server-committed-a-protocol-violation-sectionresponsestatusline-at?forum=sharepointgeneralprevious
http://forums.asp.net/t/1155887.aspx?The+server+committed+a+protocol+violation+Section+ResponseStatusLine+
http://www.postseek.com/meta/fb8838f5df8d7019b6b2b4871096e2bf
Please mark answer as correct if it is correct else vote for it if you find it useful Happy SharePointing

Similar Messages

  • "Error Dialog: The server could not be contacted " when deploying web srvc

    I have the J2EE 1.4 and Application Server 8 Q1 installed under windows. I have used all of the defaults on the install. The admin port is 4848. I want to install a web service on the http listener at 3345 (8080 was used and 3345 was substituted at installation time). I am getting the error from the deploytool when deploying the example web service "Hello". I am sure that the server is running and that the userid and password are the correct (I can log into the admin console with them). I've seen this error in other posts, but no solution. Does anyone have a solution to this???
    Thanks in advance : )

    yep, i get d same error on that, in fact, port 8000 is d default web service port, if i deploy the application via invalid port (eg. 4848 or 1234), i will get an error, say "cannot obtain a connected depolyment manager". but if i deploy that via 8000 (or 9191, it is also avaliable, casue i can connect to http://localhost:9191/ as default j2ee home page as well), i will get the error " the server could not be contected", and i m definitely sure that i can connect to console via 8000 and j2ee server is running by typing "j2ee -verbose" in command line.

  • SharePoint designer 2013 crashes most of the time, when opening sites. Error: The server could not complete the request.

    Hi,
    I have few sharepoint 2013 site's, which I am trying to open in sharepoint designer 2013.
    After adding the site name in open site and clicking ok, the sharepoint designer crashes.  At times the sites open, but 90% of the time, the sharepoint 2013 designer has crashed. I get the message "The server could not complete the request. For
    more specific information, click on the Details button".
    When clicking on "Details" button, there is a empty box. The error message never gets closed and have to kill the process.
    I have tried doing "IISreset" multiple times, which has not helped.
    Has anybody faced this issue? How to fix this?
    Thanks

    Hi Venkatzeus,
    Firstly, I  need to verify the followings:
     1.Whether  this issue occurred on a specify SharePoint 2013 site.
     2.Whether  you have extended the problematic site.
    Make  sure that your user is a site administrator. If you have extended the problematic site, please add it to AAM.
    There are other probable causes for this issue:
     1.Anonymous authentication is not configured for the problematic web application in IIS
        Fix: Enable Anonymous authentication in IIS
     2.Server is running out of memory
        Fix: Free up memory on the server
    Here are some similar articles for you to take a look at :
    http://forums.bitwiseglobal.com/forum/sharepoint/the-server-could-not-complete-your-request-for-more-specific-information-click-the-details-button/
    http://tjendarta.wordpress.com/2013/05/24/fix-sharepoint-designer-2013-the-server-could-not-complete-your-request-for-more-specific-information-click-the-details-below/
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/11854880-e85d-4e4c-ae9c-0ffd640d33d8/error-the-server-could-not-complete-your-request-while-opening-site-in-sharepoint-designer?forum=sharepointadminprevious
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f93e155e-2c65-4744-a1d0-96cdbd50014d/sharepoint-designer-error-the-server-could-not-complete-your-request
    I hope this helps.
    Thanks,
    Wendy
    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.

  • When I run ical on my mac I get the error:   The server responded with an error. The request for account "Yahoo!" failed. The server responded with "504" to operation CalDAVAccountRefreshQueueableOperation.

    When I run ical on my mac I get the error:  
    The server responded with an error.
    The request for account “Yahoo!” failed.
    The server responded with
    “504”
    to operation CalDAVAccountRefreshQueueableOperation.
    I hit "go online" and almost immediately I get the same message again.  Any ideas?

    I am tired of how Yahoo has gotten worse and worse. It is the ONLY account I get problems with DAILY (even after removing and re-adding). AOL will act up once in a while not taking a saved password but accepting it when OK is clicked.... But Yahoo is always responding with such errors.... Today's calendar error is:
    The request (CalDAVAccountRefreshQueueableOperation) for account “Yahoo” failed.

  • Restlet Error "The server has not found anything matching the request URI"

    I want to serve some static html pages along with my restlet services from the same app ( running in Tomcat )
    Here is my web.xml
    <?xml version="1.0" encoding="UTF-8"?> 
    <web-app id="WebApp_ID" version="2.4" 
                xmlns="http://java.sun.com/xml/ns/j2ee" 
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
                xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
                     http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> 
       <display-name>first steps servlet</display-name> 
       <!-- Application class name --> 
       <context-param> 
          <param-name>org.restlet.application</param-name> 
          <param-value> 
             firstSteps.FirstStepsApplication 
          </param-value> 
       </context-param> 
       <!-- Restlet adapter --> 
       <servlet> 
          <servlet-name>RestletServlet</servlet-name> 
          <servlet-class> 
             org.restlet.ext.servlet.ServerServlet 
          </servlet-class> 
       </servlet> 
       <!-- Catch all requests --> 
       <servlet-mapping> 
          <servlet-name>RestletServlet</servlet-name> 
          <url-pattern>/*</url-pattern> 
       </servlet-mapping> 
    </web-app>
    Here is my Application router class
    public class FirstStepsApplication extends Application
         @Override
         public synchronized Restlet createInboundRoot()
              Router router = new Router(getContext());
              // Defines only one route
              router.attach("/hello", HelloWorldResource.class);
              router.attach("/login", LoginResource.class);
              router.attach("/", BasicResource.class);
              return router;
    }I've gone back to the basic first steps example.
    It works fine if the url pattern is <url-pattern>/*</url-pattern>
    localhost/rest/login returns a string from my LoginResource, same too for /hello
    However a static html page I have /Mypage.html does not get returned when I enter the URL /MyPage.html
    However, if I then modify the url pattern to be
    <url-pattern>/login</url-pattern>
    and then enter the url /MyPage.html I will get the html page.
    But ...... I get the error "The server has not found anything matching the request URI" when I enter the url /login which worked ok the first case.
    What must I do in order for both Restlet & Static HTML resources to work together?
    Thanks ... J

    yes, basicResource is my own class. It's a catch all for restlet requests that don't match any of the other ones. It just returns String = "My catch all resource"
    Because you highlighted it I decided to try and remove it from my Restlet Router. Presto, it now works, the login & hello requests are serviced by my Restlet resources and the MyPage.html requests are served the mypage.html file. This now brings another question. If from my servlet mapping in web.xml all urls are to be handled by restlet "/*", how then does a mypage.html request not get serviced by my restlet? Seems to be just passed through the restlet framework when there is no router to match it? what do you think?

  • Error:- The server was unable to save the form at this time. Please try again.

    Hi,
    I have SP 2013 intranet sites. 
    I am trying to edit the list item in site and getting the error "The server was unable to save the form at this time. Please try again."
    I read many article on this forum. to chck web.config file, to restart
    “SharePoint Search Hosting Controller” But no help.
    Still i am getting this. what could be the reason now.
    Please provide the resolution. I am trying to resolve this from last two days. 
    Thanks,
    Rakesh

    Normally, there's something wrong with the form responsible for editing list items. Is it customized? If not, you could use the free SharePoint Designer tool to delete the current form, create a new one (wait some time before caching issues are solved)
    and you should be good to go. If it is customized, contact the team responsible for managing it.
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Error: The server encountered an internal error. Please retry the request.

    I constantly gets this error "The server encountered an internal error. Please retry the request" whenever I try to start my VMs. Sometime it takes 4 - 5 tries to start a VM. What's wrong here? any idea?
    thanks.

    In order to diagnose further we might require further more information including Subscription ID and Log Reports.
    Microsoft respects Customer Data Privacy and hence would not recommend you to share the same on public forum.
    I suggest you to try Analyzing the Operations History from the Management Portal. It helps you to view Historical Logs of all Create/Update/Delete Operations performed on all Services in Azure
    You might want to refer to the below link to know more about Operation Logs
    http://blogs.msdn.com/b/azuremobile/archive/2013/11/26/operation-logs.aspx
    Hope this helps !
    Regards,
    Sowmya

  • SharePointDesigner - Error when publishing a workflow

    Hi.
    When i´m publishing my workflow, sharepoint designer rises the following exception:
    "Error were found when compiling the workflow. The workflow files were saved but cannot be run." - "Unexpected error on server associating the workflow."
    The workflow is really simple; i used some custom activities (to read details from an attached excel document) and then i have to do many checks and about 12 approvals.
    I have recreated the workflow and it seems that adding the 7th approval creates this error; when publishing with 6 approvals everything is fine.
    My Question: What is the error, where can i find more information regarding this issue, maybe it´s a bug in designer? Are there any known workarounds that can help? I really need so many approvals :-)
    Is there a way to split the workflow in 2 or 3 parts, that can do the "job" of the big one?
    I´m using Sharepoint Server 2010 with the current SPD (-> Microsoft Information Worker VM).
    Thx for help

    I finally found a solution how to solve this issue:
    In the web.config file of the current site collection (where i was publishing my workflow) i have appended a timeoutvalue for my requests:
    Old entry: <httpRuntime maxRequestLength="51200"/>
    New entry: <httpRuntime
    maxRequestLength="51200"
    executionTimeout="300"
    />
    This will give my workflow some more time to publish!
    Source: http://www.manjuke.com/2011/05/fixed-sharepoint-designer-error.html

  • The navigation menu does not appear when published to folder and my 12 photos are not on the site either

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John
    Message was edited by: BOURBAH

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • The navigation menu does not appear when published to folder and my 12 photos arenot on the site eitherr

    The navigation menu does not appear when published to a file.  My 12 photos are also absent as well, just as if they wernt added.
    I have tried rebuilding the site but the same problem appears.  Everything else seems perfect up to tha publidhed file.
    Has anyone had the same problem,
    John

    Have you tried: Trouble installing iTunes or QuickTime for Windows or iTunes for Windows Vista or Windows 7: Troubleshooting ...

  • When I try to login to iMessage, I get the error: The server encountered and error processing registration.  Please try again later.

    I've been getting this error for two weeks.  I've tried rebooting the computer, resetting my network connection, and double-checking my password.  The chat function works fine on my iPad and iPhone, just not on my computer.  I have OS X 10.8.4 running on a MacBook Pro.
    Any help GREATLY appreciated.
    Suzanne

    I have encountered the same problem as Wildwing today on my iMac.  Facetime was working fine last week, but at lunch time today when my son tried to call he could not get through, although I was sitting at my iMac compiling an email at the time. Fortunately however I have an iPad Mini, which I heard ringing in another room so I picked up the call on that. 
    I have noticed that if I go to the  FaceTime tool bar, Preferences is greyed out. 
    I have tried to sign in again but keep getting this message : 'The server encountered an error processing registration.  Please try again later.'
    I have checked the outage on Support System Status, Apple is not reporting any problems.  I have logged on to Apple ID and re-verified both of my Apple IDs (I use a different one for iTunes) and had no difficulty accessing my Apple ID on either account on my current passwords.
    Messages which is set up with the same Apple ID as Facetime is working fine on my iMac and both Facetime and Messaes are fine on my Mini.
    I have had two Apple IDs for ages, which has never caused a problem before although I am wondering if this is the issue.
    Taking the 'try again later' literally, I have been trying that on and off since lunch time and I have rebooted my computer, I am still getting the same Error message.
    I am at a loss to know what to do next.  Help please

  • LS Getting the error "The data could not be saved because the server could not be contacted" when deploying on my local desktop

    Hi:
    I have a very simple test LS App:
    1 Table "Person" with 1 property "Name"
    One totally standard Editable Grid
    So no complicated calculations that could timed out...
    When I hit F5 the screen launches and shows the data, but when I try to create a new Person it waits for about 2 minutes and then the following error appears:
    The data could not be saved because the server could not be contacted. Please check your network connection and try saving again. The Operation timed out.
    Despite the error the data gets persisted on the database.
    I am on VS 2013 Pro Update 4 and SQL Server LocalDB 2012 (v11.0).

    If you decide to try again I would:
    1) Uninstall Visual Studio
    2) Uninstall SQL Server (all versions)
    3) Re-install SQL Server
    4) Re-Install Visual Studio
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • Recurrent Mail error: "The server rejected the password"

    I've gotten this error message in various versions of Mac OS X on different Macs. 
    Occasionally this dialog will pop up in Mail saying:
    Enter Password for account _______
    The server rejected the password for user [my email].
    Enter your password again or cancel
    Then at the bottom of the dialog there's a checkbox to "Remember this password in my keychain"
    Even though I ALWAYS check that box when entering my password, when that error comes up, the box is always unchecked!!
    Does the fact that the box is unchecked mean that Mail thinks the password is NOT stored, and if I fail to enter my password again, it will simply stop trying to access my mail?
    Is there a way to tell Mail that, since I have stored the password already in the keychain, just keep trying and don't give me that annoying message?

    Pages 5.5.2
    As I understand it a .5xx pages file (.pages) is actually a folder and is therefore compressed into a zip file when emailing. Certainly, when you email a .pages file (recent version), it arrives as a .Zip even though you don't compress it. I'm pretty sure this was NOT the case with earlier versions.
    The key thing here however, is not so much sending a .pages file or any other.zip file - these can be sent by iCloud quite happily. It is about why iCloud won't receive them.  If I send a .pages or .zip file from iCloud to my business email, it arrives without any problem. If I send to my iCloud address I get the message size violation - every time.
    And just to re-iterate, I have tried sending Zips and Pages files to several other iCloud accounts and they ALL had the same issue.

  • Entourage error "The server for my email acount returned the error "Login Failed". Your username/password or security settings may be incorrect. Would you like to try re-entering your password?"

    I have 1 user on a Mac who just started having a pop up message when opening entourage "The server for my email acount returned the error "Login Failed".
    Your username/password or security settings may be incorrect. Would
    you like to try re-entering your password?" I know the settings are right because the users mail works on iPhone,iPad,an windows machine. I have deleted entourage plist and also tried a new user same message appears in new user.

    See thread here:
    https://discussions.apple.com/message/23175721#23175721
    It worked for me.

  • Request Error - The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity

    I'm trying to create an Orchestrator Connector in Service manager, It is not going well.
    The most resent alarm is
          <p class="heading1">Request Error</p>
          <p>The server encountered an error processing the request. The exception message is 'Unable to retrieve the requesting user's identity.'
       For the Orchestrator Web Service URL: I have http://Server_Name:81/Orchestrator2012/Orchestrator.svc/
    I created a new Run As account that uses Windows authentication, when I test the connection thats the alarm I get.
    Paul Arbogast

    Hi,
    Can you access the URL using a browser? Does it work with the credentials used for the RunAs account?
    Strange error message though - are the account you are running the console with, present in the SCSM CMDB?
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

Maybe you are looking for