timolson / cointrader

Coin Trader is a Java-based backend for algorithmically trading cryptocurrencies. It provides data collection and export, complex event processing and triggering, and backtesting - paper trading - live trading.
Other
450 stars 166 forks source link

Problem when running "data summary" #131

Closed buffxz closed 8 years ago

buffxz commented 8 years ago

2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for DataCommand.epl on classpath. Please ensure DataCommand.epl is in the resources directory. 2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for ReportCommand.epl on classpath. Please ensure ReportCommand.epl is in the resources directory. 2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for CommandBase.epl on classpath. Please ensure CommandBase.epl is in the resources directory. no results

Can you help?

douggie commented 8 years ago

Hi Xu,

These are just logging errros, there is no issue here. I did a big checkin yesterday night, so might want to pull down the latest code.

On Wed, Feb 24, 2016 at 6:16 AM, Xu Zhuo Joshua notifications@github.com wrote:

2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for DataCommand.epl on classpath. Please ensure DataCommand.epl is in the resources directory. 2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for ReportCommand.epl on classpath. Please ensure ReportCommand.epl is in the resources directory. 2016-02-23 22:15:29 [main] DEBUG o.cryptocoinpartners.module.Context - no module file found for CommandBase.epl on classpath. Please ensure CommandBase.epl is in the resources directory. no results

Can you help?

— Reply to this email directly or view it on GitHub https://github.com/timolson/cointrader/issues/131.

buffxz commented 8 years ago

H, I actually pull the latest master. Probably it is related to https://github.com/timolson/cointrader/issues/130