You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "KIND,LANCE (HP-FtCollins,ex1)" <la...@hp.com> on 2001/06/30 01:37:49 UTC

TEST-test.encoding.PackageTests.xml are failing

NoSuchMethodError => some type of runtime binding attempted on a method
name.
 
java.lang.NoSuchMethodError

	at org.apache.axis.utils.Admin.list(Admin.java:379)

	at org.apache.axis.utils.Admin.listConfig(Admin.java:334)

	at org.apache.axis.AxisEngine.saveConfiguration(AxisEngine.java:210)

	at org.apache.axis.utils.Admin.processEngineConfig(Admin.java:165)

	at org.apache.axis.AxisEngine.readConfiguration(AxisEngine.java:190)

	at org.apache.axis.AxisEngine.init(AxisEngine.java:151)

	at org.apache.axis.AxisEngine.<init>(AxisEngine.java:122)

	at org.apache.axis.server.AxisServer.<init>(AxisServer.java:79)

	at test.encoding.TestDeser.deserialize(TestDeser.java:68)

	at test.encoding.TestDeser.testString(TestDeser.java:88)


 
Sorry, I don't know the details any further than that.  Code probably got
checked in that had an old class lying around on the classpath.  
 
 
==>Lancer--- 
    

Re: TEST-test.encoding.PackageTests.xml are failing

Posted by Glen Daniels <gd...@macromedia.com>.
Hi Lance!

Hm - line 379 in the current Admin.java is this:

      root.appendChild( doc.importNode(elem,true) );

Seems kind of odd - maybe there's an XML parser / classpath issue on your machine?

The current CVS builds and passes all the tests on both my home and work machines.  I haven't actually tested frying my entire source tree and re-checking out from CVS... I don't see anything obviously extraneous in there, though.

I'll pull a fresh copy down tomorrow and build it just to make sure.

--Glen
  ----- Original Message ----- 
  From: KIND,LANCE (HP-FtCollins,ex1) 
  To: Axis (E-mail) 
  Sent: Friday, June 29, 2001 7:37 PM
  Subject: TEST-test.encoding.PackageTests.xml are failing


  NoSuchMethodError => some type of runtime binding attempted on a method name.

java.lang.NoSuchMethodError
	at org.apache.axis.utils.Admin.list(Admin.java:379)
	at org.apache.axis.utils.Admin.listConfig(Admin.java:334)
	at org.apache.axis.AxisEngine.saveConfiguration(AxisEngine.java:210)
	at org.apache.axis.utils.Admin.processEngineConfig(Admin.java:165)
	at org.apache.axis.AxisEngine.readConfiguration(AxisEngine.java:190)
	at org.apache.axis.AxisEngine.init(AxisEngine.java:151)
	at org.apache.axis.AxisEngine.<init>(AxisEngine.java:122)
	at org.apache.axis.server.AxisServer.<init>(AxisServer.java:79)
	at test.encoding.TestDeser.deserialize(TestDeser.java:68)
	at test.encoding.TestDeser.testString(TestDeser.java:88)


  Sorry, I don't know the details any further than that.  Code probably got checked in that had an old class lying around on the classpath.  


  ==>Lancer---