1)用户授权不能用
2)admin没有发贴的权限
3)user发贴后论坛首页的列表显示主题数和消息数都是0
刚开始接触jivejdon,望banq大大或者其他道友能予以解答
1)用户授权不能用
2)admin没有发贴的权限
3)user发贴后论坛首页的列表显示主题数和消息数都是0
刚开始接触jivejdon,望banq大大或者其他道友能予以解答
com.mysql.jdbc.CommunicationsException
MESSAGE: Communications link failure due to underlying exception:
BEGIN NESTED EXCEPTION
java.net.SocketException
MESSAGE: Software caused connection abort: socket write error
STACKTRACE:
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2637)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1554)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1665)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3176)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1153)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1266)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:236)
at com.jdon.model.query.block.BlockQueryJDBCTemp.fetchDatas(BlockQueryJDBCTemp.java:118)
at com.jdon.model.query.block.BlockStrategy.getBlockKeys(BlockStrategy.java:208)
at com.jdon.model.query.block.BlockStrategy.getBlock(BlockStrategy.java:160)
at com.jdon.model.query.block.BlockStrategy.getBlock(BlockStrategy.java:139)
at com.jdon.model.query.PageIteratorSolver.getBlock(PageIteratorSolver.java:279)
at com.jdon.model.query.PageIteratorSolver.getPageIterator(PageIteratorSolver.java:240)
at com.jdon.model.query.PageIteratorSolver.getDatas(PageIteratorSolver.java:184)
at com.jdon.model.query.PageIteratorSolver.getPageIterator(PageIteratorSolver.java:213)
at com.jdon.jivejdon.dao.sql.ForumDaoSql.getForums(ForumDaoSql.java:196)
at com.jdon.jivejdon.service.imp.ForumServiceImp.getForums(ForumServiceImp.java:116)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.jdon.aop.reflection.MethodInvokerUtil.execute(MethodInvokerUtil.java:54)
at com.jdon.aop.reflection.ProxyMethodInvocation.methodInvoke(ProxyMethodInvocation.java:108)
at com.jdon.aop.reflection.ProxyMethodInvocation.proceed(ProxyMethodInvocation.java:76)
at com.jdon.aop.interceptor.SessionContextInterceptor.invoke(SessionContextInterceptor.java:76)
at
END NESTED EXCEPTION
用户授权目前也只能靠修改jivejdon_permission.xml文件,可以自己将jivejdon_permission.xml写入数据库,类似setup表那样,这样就可以通过后台通过程序进行权限授权。
>user发贴后论坛首页的列表显示主题数和消息数都是0
主要问题还可能数据库没有正常连接。