cancel
Showing results for 
Search instead for 
Did you mean: 

Space kann nicht gelöscht werden.

narbida_6709
Champ in-the-making
Champ in-the-making
Hallo Zusammen,
ich habe durch Java einen Space erstellt (alfresco sdk Beispiel: WIKIExample.java) und will jetzt löschen aber leider geht nicht.
Fehler:
  Please correct the errors below then click OK.

    * Unable to delete Space due to system error: 11250004 Cannot perform operation since the node (id:ffa0e266-f282-4749-8b67-a6d283bbcbd5) is locked.
kann mir bitte jemand helfen?
5 REPLIES 5

jpfi_4454
Champ in-the-making
Champ in-the-making
Hi,
wenn du einen Space löscht, dann wird der Content in dem Ordner auch gelöscht. In deinem Fall ist in deinem Space ein Element/Dokument welches gesperrt ist (Aspekt cm:lockable mit READ_ONLY Lock ist attached).
Dies geschieht bspw. wenn du eine Dokument zum Bearbeiten "auscheckts".
jan

narbida_6709
Champ in-the-making
Champ in-the-making
Hallo Jan,
erst mal danke schön,
eigentlich war ein image drin habe ich aber gelöscht.
was soll ich jetzt machen und dieser Space zu löschen.
Gruß narbida

jpfi_4454
Champ in-the-making
Champ in-the-making
…naja, wenn sich dein space jetzt löschen lässt dann löschen 😉
ansonsten musst du schaun was der angemeckerte Node denn ist:
-> nodebrowser im Alfresco Explorer öffnen und nach nodeRef workspace://SpacesStore/ffa0e266-f282-4749-8b67-a6d283bbcbd5 suchen

jan

narbida_6709
Champ in-the-making
Champ in-the-making
habe das gemacht aber System gibt mir diese Fehler:

javax.faces.FacesException: javax.faces.FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/node-browser.jsp][Class: javax.faces.component.html.HtmlForm,Id: searchForm][Class: javax.faces.component.html.HtmlCommandLink,Id: selectPrimaryPath][Class: javax.faces.component.html.HtmlOutputText,Id: primaryPath]}
caused by:
org.apache.jasper.JasperException: javax.faces.FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/node-browser.jsp][Class: javax.faces.component.html.HtmlForm,Id: searchForm][Class: javax.faces.component.html.HtmlCommandLink,Id: selectPrimaryPath][Class: javax.faces.component.html.HtmlOutputText,Id: primaryPath]}
caused by:
javax.faces.FacesException: Could not retrieve value of component with path : {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /jsp/admin/node-browser.jsp][Class: javax.faces.component.html.HtmlForm,Id: searchForm][Class: javax.faces.component.html.HtmlCommandLink,Id: selectPrimaryPath][Class: javax.faces.component.html.HtmlOutputText,Id: primaryPath]}
caused by:
javax.faces.el.EvaluationException: Cannot get value for expression '#{AdminNodeBrowseBean.primaryPath}'
caused by:
javax.faces.el.EvaluationException: Exception getting value of property primaryPath of base of type : org.alfresco.web.bean.admin.AdminNodeBrowseBean
caused by:
javax.faces.el.EvaluationException: Bean: org.alfresco.web.bean.admin.AdminNodeBrowseBean, property: primaryPath
caused by:
java.lang.reflect.InvocationTargetException
caused by:
org.alfresco.repo.security.permissions.AccessDeniedException: 11270004 Access Denied. You do not have the appropriate permissions to perform this operation.
caused by:
net.sf.acegisecurity.AccessDeniedException: Access is denied.

Smiley Sad

narbida_6709
Champ in-the-making
Champ in-the-making
ok danke,
ich habe einfach alles neu installiert.