Hi I'm trying to configure the smb server under a windows server.
I changed the file-servers.xml with this entry <tcpipSMB port="1445" platforms="windows"/>
Unfortunately when I0m trying to access the smb server I get the following error
java.lang.RuntimeException: Requested allocation size too long for pool, 5264461
at org.alfresco.jlan.server.memory.ByteBufferPool.allocateBuffer(ByteBufferPool.java:112)
at org.alfresco.jlan.smb.server.CIFSPacketPool.allocatePacket(CIFSPacketPool.java:65)
at org.alfresco.jlan.smb.server.TcpipSMBPacketHandler.readPacket(TcpipSMBPacketHandler.java:94)
at org.alfresco.jlan.smb.server.SMBSrvSession.run(SMBSrvSession.java:1232)
at java.lang.Thread.run(Thread.java:619)
I can't find any information about this error. Does somebody has the same error or a solution for this?
best regards,
Paddy