02-06-2007 08:07 AM
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="passthru">
<Server>192.168.0.1</Server>
</authenticator>
</config>
14:03:52,828 ERROR [alfresco.smb.protocol] CIFS server configuration error, Wrong authentication setup for passthru authenticator (can only be used with LDAP/JAAS auth component)
org.alfresco.error.AlfrescoRuntimeException: Wrong authentication setup for passthru authenticator (can only be used with LDAP/JAAS auth component)
at org.alfresco.filesys.server.config.ServerConfiguration.processSecurit
yConfig(ServerConfiguration.java:2247)
at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerCon
figuration.java:626)
at org.alfresco.filesys.server.config.ServerConfiguration.onBootstrap(Se
rverConfiguration.java:3985)
02-26-2007 11:13 AM
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="alfresco">
</authenticator>
</config>
02-26-2007 11:25 AM
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="passthru">
<Server>10.226.128.113</Server>
<Domain>TTTTHACIENDA_DO</Domain>
</authenticator>
</config>
which it's supposed to replace the original configuration and hasn't any reference to Enterprise Authenticator, so if you are right, why still use the entrerprise? Why CIFS configuration that works on the preview and before on 1.4 doesn't work on 2.0? 16:50:35,212 ERROR [alfresco.smb.protocol] Failed to get local domain/workgroup name, using default of WORKGROUP
16:50:35,212 ERROR [alfresco.smb.protocol] (This may be due to firewall settings or incorrect <broadcast> setting)
16:50:35,223 ERROR [alfresco.smb.protocol] CIFS server configuration error, Wrong authentication setup for alfresco authenticator
org.alfresco.error.AlfrescoRuntimeException: Wrong authentication setup for alfresco authenticator
at org.alfresco.filesys.server.config.ServerConfiguration.processSecurityConfig(ServerConfiguration.java:2282)
at org.alfresco.filesys.server.config.ServerConfiguration.init(ServerConfiguration.java:634)
at org.alfresco.filesys.server.config.ServerConfiguration.onBootstrap(ServerConfiguration.java:4007)
at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:323)
at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:698)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:472)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at org.apache.catalina.core.StandardService.start(StandardService.java:450)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
02-26-2007 11:31 AM
<entry key="java.naming.security.authentication">
<!–value>DIGEST-MD5</value–>
<value>simple</value>
</entry>
simple worked for me in 1.4 but not DIGEST-MD5.
02-26-2007 11:35 AM
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="enterprise">
</authenticator>
and use this definition: <config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="passthru">
<Server>10.226.128.113</Server>
<Domain>TTTTHACIENDA_DO</Domain>
</authenticator>
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="passthru">
<Server>10.226.128.113</Server>
<Domain>TTTTHACIENDA_DO</Domain>
</authenticator>
</config>
02-27-2007 05:52 AM
<authenticator type="passthru">
<Server>192.168.0.102,192.168.0.1,adsrv.alfresco.org</Server>
</authenticator>
11:50:32,731 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_10 to \\192.168.0.1\IPC$\
11:50:35,700 DEBUG [org.alfresco.smb.protocol.auth] Passthru offline check failed for 192.168.0.1
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:43,686 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:43,717 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:43,717 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:43,717 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:43,717 DEBUG [org.alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
11:50:43,717 DEBUG [org.alfresco.smb.protocol] Assigned protocol handler - org.alfresco.filesys.smb.server.NTProtocolHandler
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] Open authenticate session to [dev01.gva.ch.net:192.168.0.102:Online:7,Tue Feb 27 11:45:46 CET 2007]
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_11 to \\192.168.0.102\IPC$\
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] Trying address 192.168.0.102
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] Connected to address 192.168.0.102
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] Connected session, protocol : TCP/IP NetBIOS
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] SessionFactory: Negotiated SMB dialect NT LM 0.12
11:50:43,717 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=9, auth ctx=[NTLM,Challenge=56af0a7ffdec9dac]
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup from user=, password=none, ANSIpwd=00, domain=, os=Windows 2002 Service Pack 2 2600, VC=0, maxBuf=61440, maxMpx=4, authCtx=[NTLM,Challenge=56af0a7ffdec9dac]
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] MID=8, UID=0, PID=65279
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Null CIFS logon allowed
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] User logged on (type Null)
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Allocated UID=0 for VC=[0:0,[:null,,Windows 2002 Service Pack 2 2600],Tree=0,Searches=0]
11:50:44,670 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:44,670 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:44,670 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:44,670 DEBUG [org.alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
11:50:44,670 DEBUG [org.alfresco.smb.protocol] Assigned protocol handler - org.alfresco.filesys.smb.server.NTProtocolHandler
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Open authenticate session to [dev01.gva.ch.net:192.168.0.102:Online:8,Tue Feb 27 11:50:43 CET 2007]
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_12 to \\192.168.0.102\IPC$\
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Trying address 192.168.0.102
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Connected to address 192.168.0.102
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Connected session, protocol : TCP/IP NetBIOS
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] SessionFactory: Negotiated SMB dialect NT LM 0.12
11:50:44,670 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=10, auth ctx=[NTLM,Challenge=850935b3df15f44b]
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
11:50:47,077 DEBUG [org.alfresco.smb.protocol] Assigned protocol handler - org.alfresco.filesys.smb.server.NTProtocolHandler
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] Open authenticate session to [dev01.gva.ch.net:192.168.0.102:Online:9,Tue Feb 27 11:50:44 CET 2007]
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_13 to \\192.168.0.102\IPC$\
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] Trying address 192.168.0.102
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] Connected to address 192.168.0.102
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] Connected session, protocol : TCP/IP NetBIOS
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] SessionFactory: Negotiated SMB dialect NT LM 0.12
11:50:47,077 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=11, auth ctx=[NTLM,Challenge=4e8a2991865734c7]
11:50:47,093 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:47,093 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:47,093 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Assigned protocol handler - org.alfresco.filesys.smb.server.NTProtocolHandler
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] Open authenticate session to [dev01.gva.ch.net:192.168.0.102:Online:10,Tue Feb 27 11:50:47 CET 2007]
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_14 to \\192.168.0.102\IPC$\
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] Trying address 192.168.0.102
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] Connected to address 192.168.0.102
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] Connected session, protocol : TCP/IP NetBIOS
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] SessionFactory: Negotiated SMB dialect NT LM 0.12
11:50:48,171 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=12, auth ctx=[NTLM,Challenge=b03f35239772935a]
11:50:48,171 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Negotiated SMB dialect - NT LM 0.12
11:50:48,186 DEBUG [org.alfresco.smb.protocol] Assigned protocol handler - org.alfresco.filesys.smb.server.NTProtocolHandler
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] Open authenticate session to [dev01.gva.ch.net:192.168.0.102:Online:11,Tue Feb 27 11:50:48 CET 2007]
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] New auth session from DEV04_15 to \\192.168.0.102\IPC$\
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] Trying address 192.168.0.102
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] Connected to address 192.168.0.102
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] Connected session, protocol : TCP/IP NetBIOS
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] SessionFactory: Negotiated SMB dialect NT LM 0.12
11:50:48,186 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=13, auth ctx=[NTLM,Challenge=599eb51b3b3c4c07]
11:50:49,374 DEBUG [org.alfresco.smb.protocol.auth] NT Session setup from user=, password=none, ANSIpwd=00, domain=, os=Windows 2002 Service Pack 2 2600, VC=0, maxBuf=61440, maxMpx=4, authCtx=[NTLM,Challenge=599eb51b3b3c4c07]
11:50:49,374 DEBUG [org.alfresco.smb.protocol.auth] MID=8, UID=0, PID=65279
11:50:49,374 DEBUG [org.alfresco.smb.protocol.auth] Null CIFS logon allowed
11:50:49,374 DEBUG [org.alfresco.smb.protocol.auth] User logged on (type Null)
11:50:49,374 DEBUG [org.alfresco.smb.protocol.auth] Allocated UID=0 for VC=[0:0,[:null,,Windows 2002 Service Pack 2 2600],Tree=0,Searches=0]
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Winsock NetBIOS session request received, caller=[DEV04:WorkStation,Unique,]
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Waiting for Win32 NetBIOS session request (Winsock) …
11:50:49,390 DEBUG [org.alfresco.smb.protocol] Server session started
11:50:50,781 DEBUG [org.alfresco.smb.protocol.mailslot] HostAnnouncer: Announced host DEV04_A
11:50:56,766 DEBUG [org.alfresco.smb.protocol.mailslot] HostAnnouncer: Announced host DEV04_A
02-27-2007 04:17 PM
02-28-2007 03:56 AM
03-01-2007 11:15 AM
in the <TOMCAT_HOME>/shared/classes/alfresco/extension directory.
here you can see that bean id="authenticationComponent" replaced the bean id="authenticationComponentImpl" (previous versions in alfresco)
03-07-2007 06:17 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<bean id="authenticationDao" class="org.alfresco.repo.security.authentication.ntlm.NullMutableAuthenticationDao" />
<!– The authentication component. –>
<!– Use the passthru authentication component to authenticate using –>
<!– user accounts on one or more Windows servers. –>
<!– Properties that specify the server(s) to use for passthru –>
<!– authentication :- –>
<!– useLocalServer use the local server for authentication –>
<!– domain use domain controllers from the specified domain–>
<!– servers comma delimted list of server addresses or –>
<!– names –>
<bean id="authenticationComponent" class="org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl">
……. various options
<property name="personService">
<ref bean="personService" />
</property>
<property name="nodeService">
<ref bean="nodeService" />
</property>
<property name="guestAccess">
<value>…..</value>
</property>
</bean>
</beans>
<alfresco-config area="file-servers">
<!– To override the default Alfresco filesystem use replace="true", to –>
<!– add additional filesystems remove the replace="true" attribute –>
<config evaluator="string-compare" condition="Filesystems" replace="true">
<filesystems>
<!– Default share –>
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<!– Enable Web client launch shortcut in all folders –>
<urlFile>
<!– Change the filename as required, keeping the .url extension –>
<filename>_Alfresco.url</filename>
<!– Change 'localhost' to the name or IP of the Alfresco server –>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
</filesystem>
</filesystems>
</config>
<!– Allow guest access to file systems –>
<config evaluator="string-compare" condition="Filesystem Security" replace="true">
<authenticator type="alfresco">
…..
</authenticator>
</config>
</alfresco-config>
Auth CIFS
—— —–
Alfresco alfrecso
" enterprise
NTLM alfresco
LDAP passthru
JAAS/Kerberos passthru
* enterprise+kerberos
03-08-2007 05:06 AM
09:34:02,102 DEBUG [app.servlet.NTLMAuthenticationFilter] Sending NTLM type2 to client - [Type2:0x201,Target:HSANTANDER_A,Ch:2c5745ba67743d95]
09:34:02,122 DEBUG [app.servlet.NTLMAuthenticationFilter] Received type3 [Type3:,LM:<Null>,NTLM:601c60d1cf13443514bc6ae8e104c191abad29b083d3ad25,Dom:HSANTANDER_A,User:sbh000,Wks:]
09:34:02,181 ERROR [[localhost].[/alfresco].[Faces Servlet]] Servlet.service() para servlet Faces Servlet lanzó excepciónorg.alfresco.error.AlfrescoRuntimeException: Transaction must be active and synchronization is required
at org.alfresco.repo.transaction.AlfrescoTransactionSupport.registerSynchronizations(AlfrescoTransactionSupport.java:371)
at org.alfresco.repo.transaction.AlfrescoTransactionSupport.getSynchronization(AlfrescoTransactionSupport.java:356)
at org.alfresco.repo.transaction.AlfrescoTransactionSupport.bindDaoService(AlfrescoTransactionSupport.java:210)
at org.alfresco.repo.transaction.TransactionalDaoInterceptor.invoke(TransactionalDaoInterceptor.java:66)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy1.getNode(Unknown Source)
at org.alfresco.repo.node.db.DbNodeServiceImpl.exists(DbNodeServiceImpl.java:160)
at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:221)
at $Proxy2.exists(Unknown Source)
at sun.reflect.GeneratedMethodAccessor138.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:335)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:227)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy3.exists(Unknown Source)
at org.alfresco.repo.security.person.PersonServiceImpl.getPersonOrNull(PersonServiceImpl.java:202)
at org.alfresco.repo.security.person.PersonServiceImpl.getPerson(PersonServiceImpl.java:155)
at org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.authenticatePassthru(NTLMAuthenticationComponentImpl.java:840)
at org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.authenticate(NTLMAuthenticationComponentImpl.java:521)
at org.alfresco.web.app.servlet.NTLMAuthenticationFilter.processType3(NTLMAuthenticationFilter.java:727)
at org.alfresco.web.app.servlet.NTLMAuthenticationFilter.doFilter(NTLMAuthenticationFilter.java:400)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
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.