Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6529902
By: stanchan

Here is the error from the logs:


!ENTRY org.python.pydev 4 4 2009-02-25 14:32:49.936
!MESSAGE Error creating python process - exited before creating sockets - 
exitValue
= (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
!STACK 1
org.eclipse.core.runtime.CoreException: Error creating python process - exited
before creating sockets - exitValue = (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:315)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.startIt(AbstractS
hell.java:368)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:237)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:190)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.lazyStartShell(PyCod
eCompletion.java:325)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.getCodeCompletionPro
posals(PyCodeCompletion.java:103)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.getPythonPr
oposals(PythonCompletionProcessor.java:217)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.computeComp
letionProposals(PythonCompletionProcessor.java:148)
        at 
org.python.pydev.editor.simpleassist.SimpleAssistProcessor.computeCompletion
Proposals(SimpleAssistProcessor.java:188)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionPropo
sals(ContentAssistant.java:1836)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposal
s(CompletionProposalPopup.java:553)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Compl
etionProposalPopup.java:550)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(Completio
nProposalPopup.java:485)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(C
ompletionProposalPopup.java:479)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant
.java:377)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.
java:113)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
193)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(
EclipseAppLauncher.java:110)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp
pLauncher.java:79)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.RuntimeException: Error creating python process - exited
before creating sockets - exitValue = (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:314)
        ... 39 more
!SUBENTRY 1 org.python.pydev 4 4 2009-02-25 14:32:49.936
!MESSAGE Error creating python process - exited before creating sockets - 
exitValue
= (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
!STACK 0
java.lang.RuntimeException: Error creating python process - exited before 
creating
sockets - exitValue = (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:314)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.startIt(AbstractS
hell.java:368)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:237)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:190)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.lazyStartShell(PyCod
eCompletion.java:325)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.getCodeCompletionPro
posals(PyCodeCompletion.java:103)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.getPythonPr
oposals(PythonCompletionProcessor.java:217)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.computeComp
letionProposals(PythonCompletionProcessor.java:148)
        at 
org.python.pydev.editor.simpleassist.SimpleAssistProcessor.computeCompletion
Proposals(SimpleAssistProcessor.java:188)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionPropo
sals(ContentAssistant.java:1836)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposal
s(CompletionProposalPopup.java:553)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Compl
etionProposalPopup.java:550)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(Completio
nProposalPopup.java:485)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(C
ompletionProposalPopup.java:479)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant
.java:377)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.
java:113)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
193)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(
EclipseAppLauncher.java:110)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp
pLauncher.java:79)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

!ENTRY org.python.pydev 4 4 2009-02-25 14:32:49.967
!MESSAGE org.eclipse.core.runtime.CoreException: Error creating python process
- exited before creating sockets - exitValue = (1)(C:\Python26\python.exe 
"C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
!STACK 0
java.lang.RuntimeException: org.eclipse.core.runtime.CoreException: Error 
creating
python process - exited before creating sockets - exitValue =
(1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.lazyStartShell(PyCod
eCompletion.java:333)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.getCodeCompletionPro
posals(PyCodeCompletion.java:103)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.getPythonPr
oposals(PythonCompletionProcessor.java:217)
        at 
org.python.pydev.editor.codecompletion.PythonCompletionProcessor.computeComp
letionProposals(PythonCompletionProcessor.java:148)
        at 
org.python.pydev.editor.simpleassist.SimpleAssistProcessor.computeCompletion
Proposals(SimpleAssistProcessor.java:188)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionPropo
sals(ContentAssistant.java:1836)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposal
s(CompletionProposalPopup.java:553)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(Compl
etionProposalPopup.java:550)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(Completio
nProposalPopup.java:485)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at 
org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(C
ompletionProposalPopup.java:479)
        at 
org.eclipse.jface.text.contentassist.ContentAssistant$2.run(ContentAssistant
.java:377)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.
java:113)
        at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:
193)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(
EclipseAppLauncher.java:110)
        at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAp
pLauncher.java:79)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
        at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: org.eclipse.core.runtime.CoreException: Error creating python process
- exited before creating sockets - exitValue = (1)(C:\Python26\python.exe 
"C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.startIt(AbstractS
hell.java:369)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:237)
        at 
org.python.pydev.editor.codecompletion.shell.AbstractShell.getServerShell(Ab
stractShell.java:190)
        at 
org.python.pydev.editor.codecompletion.PyCodeCompletion.lazyStartShell(PyCod
eCompletion.java:325)
        ... 35 more
Caused by: java.lang.Exception: Error creating python process - exited before
creating sockets - exitValue = (1)(C:\Python26\python.exe "C:\Program
Files\eclipse\configuration\org.eclipse.osgi\bundles\786\1\.cp\PySrc\pycompletio
nserver.py" 2930 2931) - os:Windows XP
        ... 39 more

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to