Warum ist das eigentlich so schwer einen Server so zu konfigurieren, dass er nicht alle paar Tage abstürzt? Diesen
Fehler habe ich glaube ich jetzt schon gefühlt zum 10ten mal gepostet….
Falls Sie Hilfe brauchen stelle ich mich als freier IT Berater gerne zur Verfügung.
500 Servlet Exception
com.openwave.paf.config.ConfigException: Key: confServHost not found in
config.db
at com.openwave.paf.config.intermail.IntermailConfig.do(Unknown Source)
at com.openwave.paf.config.intermail.IntermailConfig.try(Unknown Source)
at com.openwave.paf.config.intermail.IntermailConfig.get(Unknown Source)
at com.openwave.paf.config.Config.get(Unknown Source)
at com.openwave.paf.config.intermail.IntermailConfig.init(Unknown Source)
at com.openwave.paf.config.intermail.IntermailConfig.<init>(Unknown Source)
at com.openwave.paf.config.intermail.IntermailConfigProvider.getConfig(Unknown Source)
at com.openwave.paf.config.Config.getInstance(Unknown Source)
at com.openwave.mail.intermail.InitIntermailStore.init(Unknown Source)
at javax.servlet.GenericServlet.init(GenericServlet.java:69)
at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:599)
at com.caucho.server.dispatch.ServletManager.init(ServletManager.java:152)
at com.caucho.server.webapp.Application.start(Application.java:1697)
at com.caucho.server.deploy.Entry.startImpl(Entry.java:498)
at com.caucho.server.deploy.Entry.redeployIfModifiedImpl(Entry.java:452)
at com.caucho.server.deploy.Entry.startAutomatic(Entry.java:385)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:154)
at com.caucho.server.webapp.ApplicationContainer.start(ApplicationContainer.java:623)
at com.caucho.server.host.Host.start(Host.java:492)
at com.caucho.server.deploy.Entry.startImpl(Entry.java:498)
at com.caucho.server.deploy.Entry.redeployIfModifiedImpl(Entry.java:452)
at com.caucho.server.deploy.Entry.startAutomatic(Entry.java:385)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:154)
at com.caucho.server.host.HostContainer.start(HostContainer.java:507)
at com.caucho.server.resin.ServletServer.start(ServletServer.java:894)
at com.caucho.server.resin.ResinServer.start(ResinServer.java:466)
at com.caucho.server.resin.Resin.init(Resin.java:297)
at com.caucho.server.resin.Resin.main(Resin.java:553)