Announcement

Collapse
No announcement yet.

Problems with installer on Debian

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

  • Problems with installer on Debian

    Hi all,

    I'm currently trying to install latest version of OX on Debian using the community installer. I get next error when building the Groupware (Stacktrace is shortened):

    Building Open-Xchange Groupware...
    [javac] /usr/src/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/src/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/src/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/src/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/src/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/src/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/src/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/src/open-xchange/src/com/openexchange/imap/user2imap/User2IMAP.java:356: cannot find symbol
    [javac] symbol : variable User2IMAPImpl
    [javac] location: class com.openexchange.configuration.SystemConfig.Proper ty
    [javac] String classNameProp = SystemConfig.getProperty(SystemConfig.Property.Use r2IMAPImpl);
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/user2imap/User2IMAP.java:359: cannot find symbol
    [javac] symbol : variable User2IMAPImpl
    [javac] location: class com.openexchange.configuration.SystemConfig.Proper ty
    [javac] SystemConfig.Property.User2IMAPImpl.getPropertyNam e());
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/groupware/container/MailFolderObject.java:281: cannot find symbol
    [javac] symbol : method getCachedRights(com.sun.mail.imap.IMAPFolder,boole an)
    [javac] location: class com.openexchange.sessiond.SessionObject
    [javac] retval = session.getCachedRights(folder, true);
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/server/IMAPPermission.java:219: cannot find symbol
    [javac] symbol : variable IMAP_PERMISSION_ERROR
    [javac] location: class com.openexchange.tools.oxfolder.OXFolderException. FolderCode
    [javac] LOG.warn(FolderCode.IMAP_PERMISSION_ERROR.getMessa ge());
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/server/IMAPPermission.java:231: cannot find symbol
    [javac] symbol : variable IMAP_PERMISSION_ERROR
    [javac] location: class com.openexchange.tools.oxfolder.OXFolderException. FolderCode
    [javac] LOG.warn(FolderCode.IMAP_PERMISSION_ERROR.getMessa ge());
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:78: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] super(Component.MAIL, MailException.Code.IMAP_PROPERTY_ERROR.getCategory (), MailException.Code.IMAP_PROPERTY_ERROR.getNumber() ,
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:78: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] super(Component.MAIL, MailException.Code.IMAP_PROPERTY_ERROR.getCategory (), MailException.Code.IMAP_PROPERTY_ERROR.getNumber() ,
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:79: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] MailException.Code.IMAP_PROPERTY_ERROR.getMessage( ), cause);
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:88: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] super(Component.MAIL, MailException.Code.IMAP_PROPERTY_ERROR.getCategory (), MailException.Code.IMAP_PROPERTY_ERROR.getNumber() ,
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:88: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] super(Component.MAIL, MailException.Code.IMAP_PROPERTY_ERROR.getCategory (), MailException.Code.IMAP_PROPERTY_ERROR.getNumber() ,
    [javac] ^
    [javac] /usr/src/open-xchange/src/com/openexchange/imap/IMAPPropertyException.java:89: cannot find symbol
    [javac] symbol : variable IMAP_PROPERTY_ERROR
    [javac] location: class com.openexchange.mail.MailException.Code
    [javac] MailException.Code.IMAP_PROPERTY_ERROR.getMessage( ), null);
    [javac] ^
    [javac]
    /usr/src/open-xchange/src/com/openexchange/api2/MailInterfaceImpl.java:4452: cannot find symbol
    [javac] symbol : method getIMAPProperties()
    [javac] location: class com.openexchange.sessiond.SessionObject
    [javac] throw handleMessagingException(e, sessionObj.getIMAPProperties(), sessionObj.getContext());
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
    [javac] 4 warnings

    BUILD FAILED
    /usr/src/open-xchange/build.xml:114: Compile failed; see the compiler error output for details.

    Total time: 36 seconds
    Any idea what the problem may be?

    Thx, J.

  • #2
    Hi,

    I have the same problem today.

    Three days ago I installed open xchange and it worked nicely,
    is there some changes in CVS ?

    Comment

    Working...
    X