Hi,
I have a problem with installation of OX Community Edition on RHEL5 fresh installation.
I read the Wiki install and I have a error logs when I launch :
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain mydomain
/var/log/open-xchange/open-xchange-admin.log.0
Thanks for advance for your answers.
BN
I have a problem with installation of OX Community Edition on RHEL5 fresh installation.
I read the Wiki install and I have a error logs when I launch :
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=secret --admin-pass=secret --maildomain mydomain
/var/log/open-xchange/open-xchange-admin.log.0
Code:
8 avr. 2008 09:35:12 com.openexchange.admin.daemons.Activator start INFO: Starting Admindaemon... 8 avr. 2008 09:35:12 com.openexchange.admin.tools.AdminCache initOXProccess INFO: OX init starting... 8 avr. 2008 09:35:12 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService <init> GRAVE: Could not create sender to [127.0.0.1:57462] -- Socket is null, cannot connect to 127.0.0.1:57462 8 avr. 2008 09:35:12 org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheManager <init> GRAVE: Failure, lateral instance will use zombie service java.io.IOException: Socket is null, cannot connect to 127.0.0.1:57462 at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender.init(LateralTCPSender.java:141) at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPSender.<init>(LateralTCPSender.java:111) at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPService.<init>(LateralTCPService.java:72) at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheManager.<init>(LateralTCPCacheManager.java:167) at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheManager.getInstance(LateralTCPCacheManager.java:108) at org.apache.jcs.auxiliary.lateral.socket.tcp.LateralTCPCacheFactory.createCache(LateralTCPCacheFactory.java:84) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseAuxiliary(CompositeCacheConfigurator.java:554) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:346) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegion(CompositeCacheConfigurator.java:267) at org.apache.jcs.engine.control.CompositeCacheConfigurator.parseRegions(CompositeCacheConfigurator.java:244) at org.apache.jcs.engine.control.CompositeCacheConfigurator.doConfigure(CompositeCacheConfigurator.java:139) at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:314) at org.apache.jcs.engine.control.CompositeCacheManager.configure(CompositeCacheManager.java:258) at com.openexchange.cache.Configuration.configure(Configuration.java:122) at com.openexchange.cache.Configuration.load(Configuration.java:99) at com.openexchange.admin.tools.OXRunner.init(OXRunner.java:94) at com.openexchange.admin.tools.AdminCache.initOXProccess(AdminCache.java:460) at com.openexchange.admin.tools.AdminCache.initCache(AdminCache.java:142) at com.openexchange.admin.daemons.AdminDaemon.initCache(AdminDaemon.java:140) at com.openexchange.admin.daemons.Activator.start(Activator.java:89) at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:991) at java.security.AccessController.doPrivileged(Native Method) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:985) at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:966) at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256) at org.eclipse.core.runtime.adaptor.EclipseStarter.startBundles(EclipseStarter.java:1094) at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:657) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:305) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173) at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:150) 8 avr. 2008 09:35:13 com.openexchange.admin.tools.AdminCache initOXProccess INFO: ...OX init done! ... 8 avr. 2008 09:35:18 com.openexchange.admin.storage.mysqlStorage.OXContextMySQLStorage create INFO: Context 1 created! 8 avr. 2008 09:35:18 com.openexchange.admin.storage.mysqlStorage.OXUserMySQLStorage create INFO: User 3 created! 8 avr. 2008 09:35:18 com.openexchange.admin.rmi.impl.OXUser create GRAVE: unable to create directory: /home/postmaster 8 avr. 2008 09:35:18 com.openexchange.admin.rmi.impl.OXUser create GRAVE: /bin/chown exited abnormally 8 avr. 2008 09:35:18 com.openexchange.admin.rmi.impl.OXUser create GRAVE: /bin/chown: `postmaster:': ne peut obtenir le groupe d'établissement de session à partir du UID numérique 8 avr. 2008 09:35:18 com.openexchange.admin.rmi.impl.OXUser create GRAVE: Unable to chown homedirectory: /home/postmaster 8 avr. 2008 09:35:19 com.openexchange.admin.rmi.impl.OXLicenseImpl getCreds GRAVE: java.io.FileNotFoundException: /etc/apt/sources.list (No such file or directory) com.openexchange.admin.rmi.exceptions.OXAptHandlerException: java.io.FileNotFoundException: /etc/apt/sources.list (No such file or directory) at com.openexchange.admin.rmi.impl.AptHandler.getSource(AptHandler.java:304) at com.openexchange.admin.rmi.impl.OXLicenseImpl.getCreds(OXLicenseImpl.java:504) at com.openexchange.admin.tools.EvaluationModeManager.getLdbCredentials(EvaluationModeManager.java:317) at com.openexchange.admin.tools.EvaluationModeManager.hasValidLicenseByContextCredentials(EvaluationModeManager.java:344) at com.openexchange.admin.tools.EvaluationModeManager.hasValidLicenseByContextCredentials(EvaluationModeManager.java:425) at com.openexchange.admin.rmi.impl.OXMailLicenseImpl.writeConfig(OXMailLicenseImpl.java:84) at com.openexchange.admin.rmi.impl.OXMailServerImpl.writeConfig(OXMailServerImpl.java:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294) at sun.rmi.transport.Transport$1.run(Transport.java:153) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:149) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707) at java.lang.Thread.run(Thread.java:595) 8 avr. 2008 09:35:19 com.openexchange.admin.rmi.impl.OXMailLicenseImpl writeConfig INFO: no valid license found
BN