• Search

  • Search it up!

Search found 336 matches

 Go to advanced search

Re: Lucene Index does not contain extracted Text

 by Catscratch ¦  Thu Jul 30, 2015 7:30 am ¦  Forum: Usage ¦  Topic: Lucene Index does not contain extracted Text ¦  Replies: 6 ¦  Views: 2789

Ok, I'll report back when I found something.

Re: Lucene Index does not contain extracted Text

 by Catscratch ¦  Wed Jul 29, 2015 2:13 pm ¦  Forum: Usage ¦  Topic: Lucene Index does not contain extracted Text ¦  Replies: 6 ¦  Views: 2789

Is there a way to query lucene index through admin panel -> Database Query -> Hibernate?

If so: how would the query look like? I don't have much knowlegde on hibernate syntax.
And if not: how may I query the lucene index?

Re: Lucene Index does not contain extracted Text

 by Catscratch ¦  Mon Jul 27, 2015 6:44 am ¦  Forum: Usage ¦  Topic: Lucene Index does not contain extracted Text ¦  Replies: 6 ¦  Views: 2789

You mean NDC_TEXT, right? Yeah. All documents got text in this field. But not all documents contain terms. After building the lucene index the Nth time, it seems to work now. At least with the problematic documents I used for verification. I don't know if it worked for all documents now. Is there a ...

Lucene Index does not contain extracted Text

 by Catscratch ¦  Thu Jul 23, 2015 1:30 pm ¦  Forum: Usage ¦  Topic: Lucene Index does not contain extracted Text ¦  Replies: 6 ¦  Views: 2789

Hi guys, I got a question. I got PDFs with OCR which contain text. Through text extraction mechanism, everything was extracted successful. When I check extraction in backend (Administration -> Utilities -> Check text extraction) I found a lot of extracted text for documents. So every document was ex...

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Thu Jun 11, 2015 6:44 am ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

Thanks a lot. Did you committed it to 6.3 branch?

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Wed Jun 10, 2015 8:08 am ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

Yes. My comment wasn't about the error. It only was a hint that I can't test the integration build since it's not compatible with tomcat 8. See here in your own commits: Click And here in the forum: Click So. Long story short. My advice would be to integrate the fix provided in this topic, because i...

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Mon Jun 08, 2015 3:29 pm ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

Sorry, I can't run your integration build since I'm using tomcat 8. Afaik your still building for tomcat 7. But when I use the latest source from sourceforge and build all sources on my own, I still got the error described above. So, what really is the problem to integrate the code fix I suggested (...

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Thu May 21, 2015 6:45 am ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

Maybe it depends in some way of our LDAP structure. Maybe the LdapProvider can't find the user or I don't know. :-) I don't even excactly know where the user object should come from. But anyway, I hope you'll find some hints with your colleagues.

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Mon May 18, 2015 2:32 pm ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

I'm getting a NPE with the Testmail.eml. What's logical, because when user is null and GWTVersion would throw a NPE (without your latest patch) than GWTDocument has to throw a NPE too. Because you try to access a null object with user.getId() or user.getUsername() . Anyway. I applied the patch I pro...

Re: Mobile Version

 by Catscratch ¦  Mon May 18, 2015 11:26 am ¦  Forum: Usage ¦  Topic: Mobile Version ¦  Replies: 14 ¦  Views: 13215

Thanks! It's working.

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Thu May 14, 2015 4:44 pm ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

And the Testmail.eml.zip from my first post isn't working for you?

Re: Using own CSS Styles

 by Catscratch ¦  Wed May 13, 2015 1:39 pm ¦  Forum: Usage ¦  Topic: Using own CSS Styles ¦  Replies: 3 ¦  Views: 2440

Ok, thanks. Any chance to get this merged into community edition in some of the next releases?

Would be a nice feature for collecting community themes/skins for OpenKM somewhere in the wiki or somewhere at userstyles.org.

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Wed May 13, 2015 1:34 pm ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

You can use the same files attached in the opening post. Here are the exceptions for both, getId and getUsername: 2015-05-11 16:23:08,366 [http-apr-0.0.0.0-8080-exec-4] ERROR com.openkm.servlet.frontend.MailServlet- java.lang.NullPointerException at com.openkm.frontend.client.bean.GWTDocument.toStri...

Re: Mobile Version

 by Catscratch ¦  Wed May 13, 2015 1:29 pm ¦  Forum: Usage ¦  Topic: Mobile Version ¦  Replies: 14 ¦  Views: 13215

He Guys, I integrated a new mobile version into community edition 6.3.x. My problem is the spring security redirection. I don't know excactly how it works. When login is complete, the user gets redirected to "frontend/index.jsp". But where is this redirection configured? Where can I change...

Re: NullPointerException when uploading Mail (eml) with attachments

 by Catscratch ¦  Mon May 11, 2015 2:25 pm ¦  Forum: Usage ¦  Topic: NullPointerException when uploading Mail (eml) with attachments ¦  Replies: 17 ¦  Views: 6787

Thanks. But you have to modify GWTDocument as well. Now GWTVersion does not throw an exception anymore, but GWTDocument will do so. Can you please modify line 398 of GWTDocument.java? Now: sb.append(", user="); sb.append(user.getId()); sb.append(", username="); sb.append(user.get...

  • 1
  • 2
  • 3
  • 4
  • 5
  • 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.