블로그 이미지
올해목표 // 10월 어학연수 떠나자~ 자수씨

카테고리

전체글 (1457)
Brand New! (28)
주절주절 (213)
MOT (11)
해외쇼핑 (49)
쇼핑노트 (150)
취미생활 (94)
iPhone (4)
Eclipse (121)
Google (83)
Spring (31)
JAVA (176)
JavaScript (59)
WEB (49)
Database (20)
OS (26)
Tools (8)
Tips (26)
IT정보 (1)
Book (21)
Programming (37)
외부행사 (43)
주변인들 (17)
여행노트 (60)
학교생활 (30)
회사생활 (52)
사회생활 (5)
외국어공부 (12)
잡동사니 (30)
Total
Today
Yesterday
 
02-04 19:37
 

달력

« » 2025.2
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28
 

최근에 올라온 글

최근에 달린 댓글


jaas.conf 관련 실패 로그
-------------------------------------------------------------------------------
Test set: org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests
-------------------------------------------------------------------------------
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.202 sec <<< FAILURE!
testWithAlternativeRealm(org.jasig.cas.authentication.handler.support.JaasAuthenticationHandlerTests)  Time elapsed: 0.171 sec  <<< ERROR!
java.lang.SecurityException: ...\cas-server-3.3.5\cas-server-core/src/test/resources/org/jasig/cas/authentication/handler/support/jaas.conf (해당 파일이나 디렉토리가 없습니다.)

GoogleAccountsService 관련 실패 로그
-------------------------------------------------------------------------------
Test set: org.jasig.cas.authentication.principal.GoogleAccountsServiceTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.016 sec <<< FAILURE!
testResponse(org.jasig.cas.authentication.principal.GoogleAccountsServiceTests)  Time elapsed: 0 sec  <<< ERROR!
java.io.FileNotFoundException: class path resource [DSAPublicKey01.key] cannot be opened because it does not exist

GoogleAccountsArgumentsExtractor 관련 실패 로그
-------------------------------------------------------------------------------
Test set: org.jasig.cas.web.support.GoogleAccountsArgumentExtractorTests
-------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec <<< FAILURE!
testNoService(org.jasig.cas.web.support.GoogleAccountsArgumentExtractorTests)  Time elapsed: 0 sec  <<< ERROR!
java.io.FileNotFoundException: class path resource [DSAPublicKey01.key] cannot be opened because it does not exist


위의 문제들 모두다 어떤 파일들이 없다는 것 입니다. 보아하니 인증서 관련 문제인 것 같았습니다. 하지만 아무리 구글을 뒤져봐도 나오지 않는 해결책으로 인하여 결국 CAS 소스 서버를 뒤지게 되었습니다.




이제 war도 나왔으니... 배포 테스트를...



Posted by 자수씨
, |

CAS Server를 빌드하는 중 많은 우여 곡절을 겪고 있네요...

아래는 그 중 하나~

SafeDispatcherServlet:
The Spring DispatcherServlet we wrap threw on init.
But for our having caught this error, the servlet would not have initialized.
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/-servlet.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/-servlet.xml]


뜬금 없는 /WEB-INF/-servlet.xml ... "-servlet.xml" 앞에 먼가 있을 것 같은데...

역시나 모르는 것은 구글에게 물어보는 것이 빠르기에 바로 구글링 들어갔습니다.


http://www.mail-archive.com/cas@tp.its.yale.edu/msg06027.html

위의 내용을 확인해 보니...
The SafeDispatcherServletTests error is caught and ignored.  Its displayed
because of the log4j settings.
-Scott
log4j 설정에 의해 보여진다는 Scott 님의 말씀...


한마디로 무시해도 상관 없다는 이야기입니다.  아마도...



Posted by 자수씨
, |

네이트 통합메시지함을 계속 쓰다가 작년에 갑자기 웹으로 바뀌어서 많이 고생했었는데...
어제 자동으로 미니대화 뜨는 걸 바꾸려고 찾아보다가 네이트 메일함을 찾았습니다.


환경설정 - 보기 - 메일 - 어플리케이션으로 보기(메일함) 을 선택하고 저장을 하면...

네이트온에 있는 메일 버튼을 클릭했을 때 다음과 같은 화면이 나옵니다.



빠르고, 다음 메일도 보기 편하고, 삭제도 편하고 ㅋㅋㅋㅋ
이제야 먼가 후련한 듯 하네요~ (아웃룩으로 갈까도 많이 고민했었는데...)



Posted by 자수씨
, |

CAS Server를 설치하다가 문제에 봉착하였습니다.
회사 내에서 사용하기 위해 Internal Repository를 Sonatype Nexus 로 구성해 놓았는데, cas에서 설정된 사설 repository에 있는 jar를 받지 못하는 문제가 발생하였습니다.

현재 cas 에 잡혀있는 repository


에러를 보아하니 nexus에서 위의 repository에 접근하지 못하는 문제로 보였습니다.


 
 
회사로 복귀하니 포스팅 할 거리도 많아지고 포스팅 할 시간도 생기도 좋네요~ ㅋㅋㅋ


 

Posted by 자수씨
, |

회사에 복귀하자마자 당근아저씨의 마수에 걸려들어 Spring Security와 CAS 쪽을 보게 되었습니다.

CAS 홈페이지에서 최신버전(3.3.5)를 다운 받고 이클립스 프로젝트로 만든 후에 빌드를 하였더니...

Build errors for cas-server-3.3.5; org.apache.maven.lifecycle.LifecycleExecutionException: Invalid or missing parameters: [Mojo parameter [name: 'rules'; alias: 'null']] for mojo: org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce

빌드 환경은 jdk1.6.0_17 에 maven 2.2.1 버전 이였습니다.

분명 어제 새벽에 집에서 확인할 때는 저 문제가 해결되었었는데...

다른게 있다면 maven 버전 차이였습니다. (2.2.0)

maven 2.2.0 버전을 다운 받아서 다시 설치해보니 위의 문제는 해결되었습니다.


이제는 maven test 중에 오류가 발생 ㅋㅋㅋ



Posted by 자수씨
, |


두 모니터가 PIP를 제공한다면???
(게다가 오른쪽 PIP는 투명 PIP 다... 왜 상위 모델에서 이 기능을 뺐는지 이해가 안될 정도로 편리한 기능)

개콘과 천만번사랑해를 동시에 볼 수 있다!!! ㅋㅋㅋ



Posted by 자수씨
, |

BTC Zeus 7000 2대, 필코 마제스터치, 익스 3.0 포헨즈 2.1채널 스피커, 그 외 기타등등...






연구실에서 짐들을 빼서 방에다가 다 쳐 박아두었습니다...

트리플 모니터 한 번 만들어 볼까나...


Posted by 자수씨
, |

windows 7 에서는 outlook express가 없어서 eml을 열 수가 없다.
하지만 역시 대안은 있는 법!!!

나중에 까먹을 까봐 링크만 슬쩍 정리...

.eml 파일을 Outlook 2007에서 open하는 방법



지금 해보는 중...

Windows 7 64bit 버전이라 레지스트리 적용하는데 좀 어려움은 겪었지만 설정완료!!!
아래 첨부한 reg 파일을 본인의 outlook 2007 경로에 맞게 수정합니다
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.eml\shell\open\command]
@="\"C:\\Program Files (x86)\\Microsoft Office\\Office12\\OUTLOOK.EXE\" /eml \"%1\""








Posted by 자수씨
, |

이것이 바로 이상...




슈우웅~




Posted by 자수씨
, |


WIDTH Attribute | width Property

Sets or retrieves the width of the object.

Syntax

HTML

<ELEMENT WIDTH = sWidth... >

Scripting

[ sWidth = ] object.width

Possible Values

sWidth

Integer or String that specifies or receives one of the following values.

width

Integer that specifies the width of the object in pixels.

percentage

String that specifies an integer value followed by a %. The value is a percentage of the width of the parent object.

The property is read/write for all objects except the following, for which it is read-only: FRAME. The property has no default value.

DHTML expressions can be used in place of the preceding value(s). As of Internet Explorer 8, expressions are not supported in IE8 mode. For more information, see About Dynamic Properties.



출처: http://msdn.microsoft.com/ko-kr/library/ms535147(en-us,VS.85).aspx



위에 MSDN을 참고하면... witdh attribute는 pixel 값만 들어가네요... 아무리 width="130mm" 라고 적어도 130px 로 인식하는 아스트랄한 현상... style로 width를 설정해야 한다네요...


망했다 ㅠ_ㅠ...

Posted by 자수씨
, |

글 보관함

최근에 받은 트랙백