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
Contributor - Nullpointerexception
Re: Contributor - Nullpointerexception
Did you use Tomcat? If you didn't, you may want use Tomcat instead.
-
- Posts: 25
- Joined: Sat Nov 07, 2009 5:37 am
- OLAP Product: TM1, CX
- Version: 9.5.2
- Excel Version: 2007
Re: Contributor - Nullpointerexception
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?
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?
-
- Posts: 3
- Joined: Tue Mar 16, 2010 10:37 am
- OLAP Product: TM1
- Version: 9.4
- Excel Version: 2003
Re: Contributor - Nullpointerexception
Same problem here! Did you manage to solve it?
Regards,
Steven
Regards,
Steven
-
- Posts: 1
- Joined: Wed Jul 07, 2010 11:35 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007
Re: Contributor - Nullpointerexception
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
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
-
- Posts: 25
- Joined: Sat Nov 07, 2009 5:37 am
- OLAP Product: TM1, CX
- Version: 9.5.2
- Excel Version: 2007
Re: Contributor - Nullpointerexception
Thank you Frenya for posting this...