Pervasive
Sign in | Join | Help
in

Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

Last post 05-28-2008 9:39 PM by Jacqueline.Soh. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-30-2008 1:15 AM

    Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

    When final step to test Relational Engine, all the result are failed. When start the Pervasive.SQL 9 Control Center, the error message is prompted as "An error occured. See the log file C:\PVSW\bin\pcccfg\1208163726495.log". I found that the System DNS is not created for Default, SAMSYS & etc. May I know how to correct this error, or how to configure the Pervasive ODBC Engine Interface? I follow the Installation Guide to install few PC, there are successful, but currently I test in the server, I was failed. Please advice. I also found that the file create in C:\PVSW\ are different from the others PC & this server.

     

    PLEASE HELP!!

  • 04-30-2008 8:56 AM In reply to

    Re: Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

    If the System DSNs were not created for DefaultDB and DemoData (not sure what SAMSYS is?), then you probably did the install from a Remote Desktop window.  This is not allowed in PSQLv9.  You may wish to uninstall and then reinstall directly from the server console to correct this. 

    Bill Bach
    Goldstar Software Inc.
    www.goldstarsoftware.com
  • 05-01-2008 8:18 PM In reply to

    Re: Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

    I had uninstall & re-install it, all the test is past. But when I start Pervasive Control Center, the system show me an error message "An error occurred. See the log file C:\PVSW\bin\pcccfg\1208163726495.log". The log file content as below. Please HELP.....

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------

    !SESSION Apr 14, 2008 17:02:06.698 ---------------------------------------------
    eclipse.buildId=I200406251208
    java.version=1.3.1_01
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

    !ENTRY org.eclipse.osgi Apr 14, 2008 17:02:06.698
    !MESSAGE Error registering XML parser services.
    !STACK 0
    java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
     at java.net.URLClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClassInternal(Unknown Source)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Unknown Source)
     at org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(EclipseAdaptor.java:272)
     at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdaptor.java:253)
     at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:61)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
     at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:553)
     at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:477)
     at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
     at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:243)
     at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:166)
     at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425)
     at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:216)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
     at java.lang.reflect.Method.invoke(Native Method)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
     at org.eclipse.core.launcher.Main.run(Main.java:704)
     at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.osgi Apr 14, 2008 17:02:06.745
    !MESSAGE Startup error
    !STACK 1
    java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler
     at java.lang.ClassLoader.defineClass0(Native Method)
     at java.lang.ClassLoader.defineClass(Unknown Source)
     at java.security.SecureClassLoader.defineClass(Unknown Source)
     at java.net.URLClassLoader.defineClass(Unknown Source)
     at java.net.URLClassLoader.access$100(Unknown Source)
     at java.net.URLClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClassInternal(Unknown Source)
     at org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginConverterImpl.java:557)
     at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:111)
     at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:660)
     at org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)
     at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)
     at org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:159)
     at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseBundleData.java:280)
     at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77)
     at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:451)
     at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:746)
     at org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:715)
     at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:659)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:800)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:429)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
     at java.lang.reflect.Method.invoke(Native Method)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
     at org.eclipse.core.launcher.Main.run(Main.java:704)
     at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.osgi Apr 14, 2008 17:02:06.745
    !MESSAGE Bundle initial@reference:file:c:/PVSW/bin/plugins/org.eclipse.core.runtime_3.0.1/ [1] was not resolved.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • 05-28-2008 6:39 AM In reply to

    Re: Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

    A bit late, so you might have solved this by now, but from the "java.version=1.31" line in the log it looks like an old JVM is being picked up (Oracle is the usual suspect). The PCC requires 1.5 or higher.

    See <http://cs.pervasive.com/forums/p/1965/6541.aspx#6541> for one possible solution.

  • 05-28-2008 9:39 PM In reply to

    Re: Failed to test Relational Engine & Cannot start the Pervasive.SQL 9 Control Center

    I tried to enter the below command in Start/Run

    c:\pvsw\bin\pcc.exe -vm "c:\Program Files\Java\jre1.6.0_03\bin\javaw.exe"

    But I just can run the Pervasive Control Center through this command. If I run at Start - Programs - Pervasive - Pervasive Control Center, the same error log message will be prompted. May I know how to permenent to resolved it.

Page 1 of 1 (5 items)
© 2008 Pervasive Software Inc. All Rights Reserved.