Another very learningfull experience. I am running this on a laptop for development. Since it is also a pretty new laptop and I am using it for other things too, I got another JRE installed somewhere over the last month, next to the JDK that I installed for running openBD. For another issue, I had to make changes to the JVM parameters, which in my configuration (Tomcat as service on Windows) means I have to remove the service and install it again. So what happened? When re- installing it, it took the new JRE instead of the existing JDK as JAVA_HOME.
I got the startup errors (from this post) since then. So when I mentioned to you I was running on JDK, that was not true. I was running on 1.6.0.30 JRE. I found out about this because my Java components that I made, no longer worked. They need tools.jar, which is not in the JRE, but it is in the JDK. That is the reason I had the JDK in the first place. I removed Tomcat service again, installed it again with JVM using the 1.6.0_31-b05 JDK. And my Java component errors are gone and I haven't seen this startup error since then. I will let you know when I come across this error any more, but right now I am guessing the switch back to JDK solved it. Ivo -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
