AW: [opencms-dev] prop: install version 4.1.36 on suse 7.0

Dr. Michael Schäfer Michael.Schaefer at bistum-eichstaett.de
Fri Nov 3 08:00:52 CET 2000


Hi,

I have a similiar problem as Thomas. After installation on SuSe 4.6, Apache
1.3.14 and Apache JServ 1.0 the first call to java for setting up the
database stops with a the following messages:

[CmsDbAccess] digest created, using: sun.security.provider.MD5 Message
Digest <incomplete>

[CmsRbManager] Critical error while loading resourcebroker: [CmsException]:
4 Sql exception
Detailed Error: NO MESSAGE
Caught Exception: java.sql.SQLException: Server configuration denies access
to data source

        at com.opencms.file.mySql.CmsDbPool.<init>(CmsDbPool.java:279)
        ...

I use mysql with a user who has all rights on MySql (I tried root als well).

Can anybody help?

Thanks in advance Michael

-------------------------------------
Dr. Michael Schäfer
Internet-Redaktion
Bischöfliches Ordinariat Eichstätt
85072 Eichstätt
Tel 08421/50-252
Fax 08421/50-259
Michael.Schaefer at bistum-eichstaett.de
-------------------------------------



-----Ursprüngliche Nachricht-----
Von: owner-opencms-dev at www.opencms.com
[mailto:owner-opencms-dev at www.opencms.com]Im Auftrag von Thomas Roseng
Gesendet: Donnerstag, 2. November 2000 18:41
An: opencms
Betreff: [opencms-dev] prop: install version 4.1.36 on suse 7.0


Hi

I tried to install opemcms (Version 4.1.36 ) on SUSE linux (7.0). The
test with the CmsShell works well. But the web interface dosen't work.

First I installed on the distibuted Apache Jserv 1.1 / Apache_1.3.3.
Then I got the following output:

opencms.log
[31.10.2000 23:53:59] <opencms_init> [OpenCmsServlet] logging started
[31.10.2000 23:53:59] <opencms_init> [OpenCmsServlet] Clusterurl:
[31.10.2000 23:53:59] <opencms_init> [OpenCms] creating first cms-object
[31.10.2000 23:53:59] <opencms_init> [OpenCms] initializing the main
resource-broker
[31.10.2000 23:53:59] <opencms_init> [CmsRbManager]
ressourcebroker-name: mySql
[31.10.2000 23:53:59] <opencms_init> [CmsRbManager]
ressourcebroker-classname: com.opencms.file.mySql.CmsResourceBroker
[31.10.2000 23:53:59] <opencms_init> [CmsRbManager] got rb-class
[31.10.2000 23:53:59] <opencms_init> [CmsRbManager] created rb-instance
[31.10.2000 23:53:59] <opencms_init> [CmsResourceBroker] init the
dbaccess-module.
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] init the
dbaccess-module.
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read driver from
configurations: org.gjt.mm.mysql.Driver
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read url from
configurations: jdbc:mysql://localhost:3306/opencms41
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read user from
configurations: root
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read maxConn from
configurations: 10
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read digest from
configurations: MD5
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] read guard-sleeptime
from configurations: 120
[31.10.2000 23:54:00] <opencms_init> [CmsDbAccess] digest created,
using: sun.security.provider.MD5 Message Digest <incomplete>

In mod_serv.log was nothing special.

My second try was with ApacheJserv 1.0 / Apache_1.3.3

opencms.log
[02.11.2000 18:24:18] <opencms_init> [OpenCms] read mime types
[02.11.2000 18:24:18] <opencms_init> [OpenCms] found 125 mime-type
entrys
[02.11.2000 18:24:18] <opencms_init> [OpenCms] initialize launchers...
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager] launcher
package is:com.opencms.launcher
[02.11.2000 18:24:18] <opencms_cache> [CmsTemplateCache] Initialized
successfully.
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager] OpenCms
launcher "CmsXmlLauncher" with launcher ID 3 loaded successfully.
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager] OpenCms
launcher "CmsDumpLauncher" with launcher ID 1 loaded successfully.
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager] OpenCms
launcher "CmsLinkLauncher" with launcher ID 4 loaded successfully.
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager] Unknown error
while initializing launcher "CmsPdfLauncher". Ignoring.
[02.11.2000 18:24:18] <opencms_init> [CmsLauncherManager]
java.lang.NoClassDefFoundError
[02.11.2000 18:24:18] <opencms_init> [OpenCmsServlet] initializing
session storage
[02.11.2000 18:24:18] <opencms_init> [OpenCmsServlet] initializing...
DONE

mod_jserv.out
[02/11/2000 18:23:19:676 CET] ApacheJServ/1.0 is starting...
[02/11/2000 18:23:19:677 CET] WARNING: connection authentication is
disabled
[02/11/2000 18:23:19:699 CET] Connection allowed from
localhost/127.0.0.1
[02/11/2000 18:23:19:700 CET] Listening on port 8007 accepting 50
maximum connections
[02/11/2000 18:23:19:713 CET] Creating Servlet Zones
[02/11/2000 18:23:44:452 CET] opencms/com.opencms.core.OpenCmsServlet:
init
[02/11/2000 18:24:19:488 CET] java.lang.NullPointerException
        at com.opencms.core.OpenCms.setResponse(OpenCms.java:297)
        at
com.opencms.core.OpenCmsServlet.doGet(OpenCmsServlet.java:451)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java)
        at org.apache.jserv.JServConnection.run(JServConnection.java)
        at java.lang.Thread.run(Thread.java)


What's wrong?

Can someone help me? Does someone tried to install opencms on SUSE 7.0?

Thank you in advance.

Thomas

---------------------------------------------------
Thomas Roseng                 Phone: +41 1 465 3026
Alcatel Schweiz AG
Friesenbergstrasse 75
CH-8055-Zuerich     mailto:thomas.roseng at alcatel.ch
---------------------------------------------------




More information about the opencms-dev mailing list