Hi,
I am getting this errors nearly all the time:
12:44:12,531 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = TRANSACTION2 - Object not found
12:44:13,967 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = TRANSACTION2 - Object not found
12:44:14,278 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = 0xa0 - Not implemented
12:44:26,560 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = 0xa2 - Object name invalid
12:44:29,307 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = 0xa2 - Object name invalid
12:44:30,809 DEBUG [org.alfresco.fileserver] [T2] Error : Cmd = 0xa2 - Object name invalid
Can anybody tell me, whats wrong here?
I am using the COmmunity Version 3.3g with the 3.4a-jlan Module (had the same problem as some other Guys in this Forum. On a Suse 11.0 Box with MySQl Community Server 5.1.50 and the mysql-connector-java-5.1.13-bin.jar
My Users experienced very long loading times when they save files. Sometims up to 5 Minuites! I changed some Settings and set the Debug Level to "DEBUG" on the fileserver and now I see this error…
One User even mentioned he created a Word Document and worked on it. He was saving it every 10 Minuits. And when he closed the file and opened it again - he had the very same version as he had in the Beginning!
How is this possible?!
Can anyone help me?!
Further I get this error:
13:44:19,985 ERROR [org.alfresco.fileserver] org.alfresco.repo.security.permissions.AccessDeniedException: 08080008 Access Denied. Access Denied. You do not have the Permission to make this operation
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:47)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:135)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
13:44:19,985 ERROR [org.alfresco.fileserver] at $Proxy46.getRawReader(Unknown Source)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentNetworkFile.closeFile(ContentNetworkFile.java:433)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver$4.call(ContentDiskDriver.java:2369)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver$4.call(ContentDiskDriver.java:2352)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.alfresco.AlfrescoDiskDriver$1.execute(AlfrescoDiskDriver.java:184)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:321)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:228)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.doInWriteTransaction(AlfrescoDiskDriver.java:178)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver.closeFile(ContentDiskDriver.java:2350)
13:44:19,985 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.NTProtocolHandler.procCloseFile(NTProtocolHandler.java:1399)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:257)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1366)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1458)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:105)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:153)
13:44:19,986 ERROR [org.alfresco.fileserver] at java.lang.Thread.run(Thread.java:619)
13:44:19,986 ERROR [org.alfresco.fileserver] Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.
13:44:19,986 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)
13:44:19,986 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:394)
13:44:19,986 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.repo.model.ml.MLContentInterceptor.invoke(MLContentInterceptor.java:125)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:43)
13:44:19,986 ERROR [org.alfresco.fileserver] … 22 more
13:44:19,986 ERROR [org.alfresco.fileserver] org.alfresco.repo.security.permissions.AccessDeniedException: 08080008 Access Denied. Access Denied. You do not have the Permission to make this operation
13:44:19,986 ERROR [org.alfresco.fileserver] at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:47)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:135)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
13:44:19,987 ERROR [org.alfresco.fileserver] at $Proxy46.getRawReader(Unknown Source)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentNetworkFile.closeFile(ContentNetworkFile.java:433)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver$4.call(ContentDiskDriver.java:2369)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver$4.call(ContentDiskDriver.java:2352)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.alfresco.AlfrescoDiskDriver$1.execute(AlfrescoDiskDriver.java:184)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:321)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:228)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.alfresco.AlfrescoDiskDriver.doInWriteTransaction(AlfrescoDiskDriver.java:178)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.filesys.repo.ContentDiskDriver.closeFile(ContentDiskDriver.java:2350)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.NTProtocolHandler.procCloseFile(NTProtocolHandler.java:1399)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:257)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBSrvSession.runHandler(SMBSrvSession.java:1366)
13:44:19,987 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBSrvSession.processPacket(SMBSrvSession.java:1458)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.nio.NIOCIFSThreadRequest.runRequest(NIOCIFSThreadRequest.java:105)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.alfresco.jlan.server.thread.ThreadRequestPool$ThreadWorker.run(ThreadRequestPool.java:153)
13:44:19,988 ERROR [org.alfresco.fileserver] at java.lang.Thread.run(Thread.java:619)
13:44:19,988 ERROR [org.alfresco.fileserver] Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.
13:44:19,988 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)
13:44:19,988 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:394)
13:44:19,988 ERROR [org.alfresco.fileserver] at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.alfresco.repo.model.ml.MLContentInterceptor.invoke(MLContentInterceptor.java:125)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
13:44:19,988 ERROR [org.alfresco.fileserver] at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:43)
13:44:19,988 ERROR [org.alfresco.fileserver] … 22 more
^[[5~^[[5~^[[5~14:31:01,915 ERROR [org.alfresco.fileserver] org.alfresco.repo.security.permissions.AccessDeniedException: 08080017 Access Denied. Access Denied. You do not have the Permission to make this operation
But the CIFS where the Users are working is writeable for everybody! How can I see, where someone is making a mistake?
Best Regards,
Markus