| View previous topic :: View next topic |
| Author |
Message |
Mike Slinn Guest
|
Posted: Fri Dec 09, 2005 3:22 am Post subject: com.borland.jbuilder.unittest.TestCreateException: Couldn't |
|
|
I'm using JB Enterprise 2005 on Gentoo Linux 2.6.14-gentoo-r2 on
java.vm.version 1.4.2_10-b03 and keep getting
"com.borland.jbuilder.unittest.TestCreateException: Couldn't load the
test suite class" when I attempt to run JUnit tests under the debugger.
Caused by: java.lang.ClassFormatError:
com/zamples/server/service/TestRestService (Repetitive method
name/signature)
There are no duplicate method signatures. If I simply force a recompile
enough times, it works without complaint.
I haven't seen this error reported. Is this a known problem? Is there
a fix?
Mike |
|
| Back to top |
|
 |
Paul Nichols (TeamB) Guest
|
Posted: Fri Dec 09, 2005 4:34 pm Post subject: Re: com.borland.jbuilder.unittest.TestCreateException: Could |
|
|
Mike Slinn wrote:
| Quote: | I'm using JB Enterprise 2005 on Gentoo Linux 2.6.14-gentoo-r2 on
java.vm.version 1.4.2_10-b03 and keep getting
"com.borland.jbuilder.unittest.TestCreateException: Couldn't load the
test suite class" when I attempt to run JUnit tests under the debugger.
Caused by: java.lang.ClassFormatError:
com/zamples/server/service/TestRestService (Repetitive method
name/signature)
There are no duplicate method signatures. If I simply force a recompile
enough times, it works without complaint.
I haven't seen this error reported. Is this a known problem? Is there
a fix?
Mike
Try using the default JVM and see what happens. I haven't used Gentoo, so I |
do not know if it includes some libs or does not contains some libs that
are needed. |
|
| Back to top |
|
 |
Mike Slinn Guest
|
Posted: Sat Jan 21, 2006 2:29 am Post subject: Re: com.borland.jbuilder.unittest.TestCreateException: Could |
|
|
Doesn't help. This happens so frequently, with all my test suites, that
I've had to stop using JBuilder. Anyone else encounter this problem?
Mike
Paul Nichols (TeamB) wrote:
| Quote: | Mike Slinn wrote:
I'm using JB Enterprise 2005 on Gentoo Linux 2.6.14-gentoo-r2 on
java.vm.version 1.4.2_10-b03 and keep getting
"com.borland.jbuilder.unittest.TestCreateException: Couldn't load the
test suite class" when I attempt to run JUnit tests under the debugger.
Caused by: java.lang.ClassFormatError:
com/zamples/server/service/TestRestService (Repetitive method
name/signature)
There are no duplicate method signatures. If I simply force a recompile
enough times, it works without complaint.
I haven't seen this error reported. Is this a known problem? Is there
a fix?
Mike
Try using the default JVM and see what happens. I haven't used Gentoo, so I
do not know if it includes some libs or does not contains some libs that
are needed. |
|
|
| Back to top |
|
 |
|