• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

help:sqlServer SqlException : Invalid column name user_boigrpahy

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(I am sorry that I am not good at English. )


I use sqlServer 2000 for jforum,
I use the sqlServer sql Script downloaded from cvs server,
I configed the datasource use jtds jdbc driver in tomcat 5.5,
but there is a SQLException after I complete install jforum,

I think that is no wrong in jforum install,
I had checked the sqlServer DataBase and jforum source code,but couldn't find the source of this error,
who can help me ?

thanks.

the Exception stack info in here:


00:46:18,828 ERROR [ExceptionWriter ] java.sql.SQLException: Invalid column
name user_biography.
at net.sourceforge.jtds.jdbc.JtdsResultSet.findColumn(JtdsResultSet.java
:976)
at net.sourceforge.jtds.jdbc.JtdsResultSet.getString(JtdsResultSet.java:
1217)
at org.apache.tomcat.dbcp.dbcp.DelegatingResultSet.getString(DelegatingR
esultSet.java:224)
at net.jforum.dao.generic.GenericUserDAO.fillUserFromResultSet(GenericUs
erDAO.java:164)
at net.jforum.dao.generic.GenericUserDAO.selectById(GenericUserDAO.java:
97)
at net.jforum.repository.SecurityRepository.load(SecurityRepository.java
:94)
at net.jforum.repository.SecurityRepository.load(SecurityRepository.java
:112)
at net.jforum.JForum.service(JForum.java:154)


[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
JForum does not fully supports SQL Server. If you know Java, please help us, if possible!

Rafael
[originally posted on jforum.net by Rafael Steil]
 
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
hoho, I have registered.

I will try to research jforum with sqlServer,
I will post any info if I have any progress.

(:lol: ,sorry not good at english)


Regard.

[originally posted on jforum.net by Dolt]
 
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
There has same error in sqlserver.sql
You must to change sothing:

Email:pinke@mail.fjtu.com.cn


[originally posted on jforum.net by Anonymous]
 
Grow a forest with seedballs and this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic