02-15-2012 02:35 AM
2012-02-15 08:11:50,393 ERROR [extensions.webscripts.AbstractRuntime] [http-8443-4] Exception from executeScript - redirecting to status template error: 01156612 Wrapped Exception (with status template): No live node exists:
ID: 520521
Cache row: NodeEntity[ ID=520521, version=16, store=workspace://SpacesStore, uuid=64b01e12-dfac-4b22-96d0-bfa30ba7d34e, typeQNameId=32, localeId=15, aclId=null, deleted=true, transaction=TransactionEntity[ ID=1064115, server=null, changeTxnId=f4359d12-f144-43c7-8c17-18697c4eb864, commitTimeMs=null], auditProps=AuditablePropertiesEntity[ auditCreator=anbj01, auditCreated=2012-02-07T08:05:37.520+01:00, auditModifier=anbj01, auditModified=2012-02-07T09:20:18.000+01:00]]
DB row: NodeEntity[ ID=520521, version=16, store=workspace://SpacesStore, uuid=64b01e12-dfac-4b22-96d0-bfa30ba7d34e, typeQNameId=32, localeId=15, aclId=null, deleted=true, transaction=TransactionEntity[ ID=1064115, server=null, changeTxnId=f4359d12-f144-43c7-8c17-18697c4eb864, commitTimeMs=null], auditProps=AuditablePropertiesEntity[ auditCreator=anbj01, auditCreated=2012-02-07T08:05:37.520+01:00, auditModifier=anbj01, auditModified=2012-02-07T09:20:18.000+01:00]]
org.springframework.extensions.webscripts.WebScriptException: 01156612 Wrapped Exception (with status template): No live node exists:
ID: 520521
Cache row: NodeEntity[ ID=520521, version=16, store=workspace://SpacesStore, uuid=64b01e12-dfac-4b22-96d0-bfa30ba7d34e, typeQNameId=32, localeId=15, aclId=null, deleted=true, transaction=TransactionEntity[ ID=1064115, server=null, changeTxnId=f4359d12-f144-43c7-8c17-18697c4eb864, commitTimeMs=null], auditProps=AuditablePropertiesEntity[ auditCreator=anbj01, auditCreated=2012-02-07T08:05:37.520+01:00, auditModifier=anbj01, auditModified=2012-02-07T09:20:18.000+01:00]]
DB row: NodeEntity[ ID=520521, version=16, store=workspace://SpacesStore, uuid=64b01e12-dfac-4b22-96d0-bfa30ba7d34e, typeQNameId=32, localeId=15, aclId=null, deleted=true, transaction=TransactionEntity[ ID=1064115, server=null, changeTxnId=f4359d12-f144-43c7-8c17-18697c4eb864, commitTimeMs=null], auditProps=AuditablePropertiesEntity[ auditCreator=anbj01, auditCreated=2012-02-07T08:05:37.520+01:00, auditModifier=anbj01, auditModified=2012-02-07T09:20:18.000+01:00]]
This error halts Solr indexing, it cannot get past that. I think Solr should be more fault tolerant, but my primary question here is how can this be fixed?select * from alf_transaction where change_txn_id='f4359d12-f144-43c7-8c17-18697c4eb864';
id version server_id change_txn_id commit_time_ms
1064115 1 4 f4359d12-f144-43c7-8c17-18697c4eb864 1328887525021
and thenselect * from alf_node where transaction_id = 1064115
id version store_id uuid transaction_id node_deleted type_qname_id acl_id audit_creator audit_created audit_modifier audit_modified audit_accessed locale_id
530844 4 45 64b01e12-dfac-4b22-96d0-bfa30ba7d34e 1064115 f 34 1649 anbj01 2012-02-07T08:05:37.520+01:00 anbj01 2012-02-07T09:20:18.000+01:00 27
530847 2 45 8b85ff9f-4416-4195-aab8-88ec1dab1288 1064115 f 120 1649 anbj01 2012-02-10T16:24:56.896+01:00 anbj01 2012-02-10T16:24:56.896+01:00 27
530841 5 50 8b85ff9f-4416-4195-aab8-88ec1dab1288 1064115 t 32 anbj01 2012-02-10T16:24:56.896+01:00 anbj01 2012-02-10T16:24:56.896+01:00 15
520521 16 50 64b01e12-dfac-4b22-96d0-bfa30ba7d34e 1064115 t 32 anbj01 2012-02-07T08:05:37.520+01:00 anbj01 2012-02-07T09:20:18.000+01:00 15
Is this just a cache issue, so a restart of tomcat would help?08-07-2012 03:37 PM
11-28-2012 05:25 AM
So I deleted the rowsThen for the now orphan webpreview childnodedelete from alf_node_assoc where source_node_id = 520521;
delete from alf_node where id = 520521From there the indexing kicked in an now works.update alf_node set NODE_DELETED = true where id = 530544;
12-28-2012 11:03 AM
12-28-2012 11:05 AM
01-02-2013 07:46 AM
02-22-2013 05:10 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.