Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6542954 By: ivanoe
===================================== Is 1.4.4 simply does not work ===================================== === OUTLINE === Basically there seems to be the following issues/causes: * code complettion does not work, and just hangs the whole environment (very slow without any result) * jython seems to be loaded with error on start-up. also the PyDev Scripting does not work and seems to be related to that * during Run/Debug PYTHONPATH is not set properly (not at all) * relative paths are not resolved during Run/Debug, but this must be related to the issue above. .... all this is rather frustrating... == SETUP == WinXP Clean Eclipse 3.4.2 (only Platform Runtime Binary: http://download.eclipse.org/eclipse/downloads/drops/R-3.4.2-200902111700/downloa d.php?dropFile=eclipse-platform-3.4.2-win32.zip). The same problem with eclipse 3.4.1 Installed PyDev 1.4.4 using Update Site. This also installed JDT (not sure why it is required, but OK). == RELEVANT ENVIRONMENT VARIABLES == PYTHON_HOME=O:\ivanoe\Tools\Python26 PYTHON_SCRIPTS=O:\ivanoe\Tools\Python26\Scripts PATH=...O:\ivanoe\Tools\Python26;O:\ivanoe\Tools\Python26\Scripts;.... (basically this Python version is the one that is ran using default settings) == ECLIPSE configuration == Configured interpreter (python 2.6), pressed OK - no problem here. [[[ Issue: when clicking on 'Scripting Pydev', error is poped up with following text: """ Unable to create the selected preference page. An error occurred while automatically activating bundle org.python.pydev.jython (149). """ , after which the section is empty with only 1 red label (not BJ, but "An error has occurred when creating this preference page.") ]]] == Project == Created new project (Grammar version: 2.6, Interpreter: Default) Under 'src' created: - module 'test.py' test.py: [[[ def add(a, b): return a + b if __name__ == '__main__': print None print add(1, 2) print 'ok' ]]] The problem is that even though this runs on F9, the systax highlighter is screwed: Description Resource Path Location Type Undefined variable: __name__ test.py testPydev/src line 3 PyDev Problem Undefined variable: None test.py testPydev/src line 4 PyDev Problem (see .log below) Also when I take a look at 'Run Configuration' for the configured execution, in the textbox for 'PYTHONPATH that will be used in the run:' i see just the following error: "Can't find relative path:. within:reference:file:plugins\org.python.pydev.jython_1.4.4.2636.jar [149]" On the 'Interpreter' tab of the 'Run Configuration' after pressing big button I see: """ O:\ivanoe\Tools\Python26\python.exe -u O:\ivanoe\Dev\eclipse-test\testPydev\src\test.py The PYTHONPATH that will be used is: """ It does not seem to contain anything for PYTHONPATH. This is probably the cause to another problem: "WITHIN THE PROJECT IT IS NOT POSSIBLE TO IMPORT OTHER MODULES: When running configuration, the pythonpath is just empty and configuration from the project does not seem to be working" So basically there seems to be the following issues/causes: * code complettion does not work, and just hangs the whole environment (very slow without any result) * jython seems to be loaded with error on start-up. also the PyDev Scripting does not work and seems to be related to that * during Run/Debug PYTHONPATH is not set properly (not at all) * relative paths are not resolved during Run/Debug, but this must be related to the issue above. .... all this is rather frustrating... Thanks, ivanoe ===================================== See .log file below: ===================================== [[[ !SESSION 2009-02-27 00:43:23.597 ----------------------------------------------- eclipse.buildId=M20090211-1700 java.version=1.6.0_12 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_GB Framework arguments: org.eclipse.platform Command-line arguments: -os win32 -ws win32 -arch x86 org.eclipse.platform -data O:\ivanoe\Dev\eclipse-test !ENTRY org.eclipse.osgi 4 0 2009-02-27 00:43:45.118 !MESSAGE An error occurred while automatically activating bundle org.python.pydev.jython (149). !STACK 0 org.osgi.framework.BundleException: Exception in org.python.pydev.jython.JythonPlugin.start() of bundle org.python.pydev.jython. at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bu ndleContextImpl.java:1028) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte xtImpl.java:984) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.j ava:346) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle .java:265) at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400) at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalCl ass(EclipseLazyStarter.java:111) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:427) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:193) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:370) at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(Singl eSourcePackage.java:33) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(Bund leLoader.java:443) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:399) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:387) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:87) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at org.python.pydev.editor.scripting.PyEditScripting.<init>(PyEditScripting.jav a:29) at org.python.pydev.editor.PyEdit$4.run(PyEdit.java:565) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: java.lang.RuntimeException: Can't find relative path:. within:reference:file:plugins\org.python.pydev.jython_1.4.4.2636.jar [149] at org.python.pydev.jython.JythonPlugin.getPluginRootDir(JythonPlugin.java:203) at org.python.pydev.jython.JythonPlugin.start(JythonPlugin.java:180) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleConte xtImpl.java:1009) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bu ndleContextImpl.java:1003) ... 18 more Caused by: java.lang.RuntimeException: Can't find relative path:. within:reference:file:plugins\org.python.pydev.jython_1.4.4.2636.jar [149] at org.python.pydev.core.bundle.BundleUtils.getRelative(BundleUtils.java:21) at org.python.pydev.core.bundle.BundleInfo.getRelativePath(BundleInfo.java:30) at org.python.pydev.jython.JythonPlugin.getPluginRootDir(JythonPlugin.java:201) ... 22 more Caused by: java.lang.NullPointerException at org.eclipse.core.internal.runtime.Activator.getURLConverter(Activator.java:3 13) at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:164) at org.python.pydev.core.bundle.BundleUtils.getRelative(BundleUtils.java:16) ... 24 more Root exception: java.lang.RuntimeException: java.lang.RuntimeException: Can't find relative path:. within:reference:file:plugins\org.python.pydev.jython_1.4.4.2636.jar [149] at org.python.pydev.jython.JythonPlugin.getPluginRootDir(JythonPlugin.java:203) at org.python.pydev.jython.JythonPlugin.start(JythonPlugin.java:180) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleConte xtImpl.java:1009) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(Bu ndleContextImpl.java:1003) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleConte xtImpl.java:984) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.j ava:346) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle .java:265) at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400) at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalCl ass(EclipseLazyStarter.java:111) at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Classpat hManager.java:427) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Defa ultClassLoader.java:193) at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleL oader.java:370) at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(Singl eSourcePackage.java:33) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(Bund leLoader.java:443) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:399) at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader .java:387) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultCl assLoader.java:87) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at org.python.pydev.editor.scripting.PyEditScripting.<init>(PyEditScripting.jav a:29) at org.python.pydev.editor.PyEdit$4.run(PyEdit.java:565) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: Can't find relative path:. within:reference:file:plugins\org.python.pydev.jython_1.4.4.2636.jar [149] at org.python.pydev.core.bundle.BundleUtils.getRelative(BundleUtils.java:21) at org.python.pydev.core.bundle.BundleInfo.getRelativePath(BundleInfo.java:30) at org.python.pydev.jython.JythonPlugin.getPluginRootDir(JythonPlugin.java:201) ... 22 more Caused by: java.lang.NullPointerException at org.eclipse.core.internal.runtime.Activator.getURLConverter(Activator.java:3 13) at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:164) at org.python.pydev.core.bundle.BundleUtils.getRelative(BundleUtils.java:16) ... 24 more !ENTRY org.python.pydev 4 4 2009-02-27 00:43:46.290 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2665 2666) - os:Windows XP !STACK 1 org.eclipse.core.runtime.CoreException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2665 2666) - 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.PyEdit$2.run(PyEdit.java:512) Caused by: java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2665 2666) - os:Windows XP at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:314) ... 4 more !SUBENTRY 1 org.python.pydev 4 4 2009-02-27 00:43:46.290 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2665 2666) - os:Windows XP !STACK 0 java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2665 2666) - 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.PyEdit$2.run(PyEdit.java:512) !ENTRY org.python.pydev 4 4 2009-02-27 00:43:46.540 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2667 2668) - os:Windows XP !STACK 1 org.eclipse.core.runtime.CoreException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2667 2668) - 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.revisited.modules.CompiledModule.setT okens(CompiledModule.java:125) at org.python.pydev.editor.codecompletion.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:83) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2667 2668) - os:Windows XP at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:314) ... 21 more !SUBENTRY 1 org.python.pydev 4 4 2009-02-27 00:43:46.540 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2667 2668) - os:Windows XP !STACK 0 java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2667 2668) - 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.revisited.modules.CompiledModule.setT okens(CompiledModule.java:125) at org.python.pydev.editor.codecompletion.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:83) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !ENTRY org.python.pydev 4 4 2009-02-27 00:43:47.331 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP !STACK 1 org.eclipse.core.runtime.CoreException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - 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.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:95) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP at org.python.pydev.plugin.PydevPlugin.log(PydevPlugin.java:314) ... 20 more !SUBENTRY 1 org.python.pydev 4 4 2009-02-27 00:43:47.331 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP !STACK 0 java.lang.RuntimeException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - 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.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:95) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !ENTRY org.python.pydev 4 4 2009-02-27 00:43:47.331 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP !STACK 1 org.eclipse.core.runtime.CoreException: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - 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.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:95) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: java.lang.Exception: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP ... 20 more !SUBENTRY 1 org.python.pydev 4 4 2009-02-27 00:43:47.331 !MESSAGE Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - os:Windows XP !STACK 0 java.lang.Exception: Error creating python process - exited before creating sockets - exitValue = (1)(O:\ivanoe\Tools\Python26\python.exe "O:\ivanoe\Tools\eclipse\configuration\org.eclipse.osgi\bundles\144\1\.cp\PySrc\ pycompletionserver.py" 2669 2670) - 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.revisited.modules.CompiledModule.<ini t>(CompiledModule.java:95) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:216) at org.python.pydev.editor.codecompletion.revisited.SystemModulesManager.getBui ltinModule(SystemModulesManager.java:1) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo duleAndRelatedModulesManager(ProjectModulesManager.java:284) at org.python.pydev.editor.codecompletion.revisited.ProjectModulesManager.getMo dule(ProjectModulesManager.java:264) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getModul e(AbstractASTManager.java:344) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inMod(AbstractASTManager.java:872) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inComps(AbstractASTManager.java:856) at org.python.pydev.editor.codecompletion.revisited.AbstractASTManager.getBuilt inCompletions(AbstractASTManager.java:838) at com.python.pydev.analysis.scopeanalysis.AbstractScopeAnalyzerVisitor.<init>( AbstractScopeAnalyzerVisitor.java:134) at com.python.pydev.analysis.visitors.OccurrencesVisitor.<init>(OccurrencesVisi tor.java:64) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:44) at com.python.pydev.analysis.OccurrencesAnalyzer.analyzeDocument(OccurrencesAna lyzer.java:38) at com.python.pydev.analysis.builder.AnalysisBuilderRunnable.doAnalysis(Analysi sBuilderRunnable.java:182) at com.python.pydev.analysis.builder.AbstractAnalysisBuilderRunnable.run(Abstra ctAnalysisBuilderRunnable.java:125) at com.python.pydev.analysis.builder.AnalysisBuilderVisitor$3.run(AnalysisBuild erVisitor.java:163) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) ]]] ______________________________________________________________________ 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