I am getting below exception
org.tmatesoft.svn.core.SVNException: svn: E175002: class configured for
SSLContext: sun.security.ssl.SSLContextImpl$TLS10Context not a SSLContext
svn: E175002: OPTIONS request failed on '/emttools/DXA/trunk/ExcelAdapter'
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106)
at
org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90)
at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:798)
at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:398)
at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:386)
at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:720)
at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:634)
at
org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:109)
at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1044)
at
org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:139)
at
com.bosch.service.MServiceManager.execute(MServiceManager.java:134)
at com.bosch.manager.MManager.onDataResponse(MManager.java:68)
at com.bosch.redis.MRedis.onDataResponse(MRedis.java:134)
at
com.bosch.redis.MRedisSubscriber.onMessage(MRedisSubscriber.java:24)
at redis.clients.jedis.JedisPubSub.process(JedisPubSub.java:113)
at redis.clients.jedis.JedisPubSub.proceed(JedisPubSub.java:83)
at redis.clients.jedis.Jedis.subscribe(Jedis.java:1974)
at
com.bosch.redis.MRedisSubscribeWorker.run(MRedisSubscribeWorker.java:43)
at java.lang.Thread.run(Thread.java:745)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: class configured for SSLContext:
sun.security.ssl.SSLContextImpl$TLS10Context not a SSLContext
at
org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLContext(SVNSocketFactory.java:265)
at
org.tmatesoft.svn.core.internal.util.SVNSocketFactory.createSSLSocket(SVNSocketFactory.java:92)
at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.connect(HTTPConnection.java:282)
at
org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:461)
... 19 more
Error message :ö + e.getMessage()
--
View this message in context:
http://karaf.922171.n3.nabble.com/Svn-functionality-on-Karaf-tp4043197p4043243.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.