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

[Subclipse-users] event showing up in eclipse error log. "org.tigris.subversion.subclipse.ui.console.ConsoleDocument"

From: William Damian Faris <wfaris_at_gmail.com>
Date: 2006-06-26 07:07:04 CEST

Hello, I just installed the subclipse plugin and I am noticing a strange
Message (see below) that shows up in my ErrorLog View when I start eclipse.
I am not 100% sure this is a subclipse issue but the
method org.tigris.subversion.subclipse.ui.console.ConsoleDocument.getLinesshows
up in the stack trace. The Message seems like there is some UI view
piece of subclipse that is not being initialied? Nothing seems to be wrong
at all in terms of subversion capability or general eclipse stuff either...
still the error message is sitting there in my ErrorLog View Window after
time i start eclipse. Anyone seen this before? Could not find info on
mailing list archives or general google search.

Other info

I am using the JavaSVN Library plugin version 1.0.6.

The Message is

While loading class "
org.tigris.subversion.subclipse.ui.console.ConsoleDocument$ConsoleLine",
thread "main" timed out waiting (5000ms) for thread "Worker-1" to finish
starting bundle "org.tigris.subversion.subclipse.ui". To avoid deadlock,
thread "main" is proceeding but "
org.tigris.subversion.subclipse.ui.console.ConsoleDocument$ConsoleLine" may
not be fully initialized.

The exception stack trace is

java.lang.Exception: Generated exception.
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(
EclipseClassLoader.java:108)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(
BundleLoader.java:337)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(
BundleLoader.java:389)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(
BundleLoader.java:350)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(
AbstractClassLoader.java:78)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at org.tigris.subversion.subclipse.ui.console.ConsoleDocument.getLines(
ConsoleDocument.java:79)
at org.tigris.subversion.subclipse.ui.console.SVNOutputConsole.dump(
SVNOutputConsole.java:202)
at org.tigris.subversion.subclipse.ui.console.SVNOutputConsole.access$1(
SVNOutputConsole.java:199)
at org.tigris.subversion.subclipse.ui.console.SVNOutputConsole$1.run(
SVNOutputConsole.java:124)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java
:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3102)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2761)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java
:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(
PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java
:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java
:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)

The Session Data is

eclipse.buildId=M20060118-1600
java.version=1.4.2_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
Received on Mon Jun 26 07:07:16 2006

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.