08-06-2007 09:56 AM
./export.sh -user admin -pwd admin -verbose -zip -overwrite -s workspace://SpacesStore -path /app:company_home -d /home/alfresco/Alfresco/export BazInhalt
Exporting node workspace://SpacesStore/55373e87-e8b5-11db-bfb3-5f2543a9eb85
The following error has occurred:
null
java.lang.NullPointerException
at org.alfresco.repo.security.permissions.impl.model.PermissionModel.getExposedPermissionsImpl(PermissionModel.java:452)
at org.alfresco.repo.security.permissions.impl.model.PermissionModel.getAllPermissions(PermissionModel.java:432)
at org.alfresco.repo.security.permissions.impl.PermissionServiceImpl.hasPermission(PermissionServiceImpl.java:419)
at org.alfresco.repo.security.permissions.impl.PermissionServiceImpl.hasPermission(PermissionServiceImpl.java:632)
at org.alfresco.repo.security.permissions.impl.acegi.ACLEntryAfterInvocationProvider.decide(ACLEntryAfterInvocationProvider.java:577)
at org.alfresco.repo.security.permissions.impl.acegi.ACLEntryAfterInvocationProvider.decide(ACLEntryAfterInvocationProvider.java:224)
at net.sf.acegisecurity.afterinvocation.AfterInvocationProviderManager.decide(AfterInvocationProviderManager.java:107)
at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.afterInvocation(AbstractSecurityInterceptor.java:329)
at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:82)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.alfresco.repo.audit.AuditComponentImpl.audit(AuditComponentImpl.java:204)
at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy12.getChildAssocs(Unknown Source)
at org.alfresco.repo.exporter.ExporterComponent$DefaultCrawler.walkNode(ExporterComponent.java:449)
at org.alfresco.repo.exporter.ExporterComponent$DefaultCrawler.export(ExporterComponent.java:288)
at org.alfresco.repo.exporter.ExporterComponent.exportView(ExporterComponent.java:205)
at org.alfresco.repo.exporter.ExporterComponent.exportView(ExporterComponent.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:335)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocati
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterc
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:
at org.alfresco.repo.audit.AuditComponentImpl.auditImpl(AuditComponentImpl.java:219)
at org.alfresco.repo.audit.AuditComponentImpl.audit(AuditComponentImpl.java:165)
at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:69)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
at $Proxy51.exportView(Unknown Source)
at org.alfresco.tools.Export.execute(Export.java:246)
at org.alfresco.tools.Tool.start(Tool.java:216)
at org.alfresco.tools.Export.main(Export.java:65)
08-06-2007 11:22 AM
08-07-2007 10:47 AM
08-08-2007 05:32 AM
08-10-2007 08:58 AM
export ALFRESC0="/home/alfresco/Alfresco"
export JAVA_HOME="/home/service/java"
export TOMCAT_HOME="/home/alfresco/Alfresco/tomcat"
export PATH=${PATH}:${TOMCAT_HOME};
export IMPORT_LIB=./webapps/alfresco/WEB-INF/lib
export IMPORT_COMMON=./common/lib
export JAVA_CLASSPATH=./webapps/alfresco/WEB-INF/lib
export IMPORT_CLASSES=./webapps/alfresco/WEB-INF/classes
cd $TOMCAT_HOME
for i in $TOMCAT_HOME/$IMPORT_LIB/*.jar ;
do export JAVA_CLASSPATH=${JAVA_CLASSPATH}:$i ;
done
for i in $TOMCAT_HOME/$IMPORT_COMMON/mysql*.jar ;
do export JAVA_CLASSPATH=${JAVA_CLASSPATH}:$i ;
done
export JAVA_CLASSPATH=${JAVA_CLASSPATH}:${IMPORT_CLASSES} ;
$JAVA_HOME/bin/java -cp $JAVA_CLASSPATH org.alfresco.tools.Export "$@"
08-21-2007 11:24 AM
export SHARED_CLASSPATH=${TOMCAT_HOME}/shared/classes
export JAVA_CLASSPATH=${JAVA_CLASSPATH}:${IMPORT_CLASSES}:${SHARED_CLASSPATH} ;
08-21-2007 11:28 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.