не может установить - PullRequest
0 голосов
/ 31 октября 2018

Я пытаюсь установить opends 2.2.1 версия в Windows 10 , получая ошибку ниже Может ли кто-нибудь помочь в этом.

Oct 31, 2018 2:33:57 PM org.opends.quicksetup.util.ServerController startServer
WARNING: Could not connect to server: javax.naming.CommunicationException: 0.0.0.0:4444 [Root exception is java.net.ConnectException: Connection refused: connect]
javax.naming.CommunicationException: 0.0.0.0:4444 [Root exception is java.net.ConnectException: Connection refused: connect]
    at com.sun.jndi.ldap.Connection.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapClient.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapClient.getInstance(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.connect(Unknown Source)
    at com.sun.jndi.ldap.LdapCtx.<init>(Unknown Source)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(Unknown Source)
    at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(Unknown Source)
    at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(Unknown Source)
    at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(Unknown Source)
    at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
    at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
    at javax.naming.InitialContext.init(Unknown Source)
    at javax.naming.ldap.InitialLdapContext.<init>(Unknown Source)
    at org.opends.admin.ads.util.ConnectionUtils$2.run(ConnectionUtils.java:221)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
    at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
    at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
    at java.net.PlainSocketImpl.connect(Unknown Source)
    at java.net.SocksSocketImpl.connect(Unknown Source)
    at java.net.Socket.connect(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
    at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
    at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
    at org.opends.admin.ads.util.TrustedSocketFactory.createSocket(TrustedSocketFactory.java:223)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.jndi.ldap.Connection.createSocket(Unknown Source)
    ... 15 more

Oct 31, 2018 2:34:04 PM org.opends.quicksetup.installer.offline.OfflineInstaller run
SEVERE: Caught exception: Could not connect to the server after requesting start.  If you have a firewall configured check that it allows connections to port 4444.
Could not connect to the server after requesting start.  If you have a firewall configured check that it allows connections to port 4444.
    at org.opends.quicksetup.util.ServerController.startServer(ServerController.java:511)
    at org.opends.quicksetup.util.ServerController.startServer(ServerController.java:292)
    at org.opends.quicksetup.installer.offline.OfflineInstaller.run(OfflineInstaller.java:142)
    at java.lang.Thread.run(Unknown Source)

Oct 31, 2018 2:34:04 PM org.opends.quicksetup.util.ServerController stopServer
INFO: stopping server
Oct 31, 2018 2:34:04 PM org.opends.quicksetup.util.ServerController stopServer
INFO: Before calling stop-ds.  Is server running? true
Oct 31, 2018 2:34:04 PM org.opends.quicksetup.util.ServerController stopServer
INFO: Launching stop command, stopTries left: 2
Oct 31, 2018 2:34:04 PM org.opends.quicksetup.util.ServerController stopServer
INFO: Launching stop command, argList: ["C:\Program Files\OpenDS-2.2.1\bat\stop-ds.bat"]
Oct 31, 2018 2:34:13 PM org.opends.quicksetup.util.ServerController$StopReader$1 run
INFO: server: Stopping Server...
Oct 31, 2018 2:34:13 PM org.opends.quicksetup.util.ServerController$StopReader$1 run
INFO: server: 
Oct 31, 2018 2:34:29 PM org.opends.quicksetup.util.ServerController stopServer
INFO: After calling stop-ds.  Is server running? false
Oct 31, 2018 2:34:29 PM org.opends.quicksetup.util.ServerController stopServer
INFO: server stopped
Oct 31, 2018 2:34:29 PM org.opends.quicksetup.installer.offline.OfflineInstaller run
SEVERE: Error installing.
Could not connect to the server after requesting start.  If you have a firewall configured check that it allows connections to port 4444.
    at org.opends.quicksetup.util.ServerController.startServer(ServerController.java:511)
    at org.opends.quicksetup.util.ServerController.startServer(ServerController.java:292)
    at org.opends.quicksetup.installer.offline.OfflineInstaller.run(OfflineInstaller.java:142)

    at java.lang.Thread.run(Unknown Source)

Oct 31, 2018 3:01:37 PM org.opends.quicksetup.ui.QuickSetup quit
INFO: quitting application`enter code here`"
...