• Search

  • Search it up!

Search found 12053 matches

 Go to advanced search

Re: No ManagedConnections available message

 by jllort ¦  Sat Feb 05, 2011 11:37 am ¦  Forum: Configuration ¦  Topic: No ManagedConnections available message ¦  Replies: 20 ¦  Views: 10866

put here your openkm-ds.xml, repository.xml, and workspace.xml ( it's under repository/repository ). The last two files only the connection reference, not all file. And we'll take a look. You're using on production environment ? And finally wich mysql version ( linux / windows and number vesion ) ar...

Re: Mail: javax.jcr.PathNotFoundException

 by jllort ¦  Sat Feb 05, 2011 11:33 am ¦  Forum: Configuration ¦  Topic: Mail: javax.jcr.PathNotFoundException ¦  Replies: 13 ¦  Views: 5585

I've added in our tracking system due possible bug, we'll investigate http://issues.openkm.com/view.php?id=1547

Re: Cant conwert to .SWF

 by jllort ¦  Sat Feb 05, 2011 11:30 am ¦  Forum: Configuration ¦  Topic: Cant conwert to .SWF ¦  Replies: 13 ¦  Views: 8875

Edit jboss-log4j.xml

And in categories section add:

Code: Select all
<category name="com.openkm.util.DocConverter">
      <priority value="DEBUG" />
   </category>
That will show full converter log, and possible here we'll can see what happens.

Re: Set OpenKM and Postgresql

 by jllort ¦  Sat Feb 05, 2011 11:27 am ¦  Forum: Installation ¦  Topic: Set OpenKM and Postgresql ¦  Replies: 17 ¦  Views: 11379

you must create okm_repo and okm_app ( that's are defined in repository.xml and openkm-ds.xml ), then at first time runing OpenKM it'll be created tables and some contents. That the initial task you must doing. Remember the user who use to connect to PostgreSQL must have grants to create tables, etc...

Re: Unable to connect

 by jllort ¦  Sat Feb 05, 2011 11:25 am ¦  Forum: Installation ¦  Topic: Unable to connect ¦  Replies: 16 ¦  Views: 10958

Hi uui, It's not incomplete, but must considering we can not specifiying all possible issues must be done in any linux server configuration. It's suposed some administrator skills on their own server environments. Obviously user who executes application server must have right to execute it. If you i...

Re: How to dsiable or hide print and copy button in preview

 by jllort ¦  Fri Feb 04, 2011 10:09 am ¦  Forum: Usage ¦  Topic: How to dsiable or hide print and copy button in preview ¦  Replies: 11 ¦  Views: 7921

The features is only in version 5.1 that's not yet released, sorry. For doing it with flexpaper you might compile it ... to much work for some minimal change. I suggest to download the file zviewer_del_button.rar, use zviewer and replace the original file into OpenKM for this. It's possible on versi...

Re: this feature is not there in openkm

 by jllort ¦  Fri Feb 04, 2011 10:05 am ¦  Forum: Configuration ¦  Topic: this feature is not there in openkm ¦  Replies: 3 ¦  Views: 2085

You're talking about alias. That's not yet implemented in version 5.x it'll be available on upper version. We've planed records and alias. We've been working on it, but it's still not yet done. The only solution I can suggest now is browsing across categories. Users browsing across categories can se...

Re: No ManagedConnections available message

 by jllort ¦  Fri Feb 04, 2011 10:02 am ¦  Forum: Configuration ¦  Topic: No ManagedConnections available message ¦  Replies: 20 ¦  Views: 10866

You're on migration scenario ? or still on version 4.1 ?

Re: Cant conwert to .SWF

 by jllort ¦  Fri Feb 04, 2011 9:59 am ¦  Forum: Configuration ¦  Topic: Cant conwert to .SWF ¦  Replies: 13 ¦  Views: 8875

remove

Code: Select all
system.img2pdf=/usr/bin/convert
it's deprecated

You can convert document to pdf no ? is generated in cache/pdf ( first be sure about it ).
Ensure you can execute from the user who's running jboss the /usr/bin/pdf2swf

If problem continues might upgrade log level.

Re: Message notification default setup

 by jllort ¦  Fri Feb 04, 2011 9:54 am ¦  Forum: Configuration ¦  Topic: Message notification default setup ¦  Replies: 1 ¦  Views: 1364

It's not the same when user receives a message, be notified to the administrator than when there's something new on repository you become nofied ( users could not be notified because are not subscribed to be notified ). Hope could understanding the diference. Several solutions: 1- Subscribe to okm:r...

Re: Mail: javax.jcr.PathNotFoundException

 by jllort ¦  Fri Feb 04, 2011 9:49 am ¦  Forum: Configuration ¦  Topic: Mail: javax.jcr.PathNotFoundException ¦  Replies: 13 ¦  Views: 5585

When you're doing without a filter, you doing using user configuration ( tools menu ) ? confirm it
It's a possible bug.

Re: Set OpenKM and Postgresql

 by jllort ¦  Fri Feb 04, 2011 8:32 am ¦  Forum: Installation ¦  Topic: Set OpenKM and Postgresql ¦  Replies: 17 ¦  Views: 11379

1 - tables has been created in your DBMS ( okm_app ) ?
2 - concentrate in two files openkm-ds.xml and login-config.xml ( for authentication ).

Execute on DMBS the query
select usr_password as PASSWD from OKM_USER where usr_id=? and usr_active=true
( usr_active could be 1 ? )

Re: Can't upload content to OpenKM repository

 by jllort ¦  Thu Feb 03, 2011 7:39 am ¦  Forum: Web Services ¦  Topic: Can't upload content to OpenKM repository ¦  Replies: 4 ¦  Views: 4213

First you must doing a checkout, and then you can upgrade the version. You can not upgrade directly the version without making first a checkout of the document ( allows document can be edited by only one user ), that's the idea.

Re: No ManagedConnections available message

 by jllort ¦  Thu Feb 03, 2011 7:35 am ¦  Forum: Configuration ¦  Topic: No ManagedConnections available message ¦  Replies: 20 ¦  Views: 10866

I think it'll be solved ( problem normally at weekends where there's few activity or sometimes during the same day is when happens ). That problem has been happened to us too, and that parameter has solved it. I recommend upgrading some day to 5.0.1 version, because has better performance and solves...

Re: Mail: javax.jcr.PathNotFoundException

 by jllort ¦  Thu Feb 03, 2011 7:32 am ¦  Forum: Configuration ¦  Topic: Mail: javax.jcr.PathNotFoundException ¦  Replies: 13 ¦  Views: 5585

What do you mean when you said "I create a mail filter", are you talking about mail filter in user administration ( define user mails and there define filters) ? When you create a filter ( some rule equals to username.surname ) to some openkm folder ( okm:mail/username.surname) then runs r...

  • 1
  • 642
  • 643
  • 644
  • 645
  • 646
  • 804

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.