메뉴 건너뛰기

Cloudera, BigData, Semantic IoT, Hadoop, NoSQL

Cloudera CDH/CDP 및 Hadoop EcoSystem, Semantic IoT등의 개발/운영 기술을 정리합니다. gooper@gooper.com로 문의 주세요.


lagom에서 내부적으로 persistence로 사용하는 cassandra모듈 라이브러리가 없어서 발생하는 문제이므로 build.sbt에 다음을 추가해준다.


libraryDependencies ++= Seq(lagomJavadslPersistence)


------------------오류내용---------

LF4J: com.google.inject.internal.BytecodeGen
SLF4J: The following set of substitute loggers may have been accessed
SLF4J: during the initialization phase. Logging calls during this
SLF4J: phase were not honored. However, subsequent logging calls to these
SLF4J: loggers will work as normally expected.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
[warn] c.l.l.i.p.c.ServiceLocatorSessionProvider - Could not find Cassandra contact points, due to: ServiceLocator is not bound
[warn] a.k.KafkaConsumerActor - Consumer interrupted with WakeupException after timeout. Message: null. Current value of akka.kafka.consumer.wakeup-timeout is 3000 milliseconds
[warn] a.k.KafkaConsumerActor - Consumer interrupted with WakeupException after timeout. Message: null. Current value of akka.kafka.consumer.wakeup-timeout is 3000 milliseconds
[warn] c.l.l.i.j.r.ServiceRegistryServiceLocator - Service name=[elastic-search] was not found. Hint: Maybe it was not registered?
[error] c.l.l.i.b.k.KafkaSubscriberActor - Topic subscription interrupted due to failure: [java.lang.IllegalStateException: Service elastic-search was not found by service locator]
[error] a.a.OneForOneStrategy - Service elastic-search was not found by service locator
java.lang.IllegalStateException: Service elastic-search was not found by service locator
        at com.lightbend.lagom.internal.client.ClientServiceCallInvoker$$anonfun$doInvoke$2.apply(ClientServiceCallInvoker.scala:75) ~[lagom-client_2.11-1.3.5.jar:1.3.5]
        at com.lightbend.lagom.internal.client.ClientServiceCallInvoker$$anonfun$doInvoke$2.apply(ClientServiceCallInvoker.scala:72) ~[lagom-client_2.11-1.3.5.jar:1.3.5]
        at scala.util.Success$$anonfun$map$1.apply(Try.scala:237) ~[scala-library-2.11.8.jar:1.0.1]
        at scala.util.Try$.apply(Try.scala:192) ~[scala-library-2.11.8.jar:1.0.1]
        at scala.util.Success.map(Try.scala:237) ~[scala-library-2.11.8.jar:1.0.1]
        at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237) ~[scala-library-2.11.8.jar:na]
        at scala.concurrent.Future$$anonfun$map$1.apply(Future.scala:237) ~[scala-library-2.11.8.jar:na]
        at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32) ~[scala-library-2.11.8.jar:na]
        at akka.dispatch.BatchingExecutor$AbstractBatch.processBatch(BatchingExecutor.scala:55) ~[akka-actor_2.11-2.4.19.jar:na]
        at akka.dispatch.BatchingExecutor$BlockableBatch$$anonfun$run$1.apply$mcV$sp(BatchingExecutor.scala:91) ~[akka-actor_2.11-2.4.19.jar:na]

번호 제목 날짜 조회 수
310 데이타 분석및 머신러닝에 도움이 도움이 되는 사이트 2016.11.04 3264
309 java스레드 덤프 분석하기 file 2016.11.03 2113
308 centos 6에서 mariadb 5.1 to 10.0 으로 upgrade 2016.11.01 2718
307 Spark Streaming 코드레벨단에서의 성능개선 2016.10.31 3011
306 Flume과 Kafka를 사용한 초당 100만개 로그 수집 테스트 file 2016.10.31 4339
305 Flume을 이용한 데이타 수집시 HBase write 성능 튜닝 file 2016.10.31 3112
304 How-to: Build a Complex Event Processing App on Apache Spark and Drools file 2016.10.31 2849
303 How-to: Tune Your Apache Spark Jobs (Part 2) file 2016.10.31 3457
302 mybatis와 spring을 org.apache.commons.dbcp2.BasicDataSource의 DataSource로 연동할때 DB설정(참고) 2016.10.31 4324
301 Caused by: java.sql.SQLNonTransientConnectionException: Could not read resultset: unexpected end of stream, read 0 bytes from 4 오류시 확인/조치할 내용 2016.10.31 6934
300 VisualVM 1.3.9을 이용한 spark-submit JVM 모니터링을 위한 설정및 spark-submit실행 옵션 2016.10.28 4855
299 VisualVM 1.3.9을 이용한 JVM 모니터링 file 2016.10.27 3389
298 운영중인 상태에서 kafka topic삭제하고 재생성하여 처리되지 않은 메세지 모두 삭제하기 2016.10.24 4177
297 producer / consumer구현시 설정 옵션 설명 2016.10.19 3621
296 java.lang.OutOfMemoryError: unable to create new native thread오류 발생지 조치사항 2016.10.17 4159
295 동시에 많은 요청이 endpoint로 몰려서java.net.NoRouteToHostException가 발생하는 경우의 처리방법 2016.10.17 3408
294 AIX 7.1에 Python 2.7.11설치하기 2016.10.06 4155
293 프로그래밍 언어별 딥러닝 라이브러리 정리 file 2016.10.05 3615
292 모두를 위한 머신러닝과 딥러닝의 강의 file 2016.09.27 3061
291 DBCP Datasource(org.apache.commons.dbcp.BasicDataSource) 설정 및 속성 설명 2016.09.26 3538
위로