cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to run CIFS under Windows XP 64 bit version

anfy2002us
Champ in-the-making
Champ in-the-making
I stuck on this problem second day, and I think that's inpossible to run CIFS under Windows XP pro 64 bit, i when i run nbtsat -n i see that its registered, but when i access \\localhost_a\alfresco, the virtual machine crashes  Smiley Sad
9 REPLIES 9

mikee_cz
Champ in-the-making
Champ in-the-making
I stuck on this problem second day, and I think that's inpossible to run CIFS under Windows XP pro 64 bit, i when i run nbtsat -n i see that its registered, but when i access \\localhost_a\alfresco, the virtual machine crashes  Smiley Sad
Have you tried to copy Win32NetbiosX64.dll from your alresco/bin directory into the windows/system32 directory?

Michal Strelec

anfy2002us
Champ in-the-making
Champ in-the-making
yes I did it but it's not working

mikee_cz
Champ in-the-making
Champ in-the-making
yes I did it but it's not working
I'm sure, but I think it was mentioned in some discussion that similar problem was caused by bug in Java 1.5_06. What version are you using?

Michal

anfy2002us
Champ in-the-making
Champ in-the-making
I'm using jdk1.5.0_09

anfy2002us
Champ in-the-making
Champ in-the-making
any one????

gary_spencer
Champ in-the-making
Champ in-the-making
Hi,

The Alfresco CIFS server should work under 64bit Windows. Are you using a 32bit or 64bit version of the JVM ?. Are there any errors in the alfresco.log or a JVM crash log that you could email to me ?.

Cheers

Gary

anfy2002us
Champ in-the-making
Champ in-the-making
Hi
I'm using 32 bit version of the JVM
this is alfresco.log
11:52:54,875 ERROR [net.sf.jooreports.openoffice.connection.SocketOpenOfficeConnection] disconnected unexpectedly
11:52:59,437 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …
11:52:59,453 INFO  [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.
11:53:00,109 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_08-b03; maximum heap size 506,313MB
11:53:00,109 INFO  [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 1.4.0 (build-105) schema 21 - Installed version 1.4.0 (build-105) schema 21
11:53:04,734 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 4)
11:53:09,734 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 4)
11:53:10,734 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 0)
11:53:15,734 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 0)
11:53:19,734 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 4)
11:53:19,734 ERROR [org.alfresco.smb.protocol.mailslot] Marked LANA as unavailable due to send errors
11:53:25,750 ERROR [org.alfresco.smb.protocol.mailslot] Host announce error  (LANA 0)
11:53:25,781 ERROR [org.alfresco.smb.protocol.mailslot] Marked LANA as unavailable due to send errors
when i access the cifs server, the jvm crashes
and this is the report
[img]http://img294.imageshack.us/img294/3933/crashwm2.th.jpg[/img]

gary_spencer
Champ in-the-making
Champ in-the-making
Hi,

I've managed to reproduce the problem here under WinXP x64 with a 64bit JVM. The error log looks the same with the host announce error messages.

I've written a few test apps that use the code in the repository.jar and the JNI DLLs, these all work ok. One of the test apps adds a file server name and listens for an incoming request in the same way that the CIFS server would listen, that worked fine.

I'm currently installing Eclipse on the WinXP x64 VM so that I can run the code under a debugger to find out where the code is crashing. It seems to be shortly after the new connection has been made, rather than the listen request.

Cheers

Gary

gary_spencer
Champ in-the-making
Champ in-the-making
Hi,

I've finally tracked the problem down, it's due to the preview kit containing a 32bit JVM.

If you change the line near the top of the alfresco.bat to the following Alfresco will start using the default Java JVM rather than the 32bit version embedded in the preview :-

if "%ProgramFiles(x86)%" == "" set JAVA_HOME=%ALF_HOME%java

You'll need to make sure there is a 64bit JVM installed.

Cheers

Gary