Subject | Re: [Firebird-Java] Hibernate and database constraints |
---|---|
Author | Christian Stengel |
Post date | 2007-09-14T17:08:13Z |
Hi,
GDS Exception. 335544351. unsuccessful metadata update TEST_ENCODINGS
CHARACTER SET WIN1250 is not installed
and one testLikeFullLength in TestFBPreparedStatement:
Should find a record.
junit.framework.AssertionFailedError: Should find a record.
at org.firebirdsql.jdbc.TestFBPreparedStatement.testLikeFullLength
(TestFBPreparedStatement.java:739)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
But the primary problem was a layer 8 problem: no permissions :).
I am away next week - so maby Ill find some time to test.
Thanks,
Christian
> Give the 777 permissions on the client-java/output directory (probablyBasically encoding errors like:
> chowning it to mydevuser:firebird and chmod-ding it with 775 would
> also
> be enough).
>
> And check the reports
> (client-java/output/reports/pure_java/html/index.html) - there's exact
> error message why it fails.
GDS Exception. 335544351. unsuccessful metadata update TEST_ENCODINGS
CHARACTER SET WIN1250 is not installed
and one testLikeFullLength in TestFBPreparedStatement:
Should find a record.
junit.framework.AssertionFailedError: Should find a record.
at org.firebirdsql.jdbc.TestFBPreparedStatement.testLikeFullLength
(TestFBPreparedStatement.java:739)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:25)
But the primary problem was a layer 8 problem: no permissions :).
I am away next week - so maby Ill find some time to test.
Thanks,
Christian