You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by David Sean Taylor <da...@bluesunrise.com> on 2004/09/27 19:07:12 UTC

OJB.properties not found

I just did a clean checkout.
Build went fine.
I then startup with Tomcat 4,
  and Im now getting a very special Monday morning surprise. Anyone else 
seeing this:

[BOOT] WARN: Could not load properties file 'OJB.properties'. Using 
default settings!

...\catalina\bin\OJB.properties (The system cannot find the fi
le specified)
java.io.FileNotFoundException:

...\catalina\bin\OJB.properties
  (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at 
sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection
.java:69)
         at 
sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLCon
nection.java:156)
         at java.net.URL.openStream(URL.java:913)
         at 
org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractIm
pl.load(ConfigurationAbstractImpl.java:429)
         at 
org.apache.ojb.broker.util.configuration.impl.OjbConfiguration.load(O
jbConfiguration.java:270)
         at 
org.apache.ojb.broker.util.configuration.impl.ConfigurationAbstractIm
pl.<init>(ConfigurationAbstractImpl.java:66)
         at 
org.apache.ojb.broker.util.configuration.impl.OjbConfiguration.<init>
(OjbConfiguration.java:107)
         at 
org.apache.ojb.broker.util.configuration.impl.OjbConfigurator.<init>(
OjbConfigurator.java:55)
         at 
org.apache.ojb.broker.util.configuration.impl.OjbConfigurator.<clinit
 >(OjbConfigurator.java:41)
         at 
org.apache.ojb.broker.core.PersistenceBrokerFactoryFactory.init(Persi
stenceBrokerFactoryFactory.java:52)
         at 
org.apache.ojb.broker.core.PersistenceBrokerFactoryFactory.<clinit>(P
ersistenceBrokerFactoryFactory.java:36)
         at 
org.apache.ojb.broker.PersistenceBrokerFactory.createPersistenceBroke
r(PersistenceBrokerFactory.java:86)
         at 
org.apache.jetspeed.components.persistence.store.ojb.pb.PBStore.<init
 >(PBStore.java:84)
         at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

         at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
         at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:6
6)
         at 
org.springframework.beans.factory.support.AbstractAutowireCapableBean


-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773 4646
[mobile] +01 707 529 9194


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org