IncompatableClassChangeError

"Jill Reynolds" <[email protected]> Wed, 8 May 2002 12:25:32 +0100
Newsgroups gmane.comp.corba.openorb.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.

------=_NextPart_000_1027_01C1F68B.727805C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Hi,

 I'm getting the following error when I try to run the Notification Service

java.lang.IncompatibleClassChangeError: class
org.omg.CosNaming._NamingContextStub does not implement interface
org.omg.CosNaming.NamingContextOperations
        at org.openorb.notify.Service.getNamingContext(Service.java:941)
        at
org.openorb.notify.Service.bindIntoNamingService(Service.java:135)
        at org.openorb.notify.Server.main(Server.java:115)


I've attached the batch file I use to start the Notification Service.

Is this a known problem? Any ideas on how to solve it?

Regards,

Jill Reynolds



------=_NextPart_000_1027_01C1F68B.727805C0
Content-Type: application/octet-stream;
	name="runNotificationService"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="runNotificationService"

rem set OPENORB_ROOT
set OPENORB_ROOT=3DC:\OpenOrb


rem include the NotificationService jar
set =
NOTIFICATION_JARS=3D%OPENORB_ROOT%\NotificationService\dist\openorb_notif=
y_examples-1.3.0.jar
set =
NOTIFICATION_JARS=3D%OPENORB_ROOT%\NotificationService\dist\openorb_notif=
y_plugin-1.3.0.jar;%NOTIFICATION_JARS%
set =
NOTIFICATION_JARS=3D%OPENORB_ROOT%\NotificationService\dist\openorb_notif=
y_test-1.3.0.jar;%NOTIFICATION_JARS%
set =
NOTIFICATION_JARS=3D%OPENORB_ROOT%\NotificationService\dist\openorb_notif=
y-1.3.0.jar;%NOTIFICATION_JARS%

rem include the PersistentStateService jar
set =
PSS_JAR=3D%OPENORB_ROOT%\PersistentStateService\dist\openorb_pss-1.3.0.ja=
r

rem include the TransactionService jar
set =
TRANSACTION_JAR=3D%OPENORB_ROOT%\TransactionService\dist\openorb_ots-1.3.=
0.jar

rem include the EvaluatorUtility jar
set =
EVAL_UTIL_JAR=3D%OPENORB_ROOT%\EvaluatorUtility\dist\openorb_evaluator-1.=
3.0.jar

rem include the ManagementBoard jar
set =
BOARD_JAR=3D%OPENORB_ROOT%\ManagementBoard\dist\openorb_board-1.3.0.jar

rem include apache jar
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\avalon-framework.jar
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\ant.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\batik.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\crimson.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\fop.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\jaxp.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\jimi.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\junit.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\logkit.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\xalan.jar;%LOG_JAR%
set LOG_JAR=3D%OPENORB_ROOT%\tools\lib\xerces.jar;%LOG_JAR%


rem include the OpenORB jar
set OPENORB_JAR=3D%OPENORB_ROOT%\OpenORB\dist\openorb-1.3.0.jar

java -classpath =
%NOTIFICATION_JARS%;%OPENORB_JAR%;%LOG_JAR%;%PSS_JAR%;%TRANSACTION_JAR%;%=
EVAL_UTIL_JAR%;%BOARD_JAR% org.openorb.notify.Server --bindNaming
------=_NextPart_000_1027_01C1F68B.727805C0--

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of:
	unsubscribe openorb-dev