Since your TS installation is 64-bit you need to install the 64-bit version of Java. This will be located in the C:\program files\ folder, not the c:\program files (x86)\ folder
From: Steve Kevill [mailto:[email protected]] Sent: Monday, March 24, 2014 2:33 PM To: [email protected] Subject: Re: TeraScript-Talk: JDBC Connection to Pervasive Database Robert, Thanks for the reply. The only difference for us is that the java files are installed in a different path C:\\Program Files (x86)\\Java\\jre7\\bin\\client <file:///\\Java\jre7\bin\client> versus C:\\Program Files\\Java\\jre7\\bin\\server\\jvm.dll I have not used java much, so maybe we have it installed in the wrong place / version? Thanks Steve On Tue, Mar 18, 2014 at 1:25 PM, Robert Shubert <[email protected] <mailto:[email protected]> > wrote: The JVM to load is specified in the server.ini file on the line JAVAVIRTUALMACHINE= Ultimately you must point to the jvm.dll found in bin folder. In your case, you should be running Java 7 (Update 51) 64-bit (since TeraScript Server is also 64-bit) This means that the default path should be: C:\\Program Files\\Java\\jre7\\bin\\server\\jvm.dll Once you have that version of Java installed and the path pointing to it, you should be able to see an entry in the events.log of: Java Virtual Machine: Enabled Once that is done JDBC will attempt to load and read the jdbc.ini file. This file is unchanged from Witango 5.5. If everything is working events.log will report “JDBC Interface: Enabled” and the data source will be available to you. If not, events.log should report the problem. Robert From: Steve Kevill [mailto:[email protected] <mailto:[email protected]> ] Sent: Tuesday, March 18, 2014 12:32 PM To: [email protected] <mailto:[email protected]> Subject: TeraScript-Talk: JDBC Connection to Pervasive Database Hello all, We have installed Terscript 7.0.1 on a windows 7 64 bit machine, running a 30 day trial to see if we continue using Terascript. We currently run WiTango 5.5 and are connecting to a Pervasive database using JDBC with no problems. We can get the Terscript server to respond and serve applications, but when we try to access databases, we get errors saying that Java VM is not loaded. We have gone through every setting we see in the documentation, and compared to all settings on the old 5.5 server as well. We adjust paths as necessary but no luck. I assume this is more of a Java VM issue, but we are not sure. Any help or tips for things to look at would be greatly appreciated. We can provide more info if needed. Thank You, Steve Kevill Web Developer The Fischer Group _____ To unsubscribe from this list, please send an email to [email protected] <mailto:[email protected]> with "unsubscribe terascript-talk" in the body. _____ To unsubscribe from this list, please send an email to [email protected] <mailto:[email protected]> with "unsubscribe terascript-talk" in the body. _____ To unsubscribe from this list, please send an email to [email protected] <mailto:[email protected]> with "unsubscribe terascript-talk" in the body. ---------------------------------------- To unsubscribe from this list, please send an email to [email protected] with "unsubscribe terascript-talk" in the body.
