Hi Jon:
The installer is designed to install it's own copy of tomcat. Obviously you'll need Java installed. I would try out installing with the default settings first ( this will run against the derby DB ). If that works, then move on to installing against oracle. You will need to know where your oracle jdbc driver jar is located. You will also need to create an empty schema in oracle and know a username/password combo which has read/write/createtable privs against that schema.
-C-


On Dec 12, 2005, at 7:15 AM, Jonathan Hawkins wrote:

I'm trying to perform a clean install using the multi db installer. System as follows :-

Windows XP Prof
J2sdk1.4.2-06
Tomcat 5.0.30
Oracle 9i Database

First problem is that the installer reports an error installing because of invalid month in INSERT INTO prefs statement.

Second problem which stops Tomcat from loading is

SEVERE: Error deploying configuration descriptor manager.xml
java.lang.NoSuchMethodError: org.apache.naming.NamingContextBindingsEnumeration.
<init>(Ljava/util/Iterator;)V
at org.apache.naming.resources.FileDirContext.listBindings (FileDirContex
t.java:337)
at org.apache.naming.resources.ProxyDirContext.listBindings (ProxyDirCont
ext.java:515)
at org.apache.catalina.util.ExtensionValidator.validateApplication(Exten
sionValidator.java:178)
at org.apache.catalina.core.StandardContext.start (StandardContext.java:3
998)
at org.apache.catalina.core.ContainerBase.addChildInternal (ContainerBase
.java:759)
at org.apache.catalina.core.ContainerBase.addChild (ContainerBase.java:73
9)
at org.apache.catalina.core.StandardHost.addChild (StandardHost.java:524) at org.apache.catalina.startup.HostConfig.deployDescriptor (HostConfig.ja
va:603)
at org.apache.catalina.startup.HostConfig.deployDescriptors (HostConfig.j
ava:535)
at org.apache.catalina.startup.HostConfig.deployApps (HostConfig.java:470
)
at org.apache.catalina.startup.HostConfig.check (HostConfig.java:1181) at org.apache.catalina.startup.HostConfig.lifecycleEvent (HostConfig.java
:292)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycl
eSupport.java:119)
at org.apache.catalina.core.ContainerBase.backgroundProcess (ContainerBas
e.java:1304)
at org.apache.catalina.core.ContainerBase $ContainerBackgroundProcessor.p
rocessChildren(ContainerBase.java:1568)
at org.apache.catalina.core.ContainerBase $ContainerBackgroundProcessor.p
rocessChildren(ContainerBase.java:1577)
at org.apache.catalina.core.ContainerBase $ContainerBackgroundProcessor.r
un(ContainerBase.java:1557)
       at java.lang.Thread.run(Thread.java:534)


Installed procedure as follows :-

Create Oracle User
Extract clean Tomcat from jakarta-tomcat5.0.30.zip
Copy ojdbc14.jar into tomcatzcommon\lib
Run J2 Installer

naming-common.jar exists within tomcat lib directory.

Any assistance greatly appreciated.

Thanks

Jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to