Menu

#121 NPE in jdbm.recman.RecordManager.close

open
nobody
None
5
2004-06-22
2004-06-22
Ed Burnette
No

Got this in 3.0RC3, not sure what I was doing.

? 2004 12:21:52.932 Error while
stopping "net.sourceforge.perforce.core_0.6.24".
org.osgi.framework.BundleException: Exception in
org.eclipse.core.internal.compatibility.PluginActivator.sto
p() of bundle net.sourceforge.perforce.core.
at
org.eclipse.osgi.framework.internal.core.BundleContextIm
pl.stop(BundleContextImpl.java:1010)
at
org.eclipse.osgi.framework.internal.core.BundleHost.stop
Worker(BundleHost.java:502)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.s
top(AbstractBundle.java:437)
at
org.eclipse.core.runtime.adaptor.BundleStopper.basicSto
pBundles(BundleStopper.java:75)
at
org.eclipse.core.runtime.adaptor.BundleStopper.stopBund
les(BundleStopper.java:62)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.framewor
kStopping(EclipseAdaptor.java:551)
at
org.eclipse.osgi.framework.internal.core.Framework.shutd
own(Framework.java:457)
at
org.eclipse.osgi.framework.internal.core.SystemBundle$1.
run(SystemBundle.java:182)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at jdbm.recman.RecordManager.close
(RecordManager.java:128)
at
net.sourceforge.perforce.core.internal.CacheStore.close
(CacheStore.java:242)
at
net.sourceforge.perforce.core.PerforceSynchronizer.shut
down(PerforceSynchronizer.java:203)
at
net.sourceforge.perforce.core.PerforceCorePlugin.shutdo
wn(PerforceCorePlugin.java:407)
at
org.eclipse.core.internal.compatibility.PluginActivator.sto
p(PluginActivator.java:74)
at
org.eclipse.osgi.framework.internal.core.BundleContextIm
pl$2.run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native
Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextIm
pl.stop(BundleContextImpl.java:990)
... 8 more
Root exception:
java.lang.NullPointerException
at jdbm.recman.RecordManager.close
(RecordManager.java:128)
at
net.sourceforge.perforce.core.internal.CacheStore.close
(CacheStore.java:242)
at
net.sourceforge.perforce.core.PerforceSynchronizer.shut
down(PerforceSynchronizer.java:203)
at
net.sourceforge.perforce.core.PerforceCorePlugin.shutdo
wn(PerforceCorePlugin.java:407)
at
org.eclipse.core.internal.compatibility.PluginActivator.sto
p(PluginActivator.java:74)
at
org.eclipse.osgi.framework.internal.core.BundleContextIm
pl$2.run(BundleContextImpl.java:994)
at java.security.AccessController.doPrivileged(Native
Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextIm
pl.stop(BundleContextImpl.java:990)
at
org.eclipse.osgi.framework.internal.core.BundleHost.stop
Worker(BundleHost.java:502)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.s
top(AbstractBundle.java:437)
at
org.eclipse.core.runtime.adaptor.BundleStopper.basicSto
pBundles(BundleStopper.java:75)
at
org.eclipse.core.runtime.adaptor.BundleStopper.stopBund
les(BundleStopper.java:62)
at
org.eclipse.core.runtime.adaptor.EclipseAdaptor.framewor
kStopping(EclipseAdaptor.java:551)
at
org.eclipse.osgi.framework.internal.core.Framework.shutd
own(Framework.java:457)
at
org.eclipse.osgi.framework.internal.core.SystemBundle$1.
run(SystemBundle.java:182)
at java.lang.Thread.run(Unknown Source)

Discussion


Log in to post a comment.

Auth0 Logo