JAVA problem: "How To Install Alfresco Community 3.3 On Ubuntu Server 10.04"

Discussion in 'HOWTO-Related Questions' started by make-fun, Aug 5, 2011.

  1. make-fun

    make-fun Member

    Hi folks

    I've follow the howto and rechecked things many times, but no luck ;-)

    When starting
    Code:
    :/opt/alfresco# ./alfresco.sh start
    all I'm getting is
    Code:
    top - 21:44:25 up 47 min,  1 user,  load average: 2.30, 0.84, 0.45
    Tasks: 116 total,   1 running, 115 sleeping,   0 stopped,   0 zombie
    Cpu(s): 59.5%us, 39.8%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.4%hi,  0.4%si,  0.0%st
    Mem:   1268732k total,  1232868k used,    35864k free,     1300k buffers
    Swap:   315384k total,    21556k used,   293828k free,   255836k cached
    
     PID  USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
    [B][COLOR="Red"] 2240 root      20   0 1827m 746m  14m S 94.9 60.2   1:20.16 java[/COLOR][/B]
     27   root      20   0     0    0    0 S  4.0  0.0   0:01.76 kswapd0
     925  root      20   0 24500 2144 1916 S  0.3  0.2   0:04.88 vmtoolsd
     1629 postfix   20   0  5828 1680 1344 S  0.3  0.1   0:00.04 pickup
     2262 root      20   0  2544 1200  924 R  0.3  0.1   0:00.11 top
     1    root      20   0  2764 1364 1104 S  0.0  0.1   0:02.01 init
    
    and
    Code:
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State......
    tcp        0      0 127.0.0.1:8100          0.0.0.0:*               LISTEN.....
    tcp        0      0 127.0.0.1:10024         0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:3306            0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN.....
    tcp        0      0 192.168.178.30:53       0.0.0.0:*               LISTEN.....
    tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN.....
    tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN.....
    tcp        0      0 0.0.0.0:443             0.0.0.0:*               LISTEN.....
    tcp6       0      0 :::993                  :::*                    LISTEN.....
    tcp6       0      0 :::995                  :::*                    LISTEN.....
    tcp6       0      0 :::59881                :::*                    LISTEN.....
    tcp6       0      0 :::110                  :::*                    LISTEN.....
    tcp6       0      0 :::143                  :::*                    LISTEN.....
    tcp6       0      0 :::8080                 :::*                    LISTEN.....
    tcp6       0      0 :::21                   :::*                    LISTEN.....
    tcp6       0      0 :::53                   :::*                    LISTEN.....
    tcp6       0      0 :::22                   :::*                    LISTEN.....
    tcp6       0      0 ::1:953                 :::*                    LISTEN.....
    udp        0      0 192.168.178.30:53       0.0.0.0:*..........................
    udp        0      0 127.0.0.1:53            0.0.0.0:*..........................
    udp        0      0 0.0.0.0:68              0.0.0.0:*..........................
    udp        0      0 0.0.0.0:52570           0.0.0.0:*..........................
    udp        0      0 0.0.0.0:5353            0.0.0.0:*..........................
    udp        0      0 192.168.178.30:123      0.0.0.0:*..........................
    udp        0      0 127.0.0.1:123           0.0.0.0:*..........................
    udp        0      0 0.0.0.0:123             0.0.0.0:*..........................
    udp6       0      0 :::53                   :::*...............................
    udp6       0      0 ::1:123                 :::*...............................
    udp6       0      0 :::123                  :::*...............................
    
    So, there is nothing on http://192.168.178.30:8080/alfresco or anywhere else…

    Anybody an idea?

    Cheers
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in your logs?
     
  3. make-fun

    make-fun Member

    Oh, yeah forgot to mention… it's been very frustrating to not find any errors… checked /var/log/… checked alfresco.log… tried to figure where else to look, but no luck.
    Never had a tomcat running and can't find any tomcat.log isn't there one somewhere?

    Cheers
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Never worked with Tomcat, but did you try
    Code:
    updatedb
    locate tomcat.log
    ?
     

Share This Page