When we start the new 9.04 version we get these errors and an exception
hurl.

Electric Message:
Can't find plugin class 'j3d.ui.J3DMenu' for menu option
Exception while loading plugin class 'menus.SunAsyncMenu' for menu option

log:


java.io.NotSerializableException: com.sun.electric.database.ImmutableArcInst
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
at java.util.HashMap.writeObject(HashMap.java:1001)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:945)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1461)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1474)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1392)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
at com.sun.electric.tool.EJob.serialize(EJob.java:116)
at com.sun.electric.tool.Job.startJob(Job.java:353)
at com.sun.electric.tool.Job.startJob(Job.java:321)
at com.sun.electric.tool.Job.startJob(Job.java:301)
at
com.sun.electric.tool.user.menus.FileMenu$ReadLibrary.<init>(FileMenu.java:555)
at
com.sun.electric.tool.user.menus.FileMenu.openLibraryCommand(FileMenu.java:426)
at com.sun.electric.tool.user.ui.ToolBar$9.run(ToolBar.java:684)
at
com.sun.electric.tool.user.menus.EMenuItem.actionPerformed(EMenuItem.java:375)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
at java.awt.Component.processMouseEvent(Component.java:6134)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
at java.awt.Component.processEvent(Component.java:5899)
at java.awt.Container.processEvent(Container.java:2023)
at java.awt.Component.dispatchEventImpl(Component.java:4501)
at java.awt.Container.dispatchEventImpl(Container.java:2081)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
at java.awt.Container.dispatchEventImpl(Container.java:2067)
at java.awt.Window.dispatchEventImpl(Window.java:2458)
at java.awt.Component.dispatchEvent(Component.java:4331)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at
com.sun.electric.tool.user.UserInterfaceMain$2.dispatchEvent(UserInterfaceMain.java:153)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
java.lang.NullPointerException
at java.io.ByteArrayInputStream.<init>(ByteArrayInputStream.java:89)
at com.sun.electric.tool.EJob.deserializeToServer(EJob.java:136)
at com.sun.electric.tool.EThread.run(EThread.java:80)



On Mon, Jul 8, 2013 at 1:54 PM, Gilda V <[email protected]> wrote:

>  Brett
>
> That is a bug in Electric 9.04 but it is fixed in 9.05b. If you have
> access to the code @ java.net, you can download 9.05b from there
>
> Best
>
> Gilda
>
> Mohammad A Maktoom wrote, on 7/7/13 8:20 AM:
>
>  Hello Brett,
>  I have never used this importing option, but did you test this in
> previous version(s) of Electric?
>
>
> On Tue, Jul 2, 2013 at 12:23 AM, Brett <[email protected]> wrote:
>
>> Whenever I go to import a Spice Deck into Electric, I get an null pointer
>> exception after clicking the Import/Spice Decks... button. I have posted it
>> below. I am using Electric 9.04 Binary in Windows. Does anyone have any
>> suggestions?
>>
>>  java.lang.NullPointerException
>>  at
>> com.sun.electric.tool.user.dialogs.OpenFile.chooseInputFile(OpenFile.java:217)
>>  at
>> com.sun.electric.tool.user.menus.FileMenu.importLibraryCommand(FileMenu.java:868)
>>  at com.sun.electric.tool.user.menus.FileMenu$10.run(FileMenu.java:165)
>>  at
>> com.sun.electric.tool.user.menus.EMenuItem.actionPerformed(EMenuItem.java:375)
>>  at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
>>  at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
>>  at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
>>  at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
>>  at javax.swing.AbstractButton.doClick(Unknown Source)
>>  at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
>>  at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown
>> Source)
>>  at java.awt.Component.processMouseEvent(Unknown Source)
>>  at javax.swing.JComponent.processMouseEvent(Unknown Source)
>>  at java.awt.Component.processEvent(Unknown Source)
>>  at java.awt.Container.processEvent(Unknown Source)
>>  at java.awt.Component.dispatchEventImpl(Unknown Source)
>>  at java.awt.Container.dispatchEventImpl(Unknown Source)
>>  at java.awt.Component.dispatchEvent(Unknown Source)
>>  at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
>>  at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
>>  at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
>>  at java.awt.Container.dispatchEventImpl(Unknown Source)
>>  at java.awt.Window.dispatchEventImpl(Unknown Source)
>>  at java.awt.Component.dispatchEvent(Unknown Source)
>>  at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
>>  at java.awt.EventQueue.access$200(Unknown Source)
>>  at java.awt.EventQueue$3.run(Unknown Source)
>>  at java.awt.EventQueue$3.run(Unknown Source)
>>  at java.security.AccessController.doPrivileged(Native Method)
>>  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
>> Source)
>>  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
>> Source)
>>  at java.awt.EventQueue$4.run(Unknown Source)
>>  at java.awt.EventQueue$4.run(Unknown Source)
>>  at java.security.AccessController.doPrivileged(Native Method)
>>  at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown
>> Source)
>>  at java.awt.EventQueue.dispatchEvent(Unknown Source)
>>  at
>> com.sun.electric.tool.user.UserInterfaceMain$2.dispatchEvent(UserInterfaceMain.java:153)
>>  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
>>  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
>>  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
>>  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>>  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>>  at java.awt.EventDispatchThread.run(Unknown Source)
>>
>>  Thanks,
>> Brett
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Electric VLSI Editor" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>
>
> --
> Best Regards,
>
> *MOHAMMAD A MAKTOOMI,*
> *PhD candidate, ECE*
> *IIIT-D, **INDIA.*
>  *www.maktoomi.blogspot.com
> http://iiitdelectronics.blogspot.in/
> *
> *Contact- **+91-* 97 18 140152
>
> "If you want the love of people, stop running after it. The more you
> chase it, the more it escapes you. Love doesn't come from the people, it
> comes from Allah".
>  --
> You received this message because you are subscribed to the Google Groups
> "Electric VLSI Editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Electric VLSI Editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Electric VLSI Editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to