Announcement

Collapse
No announcement yet.

Open-Xchange Community Edition Installer released

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

  • outlow
    replied
    the build of open-xchange-admin was success?

    Leave a comment:


  • Michael
    Guest replied
    Hy outlow

    I use the community installer , that install all programms, libs and java
    This works the last times normaly without problems.

    Log :
    ns/LicenseAction.java:130: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] licenses[i] = new License();
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:147: cannot find symbol
    [javac] symbol : class OXLicenseInterface
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final OXLicenseInterface oxl = getInterface();
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:155: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final License license = oxl.getLicenseInfo(account, license_id);
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:159: cannot find symbol
    [javac] symbol : class OXLicenseException
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] } catch (OXLicenseException e) {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:177: cannot find symbol
    [javac] symbol : class OXLicenseInterface
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final OXLicenseInterface oxl = getInterface();
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:178: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final License[] license_list = new License[license_ids.length];
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:178: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final License[] license_list = new License[license_ids.length];
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:190: cannot find symbol
    [javac] symbol : class OXLicenseException
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] } catch (OXLicenseException e) {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:215: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final License license = parseObjectBody(request.getBody());
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:216: cannot find symbol
    [javac] symbol : class OXLicenseInterface
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] final OXLicenseInterface oxl = getInterface();
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:226: cannot find symbol
    [javac] symbol : class OXLicenseException
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] } catch (OXLicenseException e) {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:241: cannot find symbol
    [javac] symbol : class OXLicenseInterface
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] return (OXLicenseInterface) Naming.lookup(getRMIHost()
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/actions/LicenseAction.java:242: cannot find symbol
    [javac] symbol : variable OXLicenseInterface
    [javac] location: class com.openexchange.admin.ajax.actions.LicenseAction
    [javac] + OXLicenseInterface.RMI_NAME);
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/json/License2JSON2License.java:70: methods write(T[]) from com.openexchange.admin.ajax.json.AbstractObject2JS ON2Object<License> and write(T) from com.openexchange.admin.ajax.json.AbstractObject2JS ON2Object<License> are inherited with the same signature
    [javac] public class License2JSON2License extends AbstractObject2JSON2Object<License> {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/json/License2JSON2License.java:118: cannot find symbol
    [javac] symbol : class License
    [javac] location: class com.openexchange.admin.ajax.json.License2JSON2Lice nse
    [javac] new Mapper<License>() {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/json/License2JSON2License.java:122: cannot find symbol
    [javac] symbol: class License
    [javac] public Object getAttribute(final License lic) throws JSONException {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/json/License2JSON2License.java:125: cannot find symbol
    [javac] symbol: class License
    [javac] public boolean isNull(final License lic) {
    [javac] ^
    [javac] /tmp/open-xchange-admin-gui-ee/src/com/openexchange/admin/ajax/json/License2JSON2License.java:128: cannot find symbol
    [javac] symbol: class License
    [javac] public void setAttribute(final License lic, final Object value)
    [javac] ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors

    Best reguards

    Michael

    Leave a comment:


  • outlow
    replied
    could you post your error message

    have you installed the libs for ox like the list in the installation instruction?

    Leave a comment:


  • Michael
    Guest replied
    Hi SoccerDad

    Thank s for the resolution

    But the admingui have errors at the compiling

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

    I used the 10/24/2007 in the Installerscript on a plain Debian etch.

    Best reguards

    Michael

    Leave a comment:


  • koeberle
    Guest replied
    Originally posted by SoccerDad View Post
    Hi Martin!

    Thanx for the tip! I've made it a little further along using your suggestion. I'm still not getting a successful build of the admin-gui-ee, but I'll keep at it.

    For anyone else viewing, here's what I did based on Martin's suggestion:

    On or around line 117 of the script (I was using Etch), I replaced what was there with:

    Code:
    cvs -Q -d:$CVS_URL co -D "08/24/2007" ${REPOSITORY[$i]}
    As noted above, I still had problems with one component compiling, so you may want to play around with the date.

    UPDATE: using 10/24/2007 as the date resulted in clean compile.
    Hi,

    could you provide us your hyperion-debian_etch.sh/hyperion-debian_etch.tar.gz files?
    With the latest files we still get some compile errors.

    Thanks

    Leave a comment:


  • SoccerDad
    Guest replied
    Hi Martin!

    Thanx for the tip! I've made it a little further along using your suggestion. I'm still not getting a successful build of the admin-gui-ee, but I'll keep at it.

    For anyone else viewing, here's what I did based on Martin's suggestion:

    On or around line 117 of the script (I was using Etch), I replaced what was there with:

    Code:
    cvs -Q -d:$CVS_URL co -D "08/24/2007" ${REPOSITORY[$i]}
    As noted above, I still had problems with one component compiling, so you may want to play around with the date.

    UPDATE: using 10/24/2007 as the date resulted in clean compile.
    Last edited by Guest; 11-07-2007, 11:52 PM.

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    That problem has been discovered as a issue at the source at the cvs server and is not related to the installer. The installer checks out the sourcecode while being executed to get always the latest and greatest sourcecode to work with. It does not ship any Open-Xchange Code. Unfortunately this bleeding-edge checkout sometimes causes problems if code at the latest development "head" has been checked in and contains errors.

    A workaround for this is to use the cvs -D option and to specify a date where the code should be checked out.

    Greetings

    Leave a comment:


  • SoccerDad
    Guest replied
    Hello! Great script, however, I'm not sure what I'm doing wrong. I've tried on all 3 Ubuntu's and Etch, but basically the same issues each time:

    open-xchange-admin nor open-xchange.admin-gui-ee will compile, complaining with a huge list of errors.

    No MySQL database created, nor default tables added.

    A slew of other errors:
    awk: cmd. line:1: fatal: cannot open file `/opt/open-xchange/etc/admindaemon/ox-admin-scriptconf.sh' for reading (No such file or directory)

    ./hyperion-debian_etch.sh: line 377: /opt/open-xchange/sbin/oxinstaller: No such file or directory

    Creating Groupware user... ./hyperion-debian_etch.sh: line 390: /opt/open-xchange/sbin/createuser: No such file or directory

    ./hyperion-debian_etch.sh: line 392: /etc/init.d/open-xchange-admin: No such file or directory

    After all of the above, I do get a login page, however it's 500 Service Unavailable until Tomcat is installed. Once Tomcat is installed, no login as no database is created.

    Any pointers would be much appreciated!
    TIA

    Leave a comment:


  • thoand
    Guest replied
    hello,

    I installed OX using this installer. I really love how easy it is. But when I create a new user OX does not create an entry in the mail alias database. So if someone writes an email he gets an error "Sorry, no mailbox here by that name.".

    any idea how to fix it?

    best regards, thoand

    Leave a comment:


  • dryphon
    replied
    sorry
    i get only CVS

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    as i said i've fixed it 40 minutes ago, you need to get the tar.gz package again.

    Greetings

    Leave a comment:


  • dryphon
    replied
    Hi Martin,

    its not fixed

    property name="jcharsetjar" value="jcharset-1.3.jar" in new build.xml
    but not found jcharset-1.3.jar.
    but jcharset.jar is found

    Dryphon

    Leave a comment:


  • Martin Heiland
    replied
    This issue has been fixed by the installer and at the CVS, you should download the latest version of the installer.

    Leave a comment:


  • Martin Heiland
    replied
    Hi,

    i added jcharset.jar to the installers tar.gz archive, you may download it again to get the latest versioon.

    I mean the /tmp/open-xchange/build.xml file which is created when checking out. You need to replace it with the fixed version after the checkout of "open-xchange" is complete.

    Leave a comment:


  • rumchumchum
    Guest replied
    Thank you for the great support. But I have sill a little problem: Which build.xml do you mean ? Can I still use the installer when I copy by hand the jcharset?
    Thank you a lot!!!

    Leave a comment:

Working...
X