• OpenKM 6.4.x

  • Problems with installing OpenKM? No problemo, the solution is closer than you think.
Problems with installing OpenKM? No problemo, the solution is closer than you think.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #28577  by pldemon
 
Hey team,

I'm testing OKM again and have some questions about the new 6.4 branch:

- Is OpenKM 6.4 released and can be purchased? If not, do you have a release date?
- Do you have a release date for the _trial_ of the 6.4 branch?
- Is there any possibility to test the contacts functionality of OpenKM? The trial is lacking this module and the demo is not very helpful...
- Do you plan to replace the Flash-based parts of OpenKM with HTML code?

Thanks,
pldemon
 #28595  by jllort
 
There're two branches community and professional. Community now goes for version 6.3 and professional for 6.4.13. Version 6.4 was released six-eight months ago ( only for partners ) and since the last two months has been progresive extended to our customers. Still we've not released a trial ( actually we're on releasing community 6.3 and after it trial 6.4 ).
To enable contact I will send you a private message.
About Flash components, you're talking about only two things -> preview and url copy from properties ( the secon url copy is no possible to be replaced, except with input ). About preview actually you can have the option to preview browser preview ( changing profile configuration ). Flexpaper has also an HTML 5 support but we've not got time for testint it ( the answer should be, we're working on that direction ), also at the present we've started working in thumbnails what a preliminar step for doing preview in image solution format.

Althought we got a roadmap, the feature on it change their priority level based on customer need. If you became a customer - like other - and there's some need - with sense - what's in our roadmap, that has priority for us and goes to the first position of improvements to be done.
 #28622  by Catscratch
 
Heho,

is there a changelog for 6.3 community somewhere?
 #28782  by pldemon
 
Thanks for the info. Then I'll wait with the validation for the new trial. As soon as we need a price I'll contact our department.

Thanks!
 #29060  by pldemon
 
Do you have any news about the trial? Eta date? I've to start with the verification soon...

Thanks,
pldemon
 #29090  by pavila
 
The new trial is scheduled for the next week.

Regards.
 #29399  by pldemon
 
Hi,

thanks for the release. During out tests we've found some glitches:

1.) No type fields inside OCR templates
The field is empty and we are not able to set a new template. Please refer to the file no_type.png. I'm not sure if this is an installation error or we forgot to define the types. Do you have an explanation for that?
No type fields inside OCR templates.
No type fields inside OCR templates.
no_type.png (648.47 KiB) Viewed 11096 times
2.) Terminal not working
The terminal don't recognize any command. Please refer to the file terminal_not_working.png
Terminal not working
Terminal not working
terminal_not_working.png (83.72 KiB) Viewed 11096 times
3.) Error inside Dashboard
The Tasks entry is generation an error message. Please refer to the file tasks_error.png A log file of the server error is included inside tasks_error.log
Error inside Dashboard
Error inside Dashboard
tasks_error.png (78.6 KiB) Viewed 11096 times
Thanks,
pldemon
 #29418  by jllort
 
Trial version is not exactly professional version. For security reason the code is obfuscated and that I think has caused the tree problems you describe. We take note about it, sorry for the inconvenience and well try to solve on next release. If you want to specifically try this sections I suggest contact with us using our website contact form http://www.openkm.com/en/contact.html and our sales & team guys are able to give you a full demo in our cloud for testing.
 #29432  by pavila
 
I've updated the trial which solves this problem. Please, download again.

Regards.
 #29437  by pldemon
 
Hi @All

@pavila
Thanks. Issue No. 2 is corrected. But it is still not possible to test the OCR templates functionality of OpenKM 6.4. The field "Type" is empty and the user is not able to select any type, which is mandatory...

@jllort
Thanks for the info. I'll check this, but probably it will not work because we've some script which exports parts of our company data as test to OpenOK. I don't think I'm able to export this data into a cloud service.

Cherrs,
pldemon
 #29445  by pavila
 
I have updated (again) the trial. Please, try again.
 #29457  by pldemon
 
Perfect! The new version is working as expected. Thanks!
 #29461  by pavila
 
Great :)
 #29730  by pldemon
 
Hi OpenKM team,

we have found some other glitches in the Trial. Please find included a description. We don't need the functions, but I'm not sure if other people are using this during a test so I will describe the issues:

1.) Terminal is not working

Every command in the OpenKM terminal is generating an "Invalid command" error message - even the "help" command

2.) OCR template recognise is generating an error

The button "Recognise" (OCR Templates) generates an error message which seems to be related to the script obfuscation. Please find a screenshot of this issue and the server log:
OCR template error
OCR template error
ocr_error.jpg (132.38 KiB) Viewed 10906 times
Server Log
Code: Select all
2014-08-29 16:54:11,807 [http-bio-0.0.0.0-8080-exec-9] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/OpenKM].[jsp] - Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 15 in the generated java file
Only a type can be imported. com.openkm.ocr.template.bean.OCRConfidenceLevel resolves to a package

An error occurred at line: 42 in the jsp file: /admin/ocr_template_recognise_file.jsp
OCRConfidenceLevel.LEVEL_FAST cannot be resolved to a type
39:             <td>Level</td>
40:             <td>
41:                     <select name="level">
42:                       <option value="<%=OCRConfidenceLevel.LEVEL_FAST%>">Fast</option>
43:                       <option value="<%=OCRConfidenceLevel.LEVEL_MEDIUM%>">Medium</option>
44:                       <option value="<%=OCRConfidenceLevel.LEVEL_SLOW%>" selected="selected">Slow</option>
45:                     </select>


An error occurred at line: 43 in the jsp file: /admin/ocr_template_recognise_file.jsp
OCRConfidenceLevel.LEVEL_MEDIUM cannot be resolved to a type
40:             <td>
41:                     <select name="level">
42:                       <option value="<%=OCRConfidenceLevel.LEVEL_FAST%>">Fast</option>
43:                       <option value="<%=OCRConfidenceLevel.LEVEL_MEDIUM%>">Medium</option>
44:                       <option value="<%=OCRConfidenceLevel.LEVEL_SLOW%>" selected="selected">Slow</option>
45:                     </select>
46:             </td>


An error occurred at line: 44 in the jsp file: /admin/ocr_template_recognise_file.jsp
OCRConfidenceLevel.LEVEL_SLOW cannot be resolved to a type
41:                     <select name="level">
42:                       <option value="<%=OCRConfidenceLevel.LEVEL_FAST%>">Fast</option>
43:                       <option value="<%=OCRConfidenceLevel.LEVEL_MEDIUM%>">Medium</option>
44:                       <option value="<%=OCRConfidenceLevel.LEVEL_SLOW%>" selected="selected">Slow</option>
45:                     </select>
46:             </td>
47:           </tr>


Stacktrace:
        at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102)
        at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331)
        at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:378)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)
        at org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)
        at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:471)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:402)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:329)
        at com.openkm.servlet.admin.OCRTemplateServlet.a(Unknown Source)
        at com.openkm.servlet.admin.OCRTemplateServlet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:621)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
        at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:101)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:113)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:45)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:309)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)
2014-08-29 16:54:11,808 [http-bio-0.0.0.0-8080-exec-9] ERROR com.openkm.servlet.admin.OCRTemplateServlet - Unable to compile class for JSP: 
Thanks,
Alfred

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.