Connecting to "localhost" on port "21212" failed

I run startinstgui.bat to install WEBAS640SP9 before I downloaded J2sdk-1_4_2_06.
I got error message with Connection to SAPinst can not be establish - Connecting to "localhost" on port "21212" failed. I tested with different values - no result.
Any idea?

Maybe this could be the case.....
You have a fault in your network and hostname configuration.
You hostname should be different to localhost.
- > rename your full qualified hostname
-> e.q linux.mydomain.foo
You can use the configuration tool Yast to change it.
It should be able use the command ping with your hostname
If the name of your host is linux.mydomain.foo
ping linux
ping linux.mydomain.foo
should work.
If your full qualified hostname is linux.mydomain.foo the file
/etc/hosts should be
127.0.0.1      localhost      localhost.localdomain
127.0.0.2      linux          linux.mydomain.foo
It is important that localhost and linux are mapped to a differnt IP
address. Something like
127.0.0.1   localhost    localhost.localdomain   linux
do not work.
The best choice to run the NW4 testdrive is to use Suse 9 because you do
not need to change any configuration. On Suse 9.1 the NW4 also runs but
you have to set an environment variable and you will get an error
message because of kernel 2.6
Also don't forget start boot.sysctl at boot time.
ln -s /etc/init.d/boot.sysctl /etc/init.d/rc1.d/S99boot.systctl
ln -s /etc/init.d/boot.sysctl /etc/init.d/rc3.d/S99boot.systctl
ln -s /etc/init.d/boot.sysctl /etc/init.d/rc5.d/S99boot.systctl
/sbin/sysctl -p

Similar Messages

  • Could not connect to host localhost on port 21212

    Hi Experts,
    I am trying to install SAP NW 2004s SR1 with Linux [Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    , Kernel (2.6.9-42.EL)] and Oracle 10.2. I am getting the following error:
    =============
    SAP NetWeaver
    SAPinst Installation GUI
    Could not connect to host localhost on port 21212
    java.net.ConnectException:Connection refused
    Host: localhost
    Port 21212
    ==================
    I am using SDK 1.4.2_16.
    Kindly  help me to resolve go ahead in installation.
    Regards.......Yogesh

    Hi Yogesh,
    The error comes if  :-
    1. Incorrect version of JDK.
    2. Java_Home is not set.
    3.The port is already as an old binary is using it.
    Please check on the above lines.
    Thanks
    Pankaj

  • Could not connect to host localhost on port 21212 (linux Redhat)

    Hi Gurus,
    I'm trying to install NW7 on linux Red Hat. After executing SAPinst, the following log executes:
    root@sapserver1 IM_LINUX_I386]# ./sapinst
    [==============================] | extracting...  done!
    Starting GUIServer using:
      SAPinst port  : 21200
      GUIServer port: 21212
      HTTP port     : 4239
      GUI autostart : on
      GUI mode      : normal
      command       : /tmp/sapinst_exe.4231.1318317961/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=localhost -srvarg=/SAPinstService/port=21200
    init: retrieving account information for group sapinst...
    init: retrieving account information done.
    load resource pool /mnt/masterinstall/IM_LINUX_I386/resourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host sapserver1, port 21200 to continue with the installation
    Oct 11, 2011 7:26:37 AM [Info]: *************************
    Oct 11, 2011 7:26:37 AM [Info]: Starting Server
    Oct 11, 2011 7:26:37 AM [Info]: Reading server configuration.
    Oct 11, 2011 7:26:37 AM [Info]: Reading service configuration SAPinstService.
    Oct 11, 2011 7:26:37 AM [Info]: Configuring LogManager ...
    Oct 11, 2011 7:26:37 AM [Info]: *************************************************
    Oct 11, 2011 7:26:37 AM [Info]: Starting SL Controller listening on port 21212 ...
    Oct 11, 2011 7:26:37 AM [Info]: StorageService switched off.
    Oct 11, 2011 7:26:37 AM [Info]: Initializing SecurityManager ...
    Oct 11, 2011 7:26:40 AM [Info]: Server certificate fingerprint is 92 9F C1 FC 74 60 48 C9 4F 9F 9E 94 C8 E3 BE 40
    Oct 11, 2011 7:26:40 AM [Info]: Configuring HTTPManager ...
    Oct 11, 2011 7:26:40 AM [Info]: WebstartService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: RoleService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: AlertService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting NotesService ...
    Oct 11, 2011 7:26:40 AM [Info]: ProcessService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting MIDService ...
    Oct 11, 2011 7:26:40 AM [Info]: Starting FileService ...
    Oct 11, 2011 7:26:40 AM [Info]: LogService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: MailService switched off.
    Oct 11, 2011 7:26:40 AM [Info]: Starting services ...
    Oct 11, 2011 7:26:40 AM [Info]: Starting service "SAPinstService" ...
    Oct 11, 2011 7:26:40 AM [Info]: Service "SAPinstService" started
    Oct 11, 2011 7:26:40 AM [Info]: Services started.
    Oct 11, 2011 7:26:40 AM [Info]: Starting HTTP server listening on port 4239 ...
    Oct 11, 2011 7:26:40 AM [Info]: HTTP server started.
    Oct 11, 2011 7:26:40 AM [Info]: SL Controller started.
    Oct 11, 2011 7:26:40 AM [Info]: Starting GUI ...
    Oct 11, 2011 7:26:40 AM [Info]: /tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -Xmx256M -cp /tmp/sapinst_exe.4231.1318317961/JAR/instgui.jar SDTGui host=localhost port=21212 service=SAPinstService -noauth
    Oct 11, 2011 7:26:40 AM [Info]: GUI started.
    Oct 11, 2011 7:26:46 AM [Info]: >> <<< frog.jar: version 7.20.12 06/06/08 sap.theme: null >>>
    ===>> At this point  the installation program starts and the following message pops up :
    Connection to SAPinst refused with the following message:
    Connection to SAPinst could not be established, see following messages.
    Could not connect to host localhost on port 21212
    java.net.ConnectException: Connection refused
    java.net.ConnectException: Connection refused
    Please correct the error condition and restart.
    ====>> First, I don't understand why it tries to connect to "localhost" even I defined the host as "sapserver1"
    ====>> Second, the "tmp/sapinst_exe.4231.1318317961/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError " is confusing me.
    Hope this will help resolve my problem.
    Thanks and Regards

    Markus,
    I have also another hint from SELinux.
    When I change the SELinux parametr from Enforced to Permissive, and I run the SAPinst program, the SELinux pops up the following alert:
    Summary:
    SELinux is preventing java from loading
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so which requires
    text relocation.
    Detailed Description:
    [SELinux is in permissive mode, the operation would have been denied but was
    permitted due to permissive mode.]
    The java application attempted to load
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so which requires
    text relocation. This is a potential security problem. Most libraries do not
    need this permission. Libraries are sometimes coded incorrectly and request this
    permission. The SELinux Memory Protection Tests
    (http://people.redhat.com/drepper/selinux-mem.html) web page explains how to
    remove this requirement. You can configure SELinux temporarily to allow
    /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so to use relocation
    as a workaround, until the library is fixed. Please file a bug report
    (http://bugzilla.redhat.com/bugzilla/enter_bug.cgi) against this package.
    Allowing Access:
    If you trust /tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so to
    run correctly, you can change the file context to textrel_shlib_t. "chcon -t
    textrel_shlib_t
    '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'" You must also
    change the default file context files on the system in order to preserve them
    even on a full relabel. "semanage fcontext -a -t textrel_shlib_t
    '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'"
    The following command will allow this access:
    chcon -t textrel_shlib_t '/tmp/sapinst_exe.6387.1318347447/jre/lib/i386/server/libjvm.so'
    ====>>> Does it make some sense ?? When do I have to the below command ?
    Hope this will help
    Regards

  • BAM Connection in 12C -  Failed to establish a connection to localhost at port 7004.Please verify the Bam server host and JNDI port.

    Hi,
    BAM server is running on 7004 in our local system.
    We need o connect to BAM server from OSB service.
    We tried to use the BAM adapter in the pipeline in 12c, We received Failed to establish a connection to localhost at port 7004.Please verify the Bam server host and JNDI port.
    Please let us know the resolution to this issue.
    Also please provide some links/steps to connect from OSB service to BAM server in 12c.
    Thanks,

    In BAM 12c, you can send data via JMS by configuring an EMS in BAM using the "self-described" payload. Make sure the date formats match correctly. You can configure an error queue which will show you any data parsing problems.
    For example,
    <msgRoot dataObjectName="Student" operationType="insert" keys="RequestId">
       <RequestId>R1000</RequestId>
       <StudentId>S12345</StudentId>
       <RequestType>Admission</RequestType>
       <RequestStatus>Open</RequestStatus>
       <RequestMessage>Please Admin</RequestMessage>
       <RequestCode>3</RequestCode>
       <SubmitTime>2015-03-17 18:23:07</SubmitTime>
       <ApprovalTime>2015-02-18 18:23:07</ApprovalTime>
    </msgRoot>

  • Could not open a connection to host on port 23 : Connect failed

    Hi,
    I am using Oracle Unbrakeable Linux 5, when i try to connect to the server from the client machine using TELNET, i get the following error
    c:/> telnet 192.168.6.184
    Connecting to 192.168.6.184...Could not open a connection to host on port 23 : Connect failed.
    regards,
    Charan

    Hi,
    i did the following but still doesn't work
    # mv /etc/securetty /etc/securetty.bak
    The following is the Hosts file
    =====================
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1     localhost.localdomain     localhost
    192.168.6.184     vision12.dsrc2.com     vision12
    #::1          localhost6.localdomain6     localhost6
    192.168.6.181     prod20.dsrc2.com     prod20
    ============================================================
    When i try to connect to other server using TELNET from this server, i am able to connect. and when i try to connect to this server from other server using TELNET i am able to connect. But, when i try to connect from the CLIENT Machine, i am not able to connect, the client machine is Windows 2000 Professional.
    SERVER to SERVER communication using TELNET is working.
    CLIENT to SERVER communication using TELNET is not working.
    regards,
    Charan

  • Error... Installing DSEE 11.1.1.7.0 -  Failed to connect to "localhost:389"

    Hi all, I'm installing DSEE 11.1.1.7.0 by the documentation given at [Oracle Documentation| http://docs.oracle.com/cd/E29127_01/doc.111170/e28973/installing--dsee.html]
    Then I got the error when I executed following command.
    C:\ofm_odsee_win_11.1.1.7.0_disk1_1of1\ODSEE_ZIP_Distribution\sun-dsee7\dsee7\bin> dsconf set-plugin-prop dssnmp argument:on argument:3995
    Failed to connect to "localhost:389".
    Make sure server is up and running.
    The "set-plugin-prop" operation failed on "localhost:389".
    However when i run the dsccagent info command the output is as follows -
    C:\ofm_odsee_win_11.1.1.7.0_disk1_1of1\ODSEE_ZIP_Distribution\sun-dsee7\dsee7\bin>dsccagent info
    Instance Path : C:\ofm_odsee_win_11.1.1.7.0_disk1_1of1\ODSEE_ZIP_Distribution\sun-dsee7\dsee7\var\dcc\agent
    JMX port : 3997
    SNMP port : 3996
    DS port : 3995
    State : Running
    PID : 1724
    DSCC hostname : WIN-3MIAU5A4G2O
    DSCC non-secure port : 3998
    DSCC secure port : 3999
    SNMP v3 : Disabled
    Instance version : A-A00
    Edited by: Ranjeet Deshmukh on Mar 19, 2013 2:16 PM

    Hi.
    Intend of "dsconf set-plugin-prop dssnmp argument:on argument:3995" command is to configure a Directory Server so that it can be monitored through SNMP.
    The error you got occurs as dsconf command is not able to connect to the Directory Server. By default dsconf tries to connect to port 389. If you Directory Server listens on another port, use the --port option of dsconf.
    Regards,
    Carole.

  • A SAPinst GUI question - can't connect to port 21212

    Hello,
    I'm trying to install a BW 3.0B system 'BSB' using Linux/Oracle on 32-bit Intel hardware.  The Linux is Suse Linux Enterprise Server 9 (SLES9).  The Oracle is 9.2. 
    I was able to see the 1st SAP Installation GUI screen.  The two fields on the screen appeared as follows:
      Installation Host: <i>localhost</i>
      Port: <i>21212</i>
    <u>But when I clicked the 'OK' button, nothing happened.  The screen and the two fields remained the same.</u>  The messages from the UNIX install session, on two attempts using root id, are attached.  There is nothing in the <i>sapinst.log</i> file in the install directory <i>/INSTBW30B/CI</i>.  My Linux Administrator thought  the SAPinst listener is not working.
    The SAPinst I used is version 1.0, from a SAP BW 3.0B Installation CD, published in 2002.
    Please advise.  Thanks.
    Regards,
    Jack Wu
    lsapd002 /home/bsbadm> su -
    Password:
    lsapd002:~ # umask
    0022
    lsapd002:~ # export DISPLAY=10.101.62.19:0.0
    lsapd002:~ # export JAVA_HOME=/INSTBW30B/JAVA/j2sdk1.4.2_09
    lsapd002:~ # export PATH=$JAVA_HOME/bin:$JAVA_HOME/jre/bin:$PATH
    lsapd002:~ # export LD_LIBRARY_PATH=/sapmnt/BSB/exe
    lsapd002:~ # export LD_ASSUME_KERNEL=2.4.1
    lsapd002:~ # export SAPINST_DIR=/INSTBW30B/CI
    lsapd002:~ #
    lsapd002:~ # cd /INSTBW30B/CI
    lsapd002:/INSTBW30B/CI #
    lsapd002:/INSTBW30B/CI # <b>./startinstgui.sh</b>
    Log file: /INSTBW30B/CI/instgui.log
    2005.10.19 08:45:15: JVM version is '1.4.2_09' (1.4)
    2005.10.19 08:45:15: InstGui started.
    Setting javax.swing.plaf.metal.MetalLookAndFeel at com.sap.ins.gui.Main.setPLAF(Main.java:311)
    2005.10.19 08:45:16: SAPinst GUI Version:  2002/03/13   //bc/dev/src/ins/SAPINST/impl/src/gui/src/com/sap/ins/gui
    addXMLListener for sapinstgui at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstlog at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstfile at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstalert at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstguilogon at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    Using In-Q-My XML parser at com.sap.ins.gui.xml.XMLParser.setParser(XMLParser.java:317)
    Connecting to localhost:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)
    Connecting to localhost:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)
    Connecting to localhost:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)
    Connecting to lsapd002:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)
    lsapd002:/INSTBW30B/CI #
    lsapd002:/INSTBW30B/CI # <b>telnet lsapd002 21212</b>
    Trying 10.48.110.58...
    telnet: connect to address 10.48.110.58: Connection refused
    lsapd002:/INSTBW30B/CI #
    lsapd002:/INSTBW30B/CI # <b>./startinstgui.sh -port 21212</b>
    Log file: /INSTBW30B/CI/instgui.log
    2005.10.19 09:41:16: JVM version is '1.4.2_09' (1.4)
    2005.10.19 09:41:16: InstGui started.
    Setting javax.swing.plaf.metal.MetalLookAndFeel at com.sap.ins.gui.Main.setPLAF(Main.java:311)
    2005.10.19 09:41:16: SAPinst GUI Version:  2002/03/13   //bc/dev/src/ins/SAPINST/impl/src/gui/src/com/sap/ins/gui
    addXMLListener for sapinstgui at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstlog at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstfile at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstalert at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    addXMLListener for sapinstguilogon at com.sap.ins.gui.xml.XMLParser.addXMLListener(XMLParser.java:28)
    Using In-Q-My XML parser at com.sap.ins.gui.xml.XMLParser.setParser(XMLParser.java:317)
    Connecting to localhost:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)
    Connecting to localhost:21212 at com.sap.ins.gui.network.Thread.connect(Thread.java:91)
    Not connected. at com.sap.ins.gui.network.Thread.connect(Thread.java:101)

    Hello Daniel,
    Thanks for the quick reply.  The following are the whole story:
    1. When I started, I followed the SAP "<i>BW 3.0B Installation Guide on UNIX/Oracle</i>" and SAP note 580772.  After getting the error message "Floating point exception", I added the missing environment variable <b>LD_ASSUME_KERNEL=2.4.1</b> according SAP note 797084.
    2. Then I tried again:
    lsapd002:/INSTBW30B/CI <b># /sapcd/KERBW30B/SAPINST/UNIX/LINUX_32/INSTALL</b>
    This time I got different error messages:
    ERROR      2005-10-18 10:50:23 [syuxcnodut.cpp:589]
               CSyNodeUtils::isExistingWithType(iastring, bool, ISyNode::eNodeType)
    <u>FSL-02013  Unable to access file /INSTBW30B/CI/keydb.1.xml: Success.</u>
    ERROR      2005-10-18 10:50:24 [iaxxcsihlp.hpp:344]
               main()
    <u>FCO-00034  An error occurred during the installation. Problem: caught an unexpected exception.</u>
    The error message FSL-02013 is confusing.  Was it successful or not?  It appears not.  There is a keydb.xml in the installation directory /INSTBW30B/CI.  But for unknown reason, <b>sapinst</b> couldn't copy it to create keydb.1.xml.  Also, I'm not sure whether FSL-02013 caused FCO-00034, or the two messages are not related?
    3. I looked into the "<i>SAPinst Troubleshooting Guide v 1.20 5/27/2002</i>", found a symptom on p.11, followed the solution part 1:
    lsapd002:/INSTBW30B/CI <b># ./sapinst SAPINST_NO_GUISTART=true</b>
    I got the same error messages as in Step 2.
    4. I tried to fool the installer by doing manually:
    lsapd002:/INSTBW30B/CI <b># cp -p keydb.xml keydb.1.xml</b>
    5. Then tried the installation again
    lsapd002:/INSTBW30B/CI <b># ./sapinst</b>
    I got similar, but not identical error messages
    ERROR      2005-10-18 16:38:18 [syuxcnodut.cpp:589]
               CSyNodeUtils::isExistingWithType(iastring, bool, ISyNode::eNodeType)
    FSL-02013  Unable to access file /INSTBW30B/CI/keydb.<b>2</b>.xml: Success.
    ERROR      2005-10-18 16:38:18 [iaxxcsihlp.hpp:344]
               main()
    FCO-00034  An error occurred during the installation. Problem: caught an unexpected exception.
    <u>Please notice that the FSL-02013 complains about keydb.<b>2</b>.xml this time.</u>
    6. Then I gave up on solution part 1 in the "SAPinst <i>Troubleshooting Guide</i>" and continued with solution part 2, which is to run the shell script <b>startinstgui.sh</b>.  After having difficulty with port 21212, I posted the question in the SDN Forum on 10/19/2005.
    According to your reply, <b>startinstgui.sh</b> is just running the GUI which isn't really the installation.  So I still need to resolve the errors with <b>sapinst</b>, i.e. FSL-02013 and FCO-00034.  Any suggestion?
    Regards,
    Jack Wu

  • The attempt to connect to the server (IP address) on port 443 failed - OLT

    Hi all
    I am facing one problem, if i run load to any application for 100 users for 1 iteration then it is not showing any error. Lets say i ran the load of 100 users for one hour then for some users there are errors like
    Line: (script.java:84)][ScriptException]: The attempt to connect to the server (IP address) on port 443 failed.
    And my understanding is the user's which are facing failures is not able to get response or page loaded at their end. As failures are occuring for some particular steps not the entire scenario. Pls confirm.
    Thanks

    I believe that's an indication that there is an error receiving mail, but if you have any drafts or email in your outgoing mailbox, try deleting them.  Apple's troubleshooting steps for this are (from http://support.apple.com/kb/TS4002):
    Cannot receive mail in OS X Mail
    If you use OS X Mail, look at the name of your iCloud account on the left side of the main Mail window. If your iCloud account name is dim and has a lightning bolt next to it, your account is offline. To resolve this, make sure your computer is connected to the Internet. Then choose Go Online from the Mailbox menu.
    If taking your iCloud account online doesn't resolve the issue, follow these steps:
    From the Mail menu, choose Preferences.
    In the Preferences window, click the Accounts tab if it is not already selected.
    In the Accounts list, select your iCloud email address.
    Click the Account Information tab.
    Verify your SMTP server settings with the following information:
    Incoming Mail Server: imap.mail.me.com
    User Name: Your iCloud email address
    Password: Your iCloud password
    Click the Advanced tab and verify the following additional settings:
    Port: 993
    Use Secure Sockets Layer (SSL): Should be enabled
    Authentication: Password

  • RE:connection to port 6241 failed during java upgrade

    Hi all,
    We are performing Java Upgrade and we are stuck in the intial stage stage. The problem is connection to port 6241 failed .
    We have retained the default port.
    Thanks and Regards,
    sowmya

    Hi Regelio
    As Van mentioned above,the issue may caused by the TAO NT Naming service.
    Please check the status of TAO NT Naming service/License Manager
    when the issue happens.And in case the error is really caused by
    those services,please try to re-install the whole server tools.
    Also,if the issue still persists,as another workaround we suggest you to use a simple
    batch script to test the Status of the TAO NT naming service,
    and restart it when the services  was stopped.
    Such a script can be launched with windows scheduled every several
    minutes.
    @echo off
    net start    find "TAO NT Naming Service"
    IF %ERRORLEVEL% EQU 0 (
      echo Ok - "TAO NT Naming Service" is running
    ) ELSE (
    echo Error - "TAO NT Naming Service" is not running
    net stop "TAO NT Naming Service"
    net stop "SAP Business One License Manager 2005"
    net start "TAO NT Naming Service"
    net start "SAP Business One License Manager 2005"
    Regards,
    Syn Qin
    SAP Business One Forums Team

  • The attempt to connect to the server on port 80 failed code error 12029

    This error while playback of webapplication in the open script used for the load testing
    I need some solution to solve this issue
    The attempt to connect to the server on port 80 failed. Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    Error in section Run at line (script.java:37). The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    oracle.oats.scripting.modules.basic.api.exceptions.ScriptException: The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT.
         at oracle.oats.scripting.modules.http.api.ThinBrowser.createResponseFromHttpJob(ThinBrowser.java:306)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:217)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:183)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:635)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:1823)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2333)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2300)
         at script.run(script.java:37)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:262)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:632)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.NoRouteToHostException: No route to host: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:480)
         at oracle.oats.lbrowser.http.RSyncConnection.runCurrentJob(RSyncConnection.java:871)
         at oracle.oats.lbrowser.http.RSyncConnection.IRBrowserConnection_doJob(RSyncConnection.java:201)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:899)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:833)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:798)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:212)
         ... 9 more
    14:57:18,531 ERROR [1] Iteration 1 failed at line (script.java:37). The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT. Caused by: java.net.NoRouteToHostException occurred. Error Message: No route to host: connect
    oracle.oats.scripting.modules.basic.api.exceptions.ScriptException: The attempt to connect to the server metric.ind.rediff.com on port 80 failed.
    Comparable WinInet error code: Error 12029: ERROR_INTERNET_CANNOT_CONNECT.
         at oracle.oats.scripting.modules.http.api.ThinBrowser.createResponseFromHttpJob(ThinBrowser.java:306)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:217)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:183)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:635)
         at oracle.oats.scripting.modules.http.api.HTTPService.navigate(HTTPService.java:1823)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2333)
         at oracle.oats.scripting.modules.http.api.HTTPService.get(HTTPService.java:2300)
         at script.run(script.java:37)
         at oracle.oats.scripting.modules.basic.api.IteratingVUser.run(IteratingVUser.java:262)
         at oracle.oats.scripting.modules.basic.api.internal.IteratingAgent.run(IteratingAgent.java:632)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.net.NoRouteToHostException: No route to host: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at oracle.oats.lbrowser.http.RSyncConnection.connect(RSyncConnection.java:480)
         at oracle.oats.lbrowser.http.RSyncConnection.runCurrentJob(RSyncConnection.java:871)
         at oracle.oats.lbrowser.http.RSyncConnection.IRBrowserConnection_doJob(RSyncConnection.java:201)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:899)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:833)
         at oracle.oats.lbrowser.http.RBrowser.Navigate(RBrowser.java:798)
         at oracle.oats.scripting.modules.http.api.ThinBrowser.navigate(ThinBrowser.java:212)
    Edited by: user8692266 on Feb 10, 2010 1:47 AM
    Edited by: user8692266 on Feb 10, 2010 1:47 AM

    Hi
    I'm guessing that you are going trough a proxy, if so you need to set your proxy setting for playback:
    View -> OpenScript preferences -> Playback -> HTTP and enter the proxy settings.
    Regards
    Alex

  • Mail.app no longer connecting to localhost or 127.0.0.1 port 143

    Gentleones,
    Problem:
    Mail.app cannot connect to localhost or 127.0.0.1 on port 143 in order to use an SSH-tunnelled connection to my IMAP server. It gripes that "The IMAP server '127.0.0.1' is not responding."
    Background:
    I occasionally have to connect via SSH tunnel to my mail server at home to access my E-mail via IMAP and Mail.app. While I have done so for several years, within the last two weeks, something has happened that no longer allows me to do so. (I think the triggering event was upgrading the client machine to 10.4.7, but I'm not positive.)
    Troubleshooting done to date:
    I can successfully open the tunnel and use TELNET to login to my server on the IMAP port, 143.
    I installed the latest version of Eudora and it connects to the tunnel successfully.
    I have deleted both the com.apple.mail.plist and both ~/Library/Mail and ~/Library/Mail Downloads folders, but that hasn't made any difference.
    Anybody got any idea what is going on here?
    Thanks,
    Bill
    Dual G5/2.5   Mac OS X (10.4.7)  

    You're welcome.
    How the heck did you figure that one out?!
    I didn't, actually. Someone else in this forum (and probably other people in other forums as well), figured it out by looking at the changes introduced by the Mac OS X 10.4.7 Update, and checking his/her own settings accordingly:
    About the Mac OS X 10.4.7 Update
    Re: Mail problem in 10.4.7

  • Connect to message server (host/3900) failed: NIEHOST_UNKNOWN.. br SOLUTION

    I am trying to install SLM as DISTRIBUTED SYSTEM. I have installed CENTRAL SERVICES INSTANCE on host 1 and DB instance on host 2.
    and trying to install CENTRAL SERVICE  on host 3.
    CENTRAL SERVICES INSTANCE  and DB instance install successfully.
    I am getting this error message when installing CENTRAL SERVICE.
    here is my sapinst_dev.log
    =======================
    Connect to message server (host/3900) failed: NIEHOST_UNKNOWN.
    ======================================================
    here is my dev
    =========================================================
    trc file: "dev_ms", trc level: 1, release: "700"
    [Thr 16384] Tue Feb 26 20:51:13 2008
    [Thr 16384] MsSSetTrcLog: trc logging active, max size = 20971520 bytes
    systemid   387 (Intel x86 with Linux)
    relno      7000
    patchlevel 0
    patchno    110
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        5846
    [Thr 16384] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 5846) [msxxserv_mt. 1824]
    [Thr 16384] SigISetDefaultAction : default handling for signal 17
    [Thr 16384] load acl file = /usr/sap/KGB/SYS/global/ms_acl_info
    [Thr 16384] MsGetOwnIpAddr: my host addresses are :
    [Thr 16384]   1 : [1XX.10.10.222] host1.mycompanyname.com (HOSTNAME)
    [Thr 16384]   2 : [1XX.0.0.1] localhost.localdomain (LOCALHOST)
    [Thr 16384] MsHttpInit: full qualified hostname = host1.mycompanyname.com
    [Thr 16384] HTTP logging is switch off
    [Thr 16384] set HTTP state to LISTEN
    [Thr 16384] MsHttpOwnDomain: own domain[1] = host1.mycompanyname.com
    [Thr 16384] ms/icf_info_server : deleted
    [Thr 16384] *** I listen to internal port 3900 (3900) ***
    [Thr 16384] *** HTTP port 8100 state LISTEN ***
    [Thr 16384] CUSTOMER KEY: >T0444609119<
    =========================================================
    I have changed the hostname in all the file (1) hostname ,(2)/etc/sysconfig/network file . i even checked my hostname and it shows hostname as "HOST1" so i am confused even though hostname is "HOST1" but in dev_ms the IP ADRESS is resolving to "host1.mycompanyname.com"
    3. Also when i am trying to run "startsap" or "stopsap" from host1 where central service instance is installed. It gives me "command not found" although i see all the exe file in /usr/sap/SID/SYS/exe/run. why my command not running.
    . I have added the sapmsSID 3900/tcp entries in both HOST1 and HOST3 services file.

    Only that
    When I grep on Error from the file I get
    more sapinst_dev.log |grep error
    Error number 8 error type SPECIFIC_CODE
    Error number 211 error type SPECIFIC_CODE
    pci_error_tolerance_time                 1440  Default      Immed
    Registering Profile directory /usr/sap/MBA/SYS/profile for beeing one of the sources of additional files to be collected in case of errors
    hth72231:mbaadm 25> more sapinst_dev.log | grep error |more
    Error number 8 error type SPECIFIC_CODE
    Error number 211 error type SPECIFIC_CODE
    pci_error_tolerance_time                 1440  Default      Immed
    Registering Profile directory /usr/sap/MBA/SYS/profile for beeing one of the sources of additional files to be collected in case of errors
    Standard input: END
    other
    TRACE[E]   2014-06-25 10:08:17.327 [syuxcuser.cpp:2762]
               CSyUserImpl_setOsInfos(iastring sName, iastring sID, tSyUserInfo& msUserNewinfo)
               lib=syslib module=syslib
    FSL-05014  Command '/usr/sbin/usermod' with parameters '-G "adm,bin,daemon,lp,mail,other,root,sys,users,sapinst" root' failed with return code 8: Login root
    is currently in use
    But that is not the issue

  • Check whether the port  21212 is already in use.

    hello ,I am facing the following error "check whether the port  21212 is already in use." i tried to logon using local hostcomputer name and port21212.
    could anybody help me in installing NW04 SR1.
    Thanks & Regards,
    Gopi

    Hello Arun, your solution worked in that aspect and now after that i have got new error in next step by name
    "connection to SAPinst broken.Reason:Network I/O exception:No buffer space available(maximum connections reached):recv failed java.net.SocketException:No buffer space available. Plese correct the error condition and restart the installation".
    Is there any solution for this error?I am using Oracle.
    Thanks & Regards,
    Gopi.

  • I cant connect my localhost except sqlplus

    hi everybody. i can connect my localhost via sqlplus.
    C:\sqplus <enter>
    username
    password
    okey
    SQL>...
    i can connect, there is no problem.
    But, if i want to connect except sqlplus for example with plsql developer, i cant connect the database.( also i cant connect with jdbc )
    Firstly, i was getting the ora-12545 error:
    "ORA-12545: Connect failed because target host or object does not ..."
    then, i am trying the edit tnsnames.ora and listener.ora, i changed the host as a 127.0.0.1 .
    so, again i am trying the connect to the server with plsql developer, this time i am encountering this error :
    "ORA-12514 : Tns: listener does not currently know of service requested in connect descriptor."
    how can i solve this problem? as i said top of the page, i can connect with sqlplus.
    thanx

    result of lsnrctl status:
    >>
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-ÌUB-2008 22:45
    :14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 06-ÌUB-2008 18:14:23
    Uptime 0 days 4 hr. 30 min. 51 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File E:\oraclexe\app\oracle\product\10.2.0\server\network\a
    dmin\listener.ora
    Listener Log File E:\oraclexe\app\oracle\product\10.2.0\server\network\l
    og\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    >>
    the content of listener.ora :
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = E:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    the content of tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    thank you for responses.

  • Connecting to the LOB system has failed. A network-related or instance-specific error occurred while establishing a connection to SQL Serve

    Hi!
    I'm using consume adapter service> sqlbinding >  to connect to sql database in order to generate sql schemas.
    I'm getting below error:
    Connecting to the LOB system has failed. 
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified).
    Christiane

    Hi, 
    As suggested earlier this seems to be a DTC related issue. It can only occur if the DTC settings are not proper or if firewalls don't allow the default ports to communicate.
    Check DTC settings on both SQL and BizTalk Box and also check if MSDTC service is up and running.
    Go to Start
    à Run
    à (type in) Dcomcnfg. You should be inside Component Services MMC.
    Expand Component Services
    à Computers
    à My Computer (right click)
    à Properties
    à MSDTC tab
    à Security Configuration button.
    Select the checkboxes as following : 
    Check the below article from Microsoft Support Team, they have listed all the errors which may come during setting up a new system. They also have your MSDTC error listed.
    Resolving the issues you may face during BizTalk Runtime Configuration
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

Maybe you are looking for

  • Brand new macbook with really slow internet all of a sudden? I have etrecheck please help!

    Hey everyone, My macbook air is just over a month old and has been working great until this week. Weird things... Firstly. I turned it on one day and it came up with an error saying my ip adress has been used by another device Secondly. Random screen

  • URL on Pop-Up

    Hello all,         I have designed a custom pop-up to be displayed from standard WebUI view and diplay data in a tabular form, everything is working fine but i see a url( http address ) showing up in the Pop-Up which is not intended. How do I remove

  • Why my Ipad2 will not play rented video to a projector via vga adapter connection

    Hi, i want to know why my ipad will not play rented video to a projector using the apple vga adapter connector.  This is just basic mirroring and there should be no problem isn't it?  Please help. Thank you

  • Webiserver error in Event Viewer

    Hello, The following messages were displayed in the Event Viewer.   Event Type: Warning   Event Source: BusinessObjects_CMS   Event Category: General   Event ID: 33017   Date: XXXX   Time: XXXX   User: N/A   Computer:XXXX   Descripsion:      It conne

  • NO Driver for Z6100 42" for OS 10.10.... what do I do !

    So I have recently bought a new mac after my windows based laptop died. I am trying to install the Z6100 using the ethernet cable as it has no wireless or usb connection. I can not find a driver anywhere for the new (over 6 months old now) OS 10.10 ?