• Search

  • Search it up!

Search found 17 matches

 Go to advanced search

Re: how to SSO CAS JASIG from JBoss to TOMCAT (5.1.10 => 6.2

 by cjpitmd ¦  Tue Dec 16, 2014 6:51 am ¦  Forum: Configuration ¦  Topic: how to SSO CAS JASIG from JBOSS to TOMCAT (5.1.10 => 6.2) ¦  Replies: 24 ¦  Views: 22391

Hi Cjpitmd, Good news, it's not a problem with OpenKM, Try to import your certificat into the java keystore with a command something like this : keytool -import -alias WHATYOUWANT -keypass PASSWORD -file /path/to/your/certs/ssl.crt -keystore /etc/java-6-sun/security/cacerts (the default password is...

Re: how to SSO CAS JASIG from JBoss to TOMCAT (5.1.10 => 6.2

 by cjpitmd ¦  Thu Dec 11, 2014 7:19 am ¦  Forum: Configuration ¦  Topic: how to SSO CAS JASIG from JBOSS to TOMCAT (5.1.10 => 6.2) ¦  Replies: 24 ¦  Views: 22391

Hi Cjpitmd, Try this : http://wiki.openkm.com/index.php/Central_Authentication_Service_-_OpenKM_6.2 And tell us if it works, Michael. Thank you for reply Michael, i tried it, when i login to my CAS server, it redirect me to the Openkm with error : Application error Class: java.lang.RuntimeException...

Re: how to SSO CAS JASIG from JBoss to TOMCAT (5.1.10 => 6.2

 by cjpitmd ¦  Thu Dec 11, 2014 4:01 am ¦  Forum: Configuration ¦  Topic: how to SSO CAS JASIG from JBOSS to TOMCAT (5.1.10 => 6.2) ¦  Replies: 24 ¦  Views: 22391

Hi Cjpitmd, Try this : http://wiki.openkm.com/index.php/Central_Authentication_Service_-_OpenKM_6.2 And tell us if it works, Michael. Thank you for reply Michael, i tried it, when i login to my CAS server, it redirect me to the Openkm with error : Application error Class: java.lang.RuntimeException...

Re: how to SSO CAS JASIG from JBoss to TOMCAT (5.1.10 => 6.2

 by cjpitmd ¦  Wed Dec 10, 2014 7:59 am ¦  Forum: Configuration ¦  Topic: how to SSO CAS JASIG from JBOSS to TOMCAT (5.1.10 => 6.2) ¦  Replies: 24 ¦  Views: 22391

Could tell me if i need to edit the web.xml like this : <!-- CAS SSO--> <!-- Facilitates CAS single sign-out --> <listener> <listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class> </listener> <!-- Following is needed only if CAS single-sign out is desired --> <...

Re: Get admin right in crontab

 by cjpitmd ¦  Fri Aug 08, 2014 2:39 am ¦  Forum: Usage ¦  Topic: Get admin right in crontab ¦  Replies: 9 ¦  Views: 4007

pavila wrote:I have uploaded a fix. Please, try the night build (these builds are compiled at 00:02 GMT+2).
\ :D THX FOR YOUR HELP

Re: Get admin right in crontab

 by cjpitmd ¦  Fri Jul 25, 2014 6:18 am ¦  Forum: Usage ¦  Topic: Get admin right in crontab ¦  Replies: 9 ¦  Views: 4007

Seems you're using correctly the system token. One suggestion -> upgrade to 6.3. I need to take a look at full stack trace to understand what's happening. I success to export repository in crontab now by changed String token = DbSessionManager.getInstance().getSystemToken(); to String token = OKMAu...

Re: openkm6.3 stop when loading user values

 by cjpitmd ¦  Thu Jul 24, 2014 8:22 am ¦  Forum: Installation ¦  Topic: openkm6.3 stop when loading user values ¦  Replies: 11 ¦  Views: 7149

Hi jllort, I looked at the instructions on the page you provided http://wiki.openkm.com/index.php/Debugging_with_GWT , but I don't know how to follow them. For instance, the first line: "Go to run configurations and add new Java application ...". How/where do I do this? I am willing to do...

Re: Get admin right in crontab

 by cjpitmd ¦  Wed Jul 23, 2014 6:26 am ¦  Forum: Usage ¦  Topic: Get admin right in crontab ¦  Replies: 9 ¦  Views: 4007

is quite strange. With what user are you logged, okmAdmin ? Yes, okmAdmin . I use openkm 6.25 with mysql 5.5 . The script can be executed in 6.3 last day, but i cannot execute it today here is the log of openkm6.3 2014-07-23 14:14:35,202 [http-bio-0.0.0.0-8080-exec-5] ERROR com.openkm.util.impexp.R...

Re: Possible to export repository using Web Services?

 by cjpitmd ¦  Mon Jul 21, 2014 7:55 am ¦  Forum: Usage ¦  Topic: Possible to export repository using Web Services? ¦  Replies: 12 ¦  Views: 6991

pavila wrote:Try with JDK 7

It is very weird that the script can be executed when i change the "j" to lowercase in "java.io.StringWriter;"

Re: Unable to launch OpenKM 6.3

 by cjpitmd ¦  Mon Jul 21, 2014 6:50 am ¦  Forum: Installation ¦  Topic: Unable to launch OpenKM 6.3 ¦  Replies: 14 ¦  Views: 11711

Thanks for the suggestion; it provided more information: C:\openkm630\tomcat\bin>catalina.bat run Using CATALINA_BASE: "C:\openkm630\tomcat" Using CATALINA_HOME: "C:\openkm630\tomcat" Using CATALINA_TMPDIR: "C:\openkm630\tomcat\temp" Using JRE_HOME: "C:\openkm630\...

Re: openkm6.3 stop when loading user values

 by cjpitmd ¦  Mon Jul 21, 2014 6:43 am ¦  Forum: Installation ¦  Topic: openkm6.3 stop when loading user values ¦  Replies: 11 ¦  Views: 7149

This kind of errors are quite difficult to detect because are on loading process. Should install development environment and debug with GWT Shell to see the stack trace error of the UI. Yes I know is not the answer you would like to hear. If was a bug after loading enabling the log from -> tools ->...

Re: Get admin right in crontab

 by cjpitmd ¦  Mon Jul 21, 2014 4:07 am ¦  Forum: Usage ¦  Topic: Get admin right in crontab ¦  Replies: 9 ¦  Views: 4007

jllort wrote:Seems you're using correctly the system token. One suggestion -> upgrade to 6.3. I need to take a look at full stack trace to understand what's happening.
OK, thx for you help

i will very happy if you find out what's happen, pls let me know if you find out how to solve the problem :D

Get admin right in crontab

 by cjpitmd ¦  Thu Jul 17, 2014 3:06 am ¦  Forum: Usage ¦  Topic: Get admin right in crontab ¦  Replies: 9 ¦  Views: 4007

Hello everyone, i tried to add a script into the crontab and make it run every week, but i got AccessDeniedException : Sorry, only for admin user. Here is my script: import java.io.File; import java.io.FileOutputStream; import java.io.StringWriter; import com.openkm.util.impexp.RepositoryExporter; i...

Re: Possible to export repository using Web Services?

 by cjpitmd ¦  Tue Jul 15, 2014 8:01 am ¦  Forum: Usage ¦  Topic: Possible to export repository using Web Services? ¦  Replies: 12 ¦  Views: 6991

pavila wrote:Java.io.StringWriter is in Java 7. Which Java version are you using?

i have jre 7 and jdk 1.6.0_33 in my C:\program files\Java

Re: openkm6.3 stop when loading user values

 by cjpitmd ¦  Tue Jul 15, 2014 7:58 am ¦  Forum: Installation ¦  Topic: openkm6.3 stop when loading user values ¦  Replies: 11 ¦  Views: 7149

I have the same issue after upgrading to 6.3 community. I have cleared the browser cache, and tried stopping and restarting tomcat again. But I have the same screen as the OP posted, a pop-up titled "Loading OpenKM" and then stopped at "Loading user values". i aslo tried it and ...

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.