Page 1 of 1

Contributor - Nullpointerexception

Posted: Fri Feb 26, 2010 10:49 am
by Toto
Hello,

I just installed the Contributor and wanted to deploy an application. I did the validation of the application sucessfully, but when I want to deploy the application I get the error:

"Following error occured on the TM1-Server:
Java.lang.NullPointerException"

I am not a Java specialist, any hint where I should look at?

Thanks a lot,

Toto

Re: Contributor - Nullpointerexception

Posted: Mon Mar 01, 2010 5:26 am
by David
Did you use Tomcat? If you didn't, you may want use Tomcat instead.

Re: Contributor - Nullpointerexception

Posted: Sat Mar 13, 2010 3:03 am
by standtrue
Has anyone else experienced this as well? I'm getting the same error trying to deploy a super simple model that "validates" without any errors.

I'm able to create a contributor application using the "planning sample" model, but not on my own model. I've followed all the rules in the documentation; all elements in the approval hierarchy have only a single parent, the dimension is included in the view I've assigned, etc...very frustrating.

any ideas?

Re: Contributor - Nullpointerexception

Posted: Tue Mar 23, 2010 2:41 pm
by sbeerthuizen
Same problem here! Did you manage to solve it?
Regards,
Steven

Re: Contributor - Nullpointerexception

Posted: Wed Jul 07, 2010 11:40 am
by Frenya
Check that *.cfg file is in the same directory that all Database files.

Even if you have TM1 server directory "TestServer" with *.cfg and sub-directory "TestServer\Database" with database files you will receive error message. Remove all file from "TestServer\Database" to "TestServer" or vice versa.

http://www-01.ibm.com/support/docview.w ... wg21428922

Re: Contributor - Nullpointerexception

Posted: Thu Jul 08, 2010 3:26 pm
by standtrue
Thank you Frenya for posting this...