Build 3386 is unusable on OS X
I've been trying to use build 3386 and I am getting exceptions all over the place. I can't open old projects and I can't create new ones. Is anyone else seeing this? I'm running on a G4 Powerbook running OS X 10.3.9 with all patches applied.
Please sign in to leave a comment.
It works fine for me on Tiger.
Ralph Saunders wrote:
Ralph
>I've been trying to use build 3386 and I am getting exceptions all over the place.
>
What kind of exceptions?
(Works fine on Tiger for me too).
Alain
These are the two most common ones, and I have reported them though the automated reporting system.
Icon cannot be found in '/images/psi18x18.png', aClass='idea.plugin.psiviewer.controller.actions.ViewElementAtCaretAction'
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:34)
at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:84)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:342)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.processActionsElement(ActionManagerImpl.java:302)
at com.intellij.idea.IdeaApplication.c(IdeaApplication.java:43)
at com.intellij.idea.IdeaApplication.access$200(IdeaApplication.java:61)
at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:14)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:55)
at com.intellij.idea.Main$3.run(Main.java)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:144)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:129)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:82)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
and
Error during dispatching of java.awt.event.InvocationEvent[INVOCATION_DEFAULT,runnable=com.intellij.diagnostic.IdeMessagePanel$3@a790e7,notifier=null,catchExceptions=false,when=1120080078325] on apple.awt.CToolkit@1a3f77: parent must be showing: javax.swing.SwingUtilities$1[frame0,0,22,128x37,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal]
java.lang.IllegalArgumentException: parent must be showing: javax.swing.SwingUtilities$1[frame0,0,22,128x37,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal]
at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.(DialogWrapperPeerImpl.java:14) at com.intellij.openapi.ui.impl.DialogWrapperPeerFactoryImpl.createPeer(DialogWrapperPeerFactoryImpl.java:2) at com.intellij.openapi.ui.DialogWrapper.(DialogWrapper.java:125) at com.intellij.diagnostic.IdeErrorsDialog.(IdeErrorsDialog.java:76) at com.intellij.diagnostic.IdeMessagePanel$3$1.]]>(IdeMessagePanel.java:5)
at com.intellij.diagnostic.IdeMessagePanel$3.run(IdeMessagePanel.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:144)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:129)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:82)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
Ralph
>Icon cannot be found in '/images/psi18x18.png', aClass='idea.plugin.psiviewer.controller.actions.ViewElementAtCaretAction'
>
That's related to the PsiViewerPlugin.
Alain
Do you have an old version of the image viewer plugin???
Is anyone running under JDK 1.4 on OS X still getting the ClassNotFoundError related to XPath classes? I'm pretty sure I fixed it but have no good way of testing.
--Dave Griffith
I can't even run #3386... The same fatal errors as with #3378 I think. I've submitted a report via the automated bug tracker. I'm using Tiger on a PowerBook.
I've got this some months ago. Please update your PsiViewer-plug-in.
Tom
In article <8696432.1120107151548.JavaMail.itn@is.intellij.net>,
David Browning <no_mail@jetbrains.com> wrote:
Can I suggest you yank out all the plugins you installed and try again?
The plugins in question would be in ~/Libraries/Application
Support/IntelliJ IDEA (or another dir name here if you modified the
package)
R
I just tried removing everything from that directory and I still get this exception and no opened project. It would be really nice if JetBrains could fix this. The last three builds have been completely unusable for me.
Error during dispatching of java.awt.event.MouseEvent[MOUSE_CLICKED,(180,205),button=1,modifiers=Button1,clickCount=1] on frame0: java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z
java.lang.NoSuchMethodError: java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z
at com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl.readExternal(ProjectLevelVcsManagerImpl.java:14)
at com.intellij.openapi.components.impl.ComponentManagerImpl.doInitJdomExternalizable(ComponentManagerImpl.java:46)
at com.intellij.openapi.project.impl.ProjectImpl.initJdomExternalizable(ProjectImpl.java:36)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:87)
at com.intellij.openapi.components.impl.ComponentManagerImpl.access$000(ComponentManagerImpl.java:14)
at com.intellij.openapi.components.impl.ComponentManagerImpl$MyComponentAdapterFactory$1.getComponentInstance(ComponentManagerImpl.java:0)
at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:44)
at org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingComponentAdapter.java:38)
at org.picocontainer.defaults.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:322)
at org.picocontainer.defaults.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:305)
at com.intellij.openapi.extensions.impl.AreaPicoContainerImpl$4.visitContainer(AreaPicoContainerImpl.java:109)
at org.picocontainer.defaults.DefaultPicoContainer.accept(DefaultPicoContainer.java:416)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.accept(AbstractDelegatingMutablePicoContainer.java:134)
at com.intellij.openapi.extensions.impl.AreaPicoContainerImpl.getComponentInstance(AreaPicoContainerImpl.java:96)
at com.intellij.openapi.components.impl.ComponentManagerImpl.instantiateComponent(ComponentManagerImpl.java:17)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:70)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:77)
at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:11)
at com.intellij.openapi.project.impl.BaseFileConfigurable.initComponents(BaseFileConfigurable.java:45)
at com.intellij.openapi.project.impl.BaseFileConfigurable.init(BaseFileConfigurable.java:103)
at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:245)
at com.intellij.openapi.project.impl.ProjectManagerImpl.newProject(ProjectManagerImpl.java:177)
at com.intellij.ide.impl.ProjectUtil.createNewProject(ProjectUtil.java:33)
at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreen$3.onPress(WelcomeScreen.java)
at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreen$ActionGroupDescriptor$1.mouseClicked(WelcomeScreen.java)
at java.awt.Component.processMouseEvent(Component.java:5169)
at java.awt.Component.processEvent(Component.java:4963)
at java.awt.Container.processEvent(Container.java:1613)
at java.awt.Component.dispatchEventImpl(Component.java:3681)
at java.awt.Container.dispatchEventImpl(Container.java:1671)
at java.awt.Component.dispatchEvent(Component.java:3543)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3527)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3251)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3172)
at java.awt.Container.dispatchEventImpl(Container.java:1657)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3543)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:144)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:59)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:82)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
In article <17844872.1120147529556.JavaMail.itn@is.intellij.net>,
Ralph Saunders <no_mail@jetbrains.com> wrote:
This is not the same error you posted last time. What JDK are you using?
It is a different error, but the effect is the same. 8^(
Here is the version of java I'm using:
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed
Ralph
A fresh install is worth trying. You could create a new/use another user
account, where you have never installed IDEA.
Alain
Wait a minute... are you on Tiger??? Like the REAL OSX Released Tiger?
If so, that's not the right JDK version:
java version "1.4.2_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-215)
Java HotSpot(TM) Client VM (build 1.4.2-50, mixed mode)
R
10.3.9 is Panther.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
I can give this a try, but I don't see what that will prove (or disprove). What are you speculating might be wrong?
Ralph,
this is indeed the problem in IDEA's code that uses 1.5 specific API. We
will fix that.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
But I;m not using JDK 1.5 and I don't see this, how is this possible?
Did something change between JDK 1.4 on Panther and on Tiger?
R
The code fires reading some property from saved config, which you seem not
be using.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
I had not had any trouble with this problem until today. I was unable to open an existing project. Now I can't even create a new project in that directory.
Oh, well.
In article <24235555.1120233405785.JavaMail.itn@is.intellij.net>,
Donald McLean <dmclean@stsci.edu> wrote:
Have you thought about running the disk utility and check/fix
permissions?
R
According to Maxim, it is a bug in Idea, not a permission problem:
Dave,
I am running 1.4 on os x intel and yes it appears that the multitude of xpath errors are indeed gone.
Christian