668 and plugins
I haven't figured out which plugin it is, but 668 won't start with my
current set of plugins:
Build #668
2002-10-31 11:15:41,220 ERROR - ij.components.ComponentManager -
JDK: 1.4.1_01
2002-10-31 11:15:41,220 ERROR - ij.components.ComponentManager -
VM: Java HotSpot(TM) Client VM
2002-10-31 11:15:41,220 ERROR - ij.components.ComponentManager -
Vendor: Sun Microsystems Inc.
2002-10-31 11:15:41,220 ERROR - ij.components.ComponentManager -
OS: Windows 2000
2002-10-31 11:15:41,220 ERROR - ij.components.ComponentManager -
Component class com.intellij.openapi.actionSystem.ActionManager is being
requested during its own initializing procedure
--
Jordan Zimmerman
Altura International
Catalog City
Please sign in to leave a comment.
ik my experience this happens you have the same plugin in you plugins
dir twice (maybe you rename one)...
Aiko
Jordan Zimmerman wrote:
hmm.. I still think faster than I type...
lets say it again.
In my experience this happens when I have the same plugin in my plugins
directory twice (I rename often rename older versions of plugins)...
Aiko
Aiko Mastboom wrote:
>> I haven't figured out which plugin it is, but 668 won't start with my
>> current set of plugins:
>>
>> Build #668
>> 2002-10-31 11:15:41,220 ERROR -
>> ij.components.ComponentManager -
>> JDK: 1.4.1_01
>> 2002-10-31 11:15:41,220 ERROR -
>> ij.components.ComponentManager -
>> VM: Java HotSpot(TM) Client VM
>> 2002-10-31 11:15:41,220 ERROR -
>> ij.components.ComponentManager -
>> Vendor: Sun Microsystems Inc.
>> 2002-10-31 11:15:41,220 ERROR -
>> ij.components.ComponentManager -
>> OS: Windows 2000
>> 2002-10-31 11:15:41,220 ERROR -
>> ij.components.ComponentManager -
>> Component class com.intellij.openapi.actionSystem.ActionManager is being
>> requested during its own initializing procedure
>>
>>
>> --
>> Jordan Zimmerman
>> Altura International
>> Catalog City
>>
>>
I'm experiencing this as well, but I've removed all the other plugins in the directory. I'm basing my plugin on the Starteam plugin, so my plugin.xml and plugin class is very similar (with some thing not implemented yet), but for some reason, the star team plugin works fine, but mine gets this problem.
I am not seeing this with my starteam based plugin. I did however change all the internal names and packages. I would recomend you try the same
i THINK (not sure about the exact error message) that i had this just today, when the xml file stated that the plugin had an application component which was indeed a project component. hth