• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Oracle - invalid column name

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

i'm trying to start JForum 2.1.4 using BEA and Oracle9. I took the oracle files (config/database/oracle/*) from cvs - the versions with tag V_2_1_4.

Now i get the following exception when trying to start JForum:

Root cause of ServletException.net.jforum.exceptions.RepositoryStartupException: Error while trying to start ForumRepository: java.sql.SQLException: ORA-00904: invalid column name

at net.jforum.ForumStartup.startForumRepository(ForumStartup.java:102)
at net.jforum.JForum.init(JForum.java:112)
....

There is no further information in the log file about the invalid column (or table). I already checked the db structure comparing mysql_db_struct.sql and oracle_db_struct.sql. The column names are nearly all the same - differences are considered in the statements in oracle.sql

Has anybody an idea how to solve the problem?

Is there a possibility to get more logging information? I already used 'priority value="debug"' in log4j.xml

Thanks,
Irving

[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok, problem is solved:

- jforum_categories: column moderated was missing
- jforum_karma: column rate_date was missing

Irving
[originally posted on jforum.net by Anonymous]
 
This is awkward. I've grown a second evil head. I'm going to need a machete and a tiny ad ...
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic