<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error Saving Project: svn: OPTIONS request response failed on '/' in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332255#M101155</link>
    <description>I just installed Talend Enterprise 4.2.1. using Easy Install and I am having a problem saving a new Project in the TAC. 
&lt;BR /&gt;The error message is: 
&lt;BR /&gt;Save failed: org.talend.commons.exception.BusinessException: 
&lt;BR /&gt;svn: Processing OPTIONS request response failed: Premature end of file. (/) 
&lt;BR /&gt;svn: OPTIONS request failed on '/' -- For more information see your log file 
&lt;BR /&gt;Here is the error message from my apache error_log file: 
&lt;BR /&gt; user talend_administrator not found: /svn 
&lt;BR /&gt; user admin@company.com: authentication failure for "/svn": Password Mismatch 
&lt;BR /&gt;I'm not sure where it is getting the user talend_administrator from as the only use I have is the admin@company.com default with the password of admin. I also don't get why there would be a password mismatch as in the TAC configuration section for SVN it checks out as green when I use "admin" as the password. 
&lt;BR /&gt;I installed SVN according to these instructions here: 
&lt;A href="https://help.talend.com/search/all?query=Linux+Redhat+%28Fedora%29%2C+Apache&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Linux+Redhat+%28Fedora%29%2C+Apache&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;yum install httpd mod_dav_svn -y 
&lt;BR /&gt;mkdir /var/www/svn 
&lt;BR /&gt;svnadmin create /var/www/svn/repository 
&lt;BR /&gt;htpasswd -cmb /var/www/svn/passwd admin@company.com admin 
&lt;BR /&gt;chown -R apache.apache /var/www/svn 
&lt;BR /&gt;I edited the /etc/httpd/conf.d/subversion.conf file and added the following: 
&lt;BR /&gt;&amp;lt;Location /svn&amp;gt; 
&lt;BR /&gt; DAV svn 
&lt;BR /&gt; SVNPath /var/www/svn/repository 
&lt;BR /&gt; Require valid-user 
&lt;BR /&gt; AuthType basic 
&lt;BR /&gt; AuthName "Subversion" 
&lt;BR /&gt; AuthUserFile /var/www/svn/passwd 
&lt;BR /&gt;&amp;lt;/Location&amp;gt; 
&lt;BR /&gt;Here is my configuration for SVN in TAC: 
&lt;BR /&gt;Server location url: http://vm-eyaklin-006/svn/ 
&lt;BR /&gt;Username: admin@company.com 
&lt;BR /&gt;Password: admin 
&lt;BR /&gt;Commit Log Pattern: {0} 
&lt;BR /&gt;Library location url: http://vm-eyaklin-006/svn/ 
&lt;BR /&gt;Library username: admin@company.com 
&lt;BR /&gt;Library password: admin 
&lt;BR /&gt;Which checks out as green. 
&lt;BR /&gt;Thank you. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEJj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131093i7C89AFC66813C228/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEJj.png" alt="0683p000009MEJj.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140784iC2E3BBF6123A6B84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METe.png" alt="0683p000009METe.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Wed, 09 Jul 2014 00:57:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-09T00:57:52Z</dc:date>
    <item>
      <title>Error Saving Project: svn: OPTIONS request response failed on '/'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332255#M101155</link>
      <description>I just installed Talend Enterprise 4.2.1. using Easy Install and I am having a problem saving a new Project in the TAC. 
&lt;BR /&gt;The error message is: 
&lt;BR /&gt;Save failed: org.talend.commons.exception.BusinessException: 
&lt;BR /&gt;svn: Processing OPTIONS request response failed: Premature end of file. (/) 
&lt;BR /&gt;svn: OPTIONS request failed on '/' -- For more information see your log file 
&lt;BR /&gt;Here is the error message from my apache error_log file: 
&lt;BR /&gt; user talend_administrator not found: /svn 
&lt;BR /&gt; user admin@company.com: authentication failure for "/svn": Password Mismatch 
&lt;BR /&gt;I'm not sure where it is getting the user talend_administrator from as the only use I have is the admin@company.com default with the password of admin. I also don't get why there would be a password mismatch as in the TAC configuration section for SVN it checks out as green when I use "admin" as the password. 
&lt;BR /&gt;I installed SVN according to these instructions here: 
&lt;A href="https://help.talend.com/search/all?query=Linux+Redhat+%28Fedora%29%2C+Apache&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Linux+Redhat+%28Fedora%29%2C+Apache&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;yum install httpd mod_dav_svn -y 
&lt;BR /&gt;mkdir /var/www/svn 
&lt;BR /&gt;svnadmin create /var/www/svn/repository 
&lt;BR /&gt;htpasswd -cmb /var/www/svn/passwd admin@company.com admin 
&lt;BR /&gt;chown -R apache.apache /var/www/svn 
&lt;BR /&gt;I edited the /etc/httpd/conf.d/subversion.conf file and added the following: 
&lt;BR /&gt;&amp;lt;Location /svn&amp;gt; 
&lt;BR /&gt; DAV svn 
&lt;BR /&gt; SVNPath /var/www/svn/repository 
&lt;BR /&gt; Require valid-user 
&lt;BR /&gt; AuthType basic 
&lt;BR /&gt; AuthName "Subversion" 
&lt;BR /&gt; AuthUserFile /var/www/svn/passwd 
&lt;BR /&gt;&amp;lt;/Location&amp;gt; 
&lt;BR /&gt;Here is my configuration for SVN in TAC: 
&lt;BR /&gt;Server location url: http://vm-eyaklin-006/svn/ 
&lt;BR /&gt;Username: admin@company.com 
&lt;BR /&gt;Password: admin 
&lt;BR /&gt;Commit Log Pattern: {0} 
&lt;BR /&gt;Library location url: http://vm-eyaklin-006/svn/ 
&lt;BR /&gt;Library username: admin@company.com 
&lt;BR /&gt;Library password: admin 
&lt;BR /&gt;Which checks out as green. 
&lt;BR /&gt;Thank you. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEJj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131093i7C89AFC66813C228/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEJj.png" alt="0683p000009MEJj.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140784iC2E3BBF6123A6B84/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METe.png" alt="0683p000009METe.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 09 Jul 2014 00:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332255#M101155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T00:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error Saving Project: svn: OPTIONS request response failed on '/'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332256#M101156</link>
      <description>You might not have write permissions to / in your SVN, I suggest you create a folder under / in your svn for example  talendprojects or you might be connecting to svn readonly and don't have write permissions anywhere in svn.&lt;BR /&gt;have you had a look at the svn log for errors it should be logging somewhere to show you why the svn is rejecting. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Peter</description>
      <pubDate>Wed, 09 Jul 2014 05:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332256#M101156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-09T05:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error Saving Project: svn: OPTIONS request response failed on '/'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332257#M101157</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You might not have write permissions to / in your SVN, I suggest you create a folder under / in your svn for example talendprojects or you might be connecting to svn readonly and don't have write permissions anywhere in svn.&lt;BR /&gt;have you had a look at the svn log for errors it should be logging somewhere to show you why the svn is rejecting. &lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Peter&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hey Peter, 
&lt;BR /&gt;The errors in my apache/svn logs are: 
&lt;BR /&gt;user admin@company.com: authentication failure for "/svn": Password Mismatch 
&lt;BR /&gt;I don't get the error, however. I installed svn on RHEL using the following commands: 
&lt;BR /&gt;mkdir /var/www/svn 
&lt;BR /&gt;svnadmin create /var/www/svn/repository 
&lt;BR /&gt;htpasswd -cmb /var/www/svn/passwd admin@company.com admin 
&lt;BR /&gt;chown -R apache.apache /var/www/svn 
&lt;BR /&gt;In my Talend configuration page, I get the green check mark when I enter the the password "admin".</description>
      <pubDate>Thu, 10 Jul 2014 19:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-Saving-Project-svn-OPTIONS-request-response-failed-on/m-p/2332257#M101157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T19:27:55Z</dc:date>
    </item>
  </channel>
</rss>

