Hello I am using the latest free openkm version. I am running win xp, I tried using the openkm with libre office and the rest of the additional software with these settings:
Edit: I`ve updated my administrative settings (you can see the code above), as suggested in the forum,but still it is not working.
Code: Select all
and my cfg,not that it matters much,but anyway:
application.url String http://localhost:8080/OpenKM/index.jsp
cache.home String C:\OpenKM\jboss\cache
default.admin.role String AdminRole
default.lang String
default.script Text print("UserId: "+session.getUserID()); print("EventType: "+eventType); print("EventNode: "+eventNode.getPath()); print("ScriptNode: "+scriptNode.getPath());
default.user.role String UserRole
experimental.mobile.context String mobile
experimental.plugin.debug Boolean
experimental.text.extraction Boolean
kea.automatic.keyword.extraction.number Integer 0
kea.automatic.keyword.extraction.restriction Boolean
kea.model.file String
kea.stopwords.file String
kea.thesaurus.base.url String
kea.thesaurus.owl.file String
kea.thesaurus.skos.file String
kea.thesaurus.tree.childs Text
kea.thesaurus.tree.root Text
kea.thesaurus.vocabulary.serql Text
logo.login File
logo.mobile File
logo.report File
logo.text String
max.file.size Long 64
max.search.results Integer 261006
notification.message.body Text <b>Document: </b><a href="${documentUrl}">${documentPath}</a><br/><b>User: </b>${userId}<br/><b>Message: </b>${notificationMessage}<br/>
notification.message.subject Text OpenKM - NOTIFICATION - ${documentName}
notify.twitter.password String
notify.twitter.status Text OpenKM - ${documentUrl} - ${documentPath} - ${userId} - ${eventType}
notify.twitter.user String
principal.adapter String com.openkm.principal.DatabasePrincipalAdapter
principal.database.filter.inactive.users Boolean
principal.ldap.mail.attribute String
principal.ldap.mail.search.base String
principal.ldap.mail.search.filter String
principal.ldap.referral String
principal.ldap.role.attribute String
principal.ldap.role.search.base String
principal.ldap.role.search.filter String
principal.ldap.roles.by.user.attribute String
principal.ldap.roles.by.user.search.base String
principal.ldap.roles.by.user.search.filter String
principal.ldap.security.credentials String
principal.ldap.security.principal String
principal.ldap.server String
principal.ldap.user.attribute String
principal.ldap.user.search.base String
principal.ldap.user.search.filter String
principal.ldap.users.by.role.attribute String
principal.ldap.users.by.role.search.base String
principal.ldap.users.by.role.search.filter String
registered.text.extractors Text org.apache.jackrabbit.extractor.PlainTextExtractor org.apache.jackrabbit.extractor.MsWordTextExtractor org.apache.jackrabbit.extractor.MsExcelTextExtractor org.apache.jackrabbit.extractor.MsPowerPointTextExtractor org.apache.jackrabbit.extractor.OpenOfficeTextExtractor org.apache.jackrabbit.extractor.RTFTextExtractor org.apache.jackrabbit.extractor.HTMLTextExtractor org.apache.jackrabbit.extractor.XMLTextExtractor org.apache.jackrabbit.extractor.PngTextExtractor org.apache.jackrabbit.extractor.MsOutlookTextExtractor com.openkm.extractor.PdfTextExtractor com.openkm.extractor.AudioTextExtractor com.openkm.extractor.ExifTextExtractor com.openkm.extractor.CuneiformTextExtractor com.openkm.extractor.SourceCodeTextExtractor com.openkm.extractor.MsOffice2007TextExtractor
repository.config String C:\OpenKM\jboss\repository.xml
repository.home String C:\OpenKM\jboss\repository
restrict.file.extension String *~,*.bak
restrict.file.mime Boolean
schedule.dashboard.refresh Long 30
schedule.mail.importer Long 0
schedule.repository.info Long 1440
schedule.session.keepalive Long 15
subscription.message.body Text <b>Document: </b><a href="${documentUrl}">${documentPath}</a><br/><b>User: </b>${userId}<br/><b>Event: </b>${eventType}<br/><b>Comment: </b>${subscriptionComment}<br/>
subscription.message.subject Text OpenKM - ${eventType} - ${documentPath}
system.antivir String
system.apache.request.header.fix Boolean
system.demo Boolean
system.document.name.mismatch.check Boolean
system.dwg2dxf String
system.ghostscript.ps2pdf String
system.imagemagick.convert String C:\Program Files\ImageMagick-6.7.6-Q8\display.exe
system.keyword.lowercase Boolean
system.login.lowercase Boolean
system.maintenance Boolean
system.ocr String C:\Program Files\Tesseract-OCR\tesseract.exe
system.openoffice.dictionary String
system.openoffice.path String C:\Program Files\LibreOffice 3.5\program\soffice.bin
system.openoffice.port Integer 2002
system.openoffice.server String
system.openoffice.tasks Integer 200
system.pdf.force.ocr Boolean
system.previewer String
system.readonly Boolean
system.swftools.pdf2swf String C:\Program Files\SWFTools\pdf2swf.exe -T 9 -f ${fileIn} -o ${fileOut}
system.webdav.fix Boolean
system.webdav.server Boolean
update.info Boolean
user.assign.document.creation Boolean
user.item.cache Boolean
user.keywords.cache Boolean
validator.password String com.openkm.validator.password.NoPasswordValidator
validator.password.max.length Integer 0
validator.password.min.digits Integer 0
validator.password.min.length Integer 0
validator.password.min.lowercase Integer 0
validator.password.min.uppercase Integer 0
validator.password.mini.special Integer 0
workflow.run.config.form String run_config
workflow.start.task.auto.run Boolean
zoho.api.key String
zoho.password String
zoho.secret.key String
zoho.user String
Code: Select all
I can`t preview any files-pdf,images,office files. What did I do wrong? Thanks in advance for the help.hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl=none
#system.ocr=C:\\Program Files\\Tesseract-OCR\\
#system.openoffice.path=C:\\Program Files\\LibreOffice 3.5\\program\\
#system.swftools.pdf2swf=C:\\Program Files\\SWFTools\\
#system.pdf2swf.path=C:\\Program Files\\SWFTools\\
#system.imagemagick.convert=C:\\Program Files\\ImageMagick-6.7.6-Q8\\
Edit: I`ve updated my administrative settings (you can see the code above), as suggested in the forum,but still it is not working.
