Hi!
I just installed OX6 on my vserver (Debian Lenny, followed the OX-Ubuntu-Hardy-Howto), and it seemingly worked just fine. OX has its own VirtualHost and apparently runs just fine. There's only one error in /var/log/open-xchange/open-xchange-console.log:
but that file has been altered during installation process last time, and as far as I can tell Java runs just fine (restarted /etc/init.d/open-xchange-*):
When I fire up Firefox and enter the login page I get a nice login screen, and when using the oxadmin credentials it starts logging in, but then I get an error window / box saying "404 - File not found"
In the error log file I get this:
And yes, this file does not exist (I was really surprised :-D )
In the access los i found this:
Looks like /var/www/ox6/ajax as a missing directory.
Installed packages:
Any ideas what I am missing?
Thanks in advance for your kind help!
I just installed OX6 on my vserver (Debian Lenny, followed the OX-Ubuntu-Hardy-Howto), and it seemingly worked just fine. OX has its own VirtualHost and apparently runs just fine. There's only one error in /var/log/open-xchange/open-xchange-console.log:
Code:
Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine.
Code:
host:~# ps axww | grep java 15463 ? Sl 0:06 /usr/bin/java -Xms100m -Xmx100m -XX:+UseConcMarkSweepGC -XX:NewSize=50m -XX:MaxNewSize=50m -XX:SurvivorRatio=6 -Dopenexchange.propdir=/opt/open-xchange/etc/admindaemon -Dconfigdir=/opt/open-xchange/etc/admindaemon -Djava.util.logging.config.file=/opt/open-xchange/etc/admindaemon/file-logging.properties -Duser.timezone=GMT -Dlibdir=/opt/open-xchange/bundles/com.openexchange.common/lib -jar /opt/open-xchange/bundles/org.eclipse.osgi_3.3.0.v20070530.jar -configuration file:/opt/open-xchange/etc/admindaemon/osgi/
In the error log file I get this:
Code:
[Wed Dec 17 08:29:05 2008] [error] [client xxx.xxx.xxx.x] File does not exist: /var/www/ox6/ajax, referer: https://ox.example.com/ox.html
In the access los i found this:
Code:
xxx.xxx.xxx.x - - [17/Dec/2008:08:40:05 +0100] "GET /ajax/login?action=autologin HTTP/1.1" 404 183 "https://ox.example.com/ox.html" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111318 Ubuntu/8.10 (intrepid) Firefox/3.0.4"
Installed packages:
Code:
ii open-xchange 6.6.0-19 Open-Xchange server scripts and configuration ii open-xchange-admin 6.6.0-12 Open Xchange Admin Daemon containing commandl ii open-xchange-admin-client 6.6.0-12 The Open Xchange Admin Daemon RMI client libr ii open-xchange-admin-doc 6.6.0-12 Documentation for the Open Xchange RMI client ii open-xchange-admin-plugin-hosting 6.6.0-12 Open Xchange Admin Hosting Plugin ii open-xchange-admin-plugin-hosting-doc 6.6.0-12 Documentation for the Open Xchange RMI client ii open-xchange-authentication-database 6.6.0-13 The Open-Xchange Database Authentication ii open-xchange-cache 6.6.0-13 The Open-Xchange Server Caching Bundle ii open-xchange-charset 6.6.0-13 charset bundle ii open-xchange-common 6.6.0-12 jar files and OSGi bundles commonly used by a ii open-xchange-commons-logging-log4j 6.6.0-5 Fragment for commons logging for adding depen ii open-xchange-configjump-generic 6.6.0-13 The Open-Xchange generic ConfigJump ii open-xchange-configread 6.6.0-13 The Open-Xchange Server Config Bundle ii open-xchange-control 6.6.0-13 The Open-Xchange Server Control Bundle ii open-xchange-data-conversion-ical4j 6.6.0-14 The Open-Xchange data conversion iCal4j imple ii open-xchange-global 6.6.0-13 global bundle ii open-xchange-group-managerequest 6.6.0-13 The Open-Xchange Server Group Management Requ ii open-xchange-gui 6.6.0-18 Package containing the AJAX gui ii open-xchange-i18n 6.6.0-13 The Open-Xchange i18n Bundle ii open-xchange-imap 6.6.0-13 The Open-Xchange Server IMAP Bundle ii open-xchange-jcharset 1.3.0-34 jcharset bundle ii open-xchange-log4j 6.6.0-5 log4j library bundle and xml configuration fi ii open-xchange-mailfilter 6.6.0-13 Open Xchange Mailfilter Plugin ii open-xchange-management 6.6.0-13 The Open-Xchange Management Bundle ii open-xchange-monitoring 6.6.0-13 The Open-Xchange Monitoring Bundle ii open-xchange-online-help-he-de 6.6.0-7 Package containing german OX online help ii open-xchange-passwordchange-database 6.6.0-11 The Open-Xchange Password Change Database Bun ii open-xchange-passwordchange-servlet 6.6.0-11 The Open-Xchange Password Change Servlet ii open-xchange-push-udp 6.6.0-13 The Open-Xchange Server Push UDP Bundle ii open-xchange-resource-managerequest 6.6.0-13 The Open-Xchange Server Resource Manage Reque ii open-xchange-server 6.6.0-19 The Open-Xchange Server Bundle ii open-xchange-sessiond 6.6.0-13 The Open-Xchange Server Session Daemon ii open-xchange-settings-extensions 6.6.0-13 The Open-Xchange Settings Extensions ii open-xchange-smtp 6.6.0-13 The Open-Xchange Server SMTP Bundle ii open-xchange-spamhandler-default 6.6.0-12 The Open-Xchange Default Spam Handler
Thanks in advance for your kind help!
Comment