Jump to content
We've recently updated our Privacy Statement, available here ×

mrafalo

Members
  • Posts

    3
  • Joined

  • Last visited

mrafalo's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi I have made a connection to Oracle XE database, it seems to be working fine. Then I made a simple OLAP schema and MDX query, they were also verified succesfully. However, when I'm trying to run the view, I get an exception: Code:Exception Class: class javax.servlet.jsp.el.ELException Message: An error occurred while getting property "result" from an instance of class com.tonbeller.jpivot.tags.OlapModelProxyThere is no other error stack, there is no further information in jasper.log file. I read that this problem can be caused by invalid jpivot.jar library, however I have no such a file in jasperserver-1.2 folder. Do I have to upgrade JPivot? How to do this? Do you have any ideas? Thanks, Mario
  2. I have made changes in context.xml and web.xml and now the connection apears to be working fine. Thanks! Mario
  3. Hi I am strugling with this problem almost 2 days. I have installed jasper-server and oracle XE. I need to access oracle database from jasper but I keep getting: "cannot load jdbc class oracle.jdbc.driver.OracleDriver" error. I put ojdbc14.jar into my classpath and into [tomcat]commonlib. It did not help. Then I tried to install jasper oracle patch. I did all the steps according to instruction and now jasper-server cannot start..;) The problem is still :"cannot load jdbc class oracle.jdbc.driver.OracleDriver". My context.xml is: ----- <Resource name="jdbc/jasperserver" auth="Container" type="javax.sql.DataSource" maxActive="100" maxIdle="30" maxWait="10000" username="ji" password="ji" driverClassName="oracle.jdbc.driver.OracleDriver" url="jdbc:oracle:oci:@xe" validationQuery="select 1 from dual"/> ------ If anyone can help me, I would be really gratetful. Thanks, Mario
×
×
  • Create New...