PDA

View Full Version : Missing Foodmart.xml in version 1.0.1



tylerblack
11-18-2003, 12:22 PM
Just downloaded the latest zip from Sourceforge, as well as the data files.
I'm trying to get the Mondrian Foodmart sample working, and I've been having the same problems as others on this forum when it comes to JBoss. So I switched to trying a more "vanilla" flavour of Tomcat on its own, v. 5.0
I can get the index page to load from the /mondrian servlet, however many of the links result in Exceptions.
When trying a sample JPivot table:
javax.servlet.ServletException
javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:859)
etc, etc.
I can, however bring up the basic interface for ad hoc queries, and get all of the sample queries to show. If I try and process the MDX query, I get
Results: Error:
java.lang.NullPointerException at sun.jdbc.odbc.JdbcOdbcDriver.initialize(JdbcOdbcDriver.java:435) at sun.jdbc.odbc.JdbcOdbcDriver.connect(JdbcOdbcDriver.java:153)
etc, etc...
I'm looking into the driver issue, but I've also noticed that I don't have a Foodmart.xml descriptor file for the dimensional database. Is this a problem? It wasn't in tthe data zip that I got from SF.
Thanks for any help you can give,
Tyler
H2ST Inc