Developer crashes on Linux Ubuntu

Inmediately after installing Servoy 4.1.3 in Ubuntu 9.04 - the Jaunty Jackalope - with Java™ SE Runtime Environment (build 1.6.0_13-b03), when trying to open any form of the sample solutions, Developer crashes.

Log content follows :

2009-07-10 15:16:53,140 ERROR [AWT-EventQueue-0]
com.servoy.j2db.util.Debug - Throwable
java.lang.NullPointerException
at
com.servoy.j2db.dataprocessing.RowManager.(RowManager.java:319)
at com.servoy.j2db.dataprocessing.Zrb.Zf(Zrb.java:367)
at com.servoy.j2db.dataprocessing.FoundSet.(FoundSet.java:392)
at com.servoy.j2db.dataprocessing.Zpb.(Zpb.java:36)
at com.servoy.j2db.dataprocessing.Zpb.(Zpb.java:73)
at
com.servoy.j2db.dataprocessing.SwingFoundSetFactory.createFoundSet(SwingFoundSetFactory.java:1)
at com.servoy.j2db.dataprocessing.Zrb.getNewFoundSet(Zrb.java:389)
at com.servoy.j2db.dataprocessing.Zrb.getNewFoundSet(Zrb.java:322)
at com.servoy.j2db.dataprocessing.DBValueList.Zb(DBValueList.java:111)
at
com.servoy.j2db.dataprocessing.DBValueList.(DBValueList.java:119)
at com.servoy.j2db.dataprocessing.Zqd.createRealValueList(Zqd.java:4)
at
com.servoy.j2db.dataui.ComponentFactory.getRealValueList(ComponentFactory.java:75)
at
com.servoy.j2db.dataui.ComponentFactory.createField(ComponentFactory.java:606)
at
com.servoy.j2db.dataui.ComponentFactory.createComponentEx(ComponentFactory.java:869)
at
com.servoy.j2db.dataui.ComponentFactory.createDesignComponent(ComponentFactory.java:852)
at com.servoy.eclipse.designer.internal.core.PersistImageNotifier
$1.run(PersistImageNotifier.java:16)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

Can it be related to the following topics ? :

viewtopic.php?t=12275 Mozilla export

http://www.servoy.com/forum/viewtopic.php?f=11&t=12488 New Install on Ubuntu - No Start?

Unfortunately, I will not have access to the Ubuntu PC until monday to test Topic 12275 suggestion.

Any idea ?

Hi achiary,

Are you actually using Sun Java? Servoy supports only the Sun JVM.

Yes, we are using Sun Java. And we have set MOZILLA_FIVE_HOME as suggested in topic viewtopic.php?t=12275 , but the problem remains : developer crashes.

Hello achiary.

I had the same problem and I resolved it fixing some wrong database connections.

Regards. Roberto Blasco.

Hello Roberto !

You had the problem in Linux Ubuntu ? Can you please provide more information about “wrong connections” ?

We are having the problem with Servoy sample solutions and databases.

what do you mean with crashes?

because that stacktrace (the nullpointer) is ofcourse not ok. But your servoy shouldnt really crash (be terminated) because of that
the only thing that should happen with that error is that a certain typeahaed will not paint correcty in the designer.

that nullpointer does seem to point to a wrong database connections or something like that.
are you sure everything is fine in this area?

When I say Developer crashes I mean its screen dissapears with no error message.

jcompagner:
what do you mean with crashes?

because that stacktrace (the nullpointer) is ofcourse not ok. But your servoy shouldnt really crash (be terminated) because of that
the only thing that should happen with that error is that a certain typeahaed will not paint correcty in the designer.

that nullpointer does seem to point to a wrong database connections or something like that.
are you sure everything is fine in this area?

As I mentioned in my previous post, Developer´s screen dissapears and Developer is no longer running in the machine; there is no error message.

Regarding wrong database connections : it is happening with Servoy sample solutions and sample databases.

I can edit a relation, a valuelist, a form´s javascript code (.js) but when editing a form with form designer it crashes.

please search for you system to the real crash file
i think those should be generated. Its very weird that just such a nullpointer can crash the whole jvm. That looks like a very buggy jvm to me.

We found a transitory work around with Java 1.5 .