Not sure if this will help, but this is my experience with this issue: When I ran into this issue I fought with the config files for a while. As it turned out, the config was not the issue. The issue was multiple lib folders (containing jar files including OpenBlueDragon.jar). One was in "c:\openbd\tomcat\webapps\myapp\WEB-INF\lib\" and the other was in "c:\openbd\lib\". I'm guessing there's something about how the standard install is configured to start the engine that causes it to load 2 instances of the engine if it finds multiple \lib\ folders nested in the folders.
I ended up with 2 of these folders because I used the viviotech installer (which separates the engine from the apps outside of the tomcat folders). Then, to upgrade openbd, I deployed the .war file to my app folder. So I had a new engine (3.0) in my tomcat app folder and an old engine (2.0.2) in the openbd root folder and both were being loaded by tomcat. To correct this issue, I simply moved the new lib folder from "\myapp\WEB-INF\lib\" to fully replace "\openbd\lib\" (how the viviotech install intended). -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
