Announcement

Collapse
No announcement yet.

Trying to install on Centos 4.5

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

  • Trying to install on Centos 4.5

    hi,

    I really need someone to help me out, I really don't know how to solve my problem despite trying for the last 3 days.

    Centos is running under vmware.

    I installed hyperion following the procedure step by step, I have all the required librairie in the folder /opt/openexchange/lib, I have installed java 1.5 and ANT 1.7.0, I have not installed ant-optional as it is now supported in the core ant package.

    I get the following error when I try to compile openexchange :

    I saw a post of someone having a similar problem and solved it by updating the jason jar, I did it but it is still the same

    compile:
    [javac] Compiling 1200 source files to /usr/local/projet-src/openxchange/open-xchange/build
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
    [javac] * final String quotedPersonal = quotePersonal("Doe, Jan��"
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:132: warning: unmappable character for encoding US-ASCII
    [javac] * final String quotedPersonal = quotePersonal("Doe, Jan��"
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
    [javac] * //Unicode Address: "Doe, Jan��" <someone@somewhere.com>
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/groupware/container/mail/parser/MessageUtils.java:140: warning: unmappable character for encoding US-ASCII
    [javac] * //Unicode Address: "Doe, Jan��" <someone@somewhere.com>
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/mail/mime/MIMEMailException.java:78: warning: sun.net.ConnectionResetException is Sun proprietary API and may be removed in a future release
    [javac] import sun.net.ConnectionResetException;
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/api2/MailInterfaceImpl.java:123: warning: sun.net.ConnectionResetException is Sun proprietary API and may be removed in a future release
    [javac] import sun.net.ConnectionResetException;
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/groupware/ldap/LdapUtility.java:75: warning: com.sun.jndi.ldap.LdapName is Sun proprietary API and may be removed in a future release
    [javac] import com.sun.jndi.ldap.LdapName;
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/mail/imap/IMAPException.java:76: warning: sun.net.ConnectionResetException is Sun proprietary API and may be removed in a future release
    [javac] import sun.net.ConnectionResetException;
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/mail/imap/IMAPFolderStorage.java:93: no interface expected here
    [javac] public final class IMAPFolderStorage extends MailFolderStorage implements Serializable {
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/mail/imap/IMAPMessageStorage.java:90: no interface expected here
    [javac] public final class IMAPMessageStorage extends MailMessageStorage implements Serializable {
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/mail/imap/IMAPMailConnection.java:76: wrong number of type arguments; required 3
    [javac] public final class IMAPMailConnection extends MailConnection<IMAPFolderStorage, IMAPMessageStorage> implements
    [javac] ^
    [javac] /usr/local/projet-src/openxchange/open-xchange/src/com/openexchange/monitoring/AbstractAgent.java:77: warning: com.sun.jmx.snmp.daemon.SnmpAdaptorServer is Sun proprietary API and may be removed in a future release
    [javac] import com.sun.jmx.snmp.daemon.SnmpAdaptorServer;
    [javac] ^


    thanks for your help.

    Jean-Philippe
Working...
X