* 질문 등록 시 다음의 내용을 꼭 기입하여 주세요.
HP | |
[cubrid_rel] 수행 결과 한글 깨짐 현상 | |
[도움말]-[버전정보] 확인 | |
java, php, odbc 등 입력 |
* CUBRID 응용 오류, SQL 오류 또는 SQL 튜닝 관련된 문의는 반드시 다음의 내용을 추가해 주세요. 비밀글이나 비밀 댓글도 가능합니다.
* 저희가 상황을 이해하고, 재현이 가능해야 알 수 있는 문제들이 많습니다. 가능한 정보/정황들을 부탁합니다.
에러 내용 및 재현 방법 | 재현 가능한 Source와 SQL |
관련 테이블(인덱스, 키정보 포함) 정보 | CUBRID 홈 디렉토리 아래 log 디렉토리 압축 |
-------------- 아래에 질문 사항을 기입해 주세요. ------------------------------------------------------------------------
우선 아래에 질문을 하였으나 잘 되지 않아 재 문의 드립니다.
아래는 제가 질문했던 것입니다.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
우선 답변 감사드립니다.
해당 sybase 에서는 해당 메써드를 드라이버에서 지원하고 있습니다만.
또한 cubrid 도 또한 propertie 에 설정 가능 하다고 되어있네요. 드라이버가 달라서 그런지는 모르겠으나 테스트 결과
[2014.10.13 14:50:29][0][b216] [kim-15] [JDBC-0377] Could not find the property [CharSet] in the driver's class [cubrid.jdbc.driver.CUBRIDConnectionPoolDataSource] for the data source [CUBRIDDS]. Please check if it is valid property for this data source.
<<__Exception__>>
java.lang.NoSuchMethodException: cubrid.jdbc.driver.CUBRIDConnectionPoolDataSource.setCharSet(java.lang.String)
at java.lang.Class.getMethod(Class.java:1607)
at jeus.jdbc.datasource.DBDSBinder.invokeMethod(DBDSBinder.java:85)
at jeus.jdbc.datasource.DataSourceGenerator.getDataSource(DataSourceGenerator.java:69)
at jeus.jdbc.datasource.DataSourceConfigurationTester.testDataSourceConfiguration(DataSourceConfigurationTester.java:56)
at jeus.server.service.JDBCResourceService.testDBConfiguration(JDBCResourceService.java:251)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:93)
at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntrospector.java:27)
at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:208)
at com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:120)
at com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:264)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:762)
at jeus.management.JeusMBeanServerAccessController.invoke(JeusMBeanServerAccessController.java:681)
at javax.management.remote.generic.ServerIntermediary.handleRequest(ServerIntermediary.java:270)
at javax.management.remote.generic.ServerIntermediary$PrivilegedRequestJob.run(ServerIntermediary.java:941)
at java.security.AccessController.doPrivileged(Native Method)
at javax.management.remote.generic.ServerIntermediary$RequestHandler.handleMBSReqMessage(ServerIntermediary.java:717)
at javax.management.remote.generic.ServerIntermediary$RequestHandler.execute(ServerIntermediary.java:619)
at jeus.management.remote.generic.ServerSynchroMessageNonblockingConnectionImpl.readMessage(ServerSynchroMessageNonblockingConnectionImpl.java:168)
at jeus.management.remote.jeusmp.SocketNonblockingConnection$1.run(SocketNonblockingConnection.java:448)
at jeus.util.StatisticThreadPoolExecutor$StatisticRunnable.run(StatisticThreadPoolExecutor.java:119)
at jeus.util.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:981)
at jeus.util.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:1017)
at java.lang.Thread.run(Thread.java:662)
<<__!Exception__>>
해당 메써드를 지원하지 않는 것 같습니다.
사용한 드라이버는 제일 최신으로 나온 드라이버를 사용하였습니다.
큐브리드에서 정말 지원을 하는지 답변 부탁드리겠습니다.
또한 되는 드라이버가 어떤것인지 알려주시면 감사하겠습니다.
감사합니다.