-
Bug
-
Resolution: Fixed
-
P4
-
1.1.4
-
1.1.6
-
sparc
-
generic
-
Verified
charlotte.odonovan@Ireland 1997-08-28
product:java
all_locales
Platforms: solaris 2.5/2.5.1 sparc
jdk1.1.4
Save outputs errors to the console in all locales See copy of the errors below.
Reproduce:
1. Run java appletviewer
2. Click on applet
3. Select Save
4.Try to save anything you want .
The following comes up on the console where you ran appletviewer from -
Unknown object of type:java.io.NotSerializableException
Exception occurred during event dispatching:
java.lang.IllegalArgumentException: Unknown argument
at java.text.MessageFormat.format(MessageFormat.java)
at java.text.MessageFormat.format(MessageFormat.java)
at java.text.Format.format(Format.java)
at sun.applet.AppletMessageHandler.getMessage(AppletMessageHandler.java:65)
at sun.applet.AppletViewer.appletSave(AppletViewer.java:470)
at sun.applet.AppletViewer.processUserAction(AppletViewer.java:670)
at sun.applet.AppletViewer$UserActionListener.actionPerformed(AppletViewer.java:140)
at java.awt.MenuItem.processActionEvent(MenuItem.java:434)
at java.awt.MenuItem.processEvent(MenuItem.java:398)
at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:174)
at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:166)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:65)
As far as I can see this is a functionality bug.
1997-09-02nicolar@ireland
this happens in windows nt and 95 also.
joaquim.rosell@ireland 1998-02-06
This doesn't happens anymore with jdk 1.1.6.