Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Creating new project from existing source

28 views
Skip to first unread message

Geoff Hall

unread,
Apr 28, 2008, 3:14:39 AM4/28/08
to
I have a problem creating a new Java project in Turbo JB 2007 from existing
source. I had successfully loaded the source tree in JB 2005 and a
colleague in another city is using it successfully.

It feels to me like there must be a "system" file or registry setting that
is upsetting JB, but I'm at a loss to discover it now.

I get to the point of naming the Java project and it's source directory,
then sometime during the progress of doing the work (usually reasonably
early) JB itself just exits (crashes).

Anyone encountered the same or similar problem?

Geoff Hall


Kevin Dean [TeamB]

unread,
Apr 28, 2008, 7:41:46 AM4/28/08
to
Geoff Hall wrote:

>Anyone encountered the same or similar problem?

No, but try this:

1. Create a new, empty project.

2. Copy the source to the source directory for your new project.

3. Right-click on the source node in the project explorer and select
"Refresh".

Your source should now show up in your project.

--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/

Please see CodeGear's newsgroup guidelines at
http://support.codegear.com/newsgroups/guidelines

Bill Joy

unread,
Apr 28, 2008, 9:15:05 AM4/28/08
to
Is there anything related to the problem logged? Open a view using:

Window | Show View | Other | PDE Runtime | Error Log

My guess is that the problem is related to memory configuration (probably
MaxPermSize in this case). You might try increasing the values configured
in the file \JBuilder2007\JBuilder.ini.

"Geoff Hall" <gh...@gemcomsoftware.com> wrote in message
news:4815796b$1...@newsgroups.borland.com...

Geoff Hall

unread,
Apr 30, 2008, 10:38:11 PM4/30/08
to
I tried both suggestions (from Kevin and Bill) and no joy.

This time, though (starting again from scratch - even cleaned out the
registry before reinstalling JBuilder 2007), I captured the screens and
error logs. I apologise in advance if these are too big in a post but I'm
not sure what I can safely leave out!
You can see that there are problems, but are they significant, and if so do
you know what I should do?

------------------------------------------------------

JVM terminated. Exit code=1

C:\Programs\JBuilder2007\jre\bin\javaw.exe

-Xms80M

-Xmx1024M

-XX:MaxPermSize=128M

-jar C:\Programs\JBuilder2007\startup.jar

-os win32

-ws win32

-arch x86

-launcher C:\Programs\JBuilder2007\JBuilder.exe

-name JBuilder

-showsplash 600

-exitdata eb4_84

-configuration C:\Programs\JBuilder2007\configuration_JBuilder

-vm C:\Programs\JBuilder2007\jre\bin\javaw.exe

-vmargs

-Xms80M

-Xmx1024M

-XX:MaxPermSize=128M

-jar C:\Programs\JBuilder2007\startup.jar

[OK]

------------------------------------------------------

hs_err_pid3588.log:

#

# An unexpected error has been detected by HotSpot Virtual Machine:

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x56c27bfc, pid=3588,
tid=5068

#

# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)

# Problematic frame:

# C [libapr-1.dll+0x7bfc]

#

--------------- T H R E A D ---------------

Current thread (0x4e561850): JavaThread "ModalContext" [_thread_in_native,
id=5068]

siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

Registers:

EAX=0x4e9ca848, EBX=0x00000000, ECX=0x00000000, EDX=0x00000000

ESP=0x567b8970, EBP=0x567b897c, ESI=0x4eaccdd8, EDI=0x00000000

EIP=0x56c27bfc, EFLAGS=0x00010246

Top of Stack: (sp=0x567b8970)

0x567b8970: 00000000 4eaccdd8 4e9ca848 567ba9a8

0x567b8980: 56aa1f32 567ba9a4 4e9ca848 00000000

0x567b8990: 00000000 00000000 4eaccdd8 4e9ca848

0x567b89a0: 00000000 4e9ca848 00000000 4e9ca848

0x567b89b0: 4e9ca8e8 6eec84f1 4e9ca848 00000010

0x567b89c0: 6ee40000 6eec11f2 4e9ca848 4e9ca8e8

0x567b89d0: 6eec1210 6eec8610 4e9ca848 4e9ca898

0x567b89e0: 4e9ca848 4e9ca848 00008001 003a0043

Instructions: (pc=0x56c27bfc)

0x56c27bec: 89 55 10 53 8b 5d 14 56 57 85 db 75 03 8b 58 18

0x56c27bfc: 8b 03 bf 01 00 00 00 3b c7 0f 82 19 01 00 00 8b

Stack: [0x56780000,0x567c0000), sp=0x567b8970, free space=226k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
code)

C [libapr-1.dll+0x7bfc]

C [libapriconv-1.dll+0x1f32]

C [libapriconv-1.dll+0x1da4]

C [_tbl_simple.so+0x123b]

C [_tbl_simple.so+0x11c4]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j
org.tigris.subversion.javahl.SVNClient.status(Ljava/lang/String;ZZZZZ)[Lorg/tigris/subversion/javahl/Status;+0

j
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+83

j
org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(Ljava/io/File;ZZZ)[Lorg/tigris/subversion/svnclientadapter/ISVNStatus;+7

j
org.tigris.subversion.subclipse.core.client.PeekStatusCommand.execute(Lorg/tigris/subversion/svnclientadapter/ISVNClientAdapter;)V+61

j
org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.peekResourceStatusFor(Lorg/eclipse/core/runtime/IPath;)Lorg/tigris/subversion/subclipse/core/resources/LocalResourceStatus;+16

j
org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/runtime/IPath;)Z+37

j
org.tigris.subversion.subclipse.core.SVNProviderPlugin.isManagedBySubversion(Lorg/eclipse/core/resources/IContainer;)Z+29

j
org.tigris.subversion.subclipse.core.SVNTeamProviderType.metaFilesDetected(Lorg/eclipse/core/resources/IProject;[Lorg/eclipse/core/resources/IContainer;)V+9

j
org.eclipse.team.internal.core.TeamResourceChangeListener.handleUnsharedProjectChanges(Lorg/eclipse/core/resources/IProject;Lorg/eclipse/core/resources/IResourceDelta;)V+217

j
org.eclipse.team.internal.core.TeamResourceChangeListener.resourceChanged(Lorg/eclipse/core/resources/IResourceChangeEvent;)V+53

j org.eclipse.core.internal.events.NotificationManager$2.run()V+8

j
org.eclipse.core.runtime.SafeRunner.run(Lorg/eclipse/core/runtime/ISafeRunnable;)V+5

j
org.eclipse.core.internal.events.NotificationManager.notify([Lorg/eclipse/core/internal/events/ResourceChangeListenerList$ListenerEntry;Lorg/eclipse/core/resources/IResourceChangeEvent;Z)V+79

j
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(Lorg/eclipse/core/internal/watson/ElementTree;Lorg/eclipse/core/internal/events/ResourceChangeEvent;Z)V+90

j org.eclipse.core.internal.resources.Workspace.broadcastPostChange()V+22

j
org.eclipse.core.internal.resources.Workspace.endOperation(Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ZLorg/eclipse/core/runtime/IProgressMonitor;)V+147

j
org.eclipse.core.internal.resources.Resource.refreshLocal(ILorg/eclipse/core/runtime/IProgressMonitor;)V+202

j
org.eclipse.core.internal.resources.Project.open(ILorg/eclipse/core/runtime/IProgressMonitor;)V+323

j
org.eclipse.core.internal.resources.Project.open(Lorg/eclipse/core/runtime/IProgressMonitor;)V+3

j
org.eclipse.jdt.internal.ui.wizards.buildpaths.BuildPathsBlock.createProject(Lorg/eclipse/core/resources/IProject;Ljava/net/URI;Lorg/eclipse/core/runtime/IProgressMonitor;)V+104

j
org.eclipse.jdt.ui.wizards.JavaCapabilityConfigurationPage.createProject(Lorg/eclipse/core/resources/IProject;Ljava/net/URI;Lorg/eclipse/core/runtime/IProgressMonitor;)V+3

j
org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage.updateProject(Lorg/eclipse/core/runtime/IProgressMonitor;)V+158

j
org.eclipse.jdt.internal.ui.wizards.JavaProjectWizardSecondPage$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+29

j
org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(Lorg/eclipse/core/runtime/IProgressMonitor;)V+5

j
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+5

j
org.eclipse.core.internal.resources.Workspace.run(Lorg/eclipse/core/resources/IWorkspaceRunnable;Lorg/eclipse/core/runtime/jobs/ISchedulingRule;ILorg/eclipse/core/runtime/IProgressMonitor;)V+78

j
org.eclipse.ui.actions.WorkspaceModifyOperation.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+25

j org.eclipse.jface.operation.ModalContext$ModalContextThread.run()V+15

v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )

=>0x4e561850 JavaThread "ModalContext" [_thread_in_native, id=5068]

0x4eab0358 JavaThread "Peer State Maintenance" daemon [_thread_blocked,
id=4052]

0x4eb3ee70 JavaThread "Worker-5" [_thread_blocked, id=4672]

0x4e928d98 JavaThread "Thread-6" [_thread_blocked, id=5616]

0x4eb3dcb0 JavaThread "Timer-2" [_thread_blocked, id=5248]

0x4b04aa50 JavaThread "Worker-4" [_thread_blocked, id=3824]

0x4e9ec810 JavaThread "Worker-3" [_thread_in_Java, id=2292]

0x4e96be38 JavaThread "Worker-2" [_thread_blocked, id=4732]

0x4b1d67d0 JavaThread "Worker-1" [_thread_blocked, id=2596]

0x4e624dc8 JavaThread "Timer-1" [_thread_blocked, id=4636]

0x4d2f9718 JavaThread "Timer-0" [_thread_blocked, id=4164]

0x4b2b5e58 JavaThread "Java indexing" daemon [_thread_blocked, id=736]

0x4b2e5ea0 JavaThread "Worker-0" [_thread_in_native, id=3028]

0x4b283a38 JavaThread "Start Level Event Dispatcher" daemon
[_thread_blocked, id=5460]

0x4b1fe668 JavaThread "Framework Event Dispatcher" daemon
[_thread_blocked, id=5932]

0x0091ee68 JavaThread "State Data Manager" daemon [_thread_blocked,
id=2060]

0x008e5358 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=5156]

0x008e4088 JavaThread "CompilerThread0" daemon [_thread_blocked, id=4868]

0x008e3368 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=3276]

0x008da2e0 JavaThread "Finalizer" daemon [_thread_blocked, id=4968]

0x008d8e70 JavaThread "Reference Handler" daemon [_thread_blocked,
id=4360]

0x00366c68 JavaThread "main" [_thread_in_native, id=5224]

Other Threads:

0x008d63a8 VMThread [id=3576]

0x008e66e0 WatcherThread [id=4520]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap

def new generation total 5760K, used 5085K [0x029c0000, 0x03000000,
0x07880000)

eden space 5120K, 87% used [0x029c0000, 0x02e22458, 0x02ec0000)

from space 640K, 93% used [0x02ec0000, 0x02f550a8, 0x02f60000)

to space 640K, 0% used [0x02f60000, 0x02f60000, 0x03000000)

tenured generation total 75648K, used 44492K [0x07880000, 0x0c260000,
0x429c0000)

the space 75648K, 58% used [0x07880000, 0x0a3f31d8, 0x0a3f3200,
0x0c260000)

compacting perm gen total 39168K, used 39103K [0x429c0000, 0x45000000,
0x4a9c0000)

the space 39168K, 99% used [0x429c0000, 0x44ff01e0, 0x44ff0200,
0x45000000)

No shared spaces configured.

Dynamic libraries:

0x00400000 - 0x0040d000 C:\Programs\JBuilder2007\jre\bin\javaw.exe

0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll

0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll

0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll

0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll

0x7e410000 - 0x7e4a0000 C:\WINDOWS\system32\USER32.dll

0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll

0x77c10000 - 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll

0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL

0x6d740000 - 0x6d8dd000
C:\Programs\JBuilder2007\jre\jre\bin\client\jvm.dll

0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll

0x6d300000 - 0x6d308000 C:\Programs\JBuilder2007\jre\jre\bin\hpi.dll

0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL

0x6d710000 - 0x6d71c000 C:\Programs\JBuilder2007\jre\jre\bin\verify.dll

0x6d380000 - 0x6d39d000 C:\Programs\JBuilder2007\jre\jre\bin\java.dll

0x6d730000 - 0x6d73f000 C:\Programs\JBuilder2007\jre\jre\bin\zip.dll

0x77b40000 - 0x77b62000 C:\WINDOWS\system32\Apphelp.dll

0x6d540000 - 0x6d553000 C:\Programs\JBuilder2007\jre\jre\bin\net.dll

0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll

0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll

0x6d560000 - 0x6d569000 C:\Programs\JBuilder2007\jre\jre\bin\nio.dll

0x71a50000 - 0x71a8f000 C:\WINDOWS\System32\mswsock.dll

0x76f20000 - 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll

0x76fb0000 - 0x76fb8000 C:\WINDOWS\System32\winrnr.dll

0x76f60000 - 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll

0x4ef80000 - 0x4ef99000 C:\Program Files\Bonjour\mdnsNSP.dll

0x76d60000 - 0x76d79000 C:\WINDOWS\system32\Iphlpapi.dll

0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll

0x4efc0000 - 0x4f013000
C:\Programs\JBuilder2007\configuration_JBuilder\org.eclipse.osgi\bundles\687\1\.cp\swt-win32-3236.dll

0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll

0x773d0000 - 0x774d3000
C:\WINDOWS\WinSxS\X86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.dll

0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll

0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll

0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll

0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll

0x74d90000 - 0x74dfb000 C:\WINDOWS\system32\USP10.dll

0x4f030000 - 0x4f100000 C:\WINDOWS\system32\WININET.dll

0x4f100000 - 0x4f109000 C:\WINDOWS\system32\Normaliz.dll

0x4f110000 - 0x4f155000 C:\WINDOWS\system32\iertutil.dll

0x75a70000 - 0x75a91000 C:\WINDOWS\system32\MSVFW32.dll

0x5d090000 - 0x5d12a000 C:\WINDOWS\system32\comctl32.dll

0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll

0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll

0x4f220000 - 0x4f224000 C:\Program Files\Unlocker\UnlockerHook.dll

0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime

0x4f510000 - 0x4f517000 C:\Program Files\Copernic Desktop Search 2 -
Corporate Edition\DesktopSearchSystem203000023.dll

0x74c80000 - 0x74cac000 C:\WINDOWS\system32\oleacc.dll

0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll

0x4f6e0000 - 0x4f6f3000
C:\Programs\JBuilder2007\configuration_JBuilder\org.eclipse.osgi\bundles\687\1\.cp\swt-gdip-win32-3236.dll

0x4f720000 - 0x4f8c3000
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.2180_x-ww_522f9f82\gdiplus.dll

0x4fac0000 - 0x4fd85000 C:\WINDOWS\system32\xpsp2res.dll

0x76fd0000 - 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL

0x77050000 - 0x77115000 C:\WINDOWS\system32\COMRes.dll

0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll

0x4fec0000 - 0x5048d000 C:\WINDOWS\system32\ieframe.dll

0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll

0x75e90000 - 0x75f40000 C:\WINDOWS\system32\SXS.DLL

0x7d1e0000 - 0x7d49e000 C:\WINDOWS\system32\msi.dll

0x51250000 - 0x51377000 C:\WINDOWS\system32\urlmon.dll

0x51480000 - 0x517f4000 C:\WINDOWS\system32\mshtml.dll

0x746c0000 - 0x746e9000 C:\WINDOWS\system32\msls31.dll

0x76380000 - 0x76385000 C:\WINDOWS\system32\msimg32.dll

0x746f0000 - 0x7471a000 C:\WINDOWS\system32\msimtf.dll

0x75cf0000 - 0x75d81000 C:\WINDOWS\system32\MLANG.dll

0x51b10000 - 0x51b1b000 C:\Program Files\Network
Associates\VirusScan\scriptproxy.dll

0x51b60000 - 0x51bc1000 C:\Program Files\Network
Associates\VirusScan\mytilus.dll

0x51b20000 - 0x51b25000 C:\Program Files\Network
Associates\VirusScan\Res09\McShield.dll

0x51bd0000 - 0x51e7f000 C:\Program Files\Common Files\Network
Associates\Engine\mcscan32.dll

0x63380000 - 0x633f8000 C:\WINDOWS\system32\JScript.dll

0x73300000 - 0x73365000 C:\WINDOWS\system32\VBScript.dll

0x56610000 - 0x56627000
C:\Programs\JBuilder2007\plugins\org.eclipse.hyades.execution.win32.x86_4.2.2.v200701141614\tptpCommon.dll

0x56640000 - 0x56647000
C:\Programs\JBuilder2007\jbuilder\eclipse\plugins\com.starbase.starteam.eclipse.team.sdk.native_8.0.0\os\win32\x86\StSDKOSEnvironment_01.dll

0x73dd0000 - 0x73ece000 C:\WINDOWS\system32\MFC42.DLL

0x56650000 - 0x56657000
C:\Programs\JBuilder2007\jbuilder\eclipse\plugins\com.starbase.starteam.eclipse.team.sdk.native_8.0.0\os\win32\x86\StSDKNativeFileAccess_02.dll

0x56660000 - 0x56685000
C:\Programs\JBuilder2007\jbuilder\eclipse\plugins\com.starbase.starteam.eclipse.team.sdk.native_8.0.0\os\win32\x86\StWinProfile.dll

0x76780000 - 0x76789000 C:\WINDOWS\system32\SHFOLDER.dll

0x564d0000 - 0x564d8000
C:\Programs\JBuilder2007\configuration_JBuilder\org.eclipse.osgi\bundles\155\1\.cp\os\win32\x86\localfile_1_0_0.dll

0x6eec0000 - 0x6eee1000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libapr.dll

0x6ee50000 - 0x6ee59000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libapriconv.dll

0x568c0000 - 0x569c8000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libeay32.dll

0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll

0x569d0000 - 0x56a94000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libdb44.dll

0x56ab0000 - 0x56ae1000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\ssleay32.dll

0x6ee60000 - 0x6ee89000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libaprutil.dll

0x56af0000 - 0x56b02000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\intl3_svn.dll

0x56b10000 - 0x56c18000
C:\Programs\JBuilder2007\thirdparty\eclipse\plugins\org.tigris.subversion.javahl.win32_1.1.9\libsvnjavahl-1.dll

0x6ee40000 - 0x6ee45000 C:\Program Files\Subversion\iconv\_tbl_simple.so

0x56aa0000 - 0x56aa9000 C:\Program Files\Subversion\bin\libapriconv-1.dll

0x56c20000 - 0x56c40000 C:\Program Files\Subversion\bin\libapr-1.dll

VM Arguments:

jvm_args: -Xms80M -Xmx1024M -XX:MaxPermSize=128M

java_command: C:\Programs\JBuilder2007\startup.jar -os win32 -ws win32 -arch
x86 -launcher C:\Programs\JBuilder2007\JBuilder.exe -name
JBuilder -showsplash 600 -exitdata eb4_84 -configuration
C:\Programs\JBuilder2007\configuration_JBuilder -vm
C:\Programs\JBuilder2007\jre\bin\javaw.exe -vmargs -Xms80M -Xmx1024M -XX:MaxPermSize=128M
-jar C:\Programs\JBuilder2007\startup.jar

Launcher Type: SUN_STANDARD

Environment Variables:

PATH=C:\Program Files\Windows Resource
Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Local;C:\Util;C:\WinXs32\bin;C:\Devel\WhittleRepo\Public\utilities;C:\Gemcom;C:\Gemcom\dll;C:\Gemcom\util;C:\Program
Files\Common Files\Crystal Decisions\2.5\bin\;C:\Program Files\ATI
Technologies\ATI Control Panel;C:\Program Files\ATI
Technologies\ATI.ACE\;C:\Program Files\cvsnt;C:\Program Files\Common
Files\Crystal Decisions\2.0\bin;C:\Program Files\IDM Computer
Solutions\UltraEdit-32;C:\Program Files\Seapine\Surround SCM;C:\Program
Files\Seapine\License Server;C:\Program
Files\Subversion\bin;C:\TempQ\List;C:\Program Files\IDM Computer
Solutions\UltraCompare

USERNAME=Geoffh

OS=Windows_NT

PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 4, GenuineIntel

--------------- S Y S T E M ---------------

OS: Windows XP Build 2600 Service Pack 2

CPU:total 2 (cores per cpu 2, threads per core 1) family 15 model 4 stepping
4, cmov, cx8, fxsr, mmx, sse, sse2, sse3

Memory: 4k page, physical 2096620k(990672k free), swap 3235100k(1452992k
free)

vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on
Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0

------------------------------------------------------

.log in T:\WhittleRepo\JBuilderWS\.metadata

!SESSION 2008-04-29
12:09:14.234 -----------------------------------------------

eclipse.buildId=M20060921-0945

java.version=1.5.0_11

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU

Command-line arguments: -os win32 -ws win32 -arch x86

!ENTRY com.borland.sanctuary.client.gateway 1 1 2008-04-29 12:09:22.921

!MESSAGE [!!SantLicenseController!!] creating new named slip manager
instance: 1

!ENTRY csdl.jupiter 1 0 2008-04-29 12:11:10.265

!MESSAGE Jupiter Review Plugin is up.

!ENTRY org.tigris.subversion.subclipse.core 4 0 2008-04-29 12:12:02.203

!MESSAGE No subversion client interface found.

!STACK 0

org.tigris.subversion.svnclientadapter.SVNClientException: No subversion
client interface found.

at
org.tigris.subversion.svnclientadapter.SVNClientAdapterFactory.getPreferredSVNClientType(SVNClientAdapterFactory.java:78)

at
org.tigris.subversion.subclipse.core.SVNClientManager.setSvnClientInterface(SVNClientManager.java:59)

at
org.tigris.subversion.subclipse.core.SVNClientManager.getSvnClientInterface(SVNClientManager.java:97)

at
org.tigris.subversion.subclipse.core.SVNClientManager.createSVNClient(SVNClientManager.java:114)

at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.createSVNClient(SVNProviderPlugin.java:415)

at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.getAdminDirectoryName(SVNProviderPlugin.java:536)

at
org.tigris.subversion.subclipse.core.SVNClientManager.setSvnClientInterface(SVNClientManager.java:87)

at
org.tigris.subversion.subclipse.ui.Preferences.setSvnClientInterface(Preferences.java:114)

at
org.tigris.subversion.subclipse.ui.Preferences.initializePreferences(Preferences.java:99)

at
org.tigris.subversion.subclipse.ui.SVNUIPlugin.start(SVNUIPlugin.java:403)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:991)

at java.security.AccessController.doPrivileged(Native Method)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:966)

at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)

at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:342)

at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:88)

at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:412)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)

at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)

at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)

at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)

at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)

at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)

at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:338)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:308)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

!ENTRY org.eclipse.osgi 4 0 2008-04-29 12:12:02.453

!MESSAGE An error occurred while automatically activating bundle
org.tigris.subversion.subclipse.ui (1215).

!STACK 0

org.osgi.framework.BundleException: Exception in
org.tigris.subversion.subclipse.ui.SVNUIPlugin.start() of bundle
org.tigris.subversion.subclipse.ui.

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1010)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:966)

at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)

at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:342)

at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:88)

at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:412)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)

at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)

at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)

at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)

at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)

at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)

at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:338)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:308)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

Caused by: java.lang.NullPointerException

at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.getAdminDirectoryName(SVNProviderPlugin.java:536)

at
org.tigris.subversion.subclipse.core.SVNClientManager.setSvnClientInterface(SVNClientManager.java:87)

at
org.tigris.subversion.subclipse.ui.Preferences.setSvnClientInterface(Preferences.java:114)

at
org.tigris.subversion.subclipse.ui.Preferences.initializePreferences(Preferences.java:99)

at
org.tigris.subversion.subclipse.ui.SVNUIPlugin.start(SVNUIPlugin.java:403)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:991)

at java.security.AccessController.doPrivileged(Native Method)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)

... 35 more

Root exception:

java.lang.NullPointerException

at
org.tigris.subversion.subclipse.core.SVNProviderPlugin.getAdminDirectoryName(SVNProviderPlugin.java:536)

at
org.tigris.subversion.subclipse.core.SVNClientManager.setSvnClientInterface(SVNClientManager.java:87)

at
org.tigris.subversion.subclipse.ui.Preferences.setSvnClientInterface(Preferences.java:114)

at
org.tigris.subversion.subclipse.ui.Preferences.initializePreferences(Preferences.java:99)

at
org.tigris.subversion.subclipse.ui.SVNUIPlugin.start(SVNUIPlugin.java:403)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:991)

at java.security.AccessController.doPrivileged(Native Method)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985)

at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:966)

at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)

at
org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:342)

at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:88)

at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:412)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)

at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)

at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)

at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)

at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)

at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)

at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:338)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:308)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

!ENTRY org.eclipse.equinox.registry 4 1 2008-04-29 12:12:02.453

!MESSAGE Plug-in org.tigris.subversion.subclipse.ui was unable to load class
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.

!STACK 0

java.lang.ClassNotFoundException:
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)

at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)

at java.lang.ClassLoader.loadClass(ClassLoader.java:251)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:278)

at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)

at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)

at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)

at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)

at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)

at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

at org.eclipse.core.runtime.Platform.run(Platform.java:843)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)

at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:338)

at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:308)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)


TIA for any help and cheers, Geoff

"Bill Joy" <Bill...@codegear.com> wrote in message
news:4815cdd8$1...@newsgroups.borland.com...

Bill Joy

unread,
Apr 30, 2008, 11:16:19 PM4/30/08
to
Based on the error log information, it appears that the problem is in the
Subclipse plugin (which adds Subversion support to Eclipse/JBuilder).

Apparently the project you are trying to import was pulled from Subversion
and it is trying to check file state using information from the .svn
directories in your source tree.

Seems like you should be checking out your sources rather than trying to
import them. (At the very leat you should probably be at least configuring
Eclipse so it knows where your repository resides.)

Window | Open Perspective | Other | SVN Repository Exploring

Right-click in the SVN Repository view, and select New | Repository Location

Enter your URL. This will be saved and should be used by Subclipse as
needed to find the repository. (Maybe this is enough to get things
working.)

However now use the view to navigate to your project and check it out. It
should help you create a Java project wrapper for the project if it does not
see a .project file at the root of the repository directory being checked
out as a project.

(Note that it is the JavaHL library in Subclipse which is crashing --
another remote possibility if all else fails is tell Subclipse to use the
pure Java library instead of JavaHL. See Window | Preferences | Team | SVN
and tell it to use SVNKit.)


"Geoff Hall" <gh...@gemcomsoftware.com> wrote in message

news:4819...@newsgroups.borland.com...

Geoff Hall

unread,
Aug 6, 2008, 1:36:44 AM8/6/08
to
Hi Bill,

(I was off on other things and didn't get back to this until yesterday.)

I would like to thank you for pointing me in the right direction. By
identifying Subclipse/Subversion as the "area of interest" I went exploring
in that area and finally discovered that if I switched from the Jini SVN
interface (JavaHL) to the SVNKit (pure Java) interface, all is well.

Why that should be so, I don't (yet) know, but I'm a happy little vegemite
now :) (Google it if you want to know the reference!)

Thanks.

Cheers,
Geoff

"Bill Joy" <Bill...@codegear.com> wrote in message

news:48193622$1...@newsgroups.borland.com...

0 new messages