Hi,
I have installed the last openmaint version and I have a problem witch "Notes" attibute.
When I create a new class I can see the attribute, but when I export the data from any class, the attributte appear. Besides, if I create a note in a card, this note disappear when I did the logout and other users can't see my note.
Do you have any idea about this issue?
Thanks and regards!
ASB
Previously Antonio wrote:
Hi,
I have installed the last openmaint version and I have a problem witch "Notes" attibute.
When I create a new class I can see the attribute, but when I export the data from any class, the attributte appear. Besides, if I create a note in a card, this note disappear when I did the logout and other users can't see my note.
Do you have any idea about this issue?
Thanks and regards!
ASB
Hello Team,
I have this problem also. I'm using CMDBuild 2.4.2 and i can enter a note to a card, but when reentering the card, the note is empty. I checked the database and the note data is there. It's just no displayed properly. Please solve asap since the remarks in the notes are important for us.
Eric
Hi,
this is a known issue. To solve this you need to apply a patch. You can find here the patch attached, the two files to be changed in the webapp are:
- javascripts/cmdbuild/controller/management/common/CMCardGridController.js
- javascripts/cmdbuild/controller/management/classes/tabs/History.js
You need to clear the cache of your browser afterwards. I am assuming your core CMDBuild is 2.4.2.
Regards,
CMDBuild Team
Previously Eric wrote:
Previously Antonio wrote:
Hi,
I have installed the last openmaint version and I have a problem witch "Notes" attibute.
When I create a new class I can see the attribute, but when I export the data from any class, the attributte appear. Besides, if I create a note in a card, this note disappear when I did the logout and other users can't see my note.
Do you have any idea about this issue?
Thanks and regards!
ASB
Hello Team,
I have this problem also. I'm using CMDBuild 2.4.2 and i can enter a note to a card, but when reentering the card, the note is empty. I checked the database and the note data is there. It's just no displayed properly. Please solve asap since the remarks in the notes are important for us.
Eric
patch-zip (8.7 KB)
Hello Team,
I have installed attached patch and rebooted the server (after cleaning /usr/share/apache-tomcat-8.0.33/work and temp). Now i got following error for each table (StandardServer, VirtualServer, Site etc) i'm selecting:
Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.cmdbuild.exception.NotFoundException: CARD_NOTFOUND Site
at org.cmdbuild.exception.NotFoundException$NotFoundExceptionType.createException(NotFoundException.java:25)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:462)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:435)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:426)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:487)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.cmdbuild.exception.NotFoundException: CARD_NOTFOUND VirtualServer
at org.cmdbuild.exception.NotFoundException$NotFoundExceptionType.createException(NotFoundException.java:25)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:462)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:435)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:426)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:487)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Please advice asap. I'm using CMDBuild 2.4.2 (18/10/2016)
Previously Tecnoteca wrote:
Hi,
this is a known issue. To solve this you need to apply a patch. You can find here the patch attached, the two files to be changed in the webapp are:
- javascripts/cmdbuild/controller/management/common/CMCardGridController.js
- javascripts/cmdbuild/controller/management/classes/tabs/History.js
You need to clear the cache of your browser afterwards. I am assuming your core CMDBuild is 2.4.2.
Regards,
CMDBuild Team
Previously Eric wrote:
Previously Antonio wrote:
Hi,
I have installed the last openmaint version and I have a problem witch "Notes" attibute.
When I create a new class I can see the attribute, but when I export the data from any class, the attributte appear. Besides, if I create a note in a card, this note disappear when I did the logout and other users can't see my note.
Do you have any idea about this issue?
Thanks and regards!
ASB
Hello Team,
I have this problem also. I'm using CMDBuild 2.4.2 and i can enter a note to a card, but when reentering the card, the note is empty. I checked the database and the note data is there. It's just no displayed properly. Please solve asap since the remarks in the notes are important for us.
Eric
After rebooting server again and also workstation, the problem is solved. Notes are now displayed fine.
No error messages now.
Previously Eric wrote:
Hello Team,
I have installed attached patch and rebooted the server (after cleaning /usr/share/apache-tomcat-8.0.33/work and temp). Now i got following error for each table (StandardServer, VirtualServer, Site etc) i'm selecting:
Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.cmdbuild.exception.NotFoundException: CARD_NOTFOUND Site
at org.cmdbuild.exception.NotFoundException$NotFoundExceptionType.createException(NotFoundException.java:25)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:462)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:435)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:426)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:487)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Call: services/json/management/modcard/getcard
-----------------------------------------------
Error: org.cmdbuild.exception.NotFoundException: CARD_NOTFOUND VirtualServer
at org.cmdbuild.exception.NotFoundException$NotFoundExceptionType.createException(NotFoundException.java:25)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:462)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCMCard(DefaultDataAccessLogic.java:435)
at org.cmdbuild.logic.data.access.DefaultDataAccessLogic.fetchCard(DefaultDataAccessLogic.java:426)
at org.cmdbuild.servlets.json.management.ModCard.getCard(ModCard.java:487)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Please advice asap. I'm using CMDBuild 2.4.2 (18/10/2016)
Previously Tecnoteca wrote:
Hi,
this is a known issue. To solve this you need to apply a patch. You can find here the patch attached, the two files to be changed in the webapp are:
- javascripts/cmdbuild/controller/management/common/CMCardGridController.js
- javascripts/cmdbuild/controller/management/classes/tabs/History.js
You need to clear the cache of your browser afterwards. I am assuming your core CMDBuild is 2.4.2.
Regards,
CMDBuild Team
Previously Eric wrote:
Previously Antonio wrote:
Hi,
I have installed the last openmaint version and I have a problem witch "Notes" attibute.
When I create a new class I can see the attribute, but when I export the data from any class, the attributte appear. Besides, if I create a note in a card, this note disappear when I did the logout and other users can't see my note.
Do you have any idea about this issue?
Thanks and regards!
ASB
Hello Team,
I have this problem also. I'm using CMDBuild 2.4.2 and i can enter a note to a card, but when reentering the card, the note is empty. I checked the database and the note data is there. It's just no displayed properly. Please solve asap since the remarks in the notes are important for us.
Eric