First in want to apologize 'case i dont remember how to writte in english
well, i hope i make myself clear expleining my problem.
I'm installing OpenKm in a Linux Slackware 12
it has jre installed.
i download OpenKM-2.0b_JBoss-4.2.2.GA and uncompress it in /opt
then i run sh /opt/OpenKM-2.0b_JBoss-4.2.2.GA/bin/run.sh
i got this:
15:46:49,246 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 26s:350ms
after that i accse http://localhost:8080/OpenKM/ whit user1 pass1
then it send this message:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 1 in the generated java file
The type es.git.openkm.bean.SessionInfo cannot be resolved. It is indirectly referenced from required .class files
An error occurred at line: 9 in the generated java file
The import es.git.openkm.bean.SessionInfo cannot be resolved
An error occurred at line: 32 in the jsp file: /general-error.jsp
SessionInfo cannot be resolved to a type
29: <% SessionManager sm = SessionManager.getInstance(); %>
30: <% String token = sm.getTokenByUserId(request.getRemoteUser()); %>
31: <% if (token != null) { %>
32: <% SessionInfo si = sm.getInfo(token); %>
33: <%="<i>Session inactive from</i> "+si.getAccess().getTime()+"<br/>" %>
34: <% Calendar expiration = (Calendar) si.getAccess().clone(); %>
35: <% expiration.add(Calendar.SECOND, Config.SESSION_EXPIRATION); %>
Re:Problem installing OpenKm 6 Months, 3 Weeks ago
Karma: 7
I thought this bug was fixed in 2.0b release. Thanks for the info because we plan to release the stable version this (or next) week. Anyway, the preferred method for running OpenKM/JBoss is
Code:
cd /opt/OpenKM-2.0b_JBoss-4.2.2.GA && ./bin/run.sh