List Info

Thread: Subclipse won't connect...




Subclipse won't connect...
user name
2007-10-12 10:16:28
I have been trying for the past two days to get Subclipse working with Eclipse on my Ubuntu virtual machine. When I try to connect to the svn server, I get the error messages beow. I have tried connecting both with Firefox and with svn command line, and they are both successful. My co-workers have the same versions of Eclipse and Subclipse running in Ubuntu without any problems. What could be causing this?

[SUBCLIPSE/ECLIPSE CONSOLE LOG]
        svn: PROPFIND request failes on '/svn/indosoft_cti3'
    svn: decompression_failure: remotely generated; fatal
        svn: PROPFIND request failes on '/svn/indosoft_cti3'
    svn: decompression_failure: remotely generated; fatal

[COMMAND LINE SVN OUTPUT]
    trevoristanbul:~$ svn list https://woodstock/svn/indosoft_cti3/
    background-scripts/
    configs/
    lib/
    mysql/
    qsuite/
  ;  web/
    trevoristanbul:~$

[FIREFOX PAGE SOURCE]
 &nbsp;  <html&gt;<head&gt;<title>Revision 74: /</title>&lt;/head
  ;  <body&gt;
   ;  &nbsp; <h2>Revision 74: /</h2&gt;
   ;  &nbsp; <ul>
 &nbsp;   &nbsp;  &nbsp; <li><a href="backgroun-scripts/"&gt;background-scripts/</a>&lt;/li>
 &nbsp;   &nbsp;  &nbsp; <li><a href="confings/">configs/</a>;</li>;
 ; &nbsp;  &nbsp;  &nbsp; <li><a href="lib/">lib/</a&gt;</li&gt;
&nbsp; &nbsp;  &nbsp;  &nbsp; <li><a href="mysql/"&gt;mysql/<;/a></li>
 &nbsp;   &nbsp;  &nbsp; <li><a href="qsuite/"&gt;qsuite/&lt;/a>&lt;/li>
 &nbsp;   &nbsp;  &nbsp; <li><a href="web/">web/</a&gt;</li&gt;
 ; &nbsp;  &nbsp; </ul>;
 &nbsp;   &nbsp; <hr noshade>;<em>Powered by <a href="http://subversion.tigris.org/">Subversion</a&gt; version 1.3.1 (r19032).&lt;/em>
 &nbsp;  </body&gt;</html>
-- 
Trevor Frizzell
indosoft.ca">trevorindosoft.ca
Re: Subclipse won't connect...
user name
2007-10-12 10:39:45
On 10/12/07, Trevor Frizzell <trevorindosoft.com> wrote:
>
>  I have been trying for the past two days to get
Subclipse working with
> Eclipse on my Ubuntu virtual machine. When I try to
connect to the svn
> server, I get the error messages beow. I have tried
connecting both with
> Firefox and with svn command line, and they are both
successful. My
> co-workers have the same versions of Eclipse and
Subclipse running in Ubuntu
> without any problems. What could be causing this?
>
>  [SUBCLIPSE/ECLIPSE CONSOLE LOG]
>          svn: PROPFIND request failes on
'/svn/indosoft_cti3'
>      svn: decompression_failure: remotely generated;
fatal
>          svn: PROPFIND request failes on
'/svn/indosoft_cti3'
>      svn: decompression_failure: remotely generated;
fatal

You are probably using SVNKit, and it for some reason cannot
talk to
your server properly.  Switch to JavaHL if you can and/or
report the
problem to supportsvnkit.com.

You could also test your client with another repository like
the one
for Subclipse at tigris.org.

Ultimately, Subclipse is not directly involved in the
client/server
conversation.  We run an API provided by either SVNKit or
JavaHL.

-- 
Thanks

Mark Phippard
http://markphip.blogspo
t.com/

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org


Re: Subclipse won't connect...
user name
2007-10-12 10:45:47
On 10/12/07, Trevor Frizzell <trevorindosoft.com> wrote:
>
>  When I try with JavaHL, it comes back telling me
JavaHL cannot be found.

That is not unexpected and why I knew you were using SVNKit.
 You have
to install the JavaHL library yourself.  It exists in
Ubuntu's package
repository.  You typically have to make it visible to
Eclipse too.

See:

htt
p://subclipse.tigris.org/faq.html#library-path

Please use Reply-All so that the mailing list is included in
the replies.

-- 
Thanks

Mark Phippard
http://markphip.blogspo
t.com/

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org


Re: Subclipse won't connect...
user name
2007-10-12 10:46:35
Ok, thanks for the help Mark.

Mark Phippard wrote:
mail.gmail.com" type="cite">
On 10/12/07, Trevor Frizzell indosoft.com"><trevorindosoft.com> wrote:
  
 When I try with JavaHL, it comes back telling me JavaHL cannot be found.
    

That is not unexpected and why I knew you were using SVNKit.  You have
to install the JavaHL library yourself.  It exists in Ubuntu's package
repository.  You typically have to make it visible to Eclipse too.

See:

http://subclipse.tigris.org/faq.html#library-path

Please use Reply-All so that the mailing list is included in the replies.

  
Re: Subclipse won't connect...
user name
2007-10-12 11:58:35
I compiled/insalled JavaHL, but it's still not working. When I try to add the repository, I get this in an error popup:

Unable to Validate
 &nbsp;  Error valiating location: "org.tigris.subversion.javahl.ClientException:
 ; &nbsp;  &nbsp; svn: PROPFIND request failed on '/svn/indosoft_cti3'
 &nbsp;   &nbsp; svn: decompression_failure: remotely generated; fatal"


I can't even open the SVN properties window now. It comes up with org.tigris.subversion.subclipse.ui.preferences.SVNPreferencesPage

Then, when I close the Preferences window and re-open it, the SVN preferences come up, but I can't do anything with it -- it always says "The currently displayed page contains invalid values."

Mark Phippard wrote:
mail.gmail.com" type="cite">
On 10/12/07, Trevor Frizzell indosoft.com"><trevorindosoft.com> wrote:
  
 When I try with JavaHL, it comes back telling me JavaHL cannot be found.
    

That is not unexpected and why I knew you were using SVNKit.  You have
to install the JavaHL library yourself.  It exists in Ubuntu's package
repository.  You typically have to make it visible to Eclipse too.

See:

http://subclipse.tigris.org/faq.html#library-path

Please use Reply-All so that the mailing list is included in the replies.

  
Re: Subclipse won't connect...
user name
2007-10-12 12:03:47
On 10/12/07, Trevor Frizzell <trevorindosoft.com> wrote:
>
>  I compiled/insalled JavaHL, but it's still not
working. When I try to add
> the repository, I get this in an error popup:
>
>  Unable to Validate
>      Error valiating location:
> "org.tigris.subversion.javahl.ClientException:
>         svn: PROPFIND request failed on
'/svn/indosoft_cti3'
>         svn: decompression_failure: remotely generated;
fatal"
>
>
>  I can't even open the SVN properties window now. It
comes up with
>
org.tigris.subversion.subclipse.ui.preferences.SVNPreference
sPage
>
>  Then, when I close the Preferences window and re-open
it, the SVN
> preferences come up, but I can't do anything with it --
it always says "The
> currently displayed page contains invalid
values."

The properties pages problem is often a symptom that you are
still
having problems getting JavaHL loaded.  So the other error
could still
just be due to it using SVNKit.  SVNKit throws the same
exceptions as
JavaHL (it basically impersonates it).

Subclipse 1.2.x requires JavaHL 1.4.x.

That brings up another issue, this could be a JRE issue. 
JavaHL needs
the Sun JVM (or rather GCJ has problems with JNI).  Also,
when using
SVNKit, it relies on the JVM for things like SSL support. 
So an
updated Sun JVM works a lot better for it too.

-- 
Thanks

Mark Phippard
http://markphip.blogspo
t.com/

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org


[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )