custom properties not showing up in Share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2010 10:25 AM
I created a custom aspect ([Tomcat-home]/webapps/alfresco/WEB-INF/classes/alfresco/extension) and set it on a folder in Alfresco Explorer. I want to be able to see those properties in Share as well. I looked through some of the blogs and one of them said to put the customisations in [Tomcat-home]/shared/classes/alfresco/extension. That didn't work. Help!
Thanks!
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
But really, this could be anything. You need to post the contents of alfresco.log (put it in the code tag so it wont be so long). Without that - sorry, can't help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 deniedERROR [org.alfresco.fileserver] org.alfresco.jlan.server.config.InvalidConfigurationException: Error initializing TCP-IP SMB session handler, Permission deniedERROR [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 deniedERROR [org.alfresco.fileserver] java.net.BindException: Permission deniedERROR [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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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_TuningThe SMB and FTP errors are because you try to run them on privileged ports, edit the config to use non-privileged ports.
http://wiki.alfresco.com/wiki/File_Server_Subsystem#Running_SMB.2FCIFS_from_a_normal_user_account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 04:17 PM
cifs.tcpipSMB.port=1445cifs.netBIOSSMB.namePort=1137cifs.netBIOSSMB.datagramPort=1138cifs.netBIOSSMB.sessionPort=1139
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2010 04:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 03:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2010 04:03 PM
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 11:29 AM
I have been looking inside Alfresco 3.3G for a clue on how to set up the configuration. So far I still don't know. Can you give me a hint? What should config evaluator type be, and what should the config condition be?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 12:55 PM
In the meantime, please see the following section of config:
<!– 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>
Thanks,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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>
