02-24-2006 09:41 AM
C:\>ftp localhost
Connesso a pgranato
220 FTP server ready
Utente (pgranatonone)): admin
331 User name okay, need password for admin
Password:
230 User logged in, proceed
ftp> dir
200 Port OK
150 File status okay, about to open data connection
226 Closing data connection
ftp> mkdir pippo
550 Invalid path pippo
ftp> put testo.txt
200 Port OK
500 Invalid path
ftp>
04-18-2006 09:25 PM
Hello everybody,
I'm experiencing the same problem Pasquale described. Did you find the solution?
Cheers
I dont see an answer to you question here. I did a install for a friend, and out of the box I am experiencing the same issue. If I get to the bottom of it I'll let you know. Its low priority for me.
Resolving X.com…
Connect socket #5404 to X, port 21…
220 FTP server ready
USER admin
331 User name okay, need password for admin
PASS **********
230 User logged in, proceed
SYST
215 UNIX Type: Java FTP Server
Keep alive off…
PWD
257 "/"
PASV
227 Entering Passive Mode (X,9,87)
LIST
Connect socket #5836 to X, port 2391…
150 File status okay, about to open data connection
226 Closing data connection
Transferred 0 bytes in 0.020 seconds
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="CIFS Server">
<host name="${localname}_A"/>
<comment>Alfresco CIFS Server</comment>
<!– Set to the broadcast mask for the subnet –>
<broadcast>255.255.255.255</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –>
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<!–
<WINS>
<primary>1.2.3.4</primary>
<secondary>5.6.7.8</secondary>
</WINS>
–>
<sessionDebug flags="Negotiate,Socket"/>
</config>
<config evaluator="string-compare" condition="FTP Server">
<config evaluator="string-compare" condition="FTP Server">
<rootDirectory>/Alfresco</rootDirectory>
</config>
<debug flags="File,Search,Error,Directory,Info,DataPort"/>
</config>
<config evaluator="string-compare" condition="Filesystems">
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
<!–
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
–>
</filesystem>
</config>
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="alfresco">
</authenticator>
<!–
<globalAccessControl default="None">
<user name="admin" access="Write"/>
<address ip="90.1.0.90" access="Write"/>
</globalAccessControl>
<users>
<localuser name="user">
<password>user</password>
<comment>Normal user account</comment>
</localuser>
<localuser name="administrator">
<password>admin</password>
<administrator/>
<comment>Administrator account</comment>
</localuser>
</users>
–>
</config>
</alfresco-config>
04-23-2006 05:09 PM
<config evaluator="string-compare" condition="FTP Server">
<!– <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>
</config>
<config evaluator="string-compare" condition="Filesystems">
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
<!–
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
–>
</filesystem>
</config>
04-26-2006 12:21 AM
I am on version 1.2 like everyone else and like most people I am getting a lot of backtalk from the FTP server. From what I can tell its because the Server Configuration is returning an empty list of Shares.
Nothing in the cofig file associates the filesystem with the ftp server. is the filesystem is available to all of the servers?
<config evaluator="string-compare" condition="FTP Server">
<!– <debug flags="File,Search,Error,Directory,Info,DataPort"/> –>
</config>
<config evaluator="string-compare" condition="Filesystems">
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:8080/alfresco/</webpath>
</urlFile>
<!–
<accessControl default="Write">
<user name="admin" access="Write"/>
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
</accessControl>
–>
</filesystem>
</config>
When you connect you connect to "/" and you cant do anything.
ie:
CWD /Alfresco
550 Invalid path /Alfresco
One thing I do not understand (because I havent looked to understand at all) is how alfresco configuration works. I dont see a DTD/XSD at the top. What reads the XML files, what gives the schema?
04-26-2006 03:37 AM
04-27-2006 06:19 AM
04-27-2006 11:03 AM
Hi,
I just tried to reproduce the problem here with and without the <rootDirectory> setting. It worked ok here with WS-FTP and FileZilla FTP clients, and also using an ftp:// URL in IE6. I logged on as the admin user.
Cheers
Gary
04-27-2006 11:06 AM
Hi,
I just tried to reproduce the problem here with and without the <rootDirectory> setting. It worked ok here with WS-FTP and FileZilla FTP clients, and also using an ftp:// URL in IE6. I logged on as the admin user.
Cheers
Gary
// Find the associated shared device, if not already set
if (ftpPath.hasSharedDevice() == false && ftpPath.setSharedDevice( shareList, this) == false)
return null;
04-27-2006 11:20 AM
04-27-2006 11:58 AM
Hi Russ,the sharelist should not be null… yes i expect no
Can you access the server using CIFS ?, the sharelist should not be null at that point, it sounds like the filesystem didn't initialize. Are there any errors logged in the alfresco.log ?.
Could you email me your file-servers.xml and alfresco.log files.
Cheers
Gary
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="CIFS Server">
<host name="${localname}_A"/>
<comment>Alfresco CIFS Server</comment>
<!– Set to the broadcast mask for the subnet –>
<broadcast>255.255.255.255</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –>
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<!–
<WINS>
<primary>1.2.3.4</primary>
<secondary>5.6.7.8</secondary>
</WINS>
–>
<sessionDebug flags="Negotiate,Socket"/>
</config>
<config evaluator="string-compare" condition="FTP Server">
<debug flags="File,Search,Error,Directory,Info,DataPort"/>
</config>
<config evaluator="string-compare" condition="Filesystems">
<filesystem name="Alfresco">
<store>workspace://SpacesStore</store>
<rootPath>/app:company_home</rootPath>
<urlFile>
<filename>__AlfrescoClient.url</filename>
<webpath>http://localhost:9080/alfresco/</webpath>
</urlFile>
<accessControl default="Write">
<user name="admin" access="Write"/>
<!–
<address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>
–>
</accessControl>
</filesystem>
</config>
<config evaluator="string-compare" condition="Filesystem Security">
<authenticator type="alfresco">
</authenticator>
<!–
<globalAccessControl default="None">
<user name="admin" access="Write"/>
<address ip="90.1.0.90" access="Write"/>
</globalAccessControl>
<users>
<localuser name="user">
<password>user</password>
<comment>Normal user account</comment>
</localuser>
<localuser name="administrator">
<password>admin</password>
<administrator/>
<comment>Administrator account</comment>
</localuser>
</users>
–>
</config>
</alfresco-config>
11:50:08,772 INFO [Server] Starting JBoss (MX MicroKernel)…
11:50:08,772 INFO [Server] Release ID: JBoss [Zion] 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
11:50:08,772 INFO [Server] Home Dir: C:\servers\alfresco-jboss\jboss-4.0.2
11:50:08,772 INFO [Server] Home URL: file:/C:/servers/alfresco-jboss/jboss-4.0.2/
11:50:08,772 INFO [Server] Library URL: file:/C:/servers/alfresco-jboss/jboss-4.0.2/lib/
11:50:08,772 INFO [Server] Patch URL: null
11:50:08,772 INFO [Server] Server Name: default
11:50:08,772 INFO [Server] Server Home Dir: C:\servers\alfresco-jboss\jboss-4.0.2\server\default
11:50:08,812 INFO [Server] Server Home URL: file:/C:/servers/alfresco-jboss/jboss-4.0.2/server/default/
11:50:08,822 INFO [Server] Server Data Dir: C:\servers\alfresco-jboss\jboss-4.0.2\server\default\data
11:50:08,822 INFO [Server] Server Temp Dir: C:\servers\alfresco-jboss\jboss-4.0.2\server\default\tmp
11:50:08,822 INFO [Server] Server Config URL: file:/C:/servers/alfresco-jboss/jboss-4.0.2/server/default/conf/
11:50:08,822 INFO [Server] Server Library URL: file:/C:/servers/alfresco-jboss/jboss-4.0.2/server/default/lib/
11:50:08,822 INFO [Server] Root Deployment Filename: jboss-service.xml
11:50:08,822 INFO [Server] Starting General Purpose Architecture (GPA)…
11:50:09,473 INFO [ServerInfo] Java version: 1.5.0_02,Sun Microsystems Inc.
11:50:09,473 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_02-b09,Sun Microsystems Inc.
11:50:09,473 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
11:50:16,684 INFO [Server] Core system initialized
11:50:19,949 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
11:51:25,686 ERROR [AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\DOCUME~1\dannerr\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_3293.gif" "C:\DOCUME~1\dannerr\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_3294.png"
11:51:35,260 ERROR [protocol] Error accessing Win32 NetBIOS, check DLL is on the path
11:52:21,488 INFO [Server] JBoss (MX MicroKernel) [4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)] Started in 2m:12s:666ms
05-09-2006 12:34 PM
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.