NOT START Alfresco Community 3.3 On Ubuntu Server 10.04 (Lucid Lynx)

Discussion in 'HOWTO-Related Questions' started by MocArt, Aug 5, 2010.

  1. MocArt

    MocArt New Member

    I installed alfresco from this guide, but can't start it, if i see "top" i can`t see proccess named "alfresco". If i start it:

    Code:
    root@srv:/opt/alfresco# bash alfresco.sh start
    Using CATALINA_BASE:   /opt/alfresco/tomcat
    Using CATALINA_HOME:   /opt/alfresco/tomcat
    Using CATALINA_TMPDIR: /opt/alfresco/tomcat/temp
    Using JRE_HOME:       /usr/lib/jvm/java-6-sun/
    root@srv:/opt/alfresco#
    
    please help me!

    i include my /opt/alfresco/tomcat/shared/classes/alfresco-global.properties
    Code:
    ###############################
    ## Common Alfresco Properties #
    ###############################
    #
    # Sample custom content and index data location
    #-------------
    dir.root=/opt/alfresco/alf_data
    #
    # Sample database connection properties
    #-------------
    db.name=alfresco
    db.username=alfresco
    db.password=alfresco
    db.host=localhost
    db.port=3306
    #
    # External locations
    #-------------
    ooo.exe=/usr/lib/openoffice/program/soffice
    ooo.enabled=true
    img.root=/usr
    swf.exe=/usr/bin/pdf2swf
    
    #
    # MySQL connection
    #-------------
    db.driver=org.gjt.mm.mysql.Driver
    db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
    
    #
    # PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
    #
    #db.driver=org.postgresql.Driver
    #db.url=jdbc:postgresql://localhost:5432/alfresco
    
    #
    # Index Recovery Mode
    #-------------
    #index.recovery.mode=AUTO
    
    #
    # Outbound Email Configuration
    #-------------
    #mail.host=
    #mail.port=25
    #mail.username=anonymous
    #mail.password=
    #mail.encoding=UTF-8
    #[email protected]
    #mail.smtp.auth=false
    
    #
    # Alfresco Email Service and Email Server
    #-------------
    
    # Enable/Disable the inbound email service.  The service could be used by processes other than
    # the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.
    #-------------
    #email.inbound.enabled=true
    
    # Email Server properties
    #-------------
    #email.server.enabled=true
    #email.server.port=25
    #email.server.domain=alfresco.com
    #email.inbound.unknownUser=anonymous
    
    # A comma separated list of email REGEX patterns of allowed senders.
    # If there are any values in the list then all sender email addresses
    # must match. For example:
    #   .*\@alfresco\.com, .*\@alfresco\.org
    # Allow anyone:
    #-------------
    #email.server.allowed.senders=.*
    
    #
    # The default authentication chain
    # To configure external authentication subsystems see:
    # http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems
    #-------------
    #authentication.chain=alfrescoNtlm1:alfrescoNtlm
    
    #
    # URL Generation Parameters (The ${localname} token is replaced by the local server name)
    #-------------
    #alfresco.context=alfresco
    #alfresco.host=${localname}
    #alfresco.port=8080
    #alfresco.protocol=http
    #
    #share.context=share
    #share.host=${localname}
    #share.port=8080
    #share.protocol=http
    
    #
    # CIFS Support
    #------------------------
    cifs.enabled=true
    cifs.serverName=dms
    cifs.ipv6.enabled=false
    cifs.tcpipSMB.port=1445
    cifs.netBIOSSMB.namePort=1137
    cifs.netBIOSSMB.datagramPort=1138
    cifs.netBIOSSMB.sessionPort=1139
    
    #
    # Sharepoint
    #-------------
    vti.server.port=7070
    vti.alfresco.deployment.context=/alfresco
    vti.alfresco.alfrescoHostWithPort=http://192.168.44.111:8080
    vti.share.shareHostWithPort=http://192.168.44.111:8080
    
     

Share This Page