Re: can't seem to init SQLite db with JSS 4.3.1

2010-02-05 Thread glen beasley
Hi David, did you provide JSS with the string "sql" like you did with certutil - d sql:. or did could just set the environment variable NSS_DEFAULT_DB_TYPE=sql and then you will not have to specify sql. https://developer.mozilla.org/en/NSS_reference/NSS_environment_variables -glen On Feb 1, 6:

can't seem to init SQLite db with JSS 4.3.1

2010-02-01 Thread David Stutzman
I recently built NSS 3.12.5/NSPR4.8.2 and JSS 4.3.1 on a RHEL4.8 system (SUN JDK 1.6u18). certutil works fine with -d sql:., but JSS tosses an exception when I try to initialize pointing to a (freshly created with certutil) SQLite DB whereas it will initialize with the legacy db format. Excep