You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Static Absorption <st...@gmail.com> on 2006/06/07 19:14:26 UTC

Possible Subclipse issue

In Subclipse 1.0.2, which I updated today, I get an error trying to
browse an SVN repo.  Other people, using previous versions, do not
seem to be experiencing this.

I don't have access to an external https protected repo to test with.
Is there something I can do to further clarify this problem?
Mykel


The ERROR: An internal error occurred during: "Fetching children of
https://dev.pyramidonline.com/repo/omnivision".
---
The Stack Trace:
java.lang.UnsupportedOperationException: 1.4 methods not enabled
   at org.metastatic.jessie.provider.SSLSocket.setKeepAlive(SSLSocket.java)
   at org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket
(SVNSocketFactory.java:65)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:137)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java
:250)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:213)
   at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:201)
   at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind
(DAVConnection.java:101)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:57)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:62)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties
(DAVUtil.java:92)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:113)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:197)
   at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo
(DAVUtil.java:160)
   at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:145)
   at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:306)
   at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:409)
   at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:368)
   at org.tmatesoft.svn.core.wc.SVNLogClient.doList (SVNLogClient.java:458)
   at org.tmatesoft.svn.core.wc.SVNLogClient.doList(SVNLogClient.java:488)
   at org.tmatesoft.svn.core.javahl.SVNClientImpl.list(SVNClientImpl.java:190)
   at org.tmatesoft.svn.core.javahl.SVNClientImpl.list (SVNClientImpl.java:177)
   at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getList(AbstractJhlClientAdapter.java:295)
   at org.tigris.subversion.subclipse.core.resources.RemoteFolder.getMembers
(RemoteFolder.java:165)
   at org.tigris.subversion.subclipse.core.resources.RemoteFolder.members(RemoteFolder.java:255)
   at org.tigris.subversion.subclipse.ui.operations.FetchMembersOperation.execute(FetchMembersOperation.java
:41)
   at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:91)
   at org.tigris.subversion.subclipse.ui.repository.model.SVNRepositoryRootElement.fetchDeferredChildren(SVNRepositoryRootElement.java
:74)
   at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:193)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)


Session data:
eclipse.buildId=M20060118-1600
java.fullversion=GNU libgcj 4.1.0 20060304 (Red Hat 4.1.0-3)
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Possible Subclipse issue

Posted by Mark Phippard <ma...@softlanding.com>.
"Static Absorption" <st...@gmail.com> wrote on 06/07/2006 
03:14:26 PM:

> In Subclipse 1.0.2, which I updated today, I get an error trying to
> browse an SVN repo.  Other people, using previous versions, do not
> seem to be experiencing this.
> 
> I don't have access to an external https protected repo to test with.
> Is there something I can do to further clarify this problem?

Wrong mailing list.  This should go to users@subclipse...

Also, this would most likely be a JavaSVN issue, although the stack trace 
looks like you are just using a JRE/JVM that does not support all 1.4 
features.  Since JavaSVN is pure Java it relies on the JRE for http and 
SSL support.

Mark


_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs. 
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org