J'utilise
JBoss 3.2.3 - Apache 2 - MySQL 4.1
J'ai install̩ comme il faut JForum.
Quand je veux acc̩der pour la premi̬re fois au forum en tapant:
http://localhost:8080/jforum/forums/list.page
Apparament l'erreur se situe sur l'ex̩cution de net.jforum.drivers.generic.UserModel.selectById()
Voici la pile :
09:29:39,578 ERROR [STDERR] java.sql.SQLException: java.lang.ArrayIndexOutOfBoun
dsException
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPrepared
Statement.java:908)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:
1622)
at net.jforum.drivers.generic.UserModel.selectById(UserModel.java:74)
at net.jforum.repository.SecurityRepository.load(SecurityRepository.java
:89)
at net.jforum.repository.SecurityRepository.load(SecurityRepository.java
:105)
at net.jforum.JForum.service(JForum.java:230)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:247)
...
Merci de votre aide...
[originally posted on jforum.net by Anonymous]