Announcement

Collapse
No announcement yet.

Gui Installation Issues

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

  • Gui Installation Issues

    First attempt installing the GUI I received:

    Buildfile: build.xml

    css:
    [xslt] Processing /root/ox/open-xchange-gui/style.xml to /root/ox/open-xchange-gui/build/border.css
    [xslt] Loading stylesheet /root/ox/open-xchange-gui/css.xsl

    BUILD FAILED
    /root/ox/open-xchange-gui/build.xml:57: javax.xml.transform.TransformerFactoryConfiguratio nError: Provider net.sf.saxon.TransformerFactoryImpl not found

    I tried rerunning it with the other command:

    ant -Dlib.dir=/opt/open-xchange/lib/ -lib /opt/open-xchange/lib deploy

    Buildfile: build.xml

    css:
    [xslt] Processing /tmp/open-xchange-gui/style.xml to /tmp/open-xchange-gui/build/border.css
    [xslt] Loading stylesheet /tmp/open-xchange-gui/css.xsl
    [xslt] : Warning! Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
    [copy] Copying 1 file to /tmp/open-xchange-gui

    html:

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/index.xml to /tmp/open-xchange-gui/index.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/ox.xml to /tmp/open-xchange-gui/ox.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/tasks/newTask.xml to /tmp/open-xchange-gui/newTask.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/calendar/newAppointment.xml to /tmp/open-xchange-gui/newAppointment.ht
    ml
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/contacts/newContact.xml to /tmp/open-xchange-gui/newContact.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/contacts/newDistributionList.xml to /tmp/open-xchange-gui/newDistribut
    ionList.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/newMail.xml to /tmp/open-xchange-gui/newMail.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/detailMail.xml to /tmp/open-xchange-gui/detailMail.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/mail/mailcheck_window.xml to /tmp/open-xchange-gui/mailcheck_window.ht
    ml
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [dependset] Warning: acceptdeny.xml modified in the future.
    [xslt] Processing /tmp/open-xchange-gui/html/tasks/newTask.xml to /tmp/open-xchange-gui/newTask.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/infostore/newInfoItemHidden.xml to /tmp/open-xchange-gui/newInfoItemHi
    dden.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [dependset] Warning: acceptdeny.xml modified in the future.
    [xslt] Processing /tmp/open-xchange-gui/html/infostore/newInfoItemHidden.xml to /tmp/open-xchange-gui/newInfoItemHi
    dden.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/infostore/newInfoItemMain.xml to /tmp/open-xchange-gui/newInfoItemMain
    .html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl

    build page:
    [xslt] Processing /tmp/open-xchange-gui/html/popupContent.xml to /tmp/open-xchange-gui/popupContent.html
    [xslt] Loading stylesheet /tmp/open-xchange-gui/build.xsl
    [replace] Replaced 1 occurrences in 1 files.

    lang:

    BUILD FAILED
    /tmp/open-xchange-gui/build.xml:190: Execute failed: java.io.IOException: Cannot run program "msgcat": java.io.IOExcepti
    on: error=2, No such file or directory

    And still no luck, Any ideas?

  • #2
    Looks like you don't have the gnu gettext programs installed on your system. That's for the i18n stuff.

    Comment

    Working...
    X