메뉴 건너뛰기

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]

번호 제목 날짜 조회 수
470 Impala의 Queries탭에서 여러조건으로 쿼리 찾기 2018.05.09 4338
469 jsoup 사용 예제 2014.06.06 4335
468 sqoop으로 mariadb에 접근해서 hive 테이블로 자동으로 생성하기 2018.08.03 4325
467 conda를 이용한 jupyterhub(v0.9)및 jupyter설치 (v4.4.0) 2018.07.30 4325
466 로컬에 있는 jar파일을 지정하고 dependency로 가져오기 2016.08.19 4325
465 [KTS Cluster의 Key Trustee Server]self-signed 인증서 발급및 설정 방법 2023.06.27 4324
464 mybatis와 spring을 org.apache.commons.dbcp2.BasicDataSource의 DataSource로 연동할때 DB설정(참고) 2016.10.31 4324
463 Soft memory limit exceeded (at 100.05% of capacity) 오류 조치 2022.01.17 4322
462 apk 파일 위치 file 2015.05.25 4322
461 AnalysisException: Incomplatible return type 'DECIMAL(38,0)' and 'DECIMAL(38,5)' of exprs가 발생시 조치 2021.07.26 4316
460 우분투 16.04 LTS에 apache2와 tomcat7 연동하여 설치하기 2014.05.09 4315
459 hue.axes_accessattempt테이블 데이터 샘플 2020.02.10 4313
458 MySQL 다운로드 및 리눅스에서 간단 컴파일 설치 2013.03.08 4310
457 AIX 7.1에서 hive실행시 "hive: line 86: readlink: command not found" 오류가 발생시 임시 조치사항 2016.09.25 4303
456 [Ranger]계정에 admin권한(grant, create등)의 권한 부여 방법 2023.04.18 4302
455 Scala를 이용한 Streaming예제 2018.03.08 4301
454 [oozie]oozie ssh action으로 패스워드 없이 다른 서버에 ssh로그인 하여 shellscript호출하는 설정하는 방법 2022.11.10 4297
453 시스템날짜를 현재 정보로 동기화 하는 방법(rdate, ntpdate이용) 2014.08.24 4297
452 [CentOS 7.4]Hadoop NFS gateway기동시 Cannot connect to port 2049 오류 발생시 확인/조치 2022.03.02 4295
451 [TLS/SSL]Kudu Master 설정하기 2022.05.13 4294
위로