p4eclipse-tracker Mailing List for Perforce Team Provider
Status: Beta
Brought to you by:
dcorbin
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
(14) |
Apr
(33) |
May
(16) |
Jun
(19) |
Jul
(34) |
Aug
(12) |
Sep
(30) |
Oct
(30) |
Nov
(15) |
Dec
(37) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(82) |
Feb
(40) |
Mar
(55) |
Apr
(6) |
May
(8) |
Jun
(8) |
Jul
(9) |
Aug
(7) |
Sep
(1) |
Oct
(59) |
Nov
(74) |
Dec
(42) |
| 2004 |
Jan
(33) |
Feb
(23) |
Mar
(15) |
Apr
(23) |
May
(20) |
Jun
(27) |
Jul
(19) |
Aug
(3) |
Sep
|
Oct
(14) |
Nov
(4) |
Dec
(1) |
| 2005 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: SourceForge.net <no...@so...> - 2007-03-30 18:14:37
|
Bugs item #1691488, was opened at 2007-03-30 11:14 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1691488&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: bamaGuy (bamaguy) Assigned to: Nobody/Anonymous (nobody) Summary: P4 not working Initial Comment: Build seems to be broken, any suggestions? I get following errors when I try using it with following eclipse version. Eclipse SDK Version: 3.2.2 Build id: M20070212-1330 Errors i get are - java.lang.ClassNotFoundException: net.sourceforge.perforce.ui.views.ServerView 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:67) at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238) at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:69) at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:292) at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566) at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1675) at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:987) at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:968) at org.eclipse.ui.internal.WorkbenchPage$13.run(WorkbenchPage.java:3514) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3511) at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3487) at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:148) at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:104) at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:70) at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:114) at org.eclipse.jface.action.Action.runWithEvent(Action.java:499) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177) 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:597) at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336) at org.eclipse.core.launcher.Main.basicRun(Main.java:280) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1691488&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2006-10-09 15:17:46
|
Support Requests item #1573806, was opened at 2006-10-09 11:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1573806&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: Aslam Karachiwala (aslamk) Assigned to: Nobody/Anonymous (nobody) Summary: After install, config via Preferences fails Initial Comment: Plug-in net.sourceforge.perforce.ui was unable to load class net.sourceforge.perforce.ui.prefs.P4MonitorPreferencesPage. ...that's the error. (Perforce Team Provider for Windows 0.6.2) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1573806&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2006-10-09 15:12:58
|
Support Requests item #1573800, was opened at 2006-10-09 11:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1573800&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Aslam Karachiwala (aslamk) Assigned to: Nobody/Anonymous (nobody) Summary: TikiWiki not properly set up Initial Comment: ...that's what I get, with a pageful of related info, when I go to http://p4eclipse.sourceforge.net. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1573800&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2006-07-31 13:56:16
|
Support Requests item #1531766, was opened at 2006-07-31 13:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1531766&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: mousas (mousas) Assigned to: Nobody/Anonymous (nobody) Summary: Need install instructions Initial Comment: I am trying to install the perforce eclipse plugin. I have not been able to connect thru the Eclipse software update so I did download the net.sourceforge.perforce.api.win32_0.6.2.jar file. How can I install perfroce plugin with this jar file? I have not been able to access the homepage. When I try I get the following error: TikiWiki is not properly set up: please help. Thanks Mousa ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1531766&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2006-03-23 21:45:29
|
Bugs item #1452483, was opened at 2006-03-17 10:01 Message generated for change (Comment added) made by kajsaanderson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1452483&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: md (moizd) Assigned to: Nobody/Anonymous (nobody) Summary: Error using perforce with Eclipse 3.2M5a Initial Comment: I get an error when trying to Team share a project using Perforce in eclipse 3.2 M5a. java.lang.NoClassDefFoundError: org/eclipse/core/internal/localstore/CoreFileSystemLibrary at net.sourceforge.perforce.core.internal.CacheStore.createCacheKeyFromPath(CacheStore.java:480) at net.sourceforge.perforce.core.internal.CacheStore.getFolderSyncInfo(CacheStore.java:285) at net.sourceforge.perforce.core.PerforceSynchronizer.cacheFolderSyncForChildren(PerforceSynchronizer.java:1105) at net.sourceforge.perforce.core.PerforceSynchronizer.getFolderSync(PerforceSynchronizer.java:303) at net.sourceforge.perforce.core.resources.LocalFolder.hasRemote(LocalFolder.java:75) at net.sourceforge.perforce.core.resources.LocalResource.isIgnored(LocalResource.java:126) at net.sourceforge.perforce.core.internal.P4TeamProvider.isIgnored(P4TeamProvider.java:290) at net.sourceforge.perforce.core.internal.P4TeamProvider$1.visit(P4TeamProvider.java:343) at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:105) at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:57) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:67) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:103) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:94) at net.sourceforge.perforce.core.internal.P4TeamProvider.refreshState(P4TeamProvider.java:331) at net.sourceforge.perforce.ui.action.CheckoutAction$1.execute(CheckoutAction.java:120) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:100) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1733) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:112) at net.sourceforge.perforce.ui.PerforceUIPlugin$1.run(PerforceUIPlugin.java:611) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:100) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1733) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:112) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) ---------------------------------------------------------------------- Comment By: Kajsa Anderson (kajsaanderson) Date: 2006-03-23 15:45 Message: Logged In: YES user_id=867913 I tried to reproduce this, and got a similar, but slightly different, error (below), running Eclipse 3.2M5a with JVM 1.4.2_01: java.lang.NoClassDefFoundError: org/eclipse/core/internal/localstore/CoreFileSystemLibrary at net.sourceforge.perforce.core.internal.api.PerforceServer.determineFolderPosition(PerforceServer.java:939) at net.sourceforge.perforce.ui.wizards.ConnectProjectPage.adjustControls(ConnectProjectPage.java:239) at net.sourceforge.perforce.ui.wizards.ConnectProjectPage.access$100(ConnectProjectPage.java:48) at net.sourceforge.perforce.ui.wizards.ConnectProjectPage$4.modifyText(ConnectProjectPage.java:377) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:196) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:949) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:930) at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2138) at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:3365) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3239) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method) at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:1723) at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:131) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3324) at org.eclipse.swt.widgets.Text.windowProc(Text.java:1838) at org.eclipse.swt.widgets.Display.windowProc(Display.java:3965) at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method) at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:2498) at org.eclipse.swt.widgets.Text.setText(Text.java:1654) at net.sourceforge.perforce.ui.wizards.ConnectProjectPage.initializeValue(ConnectProjectPage.java:177) at net.sourceforge.perforce.ui.wizards.ConnectProjectPage.createControl(ConnectProjectPage.java:143) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:179) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:601) at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:968) at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1019) at org.eclipse.jface.wizard.WizardDialog.access$2(WizardDialog.java:1016) at org.eclipse.jface.wizard.WizardDialog$4.run(WizardDialog.java:1006) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1004) at org.eclipse.team.internal.ui.wizards.ConfigureProjectWizardMainPage$2.doubleClick(ConfigureProjectWizardMainPage.java:149) at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:759) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37) at org.eclipse.core.runtime.Platform.run(Platform.java:816) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148) at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:757) at org.eclipse.jface.viewers.StructuredViewer.handleDoubleSelect(StructuredViewer.java:991) at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1098) at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:220) at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:217) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:276) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.jface.window.Window.runEventLoop(Window.java:811) at org.eclipse.jface.window.Window.open(Window.java:789) at org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(ConfigureProjectAction.java:55) at org.eclipse.team.internal.ui.actions.TeamAction$2.run(TeamAction.java:237) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:234) at org.eclipse.team.internal.ui.actions.ConfigureProjectAction.run(ConfigureProjectAction.java:47) at org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3287) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2907) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:374) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169) 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:338) at org.eclipse.core.launcher.Main.basicRun(Main.java:282) at org.eclipse.core.launcher.Main.run(Main.java:977) at org.eclipse.core.launcher.Main.main(Main.java:952) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1452483&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2006-03-17 16:01:53
|
Bugs item #1452483, was opened at 2006-03-17 08:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1452483&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: md (moizd) Assigned to: Nobody/Anonymous (nobody) Summary: Error using perforce with Eclipse 3.2M5a Initial Comment: I get an error when trying to Team share a project using Perforce in eclipse 3.2 M5a. java.lang.NoClassDefFoundError: org/eclipse/core/internal/localstore/CoreFileSystemLibrary at net.sourceforge.perforce.core.internal.CacheStore.createCacheKeyFromPath(CacheStore.java:480) at net.sourceforge.perforce.core.internal.CacheStore.getFolderSyncInfo(CacheStore.java:285) at net.sourceforge.perforce.core.PerforceSynchronizer.cacheFolderSyncForChildren(PerforceSynchronizer.java:1105) at net.sourceforge.perforce.core.PerforceSynchronizer.getFolderSync(PerforceSynchronizer.java:303) at net.sourceforge.perforce.core.resources.LocalFolder.hasRemote(LocalFolder.java:75) at net.sourceforge.perforce.core.resources.LocalResource.isIgnored(LocalResource.java:126) at net.sourceforge.perforce.core.internal.P4TeamProvider.isIgnored(P4TeamProvider.java:290) at net.sourceforge.perforce.core.internal.P4TeamProvider$1.visit(P4TeamProvider.java:343) at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:105) at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:57) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:81) at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:85) at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:126) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:67) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:103) at org.eclipse.core.internal.resources.Resource.accept(Resource.java:94) at net.sourceforge.perforce.core.internal.P4TeamProvider.refreshState(P4TeamProvider.java:331) at net.sourceforge.perforce.ui.action.CheckoutAction$1.execute(CheckoutAction.java:120) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:100) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1733) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:112) at net.sourceforge.perforce.ui.PerforceUIPlugin$1.run(PerforceUIPlugin.java:611) at org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceModifyDelegatingOperation.java:68) at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:100) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1733) at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:112) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1452483&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-10-18 15:48:46
|
Support Requests item #1329139, was opened at 2005-10-17 21:02 Message generated for change (Comment added) made by kajsaanderson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1329139&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: ozgwei (ozgwei) Assigned to: Nobody/Anonymous (nobody) Summary: Where to download the BETA version? Initial Comment: The website to download the BETA version http://www.p4eclipse.com/BETA is not existent anymore. Can anyone inform where to download that version that supports Eclipse 3? ---------------------------------------------------------------------- Comment By: Kajsa Anderson (kajsaanderson) Date: 2005-10-18 10:48 Message: Logged In: YES user_id=867913 The correct site is: http://p4eclipse.sourceforge.net/beta ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1329139&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-10-18 02:02:11
|
Support Requests item #1329139, was opened at 2005-10-18 12:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1329139&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Priority: 5 Submitted By: ozgwei (ozgwei) Assigned to: Nobody/Anonymous (nobody) Summary: Where to download the BETA version? Initial Comment: The website to download the BETA version http://www.p4eclipse.com/BETA is not existent anymore. Can anyone inform where to download that version that supports Eclipse 3? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1329139&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-06-14 08:17:14
|
Bugs item #1220189, was opened at 2005-06-14 01:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1220189&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: John Kelly (duetjohn) Assigned to: Nobody/Anonymous (nobody) Summary: Home page tiki is down Initial Comment: Get the following from http://p4eclipse.sourceforge.net/tiki/: Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/groups/p/p4/p4eclipse/htdocs/tiki/lib/adodb/drivers/adodb-mysql.inc.php on line 340 Unable to login to the MySQL database 'tiki' on 'localhost' as user 'root' Go here to begin the installation process, if you haven't done so already. Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1220189&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-05-27 07:07:35
|
Bugs item #1209405, was opened at 2005-05-26 21:43 Message generated for change (Comment added) made by bpruessmann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1209405&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: manoogim (manoogim) Assigned to: Nobody/Anonymous (nobody) Summary: unable to open java files for edit Initial Comment: created a new eclipse project and connected to p4 server. in the package explorer all java files are decorated with a little red circle in bottom left corner. under 'team' menu, the only enabled menu is 'add to source control'. when that menu is clicked i get this error: There were one or more problems perfoming 'Add to Source Control'. Unknown result: C:\build\devscm\OpenTradingFramework\main\ordersvc\s rc\com\crd\ordersvc\core\TradingBin.java - protected namespace - access denied.<>. using eclipse 3.0, plugin 0.6.24 ---------------------------------------------------------------------- Comment By: Boris Prüßmann (bpruessmann) Date: 2005-05-27 09:07 Message: Logged In: YES user_id=227276 This means that you don't have write permissions on that specific part of the perforce depot. This is likely not an p4eclipse issue ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1209405&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-05-26 19:43:17
|
Bugs item #1209405, was opened at 2005-05-26 14:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1209405&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: manoogim (manoogim) Assigned to: Nobody/Anonymous (nobody) Summary: unable to open java files for edit Initial Comment: created a new eclipse project and connected to p4 server. in the package explorer all java files are decorated with a little red circle in bottom left corner. under 'team' menu, the only enabled menu is 'add to source control'. when that menu is clicked i get this error: There were one or more problems perfoming 'Add to Source Control'. Unknown result: C:\build\devscm\OpenTradingFramework\main\ordersvc\s rc\com\crd\ordersvc\core\TradingBin.java - protected namespace - access denied.<>. using eclipse 3.0, plugin 0.6.24 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1209405&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-05-25 21:29:43
|
Support Requests item #1041855, was opened at 2004-10-06 17:31 Message generated for change (Comment added) made by kajsaanderson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1041855&group_id=40694 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem Group: None Status: Open Priority: 8 Submitted By: hslee (hslee) Assigned to: Nobody/Anonymous (nobody) Summary: Team->"Apply patch" Initial Comment: When clicking on "Team", I get "Apply patch" instead of perforce menus in contrast to what the help says. Is this normal? What do I do in the "Apply patch" window? I'm trying to do p4 add file. I'm using eclipse 3.0.1 on Linux (latest p4eclipse plugin) ---------------------------------------------------------------------- Comment By: Kajsa Anderson (kajsaanderson) Date: 2005-05-25 16:29 Message: Logged In: YES user_id=867913 Have you shared the project yet? Team->share project... Looking at my workspace, a normal unshared project has 2 options on the Team menu - "Apply patch" and "Share project". I also have a couple binary-only projects that have "Apply patch" as the only active option on the Team menu. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1041855&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-05-15 20:58:08
|
Bugs item #1202478, was opened at 2005-05-15 16:58 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1202478&group_id=40694 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: E. Theodore L. Omtzigt (tomtzigt) Assigned to: Nobody/Anonymous (nobody) Summary: Uable to find Action Set Initial Comment: When running with Eclipse 3.0.2 on Linux and trying to open the Perforce perspective, I encounter the following error: Unable to find Action Set: net.sourceforge.perforce.ui.ActionSet Without the perspective I can't configure the p4 client connection and thus can't connect to P4 server that hosts the code I need. Anyone encountered and solved this problem? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1202478&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-01-24 16:19:23
|
Support Requests item #1106940, was opened at 2005-01-21 20:49 Message generated for change (Comment added) made by iawia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 Category: None Group: None Status: Closed Priority: 5 Submitted By: Miki Moore (mikimoore) Assigned to: Nobody/Anonymous (nobody) Summary: docs anywhere wiki not working Initial Comment: I am trying to find basic docs. Looks like wiki is the best bet (are there any other docs?) but the twiki link is not working http://p4eclipse.sourceforge.net/tiki/ shows Warning: main(DB.php): failed to open stream: No such file or directory in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 I've been able to install it and can see my client view of my depot. But I can't figure out how to checkout for edit, sync, etc. I am running eclipse 3.0.0 and plugin 0.6.2. (is this an okay combination?) Thanks, Miki ---------------------------------------------------------------------- >Comment By: Wouter Lagerweij (iawia) Date: 2005-01-24 17:19 Message: Logged In: YES user_id=183 I fixed the web site this weekend, it just needed an update to the wiki software to match updates from sourceforge. Thanks for letting us know it was down:-) Wouter ---------------------------------------------------------------------- Comment By: Miki Moore (mikimoore) Date: 2005-01-24 17:04 Message: Logged In: YES user_id=1113457 Installing the unstable version fixed the lack of docs within Perforce. I look forward to the twiki docs being fixed but I am functioning fine now. Thanks, Miki ---------------------------------------------------------------------- Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 23:16 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 13:47 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-01-24 16:04:01
|
Support Requests item #1106940, was opened at 2005-01-21 11:49 Message generated for change (Comment added) made by mikimoore You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 Category: None Group: None >Status: Closed Priority: 5 Submitted By: Miki Moore (mikimoore) Assigned to: Nobody/Anonymous (nobody) Summary: docs anywhere wiki not working Initial Comment: I am trying to find basic docs. Looks like wiki is the best bet (are there any other docs?) but the twiki link is not working http://p4eclipse.sourceforge.net/tiki/ shows Warning: main(DB.php): failed to open stream: No such file or directory in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 I've been able to install it and can see my client view of my depot. But I can't figure out how to checkout for edit, sync, etc. I am running eclipse 3.0.0 and plugin 0.6.2. (is this an okay combination?) Thanks, Miki ---------------------------------------------------------------------- >Comment By: Miki Moore (mikimoore) Date: 2005-01-24 08:04 Message: Logged In: YES user_id=1113457 Installing the unstable version fixed the lack of docs within Perforce. I look forward to the twiki docs being fixed but I am functioning fine now. Thanks, Miki ---------------------------------------------------------------------- Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 14:16 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 04:47 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-01-22 22:16:15
|
Support Requests item #1106940, was opened at 2005-01-21 20:49 Message generated for change (Comment added) made by iawia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 Category: None Group: None Status: Open Priority: 5 Submitted By: Miki Moore (mikimoore) Assigned to: Nobody/Anonymous (nobody) Summary: docs anywhere wiki not working Initial Comment: I am trying to find basic docs. Looks like wiki is the best bet (are there any other docs?) but the twiki link is not working http://p4eclipse.sourceforge.net/tiki/ shows Warning: main(DB.php): failed to open stream: No such file or directory in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 I've been able to install it and can see my client view of my depot. But I can't figure out how to checkout for edit, sync, etc. I am running eclipse 3.0.0 and plugin 0.6.2. (is this an okay combination?) Thanks, Miki ---------------------------------------------------------------------- >Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 23:16 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 13:47 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-01-22 12:47:40
|
Support Requests item #1106940, was opened at 2005-01-21 20:49 Message generated for change (Comment added) made by iawia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 Category: None Group: None Status: Open Priority: 5 Submitted By: Miki Moore (mikimoore) Assigned to: Nobody/Anonymous (nobody) Summary: docs anywhere wiki not working Initial Comment: I am trying to find basic docs. Looks like wiki is the best bet (are there any other docs?) but the twiki link is not working http://p4eclipse.sourceforge.net/tiki/ shows Warning: main(DB.php): failed to open stream: No such file or directory in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 I've been able to install it and can see my client view of my depot. But I can't figure out how to checkout for edit, sync, etc. I am running eclipse 3.0.0 and plugin 0.6.2. (is this an okay combination?) Thanks, Miki ---------------------------------------------------------------------- >Comment By: Wouter Lagerweij (iawia) Date: 2005-01-22 13:47 Message: Logged In: YES user_id=183 I don't know what's wrong with the web-site, but we should fix it... As for your questions: First of all: no, version 0.6.2 will not work with eclipse 3.0. Use the 'unstable' update site (http://p4eclipse.sf.net/unstable/) to install version 0.6.24, which should work. Once installed, just check the help contents in eclipse to read the 'Perfoce Team Provider User Guide'. hth, Wouter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2005-01-21 19:49:18
|
Support Requests item #1106940, was opened at 2005-01-21 11:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 Category: None Group: None Status: Open Priority: 5 Submitted By: Miki Moore (mikimoore) Assigned to: Nobody/Anonymous (nobody) Summary: docs anywhere wiki not working Initial Comment: I am trying to find basic docs. Looks like wiki is the best bet (are there any other docs?) but the twiki link is not working http://p4eclipse.sourceforge.net/tiki/ shows Warning: main(DB.php): failed to open stream: No such file or directory in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 Fatal error: main(): Failed opening required 'DB.php' (include_path='.:/usr/local/lib/php') in /home/groups/p/p4/p4eclipse/htdocs/tiki/db/tiki- db.php on line 4 I've been able to install it and can see my client view of my depot. But I can't figure out how to checkout for edit, sync, etc. I am running eclipse 3.0.0 and plugin 0.6.2. (is this an okay combination?) Thanks, Miki ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428673&aid=1106940&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-12-13 20:39:45
|
Bugs item #960362, was opened at 2004-05-25 12:59 Message generated for change (Comment added) made by fowlow You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=960362&group_id=40694 Category: None Group: None Status: Open Resolution: None Priority: 7 Submitted By: mjl (mjl9961) Assigned to: Nobody/Anonymous (nobody) Summary: p4eclipse pegs CPU at 100% on Win XP Initial Comment: Using Eclipse 3.0 M9, I find that if I have p4eclipse installed and a bunch of projects shared, then starting eclipse will peg the performance meter at 100% CPU usage and render the entire system unresponsive. If I disable p4eclipse, the problem disappears upon eclipse restart. This is running on a Windows XP box. ---------------------------------------------------------------------- Comment By: Fowlow (fowlow) Date: 2004-12-13 12:39 Message: Logged In: YES user_id=1177535 A different workaround ... if you switch to the Perforce Perspective, the usage drops back to normal. ---------------------------------------------------------------------- Comment By: bgm (miscreant2) Date: 2004-11-04 10:03 Message: Logged In: YES user_id=1152642 I did a quick cheesy fix and it seems to have stopped my problem ( 20 minute startup times). I changed the file net/sourceforge/perforce/core/internal/BackgroundUpdateRunnable.java around line 115 from Thread.sleep(PerforceCorePlugin.getPlugin().getBackgroundUpdateInterval()*1000); to int interval = PerforceCorePlugin.getPlugin().getBackgroundUpdateInterval(); if ( interval == 0 ) { interval = 120; } Thread.sleep(interval * 1000); It only masks the problem. BTW, I think there is another perforce plugin project by perforce. ---------------------------------------------------------------------- Comment By: Paddy Walsh (patrickwalsh) Date: 2004-06-08 02:18 Message: Logged In: YES user_id=1059133 I have had the same sort of problem. Using Eclipse 3.0 (build 200312182000) with Perforce plugin and two largish projects. If I close one project then open the other it seems to go into 'building workspace' mode and any attempt to do anything results in a dialog saying locked while building workspace. Unfortunately it never finishes and locks the machine. It is event difficult to kill with task manager and in the past I have had to just trun off the machine. This happens all the time and now the only thing I can do to overcome it is delete and recreate the project - a bit drastic but otherwise it is unusable. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-06-03 14:30 Message: Logged In: YES user_id=1048903 The workaround works great -- I'll pass it along to everyone else internally who's being burned (so to speak) by this. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-03 12:27 Message: Logged In: YES user_id=1044509 In answer to aprevious question re: background updates turned off... Turning off background updates does not shutdown the update thread (it probably should). It does the loop even if background updates are disabled. Perhaps, it does less work in each iteration, however when the backgroundUpdateInterval goes to 0 it will cause 100% utilization. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-03 12:15 Message: Logged In: YES user_id=1044509 I found out what is happening, for some reason (I can't tell why yet) the value of PerforceCorePlugin.backgroundUpdateInterval gets set to 0 causing the 100% cpu utilization. Still needs a fix, but there is a workaround if you ever find yourself in this situation... return to the preferences for the update interval and click 'Apply' reseting the value back, and the cpu immediately drops back to normal. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-06-02 11:10 Message: Logged In: YES user_id=1048903 FWIW, we all have background update turned off. Does the BackgroundUpdate monitor thread run even if background updates are off? ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-02 08:05 Message: Logged In: YES user_id=1044509 I have traced this down further apparantly the BackgroundUpdate Monitor thread (BackgroundMonitorRunnable) is in a tight loop in the run () method. The Thread.sleep(...) in the run() loop seems to immediately return (not sure if it is 'Interrupted' or not) I can't readily recreate the scenario, but when I do see 100% cpu it is always in this loop. It also seems that the eclipse is also 'copying resources' for the build at the same time. Hope this is of some help. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-05-26 14:51 Message: Logged In: YES user_id=1048903 I don't build from within eclipse (our build system is too weird) so there are no compiled files being generated into the project tree. My machine is permanently connected to the perforce server over an 100 mbit intranet, so losing connectivity with Perforce isn't an issue either. Right now this problem prevents me (and a number of other users in my company) from using p4eclipse at all unless we back off to 3.0 M7. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-05-26 10:15 Message: Logged In: YES user_id=1044509 I've been struggling with this one also for some time. I'm attempting to narrow down the problem. It seems to be related to either one of: 1. compiled files being generated into the project tree and it keeping the addition manager very busy. 2. Being periodically connected with my laptop (loosing connectivity to perforce) I hope to provide more details as I discover them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=960362&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-11-24 15:33:50
|
Bugs item #1072520, was opened at 2004-11-24 16:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1072520&group_id=40694 Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Marc Pompl (lynorics) Assigned to: Nobody/Anonymous (nobody) Summary: consuming lot of CPU time in large projects Initial Comment: I am running p4eclipse for a large (contains over 4000 java files) project. p4eclipse tries to check for all files the occurence in repository, leading to time outs of about a minute. :( Would be very nice and useable if at least the build directory will not be checked. Additionally, a set of directories should be configurable which will be excluded from checking - such as jars_output or ant generated output informations and so on. Tasks: - ignore the build directory (for each project defined in the correspending project properties) - ignore a given set of directories (has to be configurable in the project properties) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1072520&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-11-12 01:21:04
|
Bugs item #1063233, was opened at 2004-11-09 09:04 Message generated for change (Comment added) made by foodiedave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1063233&group_id=40694 Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gyula Kun-Szabó (qno67) Assigned to: Nobody/Anonymous (nobody) Summary: Long delays during Eclipse 3.0 startup Initial Comment: p4eclipse 0.6.24 + eclipse 3.0.1 + Perforce 2004.2 + java 1.5: Eclipse startup is extremely slow when p4eclipse is enabled. Eclipse log file follows (note the 5000ms delays): !SESSION Nov 09, 2004 16:47:55.561 --------------------------------------------- eclipse.buildId=I200406251208 java.version=1.5.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi Nov 09, 2004 16:47:55.561 !MESSAGE While loading class "net.sourceforge.perforce.core.internal.api.Counters", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.internal.api.Counters" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) !ENTRY org.eclipse.osgi Nov 09, 2004 16:48:00.592 !MESSAGE While loading class "net.sourceforge.perforce.core.internal.api.AbstractPerforceCommand", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.internal.api.AbstractPerforceCommand" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:223) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.basicFindLocalClass(EclipseClassLoader.java:135) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:104) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) !ENTRY org.eclipse.osgi Nov 09, 2004 16:48:05.608 !MESSAGE While loading class "net.sourceforge.perforce.core.api.ICountersResult", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.api.ICountersResult" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) ---------------------------------------------------------------------- Comment By: Dave Jacobs (foodiedave) Date: 2004-11-11 17:21 Message: Logged In: YES user_id=728382 I just started using p4eclipse with multiple shared projects using two difference "server" (p4 client) definitions, and I started getting this error pretty soon thereafter. On restarting eclipse, it doesn't necessarily hang immediately, but the projects are left in incompletely-shared status ("Share Project" is greyed out, and the project is listed in the Perforce Server's Properties>Project References, but the files do not seem to be known as being under source control). When I Disconnect, then try again to "Share Project", the hang occurs again until I kill eclipse. On restart, the project sharing status is still messed up. I get exactly the same log messages as noted above, and a clear thread-deadlock 100%-CPU situation in one or sometimes two of the eclipse threads. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1063233&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-11-09 17:04:41
|
Bugs item #1063233, was opened at 2004-11-09 18:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1063233&group_id=40694 Category: Core Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gyula Kun-Szabó (qno67) Assigned to: Nobody/Anonymous (nobody) Summary: Long delays during Eclipse 3.0 startup Initial Comment: p4eclipse 0.6.24 + eclipse 3.0.1 + Perforce 2004.2 + java 1.5: Eclipse startup is extremely slow when p4eclipse is enabled. Eclipse log file follows (note the 5000ms delays): !SESSION Nov 09, 2004 16:47:55.561 --------------------------------------------- eclipse.buildId=I200406251208 java.version=1.5.0 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US !ENTRY org.eclipse.osgi Nov 09, 2004 16:47:55.561 !MESSAGE While loading class "net.sourceforge.perforce.core.internal.api.Counters", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.internal.api.Counters" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) !ENTRY org.eclipse.osgi Nov 09, 2004 16:48:00.592 !MESSAGE While loading class "net.sourceforge.perforce.core.internal.api.AbstractPerforceCommand", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.internal.api.AbstractPerforceCommand" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:298) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:223) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:281) at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:172) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:220) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.basicFindLocalClass(EclipseClassLoader.java:135) at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:104) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) !ENTRY org.eclipse.osgi Nov 09, 2004 16:48:05.608 !MESSAGE While loading class "net.sourceforge.perforce.core.api.ICountersResult", thread "Perforce Background Update Monitor" timed out waiting (5000ms) for thread "main" to finish starting bundle "net.sourceforge.perforce.core". To avoid deadlock, thread "Perforce Background Update Monitor" is proceeding but "net.sourceforge.perforce.core.api.ICountersResult" may not be fully initialized. !STACK 0 java.lang.Exception: Generated exception. at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:102) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:402) at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at net.sourceforge.perforce.core.internal.api.PerforceServer.counters(PerforceServer.java:368) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getCurrentChangelistNumber(BackgroundUpdateRunnable.java:177) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.getLastChangelistNumber(BackgroundUpdateRunnable.java:160) at net.sourceforge.perforce.core.internal.BackgroundUpdateRunnable.run(BackgroundUpdateRunnable.java:70) at java.lang.Thread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=1063233&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-11-04 18:03:35
|
Bugs item #960362, was opened at 2004-05-25 19:59 Message generated for change (Comment added) made by miscreant2 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=960362&group_id=40694 Category: None Group: None Status: Open Resolution: None Priority: 7 Submitted By: mjl (mjl9961) Assigned to: Nobody/Anonymous (nobody) Summary: p4eclipse pegs CPU at 100% on Win XP Initial Comment: Using Eclipse 3.0 M9, I find that if I have p4eclipse installed and a bunch of projects shared, then starting eclipse will peg the performance meter at 100% CPU usage and render the entire system unresponsive. If I disable p4eclipse, the problem disappears upon eclipse restart. This is running on a Windows XP box. ---------------------------------------------------------------------- Comment By: bgm (miscreant2) Date: 2004-11-04 18:03 Message: Logged In: YES user_id=1152642 I did a quick cheesy fix and it seems to have stopped my problem ( 20 minute startup times). I changed the file net/sourceforge/perforce/core/internal/BackgroundUpdateRunnable.java around line 115 from Thread.sleep(PerforceCorePlugin.getPlugin().getBackgroundUpdateInterval()*1000); to int interval = PerforceCorePlugin.getPlugin().getBackgroundUpdateInterval(); if ( interval == 0 ) { interval = 120; } Thread.sleep(interval * 1000); It only masks the problem. BTW, I think there is another perforce plugin project by perforce. ---------------------------------------------------------------------- Comment By: Paddy Walsh (patrickwalsh) Date: 2004-06-08 09:18 Message: Logged In: YES user_id=1059133 I have had the same sort of problem. Using Eclipse 3.0 (build 200312182000) with Perforce plugin and two largish projects. If I close one project then open the other it seems to go into 'building workspace' mode and any attempt to do anything results in a dialog saying locked while building workspace. Unfortunately it never finishes and locks the machine. It is event difficult to kill with task manager and in the past I have had to just trun off the machine. This happens all the time and now the only thing I can do to overcome it is delete and recreate the project - a bit drastic but otherwise it is unusable. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-06-03 21:30 Message: Logged In: YES user_id=1048903 The workaround works great -- I'll pass it along to everyone else internally who's being burned (so to speak) by this. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-03 19:27 Message: Logged In: YES user_id=1044509 In answer to aprevious question re: background updates turned off... Turning off background updates does not shutdown the update thread (it probably should). It does the loop even if background updates are disabled. Perhaps, it does less work in each iteration, however when the backgroundUpdateInterval goes to 0 it will cause 100% utilization. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-03 19:15 Message: Logged In: YES user_id=1044509 I found out what is happening, for some reason (I can't tell why yet) the value of PerforceCorePlugin.backgroundUpdateInterval gets set to 0 causing the 100% cpu utilization. Still needs a fix, but there is a workaround if you ever find yourself in this situation... return to the preferences for the update interval and click 'Apply' reseting the value back, and the cpu immediately drops back to normal. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-06-02 18:10 Message: Logged In: YES user_id=1048903 FWIW, we all have background update turned off. Does the BackgroundUpdate monitor thread run even if background updates are off? ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-06-02 15:05 Message: Logged In: YES user_id=1044509 I have traced this down further apparantly the BackgroundUpdate Monitor thread (BackgroundMonitorRunnable) is in a tight loop in the run () method. The Thread.sleep(...) in the run() loop seems to immediately return (not sure if it is 'Interrupted' or not) I can't readily recreate the scenario, but when I do see 100% cpu it is always in this loop. It also seems that the eclipse is also 'copying resources' for the build at the same time. Hope this is of some help. ---------------------------------------------------------------------- Comment By: mjl (mjl9961) Date: 2004-05-26 21:51 Message: Logged In: YES user_id=1048903 I don't build from within eclipse (our build system is too weird) so there are no compiled files being generated into the project tree. My machine is permanently connected to the perforce server over an 100 mbit intranet, so losing connectivity with Perforce isn't an issue either. Right now this problem prevents me (and a number of other users in my company) from using p4eclipse at all unless we back off to 3.0 M7. ---------------------------------------------------------------------- Comment By: Mindreef (mindreef) Date: 2004-05-26 17:15 Message: Logged In: YES user_id=1044509 I've been struggling with this one also for some time. I'm attempting to narrow down the problem. It seems to be related to either one of: 1. compiled files being generated into the project tree and it keeping the addition manager very busy. 2. Being periodically connected with my laptop (loosing connectivity to perforce) I hope to provide more details as I discover them. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=960362&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-10-12 14:54:01
|
Bugs item #899931, was opened at 2004-02-18 16:51 Message generated for change (Comment added) made by shackelford You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=899931&group_id=40694 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kelvin Edmison (kedmison) Assigned to: Nobody/Anonymous (nobody) Summary: Runaway p4eclipse overwhelming perforce server Initial Comment: Our local Perforce admin person tells me that occasionally my machine imposes a significant load on the perforce server. The perforce server recorded, at one point, some 2 million requests for 'user-counters' in a 13.5 hour period from my machine alone. This problem also occasionally occurs on the machines of my co-workers. As you might imagine, our Perforce admin person is not too happy with us... Here's a snippet of what appears in the Perforce server log file. ---snip--- 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' ---snip--- Are there any workarounds for this problem? ---------------------------------------------------------------------- Comment By: John-Mason P. Shackelford (shackelford) Date: 2004-10-12 09:54 Message: Logged In: YES user_id=21694 Sorry for the accidental duplicate post. One could even do p4 print //....project if you need the text of the project files. JM ---------------------------------------------------------------------- Comment By: John-Mason P. Shackelford (shackelford) Date: 2004-10-12 09:41 Message: Logged In: YES user_id=21694 David does p4 files //....project not give you what you need? ---------------------------------------------------------------------- Comment By: John-Mason P. Shackelford (shackelford) Date: 2004-10-12 09:39 Message: Logged In: YES user_id=21694 David does p4 files //....project not give you what you need? ---------------------------------------------------------------------- Comment By: David Corbin (dcorbin) Date: 2004-02-29 11:22 Message: Logged In: YES user_id=1805 I think that is the same complaint we just had on the user mailing list, that. The "Projects" branch of the tree (currently) pummels the server looking for .project files. At the minimum, we should make this an optional feature. But, I wonder if we can do a better job of this. I would think we could do something a little less intrusive with the right wild card patterns. Perhaps not. This is not the first time we've had this complaint. ---------------------------------------------------------------------- Comment By: Kelvin Edmison (kedmison) Date: 2004-02-19 10:52 Message: Logged In: YES user_id=591191 To elaborate: I'm using version 0.6.2 of the plugin and the perforce server info is P4D/SOLARIS26/2002.1/34618 (2002/07/03) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=899931&group_id=40694 |
|
From: SourceForge.net <no...@so...> - 2004-10-12 14:41:54
|
Bugs item #899931, was opened at 2004-02-18 16:51 Message generated for change (Comment added) made by shackelford You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=899931&group_id=40694 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Kelvin Edmison (kedmison) Assigned to: Nobody/Anonymous (nobody) Summary: Runaway p4eclipse overwhelming perforce server Initial Comment: Our local Perforce admin person tells me that occasionally my machine imposes a significant load on the perforce server. The perforce server recorded, at one point, some 2 million requests for 'user-counters' in a 13.5 hour period from my machine alone. This problem also occasionally occurs on the machines of my co-workers. As you might imagine, our Perforce admin person is not too happy with us... Here's a snippet of what appears in the Perforce server log file. ---snip--- 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' 2004/02/18 08:49:35 pid 21515 <userid>@<machine> 10.1.6.46 'user-counters' ---snip--- Are there any workarounds for this problem? ---------------------------------------------------------------------- Comment By: John-Mason P. Shackelford (shackelford) Date: 2004-10-12 09:41 Message: Logged In: YES user_id=21694 David does p4 files //....project not give you what you need? ---------------------------------------------------------------------- Comment By: John-Mason P. Shackelford (shackelford) Date: 2004-10-12 09:39 Message: Logged In: YES user_id=21694 David does p4 files //....project not give you what you need? ---------------------------------------------------------------------- Comment By: David Corbin (dcorbin) Date: 2004-02-29 11:22 Message: Logged In: YES user_id=1805 I think that is the same complaint we just had on the user mailing list, that. The "Projects" branch of the tree (currently) pummels the server looking for .project files. At the minimum, we should make this an optional feature. But, I wonder if we can do a better job of this. I would think we could do something a little less intrusive with the right wild card patterns. Perhaps not. This is not the first time we've had this complaint. ---------------------------------------------------------------------- Comment By: Kelvin Edmison (kedmison) Date: 2004-02-19 10:52 Message: Logged In: YES user_id=591191 To elaborate: I'm using version 0.6.2 of the plugin and the perforce server info is P4D/SOLARIS26/2002.1/34618 (2002/07/03) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428672&aid=899931&group_id=40694 |