Hi Kambiz, As I mentioned before, ManifoldCF 2.0 is not backwards compatible with MCF 1.x. One of the things that changed is the way obfuscated data is stored. You appear to have moved the obfuscated postgresql password from MCF 1.x to 2.0, and that will of course not work.
Karl On Fri, Jan 2, 2015 at 3:26 AM, Kambiz Niktabar <[email protected]> wrote: > Hi, > > First of all congratulations and thanks for the new release of ManifoldCF > :) > I tried running MCF v 2.0 with PostgreSQL database but I got the following > error messages. It works fine with the default HSQLDB database > > ERROR 2015-01-02 09:12:46,547 (main) - Exception: Initialization failed: > Unexpected end of base64 input > org.apache.manifoldcf.core.interfaces.ManifoldCFException: Initialization > failed: Unexpected end of base64 input > at > org.apache.manifoldcf.core.system.ManifoldCF.initializeEnvironment(ManifoldCF.java:310) > at > org.apache.manifoldcf.agents.system.ManifoldCF.initializeEnvironment(ManifoldCF.java:43) > at > org.apache.manifoldcf.crawler.system.ManifoldCF.initializeEnvironment(ManifoldCF.java:74) > at > org.apache.manifoldcf.jettyrunner.ManifoldCFJettyRunner.main(ManifoldCFJettyRunner.java:200) > Caused by: org.apache.manifoldcf.core.interfaces.ManifoldCFException: > Unexpected end of base64 input > at org.apache.manifoldcf.core.common.Base64.decodeNextWord(Base64.java:94) > at org.apache.manifoldcf.core.common.Base64.decodeStream(Base64.java:148) > at org.apache.manifoldcf.core.common.Base64.decodeString(Base64.java:171) > at > org.apache.manifoldcf.core.system.ManifoldCF.decrypt(ManifoldCF.java:845) > at > org.apache.manifoldcf.core.system.ManifoldCF.deobfuscate(ManifoldCF.java:786) > at > org.apache.manifoldcf.core.interfaces.ManifoldCFConfiguration.getPossiblyObfuscatedStringProperty(ManifoldCFConfiguration.java:85) > at > org.apache.manifoldcf.core.interfaces.LockManagerFactory.getPossiblyObfuscatedStringProperty(LockManagerFactory.java:92) > at > org.apache.manifoldcf.core.system.ManifoldCF.initializeEnvironment(ManifoldCF.java:291) > ... 3 more > > Regards > Kambiz Niktabar >
