JAVA Update 19 :-(

Questions, answers, tips and ideas on Servoy Client

Re: JAVA Update 19 :-(

Postby faheemhameed » Wed Feb 02, 2011 2:26 am

Thanks Johan,

That helped. Deleted empty beans.

Cheers.
Hameed
Pilot simple software
Hong Kong
User avatar
faheemhameed
 
Posts: 763
Joined: Wed Sep 10, 2003 7:23 am

Re: JAVA Update 19 :-(

Postby faheemhameed » Mon Feb 14, 2011 7:43 am

Dear Johan,

I having another issue which I believe related to the java update. Same version of Servoy.

Code: Select all
Exception in thread "AWT-EventQueue-0" sun.misc.ServiceConfigurationError: javax.imageio.spi.ImageReaderSpi: Provider com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReaderSpi could not be instantiated: java.lang.IllegalArgumentException: vendorName == null!
   at sun.misc.Service.fail(Service.java:120)
   at sun.misc.Service.access$200(Service.java:111)
   at sun.misc.Service$LazyIterator.next(Service.java:276)
   at javax.imageio.spi.IIORegistry.registerApplicationClasspathSpis(IIORegistry.java:190)
   at javax.imageio.ImageIO.scanForPlugins(ImageIO.java:93)
   at com.servoy.extensions.plugins.images.ImageProvider.<init>(Unknown Source)
   at com.servoy.extensions.plugins.images.ImagePlugin.getScriptObject(Unknown Source)
   at com.servoy.j2db.scripting.i.get(Unknown Source)
   at org.mozilla.javascript.ScriptRuntime.getProp(ScriptRuntime.java:726)
   at org.mozilla.javascript.gen.c504.call(mod_functions_media_new:39)
   at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1254)
   at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2031)
   at org.mozilla.javascript.InterpretedScript.call(InterpretedScript.java:68)
   at org.mozilla.javascript.NativeGlobal.evalSpecial(NativeGlobal.java:521)
   at org.mozilla.javascript.ScriptRuntime.callOrNewSpecial(ScriptRuntime.java:1270)
   at org.mozilla.javascript.ScriptRuntime.callSpecial(ScriptRuntime.java:1310)
   at org.mozilla.javascript.gen.c227.call(mod_functions_media:22)
   at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1254)
   at org.mozilla.javascript.gen.c305.call(mod_functions_local_functions_media:27)
   at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1254)
   at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2031)
   at org.mozilla.javascript.InterpretedScript.call(InterpretedScript.java:68)
   at org.mozilla.javascript.NativeGlobal.evalSpecial(NativeGlobal.java:521)
   at org.mozilla.javascript.ScriptRuntime.callOrNewSpecial(ScriptRuntime.java:1270)
   at org.mozilla.javascript.ScriptRuntime.callSpecial(ScriptRuntime.java:1310)
   at org.mozilla.javascript.gen.c60.call(local_functions_media:3)
   at com.servoy.j2db.scripting.f.executeFunction(Unknown Source)
   at com.servoy.j2db.FormController.a(Unknown Source)
   at com.servoy.j2db.FormController.executeFunction(Unknown Source)
   at com.servoy.j2db.FormController.actionPerformed(Unknown Source)
   at com.servoy.j2db.FormController$a.actionPerformed(Unknown Source)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
   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.Component.processMouseEvent(Component.java:6352)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
   at java.awt.Component.processEvent(Component.java:6117)
   at java.awt.Container.processEvent(Container.java:2085)
   at java.awt.Component.dispatchEventImpl(Component.java:4714)
   at java.awt.Container.dispatchEventImpl(Container.java:2143)
   at java.awt.Component.dispatchEvent(Component.java:4544)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4621)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
   at java.awt.Container.dispatchEventImpl(Container.java:2129)
   at java.awt.Window.dispatchEventImpl(Window.java:2478)
   at java.awt.Component.dispatchEvent(Component.java:4544)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.lang.IllegalArgumentException: vendorName == null!
   at javax.imageio.spi.IIOServiceProvider.<init>(IIOServiceProvider.java:59)
   at javax.imageio.spi.ImageReaderWriterSpi.<init>(ImageReaderWriterSpi.java:214)
   at javax.imageio.spi.ImageReaderSpi.<init>(ImageReaderSpi.java:192)
   at com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageReaderSpi.<init>(Unknown Source)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
   at java.lang.Class.newInstance0(Class.java:355)
   at java.lang.Class.newInstance(Class.java:308)
   at sun.misc.Service$LazyIterator.next(Service.java:271)
   ... 53 more



I think it's something to do with images plugin.

Code: Select all
   var jsImageObj = plugins.images.getImage(jsFileObj);



Please help me guide through to fix this issue.

Thanks a lot,
Hameed
Hameed
Pilot simple software
Hong Kong
User avatar
faheemhameed
 
Posts: 763
Joined: Wed Sep 10, 2003 7:23 am

Re: JAVA Update 19 :-(

Postby jcompagner » Mon Feb 14, 2011 11:05 am

Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8825
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: JAVA Update 19 :-(

Postby faheemhameed » Mon Feb 14, 2011 12:44 pm

Thanks a lot. Worked very well.

Regards,
Hameed
Hameed
Pilot simple software
Hong Kong
User avatar
faheemhameed
 
Posts: 763
Joined: Wed Sep 10, 2003 7:23 am

Previous

Return to Servoy Client

Who is online

Users browsing this forum: No registered users and 2 guests