craftleft.gif (3002 bytes)QuickTable
Home | API | Tutorial | Download | Support | Contact topblack.gif (108 bytes)


QuickTable User Cp  |  Register  |  Members  |  Search  |  Help
    |- QuickTable Discussion Forums > QuickTable Installation Issues Post New Topic   Post A Reply
Quicktable and webstart printer friendly version
next newest post | next oldest post
Author Messages
ranjanjha
Private

Gender: Male
Location: Virginia
Registered: Jun 2004
Status: Offline
Posts: 9

Click here to see the profile for ranjanjha Visit http://www.jax.org Send email to ranjanjha Send private message to ranjanjha Find more posts by ranjanjha Edit or delete this message Reply w/Quote
Posted Tuesday, May 10, 2005 @ 20:00:41  

When I launch a java application using webstart, it is unable to display those interfaces which have quicktable. It runs fine standalone for the same jre used by webstart. Webstart does not seem to have problem with JTable. It happens only when quicktable is used.

Thanks,
Ranjan

Admin
Board Owner

Gender: Unspecified
Location:
Registered: Jul 2003
Status: Offline
Posts: 9

Click here to see the profile for Admin Send email to Admin Send private message to Admin Find more posts by Admin Edit or delete this message Reply w/Quote
Posted Tuesday, May 10, 2005 @ 22:01:57  

Do you see any exceptions?

If you remove the quicktable, is it working?

If you are connecting to database, make sure it is able to connect to database. It may need <security><all-permissions> </security> in jnlp files.

Is your webstart application able to load any other jar files?

ranjanjha
Private

Gender: Male
Location: Virginia
Registered: Jun 2004
Status: Offline
Posts: 9

Click here to see the profile for ranjanjha Visit http://www.jax.org Send email to ranjanjha Send private message to ranjanjha Find more posts by ranjanjha Edit or delete this message Reply w/Quote
Posted Thursday, May 12, 2005 @ 06:34:06  

I sent you an email with these answers, posting them here again so that someone else can throw some light on this thing as well:

Do you see any exceptions?
- No.
If you remove the quicktable, is it working?
- yes, other interfaces from the same app which don't use quicktable work fine.
If you are connecting to database, make sure it is able to connect to database. It may need <security><all-permissions> </security> in jnlp files.
- this is set as you mention above

Is your webstart application able to load any other jar files?
- yes, it can.

Admin
Board Owner

Gender: Unspecified
Location:
Registered: Jul 2003
Status: Offline
Posts: 9

Click here to see the profile for Admin Send email to Admin Send private message to Admin Find more posts by Admin Edit or delete this message Reply w/Quote
Posted Monday, May 23, 2005 @ 22:20:12  

You are getting the following exception.

Are you using the original jar file in the quicktable download file? Did you modify or recompile the java source/jar?

There are two issues, QuickTable.properties file is missing in jar file and the second problem might happen if you recompile the java code.

Error 1: Unable to load message bundle
java.util.MissingResourceException: Can't find bundle for base name QuickTable, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown Source) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at MutaGUI.DBTable.<init>(DBTable.java:305)
at MutaGUI.Mouse.jbInit2(Mouse.java:763)
at MutaGUI.Mouse.<init>(Mouse.java:296)
at MutaGUI.MutaGUIFrame$1.actionPerformed(MutaGUIFrame.java:221)
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.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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: Illegal field name " val$cellType" in class MutaGUI/DBTableCellEditor$2 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.defineClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.access$100(Unknown Source) at com.sun.jnlp.JNLPClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) at MutaGUI.DBTableColumnModel.setType(DBTableColumnModel.java:334)
at MutaGUI.DBTableColumnModel.addColumn(DBTableColumnModel.java:93)
at MutaGUI.DBTableColumnModel.setDefaultColumns(DBTableColumnModel.java:101)
at MutaGUI.DBTableModel.<init>(DBTableModel.java:165)
at MutaGUI.DBTable.<init>(DBTable.java:324)
at MutaGUI.Mouse.jbInit2(Mouse.java:763)
at MutaGUI.Mouse.<init>(Mouse.java:296)
at MutaGUI.MutaGUIFrame$1.actionPerformed(MutaGUIFrame.java:221)
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.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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)

Post New Topic   Post A Reply Jump to:
Contact Us | QuickTable - A Java DBGrid | Privacy Policy All times are GMT -5 Hours.
Welcome to QuickTable Forums, Guest!  
Login
Username :
Password :
In order to fully utilize the abilities of this board, you are required to register as a member. Registration is free, and allows you to do lots of things including turning on or off certain features of this board. Register now!
Powered by CuteCast v2.0 BETA 2
Copyright © 2001-2003 ArtsCore Studios