getMetaData: The response could not be deserialized
PostPosted:Mon Sep 15, 2014 9:51 am
Hi,
since the latest update from SVN I got problems with showing property groups on nodes in the frontend (browser).
The following message appears when I click on a document, that owns a propery group with values. For the record, in earlier versions of OKM 6.3.0 (SVN checkout about a month ago) everything was working. Don't know if there a some correlations.
Here is the log file:
I shortened the property group content.
Thanks!
since the latest update from SVN I got problems with showing property groups on nodes in the frontend (browser).
The following message appears when I click on a document, that owns a propery group with values. For the record, in earlier versions of OKM 6.3.0 (SVN checkout about a month ago) everything was working. Don't know if there a some correlations.
Here is the log file:
I shortened the property group content.
Code: Select all
Do you have any idea, what could be wrong here?2014-09-15 11:40:20,303 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.util.FormUtils- parsePropertyGroupsForms: {{label=ROST, name=pc:ROST, visible=true, readonly=false}=[{label=Dokumenten-ID, name=pc:rost.docid, value=, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, ... AND SO ON. HERE COMES A LOT OF PROPERTY GROUP DEFINITIONS ... ]}
2014-09-15 11:40:20,305 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.dao.NodeBaseDAO- getProperties(89cf7f56-01c9-4f62-8034-fb5d6709e4e4, pc:ROST)
2014-09-15 11:40:20,308 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.module.db.stuff.SecurityHelper- checkRead({uuid=89cf7f56-01c9-4f62-8034-fb5d6709e4e4, context=okm_root, path=null, parent=2e58089d-9817-454a-89c8-2633242bc895, author=okmAdmin, name=mydocument.pdf, created=Mon Sep 15 11:13:09 CEST 2014, lastModified=Mon Sep 15 11:13:09 CEST 2014, language=null, title=, description=null, mimeType=application/pdf, checkedOut=false, subscriptors=[], keywords=[], categories=[], userPermissions={okmAdmin=15}, rolePermissions={ROLE_USER=15}, textExtracted=true, locked=false, lock=null})
2014-09-15 11:40:20,308 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.module.db.stuff.DbSimpleAccessManager- isGranted(89cf7f56-01c9-4f62-8034-fb5d6709e4e4, 1)
2014-09-15 11:40:20,308 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.module.db.stuff.DbSimpleAccessManager- isGranted: true
2014-09-15 11:40:20,313 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.dao.NodeBaseDAO- getProperties: {pc:rost.imppakid=2013-07-03-16-09-35-653, pc:rost.dateiname=mydocument.pdf, pc:rost.pruefdat=null, pc:rost.dateityp=pdf, pc:rost.estatus=["pc:rost.estatus.bf"], ... AND A LOT OF MORE ... ALSO SHORTENED ... }
2014-09-15 11:40:20,315 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.util.UserActivity- {id=0, date=Mon Sep 15 11:40:20 CEST 2014, user=okmAdmin, action=GET_PROPERTY_GROUP_PROPERTIES, item=89cf7f56-01c9-4f62-8034-fb5d6709e4e4, path=/okm:root/ROST/folder/mydocument.pdf, params=pc:ROST, [{label=Dokumenten-ID, name=pc:rost.docid, value=29541090, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, {label=Projekt, name=pc:rost.projekt, value=ROST, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, ... AND SO ON ... SHORTENED ...}, {lab}
2014-09-15 11:40:20,327 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.module.db.DbPropertyGroupModule- getProperties: [{label=Dokumenten-ID, name=pc:rost.docid, value=29541090, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, {label=Projekt, name=pc:rost.projekt, value=ROST, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, ... AND SO ON ... ]
2014-09-15 11:40:20,330 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.api.OKMPropertyGroup- getProperties: [{label=Dokumenten-ID, name=pc:rost.docid, value=29541090, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, {label=Projekt, name=pc:rost.projekt, value=ROST, data=, width=100px, height=25px, readonly=false, type=text, validators=[]}, ... AND SO ON ...]
2014-09-15 11:40:20,341 [http-nio-0.0.0.0-8080-exec-1] DEBUG com.openkm.servlet.frontend.PropertyGroupServlet- getProperties: [{label=Dokumenten-ID, name=pc:rost.docid, value=29541090, width=100px, height=25px, readonly=false, type=text, validators=[], date=null, data=}, {label=Projekt, name=pc:rost.projekt, value=ROST, width=100px, height=25px, readonly=false, type=text, validators=[], date=null, data=}, ... AND SO ON ...]
Thanks!