Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000075 [Oberon Platform] RMI tweak always 2012-07-09 14:42 2012-07-10 16:04
Reporter ollmurto View Status public  
Assigned To administrator
Priority normal Resolution fixed  
Status closed   Product Version 2.6 - DB build 0065
Summary 0000075: TYPO in config.sh -- oberon_core.jar
Description There is a typo in linux config.sh script, which actually does not allow the RMI server to start with the rmistart10xx.sh scripts.

This can be fixed by typing the correct filename of the oberon_core.jar in the config.sh script for the 'RMIJAR' variable, as shown below:

-bash-3.2$ grep RMIJAR config.sh
#export RMIJAR=$LIBPATH/oberon.jar
export RMIJAR=$LIBPATH/oberon_core.jar
Additional Information error message in rmi server startup:

OBERON Platform
Version: 2.6 - Build 0065
(c) Copyright 2008-2012 Mirko Solazzi. All rights reserved.
-----------------------------------------------------------
Mail Server: localhost
------------------- Opening DB Connection POOL ----------------------
Binding to the registry //localhost:1079/OberonRMI_1 .....
JRServer.main exception: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: com.oberon.ooql.rmi.JRImpl_Stub
java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
    java.lang.ClassNotFoundException: com.oberon.ooql.rmi.JRImpl_Stub
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:400)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:248)
    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    at java.security.AccessController.doPrivileged(Native Method)
...
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000141)
administrator (administrator)
2012-07-09 17:27

Yes, the problem comes if you upgrade from an older version extracting the oberon_2.6_0065_Update.zip. This file doesn't include the "config.sh" script to avoid to overwrite the user current configuration.
(0000142)
ollmurto (reporter)
2012-07-10 08:59

No, this is actually an issue with the main (full) package itself. I re-downloaded

Oberon Platform 2.6 (build 0065) [23.7 MB] - releade date: 07-Apr-2012 (*)
oberon_2.6_0065.zip

from http://www.oberonplatform.com/downloads.php [^]

If you look inside the package, config.sh is not OK:

export RMIJAR=$LIBPATH/oberon.jar

However, config.bat has the correct .jar reference:

SET RMIJAR=%LIBPATH%/oberon_core.jar
(0000143)
administrator (administrator)
2012-07-10 16:04

You are right!
Replaced the the "Oberon Platform 2.6 (build 0065)" zip file in the download area.
Thank you

- Issue History
Date Modified Username Field Change
2012-07-09 14:42 ollmurto New Issue
2012-07-09 17:27 administrator Note Added: 0000141
2012-07-09 17:27 administrator Status new => resolved
2012-07-09 17:27 administrator Fixed in Version => 2.6 build 0065
2012-07-09 17:27 administrator Resolution open => fixed
2012-07-09 17:27 administrator Assigned To => administrator
2012-07-10 08:59 ollmurto Note Added: 0000142
2012-07-10 08:59 ollmurto Status resolved => feedback
2012-07-10 08:59 ollmurto Resolution fixed => reopened
2012-07-10 16:04 administrator Note Added: 0000143
2012-07-10 16:04 administrator Status feedback => closed
2012-07-10 16:04 administrator Resolution reopened => fixed
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group