04-19-2010 10:25 AM
05-04-2010 01:26 PM
… Does this sound familiar? Do you have any idea what I should do?Yep, has happened to me to.
05-04-2010 02:19 PM
ERROR [org.alfresco.fileserver] [SMB] Server error : org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied
ERROR [org.alfresco.fileserver] org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission denied
ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.nio.NIOCifsConnectionsHandler.initializeHandler(NIOCifsConnectionsHandler.java:259)
ERROR [org.alfresco.fileserver] at org.alfresco.jlan.smb.server.SMBServer.run(SMBServer.java:472)
ERROR [org.alfresco.fileserver] at java.lang.Thread.run(Thread.java:637)
ERROR [org.alfresco.fileserver] [FTP] FTP Socket error : java.net.BindException: Permission denied
ERROR [org.alfresco.fileserver] java.net.BindException: Permission denied
ERROR [org.alfresco.fileserver] at java.net.PlainSocketImpl.socketBind(Native Method)
ERROR [org.alfresco.fileserver] at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
ERROR [org.alfresco.fileserver] at java.net.ServerSocket.bind(ServerSocket.java:319)
ERROR [org.alfresco.fileserver] at java.net.ServerSocket.<init>(ServerSocket.java:185)
ERROR [org.alfresco.fileserver] at java.net.ServerSocket.<init>(ServerSocket.java:141)
ERROR [org.alfresco.fileserver] at org.alfresco.jlan.ftp.FTPServer.run(FTPServer.java:555)
ERROR [org.alfresco.fileserver] at java.lang.Thread.run(Thread.java:637)
14:11:25,165 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 455.125MB is less than recommended 512MB
05-04-2010 02:36 PM
14:11:25,165 WARN [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - WARNING - maximum heap size 455.125MB is less than recommended 512MB
You should add more memory for your appserver. Edit JAVA_OPTS in alfresco.sh. For testing, -Xmx800m can work, depending on available memory in you machine. For production, 64 bit system is recommended so you can use more than 1,5 Gb of memory. http://wiki.alfresco.com/wiki/JVM_Tuning05-04-2010 04:17 PM
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138
cifs.netBIOSSMB.sessionPort=1139
05-04-2010 04:35 PM
05-06-2010 03:56 PM
05-06-2010 04:03 PM
05-10-2010 11:29 AM
05-10-2010 12:55 PM
<!–
Used by the "Assign Workflow" action.
For custom workflow definitions, remember to also add the relevant i18n string(s):
workflow.wf_mydefinition=My Workflow Definition
–>
<workflows>
<workflow definition="wf:review" />
<workflow definition="wf:adhoc" />
</workflows>
05-10-2010 03:58 PM
<alfresco-config>
<config>
<wcm>
<!– Comma separated list of the workflows to display in the Create Web Form and
Create Web Project wizards. The Name identifers of the workflows should be specified. –>
<workflows>
wcmwf:submit
</workflows>
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.