cancel
Showing results for 
Search instead for 
Did you mean: 

Node does not exist: user

cariou
Champ in-the-making
Champ in-the-making
Hi,

restoring a backup (db+alf_data), I have the following error on startup :
____________________________________________

10:34:15,580 ERROR [web.context.ContextLoader] Context initialization failed
org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: user://alfrescoUserStore/267d3a82-01c1-11dd-894e-93d7bcd8db98
        at org.alfresco.repo.node.db.DbNodeServiceImpl.getNodeNotNull(DbNodeServiceImpl.java:131)

_______________________________________________

I took a look at the "alf_node" and "alf_node_status" table and there's no row for the node referred.

So, where is this User node reference coming from ?

Precision : My users and groups are synch. from a Active Directory via LDAP. Is it possible that a new user came from the AD, but never had a Userstore ? How is made the relation between the "alf_authority" table and the nodes ?

Help please as i can restart my Alfresco…
16 REPLIES 16

rama_honge
Champ in-the-making
Champ in-the-making
yes, i had deleted the lucene indexes and and did a full index rebuild

mfischer
Champ in-the-making
Champ in-the-making
Now i got this error too.  :?

One of our users isn't able to login because alfresco couldn't find his home directory via Node-GUID. If i look into the adminconsole for the details of this user the path "/company home/shared homefolder/" is correct, but the NodeBrowser can't find the GUID too. In our setup all LDAP-users are using the same folder as homepath, noone else has any problems.

Removing this user from Alfresco and try to login again doesn't work.

We are using ALF 3.2r CE on Ubuntu 8.04.

daja77
Champ in-the-making
Champ in-the-making
Hello,

our Index gets corrupted when users are working with it.

We get errors like that

Caused by: org.springframework.mail.MailPreparationException: Could not prepare mail; nested exception is org.alfresco.service.cmr.repository.InvalidNodeRefException: Node d
oes not exist: workspace://SpacesStore/af462f41-3298-4587-8413-74e6987a60cb
        at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:368)
        at org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:345)
        at org.alfresco.repo.action.executer.MailActionExecuter.executeImpl(MailActionExecuter.java:439)
        … 52 more
Caused by: org.alfresco.service.cmr.repository.InvalidNodeRefException: Node does not exist: workspace://SpacesStore/af462f41-3298-4587-8413-74e6987a60cb
        at org.alfresco.repo.node.db.DbNodeServiceImpl.getNodePairNotNull(DbNodeServiceImpl.java:143)
        at org.alfresco.repo.node.db.DbNodeServiceImpl.getPrimaryParent(DbNodeServiceImpl.java:1832)
        at sun.reflect.GeneratedMethodAccessor293.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)

We tried rebuilding several times, we even copied all the content manually to a fresh install but we can't get rid of this mess.
Any suggestions?

laurents
Champ in-the-making
Champ in-the-making
We have the same problem,

tried to rebuild the index, removed the lucene-index but no way Jose. In fact the index is not rebuilt despite the fact that I have set in alfresco-global.properties as well as in repository.properties the entry :

index.recovery.mode=FULL

this simply does not work and we have now a corrupted repository with all our data in orbit without being able to get it back.

Apparently this is a pending bug : http://issues.alfresco.com/jira/browse/ALF-3851

deligeer
Champ in-the-making
Champ in-the-making
I got the the similar error with Node does not exit: workspace://SpaceStore/***-***
My solution is to delete the node with UUID(***-***) from alf_node, alf_child_assoc and alf_node_properties three tables:

1) Items delete from alf_child_assoc
452,1,450,87,3707652145,2f7fbcf6-7ec5-426b-a0c2-a07fb1d523ec,28,6,guest,805803811,0,-1
447,1,449,87,3707652145,a9b7ee13-6a44-46f8-a116-cb4f89ed3375,28,6,guest,805803811,0,-1
22,1,26,4,3707652145,484344ab-ac11-4763-9c90-cada67c4e63e,28,6,guest,805803811,1,-1

2) Items delete from alf_node_properties
28,6,6,0,0,0,0,guest,NULL,41,-1,1
28,6,6,0,0,0,0,,NULL,43,-1,1
28,6,6,0,0,0,0,,NULL,44,-1,1
28,6,6,0,0,0,0,,NULL,45,-1,1
28,6,6,0,0,0,0,Guest,NULL,47,-1,1
28,6,6,0,0,0,0,bootstrapHomeFolderProvider,NULL,46,-1,1
28,12,6,0,0,0,0,workspace://SpaceStore/1958c25d-2929-4986-806b-a11bb78b7582,NULL,49,-1,1

3) Item delete from alf_node
28,1,1,***-***(uuid of spacestore),6,0,3,21,NULL,NULL,NULL,NULL,NULL

I have the following problem. if i delete as you mention would it fix the problem?


2014-01-13 08:00:04,331  WARN  [alfresco.trashcancleaner.TrashcanCleaner] [DefaultScheduler_Worker-1] Error while cleaning the trashcan: Node does not exist: archive://SpacesStore/510408af-decc-474d-bf3e-67bd57ae4426(Status[changeTxnId=f8f84e86-cd64-48be-95ab-448589252c9b, dbTxnId=12332569, deleted=true])

turikumwe
Champ in-the-making
Champ in-the-making
index.recovery.mode=FULL in alfresco-global.properties

Fixed the same issue for my case