|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[Issue 1024] New - Eclipse hangs while doing first import in subversion repository
by Jesús Ángel del Pozo Domínguez
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message http://subclipse.tigris.org/issues/show_bug.cgi?id=1024
Issue #|1024 Summary|Eclipse hangs while doing first import in subversion r |epository Component|subclipse Version|current Platform|JavaHL OS/Version|Linux URL| Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|UI Assigned to|bradcupit Reported by|jesusangel ------- Additional comments from jesusangel@... Mon Nov 2 12:44:26 -0800 2009 ------- Hi! Steps to the error: 1. Open Eclipse 3.4 2. Resource perspective 3. Team -> Share project -> SVN repository -> existing repository location (localhost) -> use project name (cake) as folder name -> initial import comment -> finish -> hang Several errors in xterm: The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'BadIDChoice (invalid resource ID chosen for this connection)'. (Details: serial 205970 error_code 14 request_code 53 minor_code 0) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ---------- Exception in thread "ModalContext" java.lang.NullPointerException at org.eclipse.swt.widgets.Display.fixedSizeAllocateProc(Display.java:1281) at org.tigris.subversion.javahl.SVNClient.mkdir(Native Method) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.mkdir(AbstractJhlClientAdapter.java:2353) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand$1.run(ShareProjectCommand.java:99) at org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:468) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:463) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand.run(ShareProjectCommand.java:86) at org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.shareProject(SVNWorkspaceRoot.java:187) at org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWizard$3.run(SharingWizard.java:311) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) Exception in thread "ModalContext" java.lang.NullPointerException at org.eclipse.swt.widgets.Display.fixedSizeAllocateProc(Display.java:1281) at org.tigris.subversion.javahl.SVNClient.mkdir(Native Method) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.mkdir(AbstractJhlClientAdapter.java:2353) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand$1.run(ShareProjectCommand.java:99) at org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:468) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:463) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand.run(ShareProjectCommand.java:86) at org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.shareProject(SVNWorkspaceRoot.java:187) at org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWizard$3.run(SharingWizard.java:311) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) ----------------------- Exception in thread "ModalContext" org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:3884) at org.eclipse.swt.SWT.error(SWT.java:3799) at org.eclipse.swt.SWT.error(SWT.java:3770) at org.eclipse.swt.widgets.Widget.error(Widget.java:450) at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:389) at org.eclipse.swt.widgets.Control.isVisible(Control.java:3168) at org.eclipse.swt.widgets.ProgressBar.timerProc(ProgressBar.java:276) at org.eclipse.swt.widgets.Display.windowTimerProc(Display.java:4209) at org.tigris.subversion.javahl.SVNClient.mkdir(Native Method) at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.mkdir(AbstractJhlClientAdapter.java:2353) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand$1.run(ShareProjectCommand.java:99) at org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:468) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:463) at org.tigris.subversion.subclipse.core.commands.ShareProjectCommand.run(ShareProjectCommand.java:86) at org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.shareProject(SVNWorkspaceRoot.java:187) at org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWizard$3.run(SharingWizard.java:311) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) java: ../../src/xcb_io.c:242: process_responses: La declaración `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' no se cumple. ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2413929 To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...]. |
|
|
[Issue 1024] Eclipse hangs while doing first import in subversion repository
by Mark Phippard-3
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message http://subclipse.tigris.org/issues/show_bug.cgi?id=1024
------- Additional comments from markphip@... Mon Nov 2 12:46:23 -0800 2009 ------- There is a good chance you are running into this problem: http://subclipse.tigris.org/wiki/JavaHL#head-3a1d2d3c54791d2d751794e5d6645f1d77d95b32 ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1046&dsMessageId=2413930 To unsubscribe from this discussion, e-mail: [issues-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |