Servoy 6.1.2 JAR Errors

After a failed upgrade to 6.1.6, I reverted to a Backup of 6.1.2

Server does run, but now get these repeating errors in the servoy_server.bat Dialog:

INFO: ----------------------------
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: Accept-Encoding=pack200-gzip,gzip
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: Content-Type=application/x-java-archive
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: requestURL=http://localhost:8080/plugins/window.jar
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: servletPath=/window.jar
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: Found file /window.jar1346941827000.pack.gz
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: content-encoding=pack200-gzip : outFile=C:\Servoy\application_server\serve
r\work\Catalina\localhost\plugins\window.jar1346941827000.pack.gz
Nov 11, 2013 8:42:19 AM org.apache.catalina.core.ApplicationContext log
INFO: Content-Type=application/x-java-archive
Nov 11, 2013 8:42:20 AM org.apache.catalina.core.ApplicationContext log
INFO: requestURL=http://localhost:8080/plugins/udp.jar
Nov 11, 2013 8:42:20 AM org.apache.catalina.core.ApplicationContext log
INFO: servletPath=/udp.jar
Nov 11, 2013 8:42:20 AM org.apache.catalina.core.ApplicationContext log
INFO: Found file /udp.jar1346941815000.pack.gz
Nov 11, 2013 8:42:20 AM org.apache.catalina.core.ApplicationContext log
INFO: content-encoding=pack200-gzip : outFile=C:\Servoy\application_server\serve
r\work\Catalina\localhost\plugins\udp.jar1346941815000.pack.gz

Windows XP SP 3 Java 1.6.0 43

greg

Where is the error? This looks like the server is packing what’s needed on the client.

I just never noticed such a long server log before. Perhaps this is normal

but on Monday, I did get this:

Exception in thread “AWT-EventQueue-0” java.lang.ClassCastException: sun.java2d.HeadlessGraphicsEnvironment cannot be cast to sun.awt.Win32GraphicsEnvironment
at sun.awt.windows.WToolkit$3.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)

and on Friday, I somehow got this:

INFO: Found file /it2be-splash.jar1383689917062.gz
Nov 8, 2013 4:57:48 PM org.apache.catalina.core.ApplicationContext log
INFO: content-encoding=gzip : outFile=C:\Servoy\application_server\server\work\Catalina\localhost\plugins\it2be-splash.jar1383689917062.gz
Terminate batch job (Y/N)?

Please note that we are relatively new to Server 6

Where is the error? This looks like the server is packing what’s needed on the client

the first is a error because something of Swing is started on the server that is in headless mode, we need a longer stacktrace to see what that is

the second is the same as your first post, thats just INFO messages about the packaging that the server does for the new jar files, that happens once per upgrade of servoy/plugins jars

INFO messages “once per upgrade” for “new” jar files would make sense

But I’m getting the same “INFO” messages each day. Is this normal ?

greg

yes i think so, for new clients starting up that request those jars.