본문 바로가기

전체 글213

sapJCO error 1. Env OS : CentOS 6.3 64bit JDK : java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.13) (rhel-1.65.1.11.13.el6_4-x86_64) OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode) SAP version : 2.1.6 SAP lib version : Version of the JCO-library: 2.1.10 (2011-05-10) 2. error message getJCOFunction+Caught an exception: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: SAP_C.. 2020. 4. 24.
eclipse , maven , build JAVA_HOME , JRE_HOME 오류 참고 : http://bboks.net/281 1 . 메뉴에 Window >> Preferences 를 클릭 2 . ADD 클릭 3 . Add JRE 창 >> Standard VM 을 선택 >> Next 를 클릭 4 . JRE Definition 창에서 JRE home 과 JRE name 을 잡아 준다. 현재 저와 같은 경우는 제 로컬에 C:\Java\jdk1.6.0_23 에 jdk1.6 이 깔려 있어 저렇게 잡았습니다. JRE name 은 중복되지 않은 이름을 지정해 주면 됩니다. 마지막에 Finish 클릭! 5 . Installed JREs 창에서 금방 등록한 jre를 선택해 줍니다. 그리고 마지막에 ok 버튼도 클릭 ! 6. 다음은 해당 프로젝트에 해당 JRE를 셋팅하겠습니다. [해당프로젝트] 클릭.. 2020. 4. 24.
WAS / jboss 5.1 Administration Console password change jboss 5.1 Administration Console password change 1. server/default/deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties 2. server/default/conf/props/jmx-console-users.properties http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html/Admin_Console_User_Guide/Admin_Console_User_Guide-Configure_the_Admin_Console.html#Adminstration_Co.. 2020. 4. 24.
windows / USB 파티션 삭제 윈도우 + R cmd (ctrl+shift + enter) ==> 명령어를 관리자로 실행 C:\Users\KJH>diskpart C:\Users\KJH> DISKPART> list disk 디스크 ### 상태 크기 사용 가능 Dyn Gpt ---------- ------------- ------- ------------ --- --- 디스크 0 온라인 119 GB 0 B 디스크 1 온라인 931 GB 101 MB 디스크 2 온라인 3854 MB 3853 MB DISKPART> select disk 2 detail disk clean DiskPart에서 디스크를 정리했습니다. DISKPART> exit 2020. 4. 24.
centos / yum yum error , rpm error 해결방법 [root@localhost opt]# rpm -qa *-release rpmdb: unable to join the environment error: db3 error(11) from dbenv->open: Resource temporarily unavailable error: cannot open Packages index using db3 - Resource temporarily unavailable (11) error: cannot open Packages database in /var/lib/rpm rpmdb: unable to join the environment error: db3 error(11) from dbenv->open: Resourc.. 2020. 4. 24.
linux / rdate / 시간동기화 시간동기화 rdate [root@ns ~]# yum install rdate [root@ns ~]# cd /etc/cron.daily/ [root@ns cron.daily]# vi rdate.sh #!/bin/sh rdate -s time.bora.net [root@ns cron.daily]# chmod +x rdate.sh [root@ns cron.daily]# cat /etc/crontab SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ # For details see man 4 crontabs # Example of job definition: # .---------------- minute (0 - 59) # | .---.. 2020. 4. 24.
Install mysql on CentOS [ 설치 , 백업 , 복구 ] Install mysql on CentOS [ 설치 , 백업 , 복구 ] 1. 설치 yum -y install mysql mysql-server mysql-connector-odbc mysql-devel 서비스로 등록 [root@ctrtopen-in ~]# chkconfig --list mysqld mysqld 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@ctrtopen-in ~]# chkconfig mysqld on [root@ctrtopen-in ~]# chkconfig --list mysqld mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@ctrtopen-in ~]# # service mysqld start --서.. 2020. 4. 24.
windows / port / PID / netstat windows 사용중인 port와 PID 확인 C:\Users\Administrator>netstat -ano 활성 연결 프로토콜 로컬 주소 외부 주소 상태 PID TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4012 TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 784 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:990 0.0.0.0:0 LISTENING 3508 TCP 0.0.0.0:1978 0.0.0.0:0 LISTENING 3516 TCP 0.0.0.0:6160 0.0.0.0:0 LISTENING 1384 TCP 0.0.0.0:8009 0.0.0.0:0 LISTENING 4012 TCP 0.0.0.0:17500 0.0.. 2020. 4. 24.
Yobi / CentOS 6.5 64bit Yobi 설치 (CentOS 6.5 64bit) 1. CentOS 설치 후 yum update 완료후 2. 별도 dir mount ex) /APP 3. java -version jre 미설치시 설치가능 버전 확인 [root@localhost ~]# yum list java*jdk-devel Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.cdnetworks.com * extras: centos.mirror.cdnetworks.com * updates: centos.mirror.cdnetworks.com Available Packages java-1.6.0-openjdk-devel.x8.. 2020. 4. 24.
반응형