Hi,
to test servoy on linux I installed it on Ubuntu.
Developer starts up fine and works oke, but I get the following messages when starting :
hn@hn-laptop-ubu:~/servoy/developer$ ./servoy
(servoy:5111): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(servoy:5111): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed
(servoy:5111): Gtk-CRITICAL **: gtk_window_resize: assertion `width > 0' failed
Documentation loaded successfully. 83 classes registered successfully. 0 classes failed registration.
Documentation loaded and registered in 651 ms.
the startup splash screen is much smaller then normal.
What can be the problem ?
Regards
additional info,
I am running ubuntu 10.04 ( beta 2 )
I can start developer and import solutions and work on them.
But when i run the smart client the window (Servoy Client ) for the client shows and then servoy crashes completely.
sometimes is see the following error on the commandline where I started servoy :
INFO: Server startup in 3476 ms
servoy: ../../src/xcb_io.c:249: process_responses: Assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed.
Aborted (core dumped)
In the logfile I see is :
2010-04-20 08:33:17,118 ERROR [pool-4-thread-2] com.servoy.j2db.util.Debug - Throwable
java.net.UnknownHostException: www.servoy.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at sun.net.NetworkClient.doConnect(NetworkClient.java:163)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:394)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:529)
at sun.net.www.http.HttpClient.<init>(HttpClient.java:233)
at sun.net.www.http.HttpClient.New(HttpClient.java:306)
at sun.net.www.http.HttpClient.New(HttpClient.java:323)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801)
at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049)
at com.servoy.j2db.ClientState.getAdInfo(ClientState.java:47)
at com.servoy.j2db.Znd.run(Znd.java:5)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Does this mean that I can not run without an internet connection ??
Regards
The error from log is because of the license panel that shows in debug clients. However, that doesn’t crash the application. Do you use Sun Java ? Maybe there are other errors in the log ?
Hi, I am using sun java 1.6.0_20.
No more errors in the log file.
Sometimes I get the following error on the command line :
INFO: Server startup in 4143 ms
**
Pango:ERROR:/build/buildd/pango1.0-1.28.0/pango/pango-layout.c:3739:pango_layout_check_lines: assertion failed: (!layout->log_attrs)
Aborted (core dumped)
I have the internet conection up and the problem is stil there.
Regards,
Latest info :
smart client does run if I start Servoy devloper as Root.
I installed Servoy as non-root user !!
What could be the issue ??
Regards,
Hans,
Servoy developer is not required to run as root.
Developer crashing must be an issue with the combination of the JRE and the installed libs.
Try jre 1.5 to see if that works better.
Rob