Urgent help needed after update to 5.5.1

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

tinti
Posts: 2
Joined: Thu Sep 04, 2008 11:11 am

Urgent help needed after update to 5.5.1

Post by tinti »

Hi,

since update from 5.5.0 to 5.5.1 this Morning my server could no longer start, error message when starting httpd:

-bash-3.00$ bin/httpd.sh
Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT)
Copyright(c) 1998-2006 Caucho Technology. All rights reserved.

Using Resin(R) Open Source under the GNU Public License (GPL).

See http://www.caucho.com for information on Resin Professional,
including caching, clustering, JNI acceleration, and OpenSSL integration.

Starting Resin on Thu, 04 Sep 2008 12:10:54 +0200 (CEST)

java.io.FileNotFoundException: /home/openemm/conf/resin.conf (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at com.caucho.vfs.FilePath.openReadImpl(FilePath.java:377)
at com.caucho.vfs.Path.openRead(Path.java:788)
at com.caucho.config.Config.parseDocument(Config.java:325)
at com.caucho.config.Config.configure(Config.java:167)
at com.caucho.server.resin.Resin.init(Resin.java)
at com.caucho.server.resin.Resin.main(Resin.java:624)

Where can I find a sample resin.conf?

Many thanks for help.
tinti
Posts: 2
Joined: Thu Sep 04, 2008 11:11 am

Post by tinti »

I think I found a solution by copying over the file conf/core.conf to conf/resin.conf

Maybe someone getting the same error would also try this.
maschoff
Site Admin
Posts: 2608
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

separate Resin installation

Post by maschoff »

You seem to use a separate Resin version with OpenEMM and not the one provided with OpenEMM, because the "internal" Resin (triggered by script core.sh) uses file core.conf, not resin.conf. OpenEMM.sh starts core.sh, and core.sh starts httpd.sh (Resin) with configuration file core.conf.
OpenEMM Maintainer
Post Reply