Jython2.5.1rc2 installation program throws exceptions when i 'click' on GUI commands ('Choose languaje' list, 'Next' & 'Cancel' buttons) but not on (X) button (i can close the program)

View: New views
3 Messages — Rating Filter:   Alert me  

Jython2.5.1rc2 installation program throws exceptions when i 'click' on GUI commands ('Choose languaje' list, 'Next' & 'Cancel' buttons) but not on (X) button (i can close the program)

by Alberto José Rubert Escuder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
 i run the installer from Windows XP Home Edition Console (cmd.exe) with Java version 1.6.0_16:

> java -jar jython_installer-2.5.1rc2.jar

then, the 'Jython Installation' window appears but, when i try to 'click' on any command i get:

Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: Unknown constant tag 0 in class file javax/swing/JInternalFrame
    at javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)
Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: javax/swing/JInternalFrame
    at javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)
Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: javax/swing/JInternalFrame
    at javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)


while, the GUI does nothing.

Thanks.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

Re: Jython2.5.1rc2 installation program throws exceptions when i 'click' on GUI commands ('Choose languaje' list, 'Next' & 'Cancel' buttons) but not on (X) button (i can close the program)

by oti-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alberto,

you could try to do a console or silent installation (instead of a gui
installation).
Type
  java -jar jython_installer-2.5.1rc2.jar --help
to see the options, and some examples.
Honestly i have no idea why the gui is misbehaving.
One thing that comes to mind: does the downloaded
jython_installer-2.5.1rc2 have the same size as the one on
sourceforge?

Best wishes,
Oti.

On Mon, Sep 21, 2009 at 12:49 AM, Alberto José Rubert Escuder
<al053052@...> wrote:

> Hello,
>  i run the installer from Windows XP Home Edition Console (cmd.exe) with
> Java version 1.6.0_16:
>
>> java -jar jython_installer-2.5.1rc2.jar
>
> then, the 'Jython Installation' window appears but, when i try to 'click' on
> any command i get:
>
> Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: Unknown
> constant tag 0 in class file javax/swing/JInternalFrame
>     at
> javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
>     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)
> Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError:
> javax/swing/JInternalFrame
>     at
> javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
>     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)
> Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError:
> javax/swing/JInternalFrame
>     at
> javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
> Source)
>     at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
>     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)
>
> while, the GUI does nothing.
>
> Thanks.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Jython-users mailing list
> Jython-users@...
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users

Re: Jython2.5.1rc2 installation program throws exceptions when i 'click' on GUI commands ('Choose languaje' list, 'Next' & 'Cancel' buttons) but not on (X) button (i can close the program)

by Alberto José Rubert Escuder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Oti,
 i did a console installation with "--console" option. Once installed i ran jython and got an error processing the rt jar:

*sys-package-mgr*: processing modified jar, 'C:\Archivos de programa\Java\jre6\lib\rt.jar'
*sys-package-mgr*: skipping bad jar, 'C:\Archivos de programa\Java\jre6\lib\rt.jar'

I tried to run past versions of jython (2.2.1) and got the same error processing that jar. So, may be the problem is loading java runtime.

The downloaded jar size is OK (14,6MB).

I did an autotest ("-A") installation too. The installation is succesful, but i obtain the same error with the rt.jar and when 'autotest.py' is running i got "jython is up and running". After that i got a "DriverException": the system can't find the path. Finally an IOError (multiple times) "File not found" for the autotest.py file.

Thanks.

Oti escribió:
Hi Alberto,

you could try to do a console or silent installation (instead of a gui
installation).
Type
  java -jar jython_installer-2.5.1rc2.jar --help
to see the options, and some examples.
Honestly i have no idea why the gui is misbehaving.
One thing that comes to mind: does the downloaded
jython_installer-2.5.1rc2 have the same size as the one on
sourceforge?

Best wishes,
Oti.

On Mon, Sep 21, 2009 at 12:49 AM, Alberto José Rubert Escuder
al053052@... wrote:
  
Hello,
 i run the installer from Windows XP Home Edition Console (cmd.exe) with
Java version 1.6.0_16:

    
java -jar jython_installer-2.5.1rc2.jar
      
then, the 'Jython Installation' window appears but, when i try to 'click' on
any command i get:

Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: Unknown
constant tag 0 in class file javax/swing/JInternalFrame
    at
javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)
Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError:
javax/swing/JInternalFrame
    at
javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)
Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError:
javax/swing/JInternalFrame
    at
javax.swing.plaf.basic.BasicLookAndFeel$AWTEventHelper.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Unknown
Source)
    at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Unknown
Source)
    at java.awt.Toolkit.notifyAWTEventListeners(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.dispatchEvent(Unknown Source)
    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)

while, the GUI does nothing.

Thanks.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users


    

  


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Jython-users mailing list
Jython-users@...
https://lists.sourceforge.net/lists/listinfo/jython-users