1117 Linux 2.6: Nice but plugins still cannot be installed

I know this is an existing issue but I'm still seeing this with my Red
Hat Linux 2.6 kernel:

$ ./idea.sh
Execute
copy[/home/natkins/.IntelliJIdea/system/plugins/tunnellij_0_9_1.jar,
/usr/local/IntelliJ-IDEA-Aurora/bin/../plugins/tunnellij_0_9_1.jar]
java.io.IOException: Invalid argument
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at
sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at com.intellij.util.c.h.b(h.java:152)
at
com.intellij.ide.plugins.PluginInstaller$ActionCommand.execute(PluginInstaller.java:13)
at
com.intellij.ide.plugins.PluginInstaller.executeActionScript(PluginInstaller.java:78)
at com.intellij.ide.plugins.c.a(c.java:37)
at com.intellij.ide.plugins.c.a(c.java:12)
at com.intellij.ide.plugins.c.a(c.java:109)
at com.intellij.idea.Main.main(Main.java:40)
ERROR - llij.ide.plugins.PluginManager -
ERROR - llij.ide.plugins.PluginManager - JDK: 1.4.2_03
ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM)
Client VM
ERROR - llij.ide.plugins.PluginManager - Vendor: Sun
Microsystems Inc.
ERROR - llij.ide.plugins.PluginManager - OS: Linux
ERROR - llij.ide.plugins.PluginManager -
java.io.IOException: Invalid argument
at sun.nio.ch.FileChannelImpl.transferTo0(Native Method)
at
sun.nio.ch.FileChannelImpl.transferToDirectly(FileChannelImpl.java:392)
at sun.nio.ch.FileChannelImpl.transferTo(FileChannelImpl.java:487)
at com.intellij.util.c.h.b(h.java:152)
at
com.intellij.ide.plugins.PluginInstaller$ActionCommand.execute(PluginInstaller.java:13)
at
com.intellij.ide.plugins.PluginInstaller.executeActionScript(PluginInstaller.java:78)
at com.intellij.ide.plugins.c.a(c.java:37)
at com.intellij.ide.plugins.c.a(c.java:12)
at com.intellij.ide.plugins.c.a(c.java:109)
at com.intellij.idea.Main.main(Main.java:40)
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:834)
at
javax.swing.SwingUtilities.invokeAndWait(SwingUtilities.java:1225)
at com.intellij.diagnostic.DialogAppender.a(DialogAppender.java:30)
at
com.intellij.diagnostic.DialogAppender.access$000(DialogAppender.java:11)
at
com.intellij.diagnostic.DialogAppender$0.run(DialogAppender$0.java)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NullPointerException
at com.intellij.diagnostic.b.b(b.java:41)
at com.intellij.diagnostic.h.]]>(h.java:42)
at
com.intellij.diagnostic.DialogAppender$3.run(DialogAppender$3.java:4)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)



Is there a way to install plugins manually. I desparately want to use
the ContextViewer to name just one...

Thanks,

Nick.

0
Avatar
Permanently deleted user

On Thu, 22 Jan 2004 15:27:56 -0800, Nick Atkins <natkins@slippytoad.com>
wrote:

>
>

Is there a way to install plugins manually. I desparately want to use
the ContextViewer to name just one...

>

Download it from
http://www.intellij.org/twiki/bin/view/Main/ContextViewerPlugin
and copy the jar to $IDEA_PATH/plugins

Start idea. It should work.


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

0

I do it my going into the plugin manager, select the plugins to install, select OK. IDEA will ask if I wnat to shut down, and select OK. Then I manually copy the plugins from $HOME/.IntelliJIdea/system/plugins/ $IDEA/plugins before starting IDEA again.

0
Avatar
Permanently deleted user

Thanks. May I add that you also need to remove the "action.script" file
from $HOME/.IntelliJIdea/system/plugins/ otherwise the crash still occurs.

Thanks,

Nick.

Elias M wrote:

I do it my going into the plugin manager, select the plugins to install, select OK. IDEA will ask if I wnat to shut down, and select OK. Then I manually copy the plugins from $HOME/.IntelliJIdea/system/plugins/ $IDEA/plugins before starting IDEA again.

0

请先登录再写评论。