Eclipse 4.2 (Juno) Tomcat 7에서 '선택한 유형을 사용하여 서버를 만들 수 없습니다'
나는 설치했다 :
- 이클립스 주노
- java-6-openjdk-i386 (Eclipse에서 기본 JRE로 선택됨)
- 자바 -7-openjdk-i386
Eclipse에서 새 서버 Tomcat7을 추가하려고하면이 메시지가 나타납니다.
'선택한 유형을 사용하여 서버를 만들 수 없습니다'
계속할 수 없습니다. Tomcat6 서버를 추가하는 데 문제가 없습니다.
이 질문을 읽었지만 작동하지 않았습니다. 비슷한 질문
1 . '선택한 유형을 사용하여 서버를 만들 수 없습니다' 오류를 수정하려면 다음을 실행하십시오.
cd ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/
rm org.eclipse.jst.server.tomcat.core.prefs
rm org.eclipse.wst.server.core.prefs
2. 이렇게하면 또 다른 오류
'/ usr / share / tomcat7 / conf에서 Tomcat 서버 구성을로드 할 수 없습니다. 구성이 손상되었거나 불완전 할 수 있습니다. /usr/share/tomcat7/conf/catalina.policy (해당 파일 또는 디렉토리 없음) '
따라서이 문제를 해결하려면 다음 명령을 실행하십시오.
cd /usr/share/tomcat7
sudo ln -s /var/lib/tomcat7/conf conf
sudo ln -s /etc/tomcat7/policy.d/03catalina.policy conf/catalina.policy
sudo ln -s /var/log/tomcat7 log
sudo chmod -R 777 /usr/share/tomcat7/conf
삼 . 서버 및 Eclipse 다시 시작
4. 새 서버 추가
- 서버 카테고리에서 서버를 선택하십시오.
- 새 서버 마법사 생성 ;
- Apache / Tomcat v7.0 Server를 선택 하고 Next를 누릅니다.
- Tomcat 설치 디렉토리에 / usr / share / tomcat7 을 입력 하고 다음을 누르십시오.
- “Available”아래의 왼쪽 창에서 프로젝트를 선택하고 Add>를 눌러 Configured 아래의 오른쪽 창으로 이동합니다 . 마침을 누릅니다 .
Eclipse는 서버를 시작해야하며이를 수행하려면 먼저 백그라운드에서 실행중인 서버를 중지해야합니다.
sudo 서비스 tomcat7 중지
부팅시 자동으로 시작할 필요가없는 경우 다음 명령을 사용할 수 있습니다.
sudo update-rc.d tomcat7 비활성화
서버 시작 중에 다음과 같은 경고가 표시되는 경우
WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
다음을 실행해야 할 수도 있습니다.
cd /usr/share/tomcat7
sudo ln -s /var/lib/tomcat7/common common
sudo ln -s /var/lib/tomcat7/server server
sudo ln -s /var/lib/tomcat7/shared shared
발생할 수있는 알려진 문제입니다.이 오류를 해결하려면 다음 중 하나 또는 모두를 시도하십시오.
이동
창 –> 기본 설정 –> 서버 –> 런타임 환경
서버의 끊어진 경로 / 링크를 수정합니다.
또는
org.eclipse.jst.server.tomcat.core.prefs
...에 org.eclipse.jst.server.tomcat.core.prefs.bak
(또는이 파일을 삭제할 수 있습니다). 이 파일은 다음 위치에서 찾을 수 있습니다.\workspace\.metadata\.plugins\org.eclipse.core.runtime\.settings
이름 바꾸기
org.eclipse.wst.server.core.prefs to org.eclipse.wst.server.core.prefs.bak
(또는 파일 삭제).
이 파일은 위와 같은 위치에서도 찾을 수 있습니다.
며칠 동안 Eclipse를 Tomcat과 함께 사용했는데 갑자기 'could not load tomcat 서버 구성이 손상되었거나 불완전 할 수 있습니다.'라는 오류가 발생했습니다. Windows> 환경 설정> 서버> 런타임 환경에서 Tomcat을 제거한 다음 다시- 동일한 서버를 추가하고 오류없이 다시 작동하기 시작했습니다.
Windows > preferences > server > runtime environments > add
Select your target server location
retry
Navigate to windows->Preferences->RuntimeEnvironments, it will show you existing tomcate configuration.Click on edit button and check whether tomcat installation directory is correct or not.If the tomcat installation directory is in wrong location you will get this kind of error.
I have solution it, just correct the user rights, as in Ubuntu command: sudo chown -R yourname:yourgroup /opt/apache-tomcat-7.0.55, then restart eclipse, will be ok.
Hiii.. I got the same issue in Windows 7 OS in Eclipse JUNO version. And found the solution from the google.
When you create a server first time it will done with normal steps. But for some reason we need to delete the server. Mostally we delete from Server tab in eclipse by right click on server and click on delete. At this time the server is deleted from server tab, but not permanently delete from workspace. Because of that when we re-create the server with same version we don't able to click on next button after selecting the server version.
So here is the complete guide with screen shot, How to solve this type of issue.
http://codeofjava.blogspot.in/2014/08/solution-of-getting-error-when-re.html
i had the same issue in debian. the link bellow helped me http://crunchify.com/eclipse-how-to-fix-installing-apache-tomcat-server-issue-blank-server-name-field/
Note: the default workspace-directory of eclipse on debian is /home/userNameFolder/workspace
ReferenceURL : https://stackoverflow.com/questions/13423593/eclipse-4-2-juno-cannot-create-a-server-using-the-selected-type-in-tomcat-7
'Programing' 카테고리의 다른 글
awk에서“NR == FNR”은 무엇입니까? (0) | 2021.01.09 |
---|---|
PHP- (0) | 2021.01.09 |
IB에 입력 한 UILabel 텍스트에서 새 줄을 \ n 삽입하는 방법은 무엇입니까? (0) | 2021.01.09 |
선택 메뉴의 일부 옵션을 "선택 불가능"으로 설정 (0) | 2021.01.09 |
jQuery : 선택한 항목에서 다른 확인란의 선택을 취소하십시오. (0) | 2021.01.09 |