On Sun, Apr 13, 2008 at 4:47 PM, Bryan Pendleton <[EMAIL PROTECTED]>
wrote:

> specialCollation(org.apache.derbyTesting.functionTests.tests.lang.TableFunctionTest)java.sql.SQLException:
> > The exception 'java.lang.ClassNotFoundException: ERROR XBM0U: No class was
> > registered for identifier 495.' was thrown while evaluating an expression.
> >
>
>  Is this normal? Shouldn't all tests pass without errors?
> >
>
> Yes, all tests should pass without errors.
>
> I think the TableFunctionTest is new, and there have been some issues
> logged
> about getting it to run in various environments, so you may have found
> another
> such problem.
>
> I can see three possibilities:
>  - there's something about your DERBY-3574 patch that is causing the
> problem, or
>  - the patch is unrelated, and this problem simply shows up in your
> environment.
>  - the test fails intermittently, and you are the first to notice it.
>
> Can you:
>  - back our your patch so you have a clean codeline (svn stat shows no
> changes)
>  - re-run the tests
>
> If the test fails again, it might be something about your environment
> which is
> provoking this test to fail.
>
> If the test passes on a clean codeline, but fails with your patch applied,
> it might be something about your patch.
>
> If the test passes sometimes and fails sometimes, and the pattern doesn't
> seem
> to have to do with your patch, we'd have to do more work to try to figure
> out
> what's causing the failure.
>
> thanks,
>
> bryan
>
>
Reverted all my changes (deleted the files that were marked as modified in
svn stat and then ran svn update), did the whole:
ant
ant testing
ant buildjars

Tried the same test only to find the very same error after a couple of
hours. Could it somehow be that I'm running the tests with Java 1.4? I'm
gonna give it a try with 1.6 in the meanwhile anyway...

If anyone has an idea, please let me know.

I'll leave here some of my environment variables that might be useful:

[EMAIL PROTECTED]:~/Desktop/DerbyBuild/derbyTestResults$ echo $CLASSPATH
/home/tiago/Desktop/DerbyBuild/derby/jars/sane/derbyrun.jar:/home/tiago/Desktop/DerbyBuild/derby/jars/sane/derbyTesting.jar:/home/tiago/Desktop/DerbyBuild/derby/jars/sane/jakarta-oro-2.0.8.jar:/home/tiago/Desktop/DerbyBuild/derby/jars/sane/junit.jar

[EMAIL PROTECTED]:~/Desktop/DerbyBuild/derbyTestResults$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/tiago/Desktop/DerbyBuild/apache-ant-1.7.0/bin

[EMAIL PROTECTED]:~/Desktop/DerbyBuild/derbyTestResults$ echo $ANT_HOME
/home/tiago/Desktop/DerbyBuild/apache-ant-1.7.0

[EMAIL PROTECTED]:~/Desktop/DerbyBuild/derbyTestResults$ echo $JAVA_HOME
/usr/lib/jvm/java-6-sun-1.6.0.03

Reply via email to