2014-07-14 2 views
0

DOT 프로그래밍의 초보자입니다. 엔터프라이즈 서버로 Domino 서버 9.0 소셜 에디션을 설치했습니다.도미노 서버에서로드 도트 명령을 실행하는 중 예외가 발생했습니다.

DOTS 프레임 워크가이 서버에 내장되어 있다고 생각합니다. 설치 및 구성이 완료되면 이메일을 교환 할 수 있습니다. 그것은 아무 문제하지만 난 명령 "부하 점"을 실행할 때 나는 다음과 같은 예외가 있어요 :

> load dots 
> Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.dots.launcher.OSGiProfile 
Caused by: java.lang.ClassNotFoundException: com.ibm.dots.launcher.OSGiProfile 
    at java.net.URLClassLoader.findClass(URLClassLoader.java:434) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:672) 
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:358) 
    at java.lang.ClassLoader.loadClass(ClassLoader.java:638) 
[08E4:0002-0B80] 07/14/2014 12:58:53 PM Unable to access OSGiProfile class, make sure the launcher.jar is in osgi-dots directory 
[08E4:0002-0B80] 07/14/2014 12:58:53 PM Domino OSGi Tasklet Container terminated 

을하지만 "OSGI-점"라는 도미노/디렉토리에 디렉토리를 생성하고 OSGI의 내용을 복사 할 때와 launcher.jar 및 dotssec.jar 파일. 나는 다음과 같은 예외가 있어요 :

> load dots 
> java.lang.NullPointerException 
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) 
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) 
    at java.lang.reflect.Method.invoke(Method.java:611) 
    at com.ibm.dots.launcher.OSGiProfile.frameworkStarted(OSGiProfile.java:974) 
    at com.ibm.dots.launcher.OSGILauncher.startOSGI(OSGILauncher.java:280) 
    at com.ibm.dots.launcher.OSGILauncher.launchOSGIFramework(OSGILauncher.java:145) 
[1E74:0002-1AAC] 07/14/2014 03:49:59 PM Domino OSGi Tasklet Container started (profile DOTS) 

이 내가 직면하고 문제가 무엇 이러한 결과는 말한다가 무엇인지 말해주십시오.

답변

0

기본적으로 DOTS는 서버에 완전히 설치되지 않습니다. OpenSocial 구성 요소 애드온을 설치해야합니다.

여기에 부품 번호가 나와 있습니다.

http://www-01.ibm.com/support/docview.wss?uid=swg24033984

하면 실행중인 Domino 서버에 대한 일치하는 오픈 소셜 구성 요소를 다운로드해야합니다. 예를 들어, 여기에 나열된 V9.0 릴리스는 V9.0.1의 서버 설치에는 설치되지 않습니다.

페이지가 사라지는 경우.

OpenSocial component V9.0 installers 

CIF0JEN 
IBM Domino Social Edition OpenSocial component V9.0 32 bit for Windows English 
CIF0QEN 
IBM Domino Social Edition OpenSocial component V9.0 32 bit for AIX English 
CIF0MEN 
IBM Domino Social Edition OpenSocial component V9.0 32 bit for Linux for xSeries English 
CIF0KEN 
IBM Domino Social Edition OpenSocial component V9.0 64 bit for Windows English 
CIF0LEN 
IBM Domino Social Edition OpenSocial component V9.0 64 bit for AIX English 
CIF0REN 
IBM Domino Social Edition OpenSocial component V9.0 64 bit for IBMi English 
CIHU1EN 
IBM Domino Social Edition OpenSocial component V9.0 64 bit for Linux for xSeries English 
CIF0NEN 
IBM Domino Social Edition OpenSocial component V9.0 64 bit for Linux for zSeries English 
+0

@ Simon O'Doherty가 답장하는 사람에게 감사합니다! 나는 "CIF0JEN"을 다운로드하려고했지만, ibm은 이것을 다운로드하기 위해 여권을 사용했다. 그들은 어떤 사이트 번호를 물었고, 나는 하나도 갖고 있지 않다. 이 다른 방법으로 다운로드 할 수 있나요 ??? 또는 여권을 통해 다운로드해야하는 계정은 무엇입니까? – asvni

+0

일반적으로 Domino (동일한 프로세스)를 다운로드하는 방법은 영업 담당자에게 문의해야합니다. –