Search found 80 matches

by shatzing
Mon Feb 05, 2018 11:56 am
Forum: Installation
Topic: Community Edition very slow to start
Replies: 1
Views: 2862

Re: Community Edition very slow to start

Hi crayiii, one of the problems that in the past we found is precisely a prolonged period of start-up (the application takes a long time to boot). This may depend on the presence or absence of some packages at the operating system level and / or the capacity of the installed java virtual machine. We...
by shatzing
Wed Jan 31, 2018 5:23 pm
Forum: Usage
Topic: Excel asks for login credentials when clicking on LogicalDOC links
Replies: 1
Views: 2474

Re: Excel asks for login credentials when clicking on LogicalDOC links

I don't think this is something related to LogicalDOC, I just tried to add links like the one you described on a new excel document and on my Excel Office 365 I doesn't have the problem you described. Note: I tested this against LogicalDOC CE 7.7.3 (Community edition) I also asked to one of my colle...
by shatzing
Wed Jan 31, 2018 4:14 pm
Forum: Usage
Topic: CMIS Metadata Update
Replies: 6
Views: 4998

Re: CMIS Metadata Update

Hi Fabietto, mi suggestion is that you define your own Template (classe documentale) with the set of attributes that you think to use. You are not forced to use the default template, it is there only for legacy purpose. You should use something like SELECT * FROM cmis:document WHERE sourceDate > '20...
by shatzing
Mon Jan 29, 2018 5:09 pm
Forum: Usage
Topic: CMIS Metadata Update
Replies: 6
Views: 4998

Re: CMIS Metadata Update

Hi Fabietto,
I suppose it is something related to the field sourceDate.
Since this is a field of type Date you should fill-in with a date (even if it is non a required field)
You should pass it with format YYYY-MM-DD
by shatzing
Mon Jan 29, 2018 4:38 pm
Forum: Configuration
Topic: Tomcat port
Replies: 3
Views: 4114

Re: Tomcat port

Try to make 1 change at a time 1) Open the file /LogicalDOC/tomcat/conf/server.xml and change 8081 to 8080 Save the file shudtown /restart logicaldoc test if it works on port 8080 http://localhost:8080 2) Move the application from /tomcat/webapps/ROOT to /tomcat/webapps/logicaldoc shudtown /restart ...
by shatzing
Mon Jan 29, 2018 12:14 pm
Forum: Configuration
Topic: Clear Temp folder files
Replies: 1
Views: 1907

Re: Clear Temp folder files

Hi reverie88,
yes, it is safe to delete the content of that folder, but it should be done when LogicalDOC is not running.

The procedure should be as follows:
  1. stop the LogicalDOC system service
  2. clean up the contents of the /tomcat/temp folder
  3. restart Logicaldoc
by shatzing
Fri Jan 26, 2018 4:56 pm
Forum: Configuration
Topic: Workflow remove a Tag in the automation
Replies: 1
Views: 1817

Re: Workflow remove a Tag in the automation

Hi teamSas, with an object reference like the one you have $doc, which is an AbstractDocument com.logicaldoc.core.document.AbstractDocument you can use all the methods available in the class. https://github.com/logicaldoc/document-management-software/blob/master/community/logicaldoc/logicaldoc-core/...
by shatzing
Fri Jan 26, 2018 4:33 pm
Forum: Configuration
Topic: Tomcat port
Replies: 3
Views: 4114

Re: Tomcat port

Yes of course, that is an easy task. 1) Change the port Stop LogicalDOC system service sudo service logicaldoc stop check that LogicalDOC is not running ps -ef | grep java If it is still running launch the command from a bash shell (command shell) sudo /LogicalDOC/tomcat/bin/catalina.sh stop Open th...
by shatzing
Fri Jan 26, 2018 3:15 pm
Forum: Usage
Topic: CMIS Metadata Update
Replies: 6
Views: 4998

Re: CMIS Metadata Update

Hi Fabietto,
You can update a custom attribute, of if the document has such attribute.
In practice the document (in Logicaldoc) must have assigned a template (in italian "classe documentale") that contains that attribute.
Which version of LogicalDOC Community are you testing?
by shatzing
Thu Jan 25, 2018 10:29 am
Forum: Installation
Topic: java -jar logicaldoc-installer.jar
Replies: 6
Views: 4178

Re: java -jar logicaldoc-installer.jar

Hi Valerio, I think your problem is due to the fact that you have an Ubuntu installation without a GUI, or you are accessing the system remotely with a text shell. If this is the case you can try to launch the console installation, adding the parameter -console java -jar logicaldoc-installer.jar -co...

Go to advanced search