From: Sanjay A. <San...@pa...> - 2002-07-31 15:06:56
|
I am new to the Trader Service and am trying to get it to run using the pre-built version (nightly build) of the 1.3.0 Trader Service. I I am using Michael Rumpf's instructions on doing this. I copied the files OpenORB.xml, default.xml, pss.xml into the d:\TradingService-1.3.0\config dir and tried launching the trader with the following command: java -Dorg.omg.CORBA.ORBClass=org.openorb.CORBA.ORB -Dopenorb.omg.CORBA.ORBSingletonClass=org.openorb.CORBA.ORBSingleton -Dopenorb.home= d:\TradingService-1.3.0\ -cp %OPENORB% org.openorb.trader.Server -ior and I get the error: Exception in thread "main" java.lang.NoClassDefFoundError: org/openorb/constraint/InvalidValue at org.openorb.trader.kernel.Kernel.run(Unknown Source) at org.openorb.trader.Server.main(Unknown Source) I have looked at my classpath, also looked in all the jar files (and the docs) in the PersistentService, TransactionService, TraderService, and the OpenOrb jar files itself but could not locate the org/openorb/constraint/InvalidValue class. Any suggestions? Any help with this is appreciated. Thanks Sanjay. |