Announcement

Collapse
No announcement yet.

503 Service Temporarily Unavailable

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • motin
    Guest replied
    Originally posted by Martin Braun View Post
    Hi,

    it seems that you did not checked out all required repositories.
    I don't want to stop your effort to the the GUI up and running with 6.6, but please note that it's not just the GUI but also the servlets that communicate with the admindaemon - and i don't think the 6.6 admindaemon will work with those servlets. Using a 6.4 Admindaemon and a 6.6 groupware is also not a good idea because they are not compatible either.

    Greetings
    Thank you for your reply! I simple ran the community installer script from a clean Ubuntu 8.04 installation. Not mixing any 6.6 into this soup (It's lovely to work with virtual machines for testing...). Somehow the installer script does not work with my clean 8.04 installationen I guess.

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    it seems that you did not checked out all required repositories.
    I don't want to stop your effort to the the GUI up and running with 6.6, but please note that it's not just the GUI but also the servlets that communicate with the admindaemon - and i don't think the 6.6 admindaemon will work with those servlets. Using a 6.4 Admindaemon and a 6.6 groupware is also not a good idea because they are not compatible either.

    Greetings
    Last edited by Martin Heiland; 09-26-2008, 05:45 PM.

    Leave a comment:


  • motin
    Guest replied
    After all the trouble of getting 6.6 installed (http://www.open-xchange.com/forum/sh...?t=1713&page=3), I tried the community edition installer (choosing the bug fix branch 6_4) on a clean system. However, sympton of 503-status messages and the compilation process errors are the same as the original poster. "sudo apt-get install sun-java5-jdk" runs well without any problems.

    Here is the beginning of my log output, right after
    Code:
      echo "Compiling Open-Xchange Administration GUI..."
      cd $SRC_DIR/open-xchange-admin-gui-ee
      ant -q -Dlib.dir=/opt/open-xchange/lib/ -Dhtdoc=/var/www/ox/admin install
    , where it bails out:
    Code:
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:53: cannot find symbol
        [javac] symbol  : class AdminParser
        [javac] location: package com.openexchange.admin.console
        [javac] import com.openexchange.admin.console.AdminParser;
        [javac]                                       ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:54: package com.openexchange.admin.rmi does not exist
        [javac] import com.openexchange.admin.rmi.OXGroupInterface;
        [javac]                                   ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:55: package com.openexchange.admin.rmi.dataobjects does n
    ot exist
        [javac] import com.openexchange.admin.rmi.dataobjects.Context;
        [javac]                                               ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:56: package com.openexchange.admin.rmi.dataobjects does n
    ot exist
        [javac] import com.openexchange.admin.rmi.dataobjects.Credentials;
        [javac]                                               ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:57: package com.openexchange.admin.rmi.dataobjects does n
    ot exist
        [javac] import com.openexchange.admin.rmi.dataobjects.Group;
        [javac]                                               ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:58: package com.openexchange.admin.rmi.exceptions does no
    t exist
        [javac] import com.openexchange.admin.rmi.exceptions.DuplicateExtensionException;
        [javac]                                              ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:59: package com.openexchange.admin.rmi.extensions does no
    t exist
        [javac] import com.openexchange.admin.rmi.extensions.OXGroupMailExtension;
        [javac]                                              ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:61: cannot find symbol
        [javac] symbol: class ChangeCore
        [javac] public class Change extends ChangeCore {
        [javac]                             ^
        [javac] /tmp/open-xchange-admin-console-ee/src/com/openexchange/admin/console/group/Change.java:75: cannot find symbol
    It looks like I am never going to get a working Open Xchange groupware server installed on Ubuntu 8.04 ...
    Last edited by Guest; 09-26-2008, 05:25 PM.

    Leave a comment:


  • Martin Heiland
    replied
    Das Java Paket von Debian lässt sich einwandfrei installieren, das habe ich vor 5 minuten noch ausprobiert.
    Wenn ein apt-get install sun-java5-jdk nicht funktionieren sollte liegt der Fehler irgendwo in der Konfiguration des Betriebssystems oder der Hardware. In beiden Fällen hätte es nichts mit der OX installation zu tun.
    Last edited by Martin Heiland; 04-09-2008, 01:00 PM.

    Leave a comment:


  • lendrod
    Guest replied
    Dann müste es ja auf meinem anderen Root Server laufen....
    Das ist nix virtuell, ales reale Bauteile

    Da habe ich aber den selben fehler mit dem java packet

    Leave a comment:


  • Martin Heiland
    replied
    Hallo,

    der vserver könnte tatsächlich die Wurzel allen Übels sein. Ich habe zumindest bei OpenVZ (die freie Version von Virtuozzo) die Erfahrung gemacht das die JVM nicht startet. Da s4y Virtuozzo verwendet würde ich mich nicht wundern wenn das die Ursache ist

    mfg
    Martin

    Leave a comment:


  • lendrod
    Guest replied
    doch die non free quellen sind aingetragen.
    habe auch diesen ftp2.de.debian... stable contrib non-free drinne

    habe auch aml manuell verscuht das java zu installieren, geht nicht...
    Nun habe ich gelesen das dieses Java einen bestimmten mion anzahl an ARbeitsspeicher benötigt der wohl über 256MB liegt
    Ich habe einen Vserver von S4y mit 256MB Ram und 512 Flex Ram
    Könnte es aran liegen?

    Habe das gleiche nun auf einem Root Server von mir probiert mit 1024MB Ram und beim installieren von sun-java5-bin kommt genau der selbe fehler
    Last edited by Guest; 04-09-2008, 10:31 AM.

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    hast du vielleicht nicht das non-free repository hinzugefügt? java kann nicht aus dem standard debian repo installiert werden. Ohne Java läuft garnichts

    mfg

    Leave a comment:


  • lendrod
    Guest replied
    der erste fehler war schon hier:

    Fehler traten auf beim Bearbeiten von:
    sun-java5-bin
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    Nächster:

    Compiling Open-Xchange Groupware...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.

    Compiling Open-Xchange Admindaemon...
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.

    Nächster:

    BUILD FAILED
    /tmp/open-xchange-admin-gui-ee/build.xml:106: Compile failed; see the compiler error output for details.


    Nächster:

    awk: Kommandozeile:1: Fatal: Kann Datei '/opt/open-xchange/etc/admindaemon/ox-admin-scriptconf.sh' nicht zum Lesen öffnen (Datei oder Verzeichnis nicht gefunden).
    awk: Kommandozeile:1: Fatal: Kann Datei '/opt/open-xchange/etc/groupware/ox-scriptconf.sh' nicht zum Lesen öffnen (Datei oder Verzeichnis nicht gefunden).

    Das sollten alle fehler bei der installation sein bisher
    Wie gesagt das ist eine frisch aufgesetzter Server der auf etch 4 upgegradet wurde

    Leave a comment:


  • lendrod
    Guest replied
    So komplett neuer Server und gleiches spiel von vorne.
    Wieder eine Debian... ahbe gerade eine dist-upgrade gemacht und nun kommt folgender install abbruch und wieder fehler 503

    BUILD FAILED
    /tmp/open-xchange-admin-gui-ee/build.xml:50: Compile failed; see the compiler er ror output for details.

    Leider finde ich die compiler log nicht.
    Meno..ich will das es endlich läuft ;(

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    the installer script currently does NOT work for the head, nor does the installation wiki instructions work with that branch. If the current head (version 6.5) becomes stable, i'll update those resources but currently there are too many changes to keep a guide up to date.

    The compile error message should show up while the script runs trough the "Compiling <component>" stuff, but i think with stable you should not encounter any build problems.

    Regarding the "java.lang.UnsupportedClassVersionError:" error at the stable build - i guess there are fragments left of the HEAD version that cause problems with stable. Please take a look at /opt/open-xchange/* and /tmp/open-xchange/* and do clean up (delete all files there). Then restart the installer.

    Leave a comment:


  • lendrod
    Guest replied
    Ich habe die installation mal neue gemacht und gesehen das ich vorher die unstable genommen habe.
    Nun habe ich mal die stable genommen und es schien alles viele besser auszusehen, bis zu dem Punkt wo er folgendes immer wiederholte.

    Code:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
            at java.lang.ClassLoader.defineClass1(Native Method)
            at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
            at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
            at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
            at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
            at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
            at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    admindaemon startup still in progress, waiting...
    Und da machte er dann auch nicht weiter.
    Das Error Log vom kompilieren habe ich nicht gefunden....wo ist das den?

    Leave a comment:


  • Martin Heiland
    replied
    Hallo,

    das kompilieren der admin Komponente ist fehlgeschlagen, daher werden Tools die man zum initialen Befüllen der Datenbank und anpassung der Konfiguration nicht gefunden. Im open-xchange-admin Verzeichniss solltest du ein logfile des kompilierprozesses finden - oder die Fehler wurden bereits vor dem BUILD FAILED ausgegeben.

    mfg

    Leave a comment:


  • lendrod
    Guest replied
    Ich habe das selbe Problem.
    Ich habe versucht die installation erneut durchzuführen.
    Am Ende steht folgende Fehlerzeilen...nur weiss ich cniht was sie bedeuten


    Code:
    BUILD FAILED
    /tmp/open-xchange-admin-gui-ee/build.xml:106: Compile failed; see the compiler error output for details.
    
    Total time: 12 seconds
    
    BUILD SUCCESSFUL
    Total time: 9 seconds
    
    BUILD SUCCESSFUL
    Total time: 1 second
    awk: Kommandozeile:1: Fatal: Kann Datei '/opt/open-xchange/etc/admindaemon/ox-admin-scriptconf.sh' nicht zum Lesen öffnen (Datei oder Verzeichnis nicht gefunden).
    awk: Kommandozeile:1: Fatal: Kann Datei '/opt/open-xchange/etc/groupware/ox-scriptconf.sh' nicht zum Lesen öffnen (Datei oder Verzeichnis nicht gefunden).
    
    Restarting services...
    Stopping MySQL database server: mysqld.
    Starting MySQL database server: mysqld.
    Checking for corrupt, not cleanly closed and upgrade needing tables..
    Stopping Cyrus IMAPd: cyrmaster.
    Waiting for complete shutdown...
    Starting Cyrus IMAPd: cyrmaster.
    Restarting SASL Authentication Daemon: saslauthd.
    Stopping Postfix Mail Transport Agent: postfix.
    Starting Postfix Mail Transport Agent: postfix.
    Stopping Munin-Node: done.
    Starting Munin-Node: done.
    [Fri Apr 04 03:41:57 2008] [warn] Useless use of AllowOverride in line 22.
    apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
    ./hyperion-debian_etch.sh: line 407: /opt/open-xchange/sbin/oxinstaller: Datei oder Verzeichnis nicht gefunden
    
    Creating startup scripts... done.
    
    Creating Groupware user... ./hyperion-debian_etch.sh: line 420: /opt/open-xchange/sbin/createuser: Datei oder Verzeichnis nicht gefunden
    ./hyperion-debian_etch.sh: line 422: /etc/init.d/open-xchange-admin: Datei oder Verzeichnis nicht gefunden
    Open-Xchange Groupware Daemon: /opt/open-xchange/etc/groupware/oxfunctions.sh missing, exiting
    Kann mir wer sagen was da schief läuft?
    Ich finde auch keine ensprechende Log Datei. unter /var/log/open-xchange is mal garnichts drinne

    Leave a comment:


  • Martin Heiland
    replied
    "access denied for user 'openexchange'@'localhost'"

    -> MySQL lässt die groupware nicht mit dem User "openexchange" an die Datenbank

    Hattest du vor der Installation per Installer ein passwort für den Benutzer "root" in MySQL angelegt? Das würde erklären wieso weder in User noch eine Datenbank angelegt wurde.
    Das kannst du ziemlich leicht prüfen mit:
    mysql -uroot

    mfg

    Leave a comment:

Working...
X