• Search

  • Search it up!

Search found 21 matches

 Go to advanced search

Re: Downloading .zip larger than 2GB only DLs 2GB

 by omnicron ¦  Thu Nov 16, 2017 2:44 am ¦  Forum: Configuration ¦  Topic: Downloading .zip larger than 2GB only DLs 2GB ¦  Replies: 4 ¦  Views: 2309

Thanks for this update! I appreciate the fast response and fix.

Re: Downloading .zip larger than 2GB only DLs 2GB

 by omnicron ¦  Mon Nov 13, 2017 2:57 am ¦  Forum: Configuration ¦  Topic: Downloading .zip larger than 2GB only DLs 2GB ¦  Replies: 4 ¦  Views: 2309

Issue added.

https://github.com/openkm/document-mana ... /issues/40

Thanks! Good to know I am not crazy.

Downloading .zip larger than 2GB only DLs 2GB

 by omnicron ¦  Thu Nov 09, 2017 12:25 am ¦  Forum: Configuration ¦  Topic: Downloading .zip larger than 2GB only DLs 2GB ¦  Replies: 4 ¦  Views: 2309

I have a 7 GB .zip file in the repository that I want to download. It shows the proper file size in the webpage but does not download past 2GB. As soon as the HTTP transfer starts, it says the file is only 2GB and does not download more. I changed the max.file.size from 0 (zero) to 10gb to make sure...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Wed Sep 16, 2015 8:47 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

At first the script wouldn't run due to a JDBC issue. I was able to resolve that by changing the connection string. Then then the script wouldn't complete due to unknown issues but you offered a slight change to the script. Then the script doesn't complete due to whatever the issue is now as related...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Sun Sep 13, 2015 7:45 pm ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

I ran it for three days and started to get an error message in the catalina.out about day three. [Thread-2545] WARN com.openkm.module.db.stuff.DbSimpleAccessManager - com.openkm.module.db.base.BaseFolderModule -> getUserContentInfo (BaseFolderModule.java:346) Thousands of times in the logs.. Any ide...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Thu Sep 10, 2015 9:25 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

Got it... Made the changes.. I did not understand your previous post well enough. I did get Sourced file: inline evaluation of: ``import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api . . . '' : Undefined argument: level : at Line: 16 : in file: inline evaluation of: ``impor...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Tue Sep 08, 2015 11:57 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

In what way do I use the information you just provided? Do I add it to previous script or replace information in the previous script?

Thanks

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Mon Sep 07, 2015 9:18 pm ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

It has been going on for over a day now.... No help?

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Mon Sep 07, 2015 9:23 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

I am getting a new error message. 2015-09-07 02:22:21,124 [Thread-1468] WARN com.openkm.module.db.stuff.DbSimpleAccessManager - com.openkm.module.db.base.BaseFolderModule -> getUserContentInfo (BaseFolderModule.java:346) 2015-09-07 02:22:21,124 [Thread-1468] WARN com.openkm.module.db.stuff.DbSimpleA...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Fri Sep 04, 2015 7:10 pm ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

It still does not resolve the problem.....

I really need to fix this issue... There has to a solution that works!

Any more ideas?

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Fri Sep 04, 2015 7:32 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

On executing the script. I think I am doing this correctly... I pasted the script into the scripting screen under the administration panel in OpenKM and pressed the evaluate button.. I can see the script running on catalina.out showing each directory traversal... it is at a few thousand right now......

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Fri Sep 04, 2015 7:28 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

Right now my settings are the following. -Xms4096m -Xmx4096m -XX:PermSize=1024m -XX:MaxPermSize=2024m -Xss1g -Djava.awt.headless=true -Dfile.encoding=utf-8 maxperm size would not solve the issue.. I had to add -Xsss1g ( or some number) Java default is 512m which was exhausting the stack with the rec...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Wed Sep 02, 2015 5:58 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

Here is the script I am running. import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api.*; import com.openkm.bean.*; Logger log = LoggerFactory.getLogger("com.openkm.scripting"); int MAX_DEPTH = Integer.MAX_VALUE; void nodeTask(String path, int depth) throws Excepti...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Wed Sep 02, 2015 12:53 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

I got this error... Sourced file: inline evaluation of: ``import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api . . . '' : target exception : at Line: 10 : in file: inline evaluation of: ``import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api . . . '...

Re: Could not execute JDBC batch update 6.2.5

 by omnicron ¦  Wed Sep 02, 2015 12:03 am ¦  Forum: Usage ¦  Topic: Could not execute JDBC batch update 6.2.5 ¦  Replies: 20 ¦  Views: 7627

I am running the script now... It appears to be working!

I followed use of the one in the link,

Thanks!

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.