eclipse startup-error after config cvs

M

marcelino

Hello java- community,

i'm working on SuSE 9.0 with eclipse from the distribution since 2
month without problems, but since I changed the perspective to cvs
Repository Exploring and restart it I can't run it anymore. Parallel I
tried to configure cvs and set up the environment and created the
group.
The error starting occuring starting eclipse is:

java.lang.NullPointerException
at org.eclipse.gef.ui.actions.ZoomComboContributionItem.handleWidgetSelected(ZoomComboContributionItem.java:235)
at org.eclipse.gef.ui.actions.ZoomComboContributionItem.access$0(ZoomComboContributionItem.java:234)
at org.eclipse.gef.ui.actions.ZoomComboContributionItem$3.widgetSelected(ZoomComboContributionItem.java:123)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1641)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1433)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)
at org.eclipse.ui.internal.Workbench.refreshFromLocal(Workbench.java:902)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:878)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
org.eclipse.swt.SWTException: Device is disposed
at org.eclipse.swt.SWT.error(SWT.java:2332)
at org.eclipse.swt.SWT.error(SWT.java:2262)
at org.eclipse.swt.widgets.Display.error(Display.java:587)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:2020)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:116)

The changes I made are:

as root:
addgroup cvs
adduser to cvs (in yast)
create rep-directory
create empty rep: cvs -d /myPath/CVSROOT init
chgrp -R cvs /myPath/CVSROOT
chmod -R ug+rwx /myPath/CVSROOT

in /etc/profile.local:

unset CVSROOT
CVSROOT='/myPath/CVSROOT'
export CVSROOT

unset CVSUMASK
CVSUMASK='003'
export CVSUMASK

unset CVSEDITOR
CVSEDITOR='emacs -nw'
export CVSEDITOR

If somebody has an idea I would appreciate it

marcelino
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,040
Latest member
papereejit

Latest Threads

Top