티스토리 뷰
[ Error ] java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]
rocksea 2012. 6. 5. 15:57eclipse에서 jboss를 이용하여 web project실행시
java.lang.IllegalArgumentException: Wrong arguments. new for target java.lang.reflect.Constructor expected=[java.net.URI] actual=[java.io.File]
위와같은 오류가 발생 할 경우가 있는데 간단히 해결할 수 있는 방법이 있습니다.
$JBOSS_HOME/server/default/conf/bootstrap/profile.xml
<!-- The attachment store -->
<bean name="AttachmentStore" class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
<!--<constructor><parameter><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>-->
<constructor><parameter class="java.io.File"><inject bean="BootstrapProfileFactory" property="attachmentStoreRoot" /></parameter></constructor>
<property name="mainDeployer"><inject bean="MainDeployer" /></property>
<property name="serializer"><inject bean="AttachmentsSerializer" /></property>
<property name="persistenceFactory"><inject bean="PersistenceFactory" /></property>
</bean>
기존의 constructor를 주석처리 하신 후 새로 복사해서 <parameter class="java.io.File"> class만 추가해 주면 간단히 해결됩니다.
by rocksea.
'Developer' 카테고리의 다른 글
[ Maven Installation Guide ] maven 설치 가이드 (0) | 2012.06.15 |
---|---|
[ Cache Server ] Infinispan quick start guide (0) | 2012.06.07 |
Sesstion Clustering (1) | 2012.06.01 |
[ mylyn + eclipse ] mylyn + eclipse 연동 (0) | 2012.05.15 |
[ non-block ] non-block server 구현 (0) | 2012.05.10 |
- Total
- Today
- Yesterday
- 대명사 구문
- 여행
- 영작
- hdfs
- Python Django
- 베트남
- 조동사
- NGINX
- Business English
- 다낭
- 스페인 여행
- k8s
- nodejs
- 비교구문
- 영문법
- maven
- 해외여행
- redis
- memcached
- JBOSS
- 가정법
- it
- hadoop
- AWS
- 도덕경
- PostgreSQL
- ubuntu
- 비지니스 영어
- mongoDB
- Python
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |