fyi…Since downloading rc12, now when I startup Servoy Developer I do not get a dialog asking wh/ solution to open. Servoy simply opens with no solution open. This is fine, but then I go to File > Open Solution and it is greyed out. So I choose File > Repository and cannot see the Respository. Then I click Check Respository and viola! The repository (and other sources) appear in the Repository Dialog list and I immediately get a dialog asking wh/ solution I would like to open.
This does not happen on my co-workers Windows 2000 OS.
I had the same problem yesterday twice ( only on first launch after reboot ).
I think the problem may be related to the startup of the repository db server.
If i boot the machine and start servoy I get the feeling that the repository database has not finished the startup process and the developer therefor can not find the database.
More info…I tested yesterday and got it on first open after machine reboot. And again later with no machine reboot. At least yesterday, this occurred each time I started Servoy Developer.
Had something related on a G3 400Mhz 256MB with 10.3.3
Java 1.4.2_03
Client is rc12
Co worker is working on it.
AS is a G4 with 10.2.8 Server DBase MySql
Starting the client I dont see the window with the spinning camwheel
I DO see the small solution window appear, When I select a solution nothing happens. To make the main window appear I found that if I select the Preferences menu when this window appear the main window also appear on the background.
I use a G4 Powerbook myself and have had no problem at all so far.
On the G3 new records will also fail to be written in the database, with the error message ‘Unable to write data from form !’
Any idea ? Other G3s are ok. most have a faster CPU tough.
No error message. I’m not sure how to open log.txt and read it.
BTW it didn’t happen today when I opened. Only difference is that I am telecommuting and have a DSL connection and am not on the same network as the repository like I was yesterday. No pattern discerned yet!
the .log.txt file sits in the servoy directory.
If you are on the mac then it is a hidden file!!
so if you get that empty developer again please look at the contents.
I think we know what goes wrong (it has nothing to do with database startup) And we fixed that specific case. But i would like to know if that is also the case here.
Starting Servoy R2 2.0 rc12 build-271 on Windows XP using Java 1.4.1_03Fatal Exceptionjava.lang.NullPointerExceptionjava.lang.NullPointerException
at com.servoy.r2.plugins.agent.AgentImpl.speak(AgentImpl.java:184)
at com.servoy.r2.plugins.agent.AgentPlugin.speak(AgentPlugin.java:104)
at com.servoy.j2db.J2DBClient.dataBaseInit(Unknown Source)
at com.servoy.j2db.develop.J2DBDeveloper.dataBaseInit(Unknown Source)
at com.servoy.j2db.develop.J2DBDeveloper.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.servoy.j2db.startup.Bootstrap.main(Bootstrap.java:119)
at Servoy.main(Servoy.java:27)