Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI: Exception from PyDev on Exit #1779

Open
John-Holt-Tessella opened this issue Nov 8, 2016 · 0 comments
Open

GUI: Exception from PyDev on Exit #1779

John-Holt-Tessella opened this issue Nov 8, 2016 · 0 comments
Labels

Comments

@John-Holt-Tessella
Copy link
Contributor

John-Holt-Tessella commented Nov 8, 2016

Exception on exit, probably after using pydev.

!ENTRY org.python.pydev.shared_core 1 1 2016-11-08 10:43:13.621
!MESSAGE No existing console history at: C:\Instrument\Apps\Client\workspace.metadata.plugins\org.python.pydev.shared_interactive_console\history.py
!STACK 0
java.io.FileNotFoundException: C:\Instrument\Apps\Client\workspace.metadata.plugins\org.python.pydev.shared_interactive_console\history.py (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.(Unknown Source)
at java.io.FileReader.(Unknown Source)
at org.python.pydev.shared_interactive_console.console.ScriptConsoleGlobalHistory.load(ScriptConsoleGlobalHistory.java:96)
at org.python.pydev.shared_interactive_console.console.ScriptConsoleGlobalHistory.(ScriptConsoleGlobalHistory.java:45)
at org.python.pydev.shared_interactive_console.console.ScriptConsoleGlobalHistory.(ScriptConsoleGlobalHistory.java:37)
at org.python.pydev.shared_interactive_console.console.ScriptConsoleHistory.(ScriptConsoleHistory.java:56)
at org.python.pydev.shared_interactive_console.console.ui.ScriptConsole.(ScriptConsole.java:183)
at org.python.pydev.debug.newconsole.PydevConsole.(PydevConsole.java:84)
at org.python.pydev.debug.newconsole.PydevConsoleFactory.connectDebugger(PydevConsoleFactory.java:169)
at org.python.pydev.debug.newconsole.PydevConsoleFactory.access$1(PydevConsoleFactory.java:163)
at org.python.pydev.debug.newconsole.PydevConsoleFactory$1.run(PydevConsoleFactory.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

This does not happen everytime and I am unsure how to reproduce it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant