Hi Will,

All errors are: "Io exception: Socket closed"
I guess that OJB test uses more connections that are allowed by your Oracle 
configuration. 
I don't have a possibility to run OJB test against Oracle right now, hopefully 
I'll do this in one or two days and report you my results.
Meanwhile you could check the "max connections" setting in Oracle and try to 
increase it and then re-run the test, or at least tell me what this parameter 
is equal to.
One more idea (instead of increasing "max connections" parameter). There is 
"eager-release" parameter of connection. I am not sure that this helps, but 
you might try to set it to "true" in repository.xml:
<jdbc-connection-descriptor
...
    eager-release="true"
/>
Maybe this will decrease the number of simultaniously opened connections.

Regards,
 Oleg

On Tuesday 24 December 2002 12:16, Will Jaynes wrote:
> Oleg,
> Here are the *.txt files. Thanks.
> Will
>
> Oleg Nitz wrote:
>  > Hi Will,
>  >
>  > Could you give us your target/test/*.txt files, please?
>  >
>  > Regards,
>  >   Oleg
>  >
>  > On Monday 23 December 2002 13:51, Will Jaynes wrote:
>  >>When I run the junit tests on 0.9.8 against my Oracle db I get some
>  >>errors and failures. I also get some errors and failures when running
>  >>the junit tests on my CVS version of OJB. Is anyone succeeding with the
>  >>junit tests against Oracle 8.1.7? If so could you please tell me about
>  >>your configuration. Thanks.
>  >>
>  >>(I am aware of the problem with the two LONGs in the OJB_DMAP_ENTRIES
>  >>and have compensated for it by changing ojbcore-schema.xml. So the
>  >>prepare-testdb task runs successfully.)
>  >>
>  >>Here are the junit results I get for 0.9.8.
>  >>
>  >>junit-no-compile-no-prepare:
>  >>     [junit] Running org.apache.ojb.broker.AllTests
>  >>     [junit] [BOOT] INFO: OJB.properties:
>  >>file:/C:/Jakarta/jakarta-ojb-0.9.8/target/test/ojb/OJB.properties
>  >>     [junit] Tests run: 163, Failures: 0, Errors: 4, Time elapsed:
>  >>190.835 sec
>  >>     [junit] TEST org.apache.ojb.broker.AllTests FAILED
>  >>     [junit] Running org.apache.ojb.odmg.AllTests
>  >>     [junit] [BOOT] INFO: OJB.properties:
>  >>file:/C:/Jakarta/jakarta-ojb-0.9.8/target/test/ojb/OJB.properties
>  >>     [junit] Tests run: 144, Failures: 4, Errors: 30, Time elapsed:
>  >>35.962 sec
>  >>     [junit] TEST org.apache.ojb.odmg.AllTests FAILED
>  >>     [junit] Running org.apache.ojb.soda.AllTests
>  >>     [junit] [BOOT] INFO: OJB.properties:
>  >>file:/C:/Jakarta/jakarta-ojb-0.9.8/target/test/ojb/OJB.properties
>  >>     [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:
>
> 4.536 sec


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

Reply via email to