[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] SVNClientAdapter error in Command Line and Javahl versions

From: Mark Phippard <markphip_at_gmail.com>
Date: Tue, 22 Dec 2009 07:19:32 -0500

Looks like your system is pretty messed up. Take a look at the DLL's
it is loading. All of the SVN and its dependencies are coming from
your JRE\bin folder. Why not just put them in PATH?

Your error looks to be that you have a mismatch of Apache APR DLL's.
You have both the APR 0.9.x DLL loaded and the 1.2.x DLL loaded.

Most likely it comes down to you are having this problem:

http://subclipse.tigris.org/wiki/PluginFAQ#head-43aec0a3a0f7175fc55e72caf95471f8711d9d28

Which fortunately has an easy workaround. I would cleanup the
binaries you are using though. Also, if you are using Subclipse 1.6.x
and svnClientAdapter from that release or trunk then you should be
using SVN 1.6.6 binaries on client.

Mark

On Mon, Dec 21, 2009 at 10:09 PM, Jonathan Foulkes
<Jonathan.Foulkes_at_orionhealth.com> wrote:
> I'm a newbie to subclipse and svn in general. The project I'm currently working on involves saving file changes to a repository. I've been trying to use SVNClientAdapter but this crashes on factory setup. More specifically:
> - CmdLineClientAdapterFactory.setup() throws an SVNClientException. Using the debugger, I can see this is due to a subversion error "svn: Can't determine the system config path".
> - JhlClientAdapterFactory.setup() leads to an EXCEPTION_ACCESS_VIOLATION in libapr-1.dll.
> - I've also tried to set up an ISVNClientAdapter using SVNProviderPlugin.getPlugin().getSVNClient(), but this throws a null pointer exception.
>
> I'm developing a Java servlet using Eclipse, Subclipse 1.6.5 and Subversion 1.5.6 on Windows 7.
>
> Any ideas what I'm doing wrong?
>
> Thanks,
> Jonathan F
>
> Log text follows
>
> CmdLineClientAdapterFactory:
>
> org.tigris.subversion.svnclientadapter.SVNClientException: Command line client adapter is not available
>        at org.tigris.subversion.svnclientadapter.commandline.CmdLineClientAdapterFactory.setup(CmdLineClientAdapterFactory.java:69)
>        at com.repos.servlet.ReposServlet.doPost(ReposServlet.java:195)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
>        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
>        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
>        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
>        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
>        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
>        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
>        at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
>        at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
>        at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
>        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
>        at java.lang.Thread.run(Unknown Source)
>
>
>
>
> JhlClientAdapterFactory:
>
>
> #
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6eec7a59, pid=1048, tid=5960
> #
> # JRE version: 6.0_16-b01
> # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 )
> # Problematic frame:
> # C  [libapr-1.dll+0x7a59]
> #
> # If you would like to submit a bug report, please visit:
> #   http://java.sun.com/webapps/bugreport/crash.jsp
> # The crash happened outside the Java Virtual Machine in native code.
> # See problematic frame for where to report the bug.
> #
>
> ---------------  T H R E A D  ---------------
>
> Current thread (0x0c553800):  JavaThread "http-8080-Processor24" daemon [_thread_in_native, id=5960, stack(0x0d010000,0x0d060000)]
>
> siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
>
> Registers:
> EAX=0x00000000, EBX=0x00000000, ECX=0x0d2a71a0, EDX=0x0d05ed50
> ESP=0x0d05ed24, EBP=0x0d05ed30, ESI=0x0ca26048, EDI=0x00000096
> EIP=0x6eec7a59, EFLAGS=0x00010246
>
> Top of Stack: (sp=0x0d05ed24)
> 0x0d05ed24:   00000096 0ca26048 00000000 0c553910
> 0x0d05ed34:   0d2a719a 0d05ed50 00000000 0d2a71a0
> 0x0d05ed44:   00000000 0d593b17 00000000 00000000
> 0x0d05ed54:   0d5b0934 0c553800 083831e8 0d05f1d0
> 0x0d05ed64:   083831e8 0ca26010 00000000 00000065
> 0x0d05ed74:   0c553800 0d05ee58 6d859b98 0c553800
> 0x0d05ed84:   0d05edac 003a0043 0050005c 006f0072
> 0x0d05ed94:   00720067 006d0061 00460020 006c0069
>
> Instructions: (pc=0x6eec7a59)
> 0x6eec7a49:   8b 50 20 89 55 10 53 8b 5d 14 56 57 85 db 75 03
> 0x6eec7a59:   8b 58 18 8b 03 bf 01 00 00 00 3b c7 72 57 8b 43
>
>
> Stack: [0x0d010000,0x0d060000],  sp=0x0d05ed24,  free space=315k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  [libapr-1.dll+0x7a59]
>
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> j  org.tigris.subversion.javahl.NativeResources.initNativeLibrary()V+0
> j  org.tigris.subversion.javahl.NativeResources.init()V+0
> j  org.tigris.subversion.javahl.NativeResources.loadNativeLibrary()V+57
> j  org.tigris.subversion.javahl.SVNClient.<clinit>()V+0
> v  ~StubRoutines::call_stub
> j  org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapterFactory.isAvailable()Z+942
> j  org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapterFactory.setup()V+0
> j  com.repos.servlet.ReposServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+128
> j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+139
> j  javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
> j  org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+362
> j  org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
> j  org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+699
> j  org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+269
> j  org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
> j  org.apache.catalina.valves.ErrorReportValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+6
> j  org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+42
> j  org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+154
> j  org.apache.coyote.http11.Http11Processor.process(Ljava/io/InputStream;Ljava/io/OutputStream;)V+573
> j  org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+113
> j  org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Ljava/net/Socket;Lorg/apache/tomcat/util/net/TcpConnection;[Ljava/lang/Object;)V+45
> j  org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt([Ljava/lang/Object;)V+102
> j  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
> j  java.lang.Thread.run()V+11
> v  ~StubRoutines::call_stub
>
> ---------------  P R O C E S S  ---------------
>
> Java Threads: ( => current thread )
>  0x0c586400 JavaThread "TP-Monitor" daemon [_thread_blocked, id=5332, stack(0x0d240000,0x0d290000)]
>  0x0c555c00 JavaThread "TP-Processor4" daemon [_thread_in_native, id=5092, stack(0x0d1f0000,0x0d240000)]
>  0x0c555800 JavaThread "TP-Processor3" daemon [_thread_blocked, id=2972, stack(0x0d1a0000,0x0d1f0000)]
>  0x0c555000 JavaThread "TP-Processor2" daemon [_thread_blocked, id=5616, stack(0x0d150000,0x0d1a0000)]
>  0x0c554c00 JavaThread "TP-Processor1" daemon [_thread_blocked, id=6000, stack(0x0d100000,0x0d150000)]
>  0x0c554400 JavaThread "http-8080-Monitor" [_thread_blocked, id=4116, stack(0x0d0b0000,0x0d100000)]
>  0x0c554000 JavaThread "http-8080-Processor25" daemon [_thread_in_native, id=5264, stack(0x0d060000,0x0d0b0000)]
> =>0x0c553800 JavaThread "http-8080-Processor24" daemon [_thread_in_native, id=5960, stack(0x0d010000,0x0d060000)]
>  0x0c553400 JavaThread "http-8080-Processor23" daemon [_thread_blocked, id=5848, stack(0x0cfc0000,0x0d010000)]
>  0x0c552c00 JavaThread "http-8080-Processor22" daemon [_thread_blocked, id=5932, stack(0x0cf70000,0x0cfc0000)]
>  0x0c552400 JavaThread "http-8080-Processor21" daemon [_thread_blocked, id=1864, stack(0x0cf20000,0x0cf70000)]
>  0x0c4c8400 JavaThread "http-8080-Processor20" daemon [_thread_blocked, id=3416, stack(0x0ced0000,0x0cf20000)]
>  0x0c4c8000 JavaThread "http-8080-Processor19" daemon [_thread_blocked, id=5272, stack(0x0ce80000,0x0ced0000)]
>  0x0c4c7800 JavaThread "http-8080-Processor18" daemon [_thread_blocked, id=5540, stack(0x0ce30000,0x0ce80000)]
>  0x0c4c7400 JavaThread "http-8080-Processor17" daemon [_thread_blocked, id=3704, stack(0x0cde0000,0x0ce30000)]
>  0x0c4c6c00 JavaThread "http-8080-Processor16" daemon [_thread_blocked, id=4336, stack(0x0cd90000,0x0cde0000)]
>  0x0c4c6800 JavaThread "http-8080-Processor15" daemon [_thread_blocked, id=2432, stack(0x0cd40000,0x0cd90000)]
>  0x0c4c6000 JavaThread "http-8080-Processor14" daemon [_thread_blocked, id=4200, stack(0x0ccf0000,0x0cd40000)]
>  0x0c4c5c00 JavaThread "http-8080-Processor13" daemon [_thread_blocked, id=4376, stack(0x0cca0000,0x0ccf0000)]
>  0x0c4c5400 JavaThread "http-8080-Processor12" daemon [_thread_blocked, id=4804, stack(0x0cc50000,0x0cca0000)]
>  0x0c4c5000 JavaThread "http-8080-Processor11" daemon [_thread_blocked, id=1552, stack(0x0cc00000,0x0cc50000)]
>  0x0c52f000 JavaThread "http-8080-Processor10" daemon [_thread_blocked, id=5700, stack(0x0cbb0000,0x0cc00000)]
>  0x0c52d800 JavaThread "http-8080-Processor9" daemon [_thread_blocked, id=5128, stack(0x0cb60000,0x0cbb0000)]
>  0x0c52d400 JavaThread "http-8080-Processor8" daemon [_thread_blocked, id=5220, stack(0x0cb10000,0x0cb60000)]
>  0x0c529800 JavaThread "http-8080-Processor7" daemon [_thread_blocked, id=2460, stack(0x0c9c0000,0x0ca10000)]
>  0x0c528400 JavaThread "http-8080-Processor6" daemon [_thread_blocked, id=2316, stack(0x0c970000,0x0c9c0000)]
>  0x0c540c00 JavaThread "http-8080-Processor5" daemon [_thread_blocked, id=3736, stack(0x0c920000,0x0c970000)]
>  0x0c523c00 JavaThread "http-8080-Processor4" daemon [_thread_blocked, id=3476, stack(0x0c8d0000,0x0c920000)]
>  0x0c4ba800 JavaThread "http-8080-Processor3" daemon [_thread_blocked, id=4568, stack(0x0c880000,0x0c8d0000)]
>  0x0c4ba400 JavaThread "http-8080-Processor2" daemon [_thread_blocked, id=2324, stack(0x0c830000,0x0c880000)]
>  0x0c4b9c00 JavaThread "http-8080-Processor1" daemon [_thread_blocked, id=5860, stack(0x0c7e0000,0x0c830000)]
>  0x0c542400 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=5384, stack(0x0c790000,0x0c7e0000)]
>  0x01aca400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4208, stack(0x0bfb0000,0x0c000000)]
>  0x01abe400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4716, stack(0x0bf60000,0x0bfb0000)]
>  0x01ab3800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=5636, stack(0x0bec0000,0x0bf10000)]
>  0x01ab2c00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=3388, stack(0x0be70000,0x0bec0000)]
>  0x01ab1400 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=5956, stack(0x0bda0000,0x0bdf0000)]
>  0x01aa5c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=5532, stack(0x0bc70000,0x0bcc0000)]
>  0x01a9b000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5556, stack(0x0bc20000,0x0bc70000)]
>  0x01a6d800 JavaThread "Finalizer" daemon [_thread_blocked, id=1448, stack(0x0bbd0000,0x0bc20000)]
>  0x01a69000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5800, stack(0x0bb80000,0x0bbd0000)]
>  0x00209c00 JavaThread "main" [_thread_in_native, id=4676, stack(0x001b0000,0x00200000)]
>
> Other Threads:
>  0x01a66800 VMThread [stack: 0x0bb30000,0x0bb80000] [id=4308]
>  0x01acbc00 WatcherThread [stack: 0x0c080000,0x0c0d0000] [id=376]
>
> VM state:not at safepoint (normal execution)
>
> VM Mutex/Monitor currently owned by a thread: None
>
> Heap
>  def new generation   total 960K, used 931K [0x03ae0000, 0x03be0000, 0x03fc0000)
>  eden space 896K, 100% used [0x03ae0000, 0x03bc0000, 0x03bc0000)
>  from space 64K,  55% used [0x03bd0000, 0x03bd8d00, 0x03be0000)
>  to   space 64K,   0% used [0x03bc0000, 0x03bc0000, 0x03bd0000)
>  tenured generation   total 4096K, used 3208K [0x03fc0000, 0x043c0000, 0x07ae0000)
>   the space 4096K,  78% used [0x03fc0000, 0x042e23c8, 0x042e2400, 0x043c0000)
>  compacting perm gen  total 12288K, used 8845K [0x07ae0000, 0x086e0000, 0x0bae0000)
>   the space 12288K,  71% used [0x07ae0000, 0x08383580, 0x08383600, 0x086e0000)
> No shared spaces configured.
>
> Dynamic libraries:
> 0x00400000 - 0x00424000         C:\Program Files\Java\jre6\bin\javaw.exe
> 0x772b0000 - 0x773ec000         C:\Windows\SYSTEM32\ntdll.dll
> 0x768e0000 - 0x769b4000         C:\Windows\system32\kernel32.dll
> 0x75500000 - 0x7554a000         C:\Windows\system32\KERNELBASE.dll
> 0x76f60000 - 0x77000000         C:\Windows\system32\ADVAPI32.dll
> 0x76830000 - 0x768dc000         C:\Windows\system32\msvcrt.dll
> 0x757a0000 - 0x757b9000         C:\Windows\SYSTEM32\sechost.dll
> 0x76580000 - 0x76621000         C:\Windows\system32\RPCRT4.dll
> 0x76af0000 - 0x76bb9000         C:\Windows\system32\USER32.dll
> 0x77160000 - 0x771ae000         C:\Windows\system32\GDI32.dll
> 0x75790000 - 0x7579a000         C:\Windows\system32\LPK.dll
> 0x77420000 - 0x774bd000         C:\Windows\system32\USP10.dll
> 0x77400000 - 0x7741f000         C:\Windows\system32\IMM32.DLL
> 0x76a20000 - 0x76aec000         C:\Windows\system32\MSCTF.dll
> 0x7c340000 - 0x7c396000         C:\Program Files\Java\jre6\bin\msvcr71.dll
> 0x6d800000 - 0x6da8b000         C:\Program Files\Java\jre6\bin\client\jvm.dll
> 0x73360000 - 0x73392000         C:\Windows\system32\WINMM.dll
> 0x75300000 - 0x7534b000         C:\Windows\system32\apphelp.dll
> 0x6d7b0000 - 0x6d7bc000         C:\Program Files\Java\jre6\bin\verify.dll
> 0x6d330000 - 0x6d34f000         C:\Program Files\Java\jre6\bin\java.dll
> 0x6d290000 - 0x6d298000         C:\Program Files\Java\jre6\bin\hpi.dll
> 0x774c0000 - 0x774c5000         C:\Windows\system32\PSAPI.DLL
> 0x6d380000 - 0x6d3a9000         C:\Program Files\Java\jre6\bin\jdwp.dll
> 0x6d6a0000 - 0x6d6a6000         C:\Program Files\Java\jre6\bin\npt.dll
> 0x6d7f0000 - 0x6d7ff000         C:\Program Files\Java\jre6\bin\zip.dll
> 0x6d200000 - 0x6d207000         C:\Program Files\Java\jre6\bin\dt_socket.dll
> 0x76630000 - 0x76665000         C:\Windows\system32\WS2_32.dll
> 0x774d0000 - 0x774d6000         C:\Windows\system32\NSI.dll
> 0x73e90000 - 0x73ea0000         C:\Windows\system32\NLAapi.dll
> 0x74e40000 - 0x74e7c000         C:\Windows\System32\mswsock.dll
> 0x74d00000 - 0x74d44000         C:\Windows\system32\DNSAPI.dll
> 0x72850000 - 0x72858000         C:\Windows\System32\winrnr.dll
> 0x72840000 - 0x72850000         C:\Windows\system32\napinsp.dll
> 0x72820000 - 0x72832000         C:\Windows\system32\pnrpnsp.dll
> 0x73750000 - 0x7376c000         C:\Windows\system32\IPHLPAPI.DLL
> 0x73740000 - 0x73747000         C:\Windows\system32\WINNSI.DLL
> 0x73640000 - 0x73678000         C:\Windows\System32\fwpuclnt.dll
> 0x73150000 - 0x73156000         C:\Windows\system32\rasadhlp.dll
> 0x74980000 - 0x74985000         C:\Windows\System32\wshtcpip.dll
> 0x6d610000 - 0x6d623000         C:\Program Files\Java\jre6\bin\net.dll
> 0x74e30000 - 0x74e36000         C:\Windows\System32\wship6.dll
> 0x74e80000 - 0x74e96000         C:\Windows\system32\CRYPTSP.dll
> 0x74c20000 - 0x74c5b000         C:\Windows\system32\rsaenh.dll
> 0x74a50000 - 0x74a67000         C:\Windows\system32\USERENV.dll
> 0x75400000 - 0x7540b000         C:\Windows\system32\profapi.dll
> 0x75350000 - 0x7535c000         C:\Windows\system32\CRYPTBASE.dll
> 0x6eec0000 - 0x6eee1000         C:\Program Files\Java\jre6\bin\libapr-1.dll
> 0x75900000 - 0x76549000         C:\Windows\system32\SHELL32.dll
> 0x766f0000 - 0x76747000         C:\Windows\system32\SHLWAPI.dll
> 0x6ee50000 - 0x6ee59000         C:\Program Files\Java\jre6\bin\libapriconv-1.dll
> 0x10000000 - 0x10108000         C:\Program Files\Java\jre6\bin\libeay32.dll
> 0x70c20000 - 0x70c27000         C:\Windows\system32\WSOCK32.dll
> 0x0bdf0000 - 0x0be24000         C:\Program Files\Java\jre6\bin\ssleay32.dll
> 0x6ee60000 - 0x6ee8f000         C:\Program Files\Java\jre6\bin\libaprutil-1.dll
> 0x66680000 - 0x66795000         C:\Program Files\Java\jre6\bin\dbghelp.dll
> 0x0bd60000 - 0x0bd73000         C:\Program Files\Java\jre6\bin\libsasl.dll
> 0x0d290000 - 0x0d335000         C:\Program Files\Java\jre6\bin\libsvn_subr-1.dll
> 0x72cc0000 - 0x72cc5000         C:\Program Files\Java\jre6\bin\SHFOLDER.dll
> 0x77000000 - 0x7715c000         C:\Windows\system32\ole32.dll
> 0x75550000 - 0x7566c000         C:\Windows\system32\CRYPT32.dll
> 0x75470000 - 0x7547c000         C:\Windows\system32\MSASN1.dll
> 0x0c000000 - 0x0c015000         C:\Program Files\Java\jre6\bin\libsvn_delta-1.dll
> 0x00210000 - 0x0021d000         C:\Program Files\Java\jre6\bin\libsvn_diff-1.dll
> 0x0d460000 - 0x0d495000         C:\Program Files\Java\jre6\bin\libsvn_wc-1.dll
> 0x0c020000 - 0x0c040000         C:\Program Files\Java\jre6\bin\libsvn_fs-1.dll
> 0x0d4a0000 - 0x0d4c2000         C:\Program Files\Java\jre6\bin\libsvn_repos-1.dll
> 0x0d4d0000 - 0x0d54b000         C:\Program Files\Java\jre6\bin\libsvn_ra-1.dll
> 0x752b0000 - 0x752b8000         C:\Windows\system32\Secur32.dll
> 0x752e0000 - 0x752fa000         C:\Windows\system32\SSPICLI.DLL
> 0x0d550000 - 0x0d582000         C:\Program Files\Java\jre6\bin\libsvn_client-1.dll
> 0x0d590000 - 0x0d5b8000         C:\Program Files\Java\jre6\bin\libsvnjavahl-1.dll
> 0x0d340000 - 0x0d352000         C:\Program Files\Java\jre6\bin\intl3_svn.dll
> 0x0d5c0000 - 0x0d5e0000         C:\Program Files\Java\jre6\bin\libapr.dll
> 0x6b020000 - 0x6b086000         C:\Program Files\Java\jre6\bin\MSVCP60.dll
>
> VM Arguments:
> jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:52706 -Dcatalina.base=C:\Users\jonathanf\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0 -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 5.5 -Dwtp.deploy=C:\Users\jonathanf\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps -Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\endorsed -Dfile.encoding=Cp1252
> java_command: org.apache.catalina.startup.Bootstrap start
> Launcher Type: SUN_STANDARD
>
> Environment Variables:
> PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Users\jonathanf\Downloads\svn-win32-1.5.5_javahl\svn-win32-1.5.5;C:\Program Files\Subversion\bin\;C:\Program Files\Subversion\iconv
> USERNAME=jonathanf
> OS=Windows_NT
> PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
>
>
>
> ---------------  S Y S T E M  ---------------
>
> OS: Windows 7 Build 7600
>
> CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
>
> Memory: 4k page, physical 2088456k(840992k free), swap 4176912k(2248028k free)
>
> vm_info: Java HotSpot(TM) Client VM (14.2-b01) for windows-x86 JRE (1.6.0_16-b01), built on Jul 31 2009 11:26:58 by "java_re" with MS VC++ 7.1
>
> time: Tue Dec 22 12:27:05 2009
> elapsed time: 23 seconds
>
>
> GetProviderPlugin:
>
> java.lang.NullPointerException
>        at org.apache.juli.FileHandler.publish(FileHandler.java:141)
>        at java.util.logging.Logger.log(Unknown Source)
>        at java.util.logging.Logger.doLog(Unknown Source)
>        at java.util.logging.Logger.logp(Unknown Source)
>        at org.apache.commons.logging.impl.Jdk14Logger.log(Jdk14Logger.java:99)
>        at org.apache.commons.logging.impl.Jdk14Logger.info(Jdk14Logger.java:194)
>        at org.apache.coyote.http11.Http11BaseProtocol.pause(Http11BaseProtocol.java:168)
>        at org.apache.catalina.connector.Connector.pause(Connector.java:1032)
>        at org.apache.catalina.core.StandardService.stop(StandardService.java:489)
>        at org.apache.catalina.core.StandardServer.stop(StandardServer.java:734)
>        at org.apache.catalina.startup.Catalina.stop(Catalina.java:602)
>        at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:645)
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2432205
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2432299
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-12-22 13:19:47 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.