Background Image

FORUM

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
OS
windows10 64bit
CUBRID Ver.
CUBRID 9.3 (9.3.9.0002) (64bit release build for Windows_NT) (Aug  4 2017 12:26:47)
CUBRID TOOL Ver.
CUBRID Manager 10.1.0.0003  (64bit)
응용 환경(API)
java

* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 재현 가능한 Source와 SQL
관련 테이블(인덱스, 키정보 포함) 정보 CUBRID 홈 디렉토리 아래 log 디렉토리 압축


-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------
안녕하세요 Cubrid 로 하여서 Quartz 를 사용할려고 하고 있습니다.


Quartz 를 사용하면 아래와 같은 에러가 나오고 있습니다.


에러의 대한 의미와 원인 및 해결 방법을 알려주시면 감사합니다.


cubrid.jdbc.driver.CUBRIDException: Semantic: Cannot coerce host var to type bit. [CAS INFO-localhost:33000,3,44840],[SESSION-702],[URL-jdbc:cubrid:localhost:33000:localfido2:dba:********:?charset=UTF-8].]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1628)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)

at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)

at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:742)

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867)

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:443)

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:325)

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4861)

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5322)

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1408)

at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1398)

at java.util.concurrent.FutureTask.run(FutureTask.java:266)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

at java.lang.Thread.run(Thread.java:748)

Caused by: org.quartz.JobPersistenceException: Couldn't store job: Semantic: Cannot coerce host var to type bit. [CAS INFO-localhost:33000,3,44840],[SESSION-702],[URL-jdbc:cubrid:localhost:33000:localfido2:dba:********:?charset=UTF-8].

at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1117)

at org.quartz.impl.jdbcjobstore.JobStoreSupport$3.execute(JobStoreSupport.java:1089)

at org.quartz.impl.jdbcjobstore.JobStoreSupport$45.execute(JobStoreSupport.java:3705)

at org.quartz.impl.jdbcjobstore.JobStoreCMT.executeInLock(JobStoreCMT.java:245)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInLock(JobStoreSupport.java:3701)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1085)

at org.quartz.core.QuartzScheduler.addJob(QuartzScheduler.java:999)

at org.quartz.core.QuartzScheduler.addJob(QuartzScheduler.java:988)

at org.quartz.impl.StdScheduler.addJob(StdScheduler.java:268)

at org.springframework.scheduling.quartz.SchedulerAccessor.addJobToScheduler(SchedulerAccessor.java:274)

at org.springframework.scheduling.quartz.SchedulerAccessor.registerJobsAndTriggers(SchedulerAccessor.java:216)

at org.springframework.scheduling.quartz.SchedulerFactoryBean.afterPropertiesSet(SchedulerFactoryBean.java:510)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1687)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1624)

... 21 common frames omitted

Caused by: cubrid.jdbc.driver.CUBRIDException: Semantic: Cannot coerce host var to type bit. [CAS INFO-localhost:33000,3,44840],[SESSION-702],[URL-jdbc:cubrid:localhost:33000:localfido2:dba:********:?charset=UTF-8].

at cubrid.jdbc.jci.UConnection.createJciException(UConnection.java:2220)

at cubrid.jdbc.jci.UInputBuffer.<init>(UInputBuffer.java:117)

at cubrid.jdbc.jci.UConnection.send_recv_msg(UConnection.java:1785)

at cubrid.jdbc.jci.UConnection.send_recv_msg(UConnection.java:1797)

at cubrid.jdbc.jci.UStatement.executeInternal(UStatement.java:804)

at cubrid.jdbc.jci.UStatement.execute(UStatement.java:873)

at cubrid.jdbc.driver.CUBRIDStatement.executeCoreInternal(CUBRIDStatement.java:906)

at cubrid.jdbc.driver.CUBRIDStatement.executeCore(CUBRIDStatement.java:871)

at cubrid.jdbc.driver.CUBRIDPreparedStatement.executeUpdate(CUBRIDPreparedStatement.java:151)

at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)

at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)

at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.insertJobDetail(StdJDBCDelegate.java:624)

at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1111)

... 34 common frames omitted



이상입니다.

감사합니다.

  • ?
    엄기호 2018.05.16 11:05
    큐브리드 홈페이지를 이용해주셔서 감사합니다.

    작성한 내용에는 에러 메시지만 있고, 어떤 행위를 했는지에 대한 내용이 없습니다.
    이 내용을 가지고서는 추측만 가능하지 정확하게 알 수 없습니다.
    좀 더 자세히 작성해주시면 감사하겠습니다.
  • ?
    vks 2018.05.16 13:16
    딱히 어떠한 행위를 않것이 없기에 ... 따로 내용을알려 드릴수가 없네요...위에 글에 남긴것과 같이 Quartz 라는 것을 사용하기 위해서 Quartz 에 사용되는 테이블을 생성 한후 이클립스에서 tomcat 을 실행을 하면은 바로 저러한 에러 로그가 나오고 있습니다~ ㅜㅜ
  • ?
    엄기호 2018.05.16 13:51
    tomcat을 실행하면 DB와 접속을 시도 합니다.
    큐브리드 엔진이 설치된 곳에서 에러 로그나 쿼리 로그를 확인 해보세요.
    위치는 CUBRID/log/broker/sql_log
    CUBRID/log/broker/error_log
    쿼리 로그에 대한 에러를 알려주시면 좋을것 같습니다.
  • ?
    vks 2018.05.16 14:23
    아..감사합니다!!! 말씀해주신 큐브리드 로그를 확인해서 해결을 했습니다~~
    이게 테이블 생성시 특정 몇몇개의 컬럼을 bit type 으로 생성을 했는데 입력시 short 로 입력을 하게 되어서 문제가 발생한거였네요

    감사합니다!!^^

  1. CUBRID 사용자를 위한 DBeaver 도구 출시 안내

    Date2024.04.23 Byadmin Views48
    read more
  2. SQLGate for CUBRID 영구 무료 라이선스 제공

    Date2020.04.09 Byadmin Views4458
    read more
  3. 큐브리드 매니저(cubrid manager)에서 원격 호스트 접속이 안됩니다.

    Date2018.06.11 Byym Views912
    Read More
  4. python에서 cubrid 사용시 권한문제 질문드립니다

    Date2018.06.11 Bywooks Views1121
    Read More
  5. DECODE 함수 사용시 문제 발생건

    Date2018.06.07 By지성 Views1156
    Read More
  6. is not defined 에러

    Date2018.05.30 ByJSP초보입니당 Views1185
    Read More
  7. character varying" to domain "date" 오류

    Date2018.05.30 By리안커 Views1925
    Read More
  8. DB 테이블 목록 등 열기 시 오류 (+로그 추가-2)

    Date2018.05.29 Bycacaopie Views464
    Read More
  9. 테이블 설명 기능 설치

    Date2018.05.29 Byabg Views300
    Read More
  10. Store Procedure 작성 관련 질문

    Date2018.05.28 By키레이니 Views382
    Read More
  11. Store Procedure 호출 관련 질문

    Date2018.05.28 By키레이니 Views508
    Read More
  12. comment 기능 질문

    Date2018.05.25 By키레이니 Views750
    Read More
  13. heap_get_visible_version_from_log 에러

    Date2018.05.24 By복분자 Views275
    Read More
  14. FATAL ERROR 발생으로 cubrid server start가 되지 않습니다.

    Date2018.05.24 By복분자 Views1265
    Read More
  15. cubrid server start: fail 이 뜹니다.

    Date2018.05.24 By복분자 Views2091
    Read More
  16. create db 실행 오류

    Date2018.05.22 By영진 Views611
    Read More
  17. 오라클 job -> 큐브리드 ??

    Date2018.05.17 By퓨전남 Views485
    Read More
  18. 툴에서 튜닝모드로 수행했을 때 관련

    Date2018.05.16 By잉여개발자 Views330
    Read More
  19. cubrid.jdbc.driver.CUBRIDException: Semantic: Cannot coerce host var to type bit. 문의 드립니다.

    Date2018.05.16 Byvks Views2866
    Read More
  20. 트리거 질문입니다.

    Date2018.05.15 By퓨전남 Views738
    Read More
  21. 안녕하세요.. 초보적인 질문입니다,

    Date2018.05.15 ByMi Views180
    Read More
  22. 하이버네이트 uniqueResult 함수 사용 문의

    Date2018.05.15 Bykim77p Views461
    Read More
Board Pagination Prev 1 ... 54 55 56 57 58 59 60 61 62 63 ... 200 Next
/ 200

Contact Cubrid

대표전화 070-4077-2110 / 기술문의 070-4077-2113 / 영업문의 070-4077-2112 / Email. contact_at_cubrid.com
Contact Sales