Contributor - Nullpointerexception

Post Reply
Toto
Posts: 71
Joined: Mon Jul 20, 2009 8:52 am
OLAP Product: TM1
Version: 9.5 Build 9.5.00100.2380
Excel Version: 2003

Contributor - Nullpointerexception

Post 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
David
Posts: 17
Joined: Mon Oct 19, 2009 8:45 pm
OLAP Product: TM1
Version: 9.4
Excel Version: 2003

Re: Contributor - Nullpointerexception

Post by David »

Did you use Tomcat? If you didn't, you may want use Tomcat instead.
standtrue
Posts: 25
Joined: Sat Nov 07, 2009 5:37 am
OLAP Product: TM1, CX
Version: 9.5.2
Excel Version: 2007

Re: Contributor - Nullpointerexception

Post 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?
sbeerthuizen
Posts: 3
Joined: Tue Mar 16, 2010 10:37 am
OLAP Product: TM1
Version: 9.4
Excel Version: 2003

Re: Contributor - Nullpointerexception

Post by sbeerthuizen »

Same problem here! Did you manage to solve it?
Regards,
Steven
Frenya
Posts: 1
Joined: Wed Jul 07, 2010 11:35 am
OLAP Product: TM1
Version: 9.5
Excel Version: 2007

Re: Contributor - Nullpointerexception

Post 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
standtrue
Posts: 25
Joined: Sat Nov 07, 2009 5:37 am
OLAP Product: TM1, CX
Version: 9.5.2
Excel Version: 2007

Re: Contributor - Nullpointerexception

Post by standtrue »

Thank you Frenya for posting this...
Post Reply