Hi,
When I start the server it does create some information in the database
- I have tried to delete everything in the database but the result is
the same.
For testing I use the slide 1.0.12 server where I use the default
domain.xml - the only thing that I have changed is the ODBC references.
Is this correct? Or do I have to change some other settings?
Jacob
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: 10. august 2001 19:08
To: [EMAIL PROTECTED]
Subject: Re: Connection to ms sql 7.0
> Hi Dirk
>
> Now i connect fine, but now I get the following:
>
> Starting service Tomcat-Standalone
> Apache Tomcat/4.0-b7-dev
> org.apache.slide.structure.ObjectNotFoundException: No object found at
> /actions
> at
> slidestore.reference.JDBCDescriptorsStore.retrieveObject(JDBCDescript
> orsStore.java:571)
> at
> org.apache.slide.store.StandardStore.retrieveObject(StandardStore.jav
> a:169)
> at
> org.apache.slide.common.NamespaceConfig.getActionNode(NamespaceConfig
> .java:1031)
> at
> org.apache.slide.common.NamespaceConfig.initializeNamespaceConfig(Nam
> espaceConfig.java:589)
> at
> org.apache.slide.common.Namespace.loadConfiguration(Namespace.java:77
> 3)
> at
org.apache.slide.common.Domain.initNamespace(Domain.java:705)
> at org.apache.slide.common.Domain.init(Domain.java:361)
> at org.apache.slide.common.Domain.init(Domain.java:311)
> at org.apache.slide.common.Domain.init(Domain.java:274)
> at wrappers.catalina.SlideHost.start(SlideHost.java:148)
>
> Do I need to configure my slide users in the database?
Although this shouldn't happen anymore with 1.0.11 and 1.0.12, maybe the
DB was left in an inconsistent state (because of the errors which
happened before), and failed to be initialized correctly the next time
around. Did you check to see if the DB was empty (if it's not, the best
would be to reset it) ?
BTW, the original result set bug was a weird one ...
Remy