You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by James <ja...@news.utopix.ch> on 2003/12/18 08:52:01 UTC

Is it possible to run James/Phoenix on a SPARC (Linux/Debian) ?? I receive this exception : java.lang.AbstractMethodError: org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose

Hello,

I am trying to install James on a SUNBLADE-100 (Sparc64 Architecture) 
running Linux Debian Woody...

when Phoenix starts, I receive this exception

--------------------------------------------------------------------------------

Using PHOENIX_HOME:   /root/james-2.1.3
Using PHOENIX_TMPDIR: /root/james-2.1.3/temp
Using JAVA_HOME:      /usr/local/j2sdk1.3.0
Running Phoenix:

Phoenix 4.0.1

There was an uncaught exception:
---------------------------------------------------------
--- Message ---
org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose
--- Stack Trace ---
java.lang.AbstractMethodError: 
org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose
        at 
org.apache.avalon.framework.container.ContainerUtil.start(ContainerUtil.java:251)
        at 
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.setupComponent(DefaultEmbeddor.java:532)
        at 
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.setupComponents(DefaultEmbeddor.java:507)
        at 
org.apache.avalon.phoenix.components.embeddor.DefaultEmbeddor.initialize(DefaultEmbeddor.java:200)
        at 
org.apache.avalon.framework.container.ContainerUtil.initialize(ContainerUtil.java:235)
        at 
org.apache.avalon.phoenix.frontends.CLIMain.startup(CLIMain.java:194)
        at 
org.apache.avalon.phoenix.frontends.CLIMain.execute(CLIMain.java:122)
        at 
org.apache.avalon.phoenix.frontends.CLIMain.main(CLIMain.java:102)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.apache.avalon.phoenix.launcher.Main.startup(Main.java:94)
        at org.apache.avalon.phoenix.launcher.Main.main(Main.java:46)


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


RE: Is it possible to run James/Phoenix on a SPARC (Linux/Debian) ?? I receive this exception : java.lang.AbstractMethodError: org/apache/avalon/phoenix/components/manager/AbstractSystemManager.dispose

Posted by "Noel J. Bergman" <no...@devtech.com>.
> Using JAVA_HOME:      /usr/local/j2sdk1.3.0

If I recall correctly, this is a known problem wit Sun JDK 1.3.  The
solution is to upgrade the JVM.  IBM 1.3.1 and Sun 1.4.0+ both work.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org