• Search

  • Search it up!

Search found 336 matches

 Go to advanced search

Re: Text Extraction with Tesseract and OCR

 by Catscratch ¦  Mon May 11, 2015 1:18 pm ¦  Forum: Usage ¦  Topic: Text Extraction with Tesseract and OCR ¦  Replies: 3 ¦  Views: 2969

Hm, you're right. Maybe I had to be more patient. After some time, the index contains extracted text.

So thanks for help!

Using own CSS Styles

 by Catscratch ¦  Mon May 11, 2015 8:41 am ¦  Forum: Usage ¦  Topic: Using own CSS Styles ¦  Replies: 3 ¦  Views: 2426

Hi Guys,

I followed http://wiki.openkm.com/index.php/CSS to modify CSS styles. But I got no visual effect. Even after okm restart and clearing browser cache, nothing happens in the frontend.

Does the described mechanism works in community edition?

Thanks!

Text Extraction with Tesseract and OCR

 by Catscratch ¦  Thu May 07, 2015 10:02 am ¦  Forum: Usage ¦  Topic: Text Extraction with Tesseract and OCR ¦  Replies: 3 ¦  Views: 2969

Hi, I got PDFs with scanned images. So I configured OpenKM to use Tesseract 3 for ocr. I also enabled system.pdf.force.ocr, because without this option, no text is extracted from scanned pdf files. Using german dictionary: dict-de_de-frami_2013-12-06.oxt After running the text extractor cron, text w...

Re: LDAP Login with UID and MAIL

 by Catscratch ¦  Tue May 05, 2015 12:02 pm ¦  Forum: Configuration ¦  Topic: LDAP Login with UID and MAIL ¦  Replies: 3 ¦  Views: 2972

Ok thanks for clarifying. I might have known it.

Do you have any idea how to start configuring spring security in this way, it replaces the mail address by the users identifier so that the OpenKM LdapAdapter is working again?

NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Tue May 05, 2015 11:09 am ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6759

Hi there, I tried to upload an email with an attachment to an openkm folder. After the upload was finished I get exceptions on "getMailChilds" when trying to browser the folder. In the backend database everything seems to be fine. There is a folder for this mail which contains the attachme...

LDAP Login with UID and MAIL

 by Catscratch ¦  Mon May 04, 2015 2:44 pm ¦  Forum: Configuration ¦  Topic: LDAP Login with UID and MAIL ¦  Replies: 3 ¦  Views: 2972

Hi, I want all users to be able to login either with login name (uid) or mail address (mail). Therefor, I modified the spring security bean configuration to enable both ways. <?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns:..."> <security:authentication-manager ali...

Re: LdapPrincipalAdapter and Directory Listing

 by Catscratch ¦  Thu Apr 23, 2015 11:47 am ¦  Forum: Usage ¦  Topic: LdapPrincipalAdapter and Directory Listing ¦  Replies: 3 ¦  Views: 2103

Ok. Any chance to get such things back into community version? Or may the community push features (like this caching mechanism) back to the repository?

Re: Problem with notification duting file add

 by Catscratch ¦  Wed Apr 22, 2015 11:10 am ¦  Forum: Usage ¦  Topic: Problem with notification duting file add ¦  Replies: 6 ¦  Views: 3202

Are you sure you configured LDAP correctly?

Go to Administration > Users and check the list. Also check the roles dropdown menu and select a role to verify role filtering.

LdapPrincipalAdapter and Directory Listing

 by Catscratch ¦  Wed Apr 22, 2015 8:14 am ¦  Forum: Usage ¦  Topic: LdapPrincipalAdapter and Directory Listing ¦  Replies: 3 ¦  Views: 2103

Hi, I noticed a strange performance problem when using LDAP with OpenKM. When listing directory with e.g. 300 documents, the listing itself is very fast in a non-ldap environment. However, when using ldap the listing is taking a while which makes working with OpenKM nearly impossible. Through trace ...

Re: Automatically Rebuild indexes

 by Catscratch ¦  Wed Apr 15, 2015 1:33 pm ¦  Forum: Usage ¦  Topic: Automatically Rebuild indexes ¦  Replies: 7 ¦  Views: 3501

I got a questions regarding the automatic index update. Is the index also updated, when changing property values of a property group? Because I realized, when changing values search does not return the documents. E.g. I got a document with a property value of "A" and search for "A&quo...

Re: configure search to return notes

 by Catscratch ¦  Fri Apr 10, 2015 8:58 am ¦  Forum: Usage ¦  Topic: configure search to return notes ¦  Replies: 5 ¦  Views: 2746

Hi,

I got a similar question. How may I search for notes itself?

Im thinking about some extension of DbSearchModule (findPaginated) to also search within document notes via database. How to do so? Which classes do I have to extend?

I'm using 6.3.1 Community.

Re: Which Linux version to install OpenKM

 by Catscratch ¦  Wed Mar 11, 2015 12:56 pm ¦  Forum: Installation ¦  Topic: Which Linux version to install OpenKM ¦  Replies: 7 ¦  Views: 5013

Did you tried to access http://localhost:8080/openKm or /OpenKM? Spelling is important.

Right URL would be:
http://localhost:8080/OpenKM
-> with 3 uppercase characters in "OpenKM".

Re: Install OpenKM on Suse Linux Enterprise Server 11 - First Login failed

 by Catscratch ¦  Wed Mar 11, 2015 12:54 pm ¦  Forum: Installation ¦  Topic: Install OpenKM on Suse Linux Enterprise Server 11 - First Login failed ¦  Replies: 5 ¦  Views: 3540

Have a look here: http://stackoverflow.com/questions/1881 ... texception

There is something wrong with you local hostname resolution. Try to fix it in your OS.

Re: Which Linux version to install OpenKM

 by Catscratch ¦  Tue Mar 10, 2015 6:43 am ¦  Forum: Installation ¦  Topic: Which Linux version to install OpenKM ¦  Replies: 7 ¦  Views: 5013

You have to run /opt/tomcat/bin/catalina.sh start. Not only catalina.sh.

To stop, use /opt/tomcat/bin/catalina.sh stop.

If there is a triangle symbol, there was something wrong on startup.

Stop OpenKM, clear the logfile and start it again. Then have a look what's going wrong (search for ERROR in the logfile).

In your case the log file is located in "/opt/openkm/tomcat/logs/catalina.log".

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 23

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.