Why has my plugin has stopped working in sandbox
My plugin has stopped working in the sandbox and I get the error message below.
Any ideas what the problem is?
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java -Xbootclasspath/p:/Applications/IntelliJ IDEA 7.0.3.app/lib/boot.jar -Didea.config.path=/Users/markee/IdeaProjects/sandbox/config -Didea.system.path=/Users/markee/IdeaProjects/sandbox/system -Didea.plugins.path=/Users/markee/IdeaProjects/sandbox/plugins -Didea.smooth.progress=false -Dapple.laf.useScreenMenuBar=true -Dfile.encoding=MacRoman -classpath /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/lib/tools.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/idea_rt.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/idea.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/bootstrap.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/extensions.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/openapi.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/jdom.jar:/Applications/IntelliJ IDEA 7.0.3.app/lib/log4j.jar com.intellij.idea.Main
Watcher OK.
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:411)
at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:453)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:183)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.read1(BufferedReader.java:185)
at java.io.BufferedReader.read(BufferedReader.java:261)
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:2971)
at org.xmlpull.mxp1.MXParser.more(MXParser.java:3025)
at org.xmlpull.mxp1.MXParser.parseProlog(MXParser.java:1410)
at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1395)
at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
at org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:363)
at org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:45)
at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:67)
Please sign in to leave a comment.
Hello mark,
I don't know why your plugin stopped working, but the exception below has
nothing to do with it. You can disable the IDEtalk plugin if it bothers you.
:)
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Is it possible to reset IDEA to factory state and flush all caches?
I've been playing with persistenceState to implement it. Could have accidentally saved something and how can I flush all the data saved by it?
Hello mark,
Just delete the sandbox directory.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I had put the 3 plugin jars in the redist folder from the devkit on the classpath. Removing them and my plugin now works again.