This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-05-09 13:52:30,139 WARN [SCR Component Actor] c.b.p.c.a.a.AuthServiceContext activate@23 NEW BACKEND SESSION START | |
2014-05-09 13:52:30,935 ERROR [SCR Component Actor] c.b.p.w.s.c.p.PrefsServicePovider onCompleted@264 Total prefs = 43 | |
2014-05-09 13:52:31,293 ERROR [SCR Component Actor] c.b.p.w.s.c.p.PrefsServicePovider load@97 remote pref load exeception com.barchart.platform.barchart-plugin-core-impl | Id= com.barchart.plugin.core.impl.display.panel.RecentPanelServiceProvider.RecentPanelServiceProvider_test, e = java.lang.Exception: Object not found | |
2014-05-09 13:52:31,364 ERROR [SCR Component Actor] c.b.p.w.s.c.p.PrefsServicePovider load@97 remote pref load exeception com.barchart.platform.barchart-plugin-core-impl | Id= com.barchart.plugin.core.impl.widget.WidgetPersistanceProvider.352494a0_4d14_11e1_b86c_0800200c9a66, e = java.lang.Exception: Object not found | |
2014-05-09 13:52:32,126 WARN [Feed thread 16] c.b.p.f.d.MarketServiceProviderDDF handle@210 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.barchart.util.value.impl; | |
import com.barchart.util.value.ValueFactoryImpl; | |
import com.barchart.util.value.api.Price; | |
import com.barchart.util.value.api.ValueFactory; | |
public class TestTest { | |
public static final ValueFactory vals = ValueFactoryImpl.instance; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private void printOrds() { | |
final StringBuilder sb = new StringBuilder().append("\n"); | |
for(final Order o : getActiveOrders()) { | |
sb.append(o.getID()).append(" - TOT QTY ").append(o.getOrderSize()).append(" - REMAIN QTY ").append(o.getRemainingQty()); | |
} | |
log.debug("ORD REPORT {}", sb); | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-05-06 14:05:02,080 DEBUG [AWT-EventQueue-0] c.b.g.m.provider.SimMatcher modify@404 Sim Matcher modifying order - ID : 2365fcc7-83da-414a-bf88-764e21196484 | |
2014-05-06 14:05:02,131 DEBUG [AWT-EventQueue-0] c.b.g.api.order.OrderSubject handleModification@298 Updated new order qty to 2 | |
2014-05-06 14:05:02,488 DEBUG [AWT-EventQueue-0] c.b.t.g.s.LocalSimTradingProvider printOrders@710 ORDER REPORT | |
2365fcc7-83da-414a-bf88-764e21196484 - TOT QTY 2 - REMAIN QTY 2 | |
2014-05-06 14:05:02,489 DEBUG [AWT-EventQueue-0] c.b.t.g.s.LocalSimTradingProvider printOrds@701 ORD REPORT | |
2365fcc7-83da-414a-bf88-764e21196484 - TOT QTY 2 - REMAIN QTY 2 | |
2014-05-06 14:05:11,303 DEBUG [AWT-EventQueue-0] c.b.g.m.provider.SimMatcher modify@404 Sim Matcher modifying order - ID : 2365fcc7-83da-414a-bf88-764e21196484 | |
2014-05-06 14:05:11,304 DEBUG [AWT-EventQueue-0] c.b.g.api.order.OrderSubject handleModification@298 Updated new order qty to 3 | |
2014-05-06 14:05:11,394 DEBUG [AWT-EventQ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.Exception: BadRequestException: [host=apps.aws01.us-east-1.b.cassandra.aws.barchart.com(10.223.61.196):9160, latency=154(154), attempts=1]InvalidRequestException(why:User platform has no SELECT permission on <table gateway.accounts> or any of its parents) | |
at com.barchart.gateway.client.rest.GatewayRestClient$1.call(GatewayRestClient.java:56) | |
at com.barchart.gateway.client.rest.GatewayRestClient$1.call(GatewayRestClient.java:1) | |
at rx.operators.OperationMap$1.call(OperationMap.java:51) | |
at rx.operators.OperationMap$1.call(OperationMap.java:48) | |
at rx.operators.OperationMap$MapObservable$1.onNext(OperationMap.java:124) | |
at rx.operators.SafeObserver.onNext(SafeObserver.java:121) | |
at com.barchart.netty.rest.client.transport.URLConnectionTransport$2.run(URLConnectionTransport.java:163) | |
at com.barchart.netty.rest.client.transport.URLConnectionTransport$1.onSubscribe(URLConnectionTransport.java:54) | |
at rx.Observable.subscribe(Observable.java:211) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @param args | |
*/ | |
public static void main(final String[] args) { | |
final CassandraStore store = new CassandraStore(); | |
store.setSeeds("apps.aws01.us-east-1.b.cassandra.aws.barchart.com", | |
"apps.aws02.us-east-1.b.cassandra.aws.barchart.com"); | |
store.setCluster("b"); | |
store.setStrategy("NetworkTopologyStrategy"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.netflix.astyanax.connectionpool.exceptions.BadRequestException: BadRequestException: [host=apps.aws02.us-east-1.b.cassandra.aws.barchart.com(54.235.145.238):9160, latency=179(179), attempts=1]InvalidRequestException(why:comparators do not match or are not compatible.) | |
at com.netflix.astyanax.thrift.ThriftConverter.ToConnectionPoolException(ThriftConverter.java:159) | |
at com.netflix.astyanax.thrift.AbstractOperationImpl.execute(AbstractOperationImpl.java:65) | |
at com.netflix.astyanax.thrift.AbstractOperationImpl.execute(AbstractOperationImpl.java:28) | |
at com.netflix.astyanax.thrift.ThriftSyncConnectionFactoryImpl$ThriftConnection.execute(ThriftSyncConnectionFactoryImpl.java:151) | |
at com.netflix.astyanax.connectionpool.impl.AbstractExecuteWithFailoverImpl.tryOperation(AbstractExecuteWithFailoverImpl.java:69) | |
at com.netflix.astyanax.connectionpool.impl.AbstractHostPartitionConnectionPool.executeWithFailover(AbstractHostPartitionConnectionPool.java:256) | |
at com.netflix.astyanax.thrift.ThriftKeyspaceImpl.execu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.RuntimeException: java.lang.Exception: NoAvailableHostsException: [host=None(0.0.0.0):0, latency=0(0), attempts=0]No hosts to borrow from | |
at rx.util.Exceptions.propagate(Exceptions.java:37) ~[rxjava-core-0.14.8.jar:na] | |
at rx.operators.OperationToIterator$2.next(OperationToIterator.java:81) ~[rxjava-core-0.14.8.jar:na] | |
at com.barchart.plugin.widget.sandbox.client.BackendClient.handleHasProperPermissions(BackendClient.java:324) [barchart-plugin-widget-sandbox-2.2.6-SNAPSHOT.jar:na] | |
at com.barchart.plugin.widget.sandbox.client.BackendClient.onNext(BackendClient.java:241) [barchart-plugin-widget-sandbox-2.2.6-SNAPSHOT.jar:na] | |
at com.barchart.plugin.widget.sandbox.client.BackendClient.onNext(BackendClient.java:47) [barchart-plugin-widget-sandbox-2.2.6-SNAPSHOT.jar:na] | |
at rx.operators.SafeObserver.onNext(SafeObserver.java:121) [rxjava-core-0.14.8.jar:na] | |
at rx.operators.OperationMap$MapObservable$1.onNext(OperationMap.java:124) [rxjava-core-0.14.8.jar:na] | |
at rx.operators.SafeObserver.onNext(SafeOb |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-03-12 14:55:59,845 WARN [AWT-EventQueue-0] c.b.p.t.c.orders.ui.OrdersView doReloadOrders@656 account is null, cannot reload orders | |
java.lang.NullPointerException | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.reloadAccounts(TradeTabView.java:2466) | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.access$1300(TradeTabView.java:130) | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView$66.run(TradeTabView.java:3871) | |
at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1705) | |
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) | |
at java.awt.EventQueue.access$200(EventQueue.java:103) | |
at java.awt.EventQueue$3.run(EventQueue.java:694) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.reloadAccounts(TradeTabView.java:2465) | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.access$1300(TradeTabView.java:130) | |
at com.barchart.plugin.trader.core.tab.ui.TradeTabView$66.run(TradeTabView.java:3869) | |
at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1705) | |
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) | |
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) | |
at java.awt.EventQueue.access$200(EventQueue.java:103) | |
at java.awt.EventQueue$3.run(EventQueue.java:694) | |
at java.awt.EventQueue$3.run(EventQueue.java:692) |
NewerOlder