Datum: 29. Oktober 2012 07:47:06 MEZ
Betreff: Problem Deployment on Cent OS 5
Hi,
We tried to install WebObjects on a Cent OS 5.7 root server (64 bit) at a provider with Java 1.5.x.
We did use WOinstaller and the how to in the wiki but the Apps will not run.
This is the (as I believe) relevant part of the stacktrace:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.webobjects._bootstrap.WOBootstrap.main(WOBootstrap.java:71)
Caused by: java.lang.AbstractMethodError: com.webobjects.foundation._NSWeakMutableArray.addReference(Ljava/lang/Object;)V
at com.webobjects.foundation.NSNotificationCenter.addObserver(NSNotificationCenter.java:230)
at er.extensions.appserver.ERXApplication$Loader.<init>(ERXApplication.java:527)
at er.extensions.appserver.ERXApplication.setup(ERXApplication.java:906)
at er.extensions.appserver.ERXApplication.main(ERXApplication.java:782)
at Application.main(Application.java:26)
Has anyone seen this kind of error before and can give some advice? Can 64 bit be the problem?
Regards,
Ute