when i open my solution, switch to design mode, then select
the form i need to work with (from the windows menu) i get
the following errors, and servoy crashes (running from terminal)
Trace/BPT trap
robertmeyer$ java -Xmx256M -jar servoy_developer.jar
Starting Servoy from /Applications/Servoy
Servoy R2 2.0.2 build-275 on Mac OS X using Java 1.4.2_03
Loading servoy.properties from /Users/robertmeyer/servoy.properties
Loading - Done
Using RMI registry on port 1099
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Starting service Tomcat-Apache
Apache Tomcat/4.0.1
Segmentation fault
robertmeyer$
i could really use some help with this, as i can no longer work
on the project. thanks in advance.
rm
i was able to get back into the form to work on it, but
i’m very nervous about this; the project is already
overdue, and nearly finished, but this would be a disaster
if suddenly the solution would not be usable.
here are some more error messages from the terminal that
i received while working:
May 23, 2004 11:50:43 AM net.sf.hibernate.dialect.Dialect
INFO: Using dialect: net.sf.hibernate.dialect.MySQLDialect
apple.awt.EventQueueExceptionHandler Caught Throwable :
java.lang.NullPointerException
at com.servoy.j2db.property.DataProviderEditor.long(Unknown Source)
at com.servoy.j2db.property.DataProviderEditor.access$0(Unknown Source)
at com.servoy.j2db.property.DataProviderEditor$1.mouseClicked(Unknown Source)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:212)
at java.awt.Component.processMouseEvent(Component.java:5103)
at java.awt.Component.processEvent(Component.java:4897)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3207)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
at java.awt.Container.dispatchEventImpl(Container.java:1613)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.Dialog$1.run(Dialog.java:540)
at java.awt.Dialog.show(Dialog.java:561)
at java.awt.Component.show(Component.java:1133)
at java.awt.Component.setVisible(Component.java:1088)
at com.servoy.j2db.util.b.setVisible(Unknown Source)
at com.servoy.j2db.util.gui.d.a(Unknown Source)
at com.servoy.j2db.develop.property.g.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1819)
at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1872)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:321)
at javax.swing.AbstractButton.doClick(AbstractButton.java:269)
at com.servoy.j2db.develop.property.f$2.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
robertmeyer$
below is the log information from the terminal screen;
again, i was in design mode, and attempted to switch
to this particular form to work on it.
i’m getting very worried about this.
robertmeyer$ java -Xmx256M -jar servoy_developer.jar
Starting Servoy from /Applications/Servoy
Servoy R2 2.0.2 build-275 on Mac OS X using Java 1.4.2_03
Loading servoy.properties from /Users/robertmeyer/servoy.properties
Loading - Done
Using RMI registry on port 1099
Starting service Tomcat-Standalone
Apache Tomcat/4.0.1
Starting service Tomcat-Apache
Apache Tomcat/4.0.1
May 23, 2004 2:51:43 PM net.sf.hibernate.dialect.Dialect
INFO: Using dialect: net.sf.hibernate.dialect.MySQLDialect
apple.awt.EventQueueExceptionHandler Caught Throwable :
java.lang.StackOverflowError
just got this in the terminal window:
HotSpot Virtual Machine Error, Internal Error
Please report this error at
Java VM: Java HotSpot™ Client VM (1.4.2-34 mixed mode)
Fatal: java object has a bad address
Error ID: /SourceCache/HotSpot14/HotSpot14-34/src/os_cpu/macosx_ppc/vm/os_macosx_ppc.cpp, 245
Problematic Thread: prio=10 tid=0x00500e10 nid=0x1802600 runnable
Trace/BPT trap
robertmeyer$
It seems a combination from 2 issues, the JVM from apple crashes and possible bug in Servoy (not sure if the nullpointer is coused by the problematic thread or if it is the other way arround)
Can we have a look at your solution? or is it reproduceable in a small sample solution?
Jan Blok:
Can we have a look at your solution? or is it reproduceable in a small sample solution?
you’re welcome to see it. would you like the entire
sol., or just the “solution.xml” part?
and where would you like me to send it?
The solution export file would be fine (with some sample data please), use the mail or “PM” button under this post.
Jan Blok:
with some sample data please
will you be able to actually operate (or even open) the solution
without the mysql data structures?
Jan Blok:
with some sample data please
will you be able to actually operate (or even open) the solution
without the mysql data structures?
If the data structure is not present Servoy will create (change if partly present) this during import (and fill the datastructure with sample data)
The problem will be fixed in Servoy 2.0.3, thanks for reporting.
Jan Blok:
thanks for reporting.
thanks for the quick fix!