You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Charles Benett <ch...@benett1.demon.co.uk> on 2001/03/17 15:15:47 UTC

Weird error - recent change?

Hi,

Just built James from CVS, but when I ran it it produced:

charles@benett1 bin]$ ./run.sh 

Phoenix 3.1a1-dev
Error: java.lang.VerifyError: (class:
org/apache/phoenix/engine/facilitys/DefaultThreadManager, method:
configure signature: (Lorg/apache/avalon/configuration/Configuration;)V)
Incompatible object argument for function call
	at
org.apache.phoenix.engine.DefaultServerApplication.createComponents(DefaultServerApplication.java:203)
	at
org.apache.phoenix.engine.DefaultServerApplication.init(DefaultServerApplication.java:111)
	at
org.apache.avalon.atlantis.AbstractKernel.initializeEntry(AbstractKernel.java:146)
	at
org.apache.avalon.atlantis.AbstractKernel.getApplication(AbstractKernel.java:125)
	at
org.apache.phoenix.engine.DefaultSarDeployer.deployFromDirectory(DefaultSarDeployer.java:215)
	at
org.apache.phoenix.engine.DefaultSarDeployer.deployFromFile(DefaultSarDeployer.java:81)
	at
org.apache.avalon.camelot.AbstractDeployer.deploy(AbstractDeployer.java:47)


But DefaultServerApplication.java:203 is 
       m_threadManager = new DefaultThreadManager();
 so why is the configure() method showing an error?
 And I can't see what's wrong with the configure method, either.

Any ideas, avalonies?

Charles

PS Why is there a package called org.apache.phoenix.engine.facilitys
rather than facilities?
C :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: Weird error - recent change?

Posted by Charles Benett <Ch...@benett1.demon.co.uk>.
Thanks
C

Peter Donald wrote:
> 
> At 02:15  17/3/01 +0000, Charles Benett wrote:
> >Hi,
> >
> >Just built James from CVS, but when I ran it it produced:
> 
> Maybe fixed - I just updated all the jars (phoenix-* and avalonapi.jar) and
> it seemed to work. It is at times like these I wish that CJAN was already
> done ;)
> 
> Cheers,
> 
> Pete
> 
> *-----------------------------------------------------*
> | "Faced with the choice between changing one's mind, |
> | and proving that there is no need to do so - almost |
> | everyone gets busy on the proof."                   |
> |              - John Kenneth Galbraith               |
> *-----------------------------------------------------*
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: avalon-dev-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org


Re: Weird error - recent change?

Posted by Peter Donald <do...@apache.org>.
At 02:15  17/3/01 +0000, Charles Benett wrote:
>Hi,
>
>Just built James from CVS, but when I ran it it produced:

Maybe fixed - I just updated all the jars (phoenix-* and avalonapi.jar) and
it seemed to work. It is at times like these I wish that CJAN was already
done ;)

Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*


---------------------------------------------------------------------
To unsubscribe, e-mail: avalon-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: avalon-dev-help@jakarta.apache.org