Not able to start 3229 ....
I am not able to start 3229 on linux fedora core3.
I am running into following exception on startup. I did not do a full install - just unzip the tar.gz.
java.io.FileNotFoundException: /opt/idea3229/system/plugins/action.script (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.]]>(FileOutputStream.java:179)
at com.intellij.ide.startup.StartupActionScriptManager.a(StartupActionScriptManager.java:27)
at com.intellij.ide.startup.StartupActionScriptManager.executeActionScript(StartupActionScriptManager.java:18)
at com.intellij.ide.plugins.PluginManager.bootstrap(PluginManager.java:28)
at com.intellij.ide.plugins.PluginManager.main(PluginManager.java:346)
at com.intellij.ide.plugins.PluginManager.main(PluginManager.java:342)
at com.intellij.idea.Main.main(Main.java:51)
Exception in thread "main" java.lang.AssertionError:
at com.intellij.openapi.diagnostic.DefaultLogger.error(DefaultLogger.java:33)
Please sign in to leave a comment.
Appears like uncessuful download of the plugin from plugin repostory. Try
deleting system/plugins/ folder
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
I do not have systems/plugin folder in /opt/idea3229. I found I have one in ~/.IntelliJIdea/system/plugins that contains the action script. I copied the file (had to change permissions to writeable to the user) in /opt/idea3229 before I could start again.
The temp shortcut of copying ~/.InitelliJIdea/system/plugins/action.script to /opt/idea3229/system/plugins/action.script solved the problem.
On Tue, 22 Feb 2005 00:44:06 +0300, Vinay Moharil wrote:
I get the same exception.
But only if the filesystem containing IDEA is mounted read-write :(
So is there a bug causing IDEA to look under $ for
system/plugins/action.script or is it a bug that it expects IDEA to be
on a r-w filesystem (my money's on the former)?
--
Mark Scott
mark@codebrewer.com
Plugins are temporarily downloaded into system/plugin and the action script updated.
When you restart IDEA they (should be) copied to the correct plugin folder.
Doesn't seem to work properly in this build for me (windows).
That functionality broken in 3229. See http://www.jetbrains.net/jira/browse/IDEADEV-442
(fixed).
Sorry.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"