Re: Could not execute JDBC batch update 6.2.5
PostPosted:Thu Sep 10, 2015 9:25 am
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: ``import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api . . . '' : ( "Folder: {}" , level )
So I changed it to:
log.info("Folder: {}", fld.getPath());
and it seems to run now..
Hopefully it will complete and not run out or memory or stack space.
THANKS!
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: ``import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.openkm.api . . . '' : ( "Folder: {}" , level )
So I changed it to:
log.info("Folder: {}", fld.getPath());
and it seems to run now..
Hopefully it will complete and not run out or memory or stack space.
THANKS!