JIVE有中文文档的,楼主看看吧

解决方案 »

  1.   

    http://www.javaresearch.org/article/showarticle.jsp?column=25&thread=11611
      

  2.   

    http://www.csdn.net/Develop/article/19/19866.shtm
      

  3.   

    建議你去www.jdon.com上看看﹐那里有很多Jive的資料
      

  4.   

    不知道你是用哪个版权的?
    我也遇到过你的问题,只把那个改好像还是不行的~
    在提交的时候改一改代码试试
    String new = new String(old.getBytes(“8859_1”), “GB2312”);
      

  5.   

    多谢楼上各位,但是我所说的问题在里面并没有提及我数据库的密码是 空 那么我在安装JIVEJDON的时候密码应该怎么填?(我不填他报错)
      

  6.   

    这是log里Starting ConnectionPool:
    dbDriver = com.microsoft.jdbc.sqlserver.SQLServerDriver
    dbServer = jdbc:microsoft:sqlserver://127.0.0.1:1433;databaseName=jive
    dbLogin = sa
    log file = C:\java\tomcat4.1\webapps\jive\WEB-INF\jiveHome\logs\DefaultConnectionProvider.log
    minconnections = 3
    maxconnections = 10
    Total refresh interval = 0.5 days
    -----------------------------------------
    --->Attempt (1 of 5) failed to create new connections set at startup: 
        java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]用户 'sa' 登录失败。
        Will try again in 10 seconds...
    --->Attempt (2 of 5) failed to create new connections set at startup: 
        java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]用户 'sa' 登录失败。
        Will try again in 10 seconds...
    --->Attempt (3 of 5) failed to create new connections set at startup: 
        java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]用户 'sa' 登录失败。
        Will try again in 10 seconds...
    --->Attempt (4 of 5) failed to create new connections set at startup: 
        java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]用户 'sa' 登录失败。
        Will try again in 10 seconds...All attempts at connecting to Database exhausted错误信息
      

  7.   

    mysql数据库么?
    用password函数就好了