04-01-2008 05:06 PM
14:50:25,489 INFO [STDOUT] 14:50:25,486 ERROR [alfresco.smb.protocol] Socket closed by remote client
14:50:25,678 INFO [STDOUT] 14:50:25,676 ERROR [alfresco.smb.protocol] Closing session due to exception
java.lang.NullPointerException
at org.alfresco.filesys.server.auth.passthru.PassthruAuthenticator.doNtlmsspSessionSetup(PassthruAuthenticator.java:821)
at org.alfresco.filesys.server.auth.passthru.PassthruAuthenticator.processSessionSetup(PassthruAuthenticator.java:581)
at org.alfresco.filesys.smb.server.NTProtocolHandler.procSessionSetup(NTProtocolHandler.java:407)
at org.alfresco.filesys.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:221)
at org.alfresco.filesys.smb.server.SMBSrvSession.run(SMBSrvSession.java:1352)
at java.lang.Thread.run(Thread.java:619)
05-21-2008 04:33 AM
<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="Filesystem Security" replace="true">
<authenticator type="passthru">
<Server>MY_SMB_SERVER_IP</Server>
</authenticator>
</config>
<!–
<Server>10.1.2.2,dc02.win2k.it</Server>
–>
<config evaluator="string-compare" condition="CIFS Server" replace="true">
<serverEnable enabled="true"/>
<host name="alfresco-cifs" domain="MYDOMAIN" />
<comment>Alfresco CIFS Server</comment>
<broadcast>255.255.255.255</broadcast>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<hostAnnounce interval="5"/>
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<sessionDebug flags="Negotiate,Socket"/>
</config>
<config evaluator="string-compare" condition="Filesystems" replace="true">
<filesystems>
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<!– Add a URL file to each folder that links back to the web client –>
<urlFile>
<filename>__Alfresco.url</filename>
<webpath>http://${localname}:8080/alfresco/</webpath>
</urlFile>
<!– Mark locked files as offline –>
<offlineFiles/>
<!– Desktop actions –>
<desktopActions>
<global>
<path>alfresco/desktop/Alfresco.exe</path>
<webpath>http://${localname}:8280/alfresco/</webpath>
</global>
<action>
<class>org.alfresco.filesys.smb.server.repo.desk.CheckInOutDesktopAction</class>
<name>CheckInOut</name>
<filename>__CheckInOut.exe</filename>
</action>
<action>
<class>org.alfresco.filesys.smb.server.repo.desk.JavaScriptDesktopAction</class>
<name>JavaScriptURL</name>
<filename>__ShowDetails.exe</filename>
<script>alfresco/desktop/showDetails.js</script>
<attributes>anyFiles</attributes>
<preprocess>copyToTarget</preprocess>
</action>
</desktopActions>
<!–
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
–>
</filesystem>
<!– AVM virtualization view of all stores/versions for WCM –>
<avmfilesystem name="AVM">
<virtualView/>
</avmfilesystem>
</filesystems>
</config>
</alfresco-config>06-23-2009 05:04 AM
17:39:01,193 ERROR [org.alfresco.smb.protocol] Closing session due to exception
java.lang.NullPointerException
at org.alfresco.filesys.server.auth.passthru.PassthruAuthenticator.doNtlmsspSessionSetup(PassthruAuthenticator.java:821)
at org.alfresco.filesys.server.auth.passthru.PassthruAuthenticator.processSessionSetup(PassthruAuthenticator.java:581)
at org.alfresco.filesys.smb.server.NTProtocolHandler.procSessionSetup(NTProtocolHandler.java:407)
at org.alfresco.filesys.smb.server.NTProtocolHandler.runProtocol(NTProtocolHandler.java:221)
at org.alfresco.filesys.smb.server.SMBSrvSession.run(SMBSrvSession.java:1352)
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.