Ping is ok, but no SSH connection

Hi everybody,
I have a problem with SSH connection. 
I have a network, which can be pinged and connected by SSH from my laptop. 
And some other machines (in my subnet)can ping this range of network, but can't connect by SSH. 
No access list restrictions. No closed ports from server side. 
And one thing... 
I've checked bu wireshark, and see that, when this machines try to connect by SSH, there is no request out of its Ethernet interface. Ping is ok, again. 
But they can connect by SSH to other machines, from other subnets. 
Which information do you need to investigate and help with this problem? 

If the original poster is able to SSH to the device from his laptop then this demonstrates that SSH is enabled and seems correctly configured (which rules out one of the most common problems).
If other devices are able to ping then it seems to demonstrate IP connectivity and correct routing (which rules out another of the common problems).
I wonder if the problem might involve versions of SSH and what is configured on the device. If the device specifies version 2 (for example) and the original poster is specifying version 2 but the other devices are using version 1 then it would cause these symptoms.
It would be helpful if the original poster would provide the output of show ip ssh and the configuration of the vty ports. It would be even more helpul if the original poster would provide the complete configuration of the device (with sensitive data masked out).
HTH
Rick

Similar Messages

  • I have a Mac on my home network and also a Systemline music server on same network. My PC was able to find the server but my MAC cannot. I can ping the server from the mac, but cannot actually connect . Also can't add the mac as a location from server

    I have a Mac on my home network and also a Systemline music server on same network. My PC was able to find the server but my MAC cannot. I can ping the server from the mac, but cannot actually connect . Also can't add the mac as a location from server, despite following the Systemline instructions that impy this can be done.
    Can anyone please advise what I am doing wrong?

    Hi LowLuster
    Thanks for reply. I am not an expert on these sharing protocols but I think I have turned on SMB sharing but still wont connect. I tried adding netwrik drive by using cntrl K in finder and using smb\\network address but nothing. It is driving me mad!!

  • Problems with SSH: Connection Refused

    Greetings fellow Arch users,
    I have hit a bit of a snag that I could really use some extra help getting around. I've tried everything I can think of (and everything that Google thought might work) and I have my back rather against a wall, so I thought I'd come here to see if anyone can offer some advice.
    To make a long story short, I am a college student and am attempting to set up an ssh server on a desktop at my house so I can access it remotely from the college. I have the computer set up and the server running, however I am having difficulty making connections to it from my laptop. I know that the server is running, because I can log into it both from the server itself (sshing into local host) and from my laptop when I use the internal IP address.
    The server is on a static IP address within the network(192.168.0.75), and my router is configured to forward TCP port 1500 to it (I'm using 1500 as the port for my ssh server). However, when I attempt to log into the ssh server using my network's external IP address, the connection is refused. I used nmap to scan my network and found that, even though the proper ports are forwarded to the proper place as far as my Router's configuration interface is concerned, port 1500 is not listed as one of the open TCP ports. I also, to test it, temporarily disabled the firewalls on both the server and the client. That didn't help. The command that I am running is:
    ssh -p 1500 douglas@[external ip address
    As I am really not sure what is causing this problem, I don't know what information to provide. So here is everything that my inexperienced mind sees as likely being important. If you need anything more, let me know and I will do my best to provide it.
    Here is the sshd_config file from my server.
    # This is the sshd server system-wide configuration file. See
    # sshd_config(5) for more information.
    # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
    # The strategy used for options in the default sshd_config shipped with
    # OpenSSH is to specify options with their default value where
    # possible, but leave them commented. Uncommented options override the
    # default value.
    Port 1500
    #AddressFamily any
    #ListenAddress 0.0.0.0
    #ListenAddress ::
    # The default requires explicit activation of protocol 1
    #Protocol 2
    # HostKey for protocol version 1
    #HostKey /etc/ssh/ssh_host_key
    # HostKeys for protocol version 2
    #HostKey /etc/ssh/ssh_host_rsa_key
    #HostKey /etc/ssh/ssh_host_dsa_key
    #HostKey /etc/ssh/ssh_host_ecdsa_key
    # Lifetime and size of ephemeral version 1 server key
    #KeyRegenerationInterval 1h
    #ServerKeyBits 1024
    # Ciphers and keying
    #RekeyLimit default none
    # Logging
    # obsoletes QuietMode and FascistLogging
    #SyslogFacility AUTH
    #LogLevel INFO
    # Authentication:
    #LoginGraceTime 2m
    PermitRootLogin no
    #StrictModes yes
    #MaxAuthTries 6
    #MaxSessions 10
    #RSAAuthentication yes
    #PubkeyAuthentication yes
    # The default is to check both .ssh/authorized_keys and .ssh/authorized_keys2
    # but this is overridden so installations will only check .ssh/authorized_keys
    AuthorizedKeysFile .ssh/authorized_keys
    #AuthorizedPrincipalsFile none
    #AuthorizedKeysCommand none
    #AuthorizedKeysCommandUser nobody
    # For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
    #RhostsRSAAuthentication no
    # similar for protocol version 2
    #HostbasedAuthentication no
    # Change to yes if you don't trust ~/.ssh/known_hosts for
    # RhostsRSAAuthentication and HostbasedAuthentication
    #IgnoreUserKnownHosts no
    # Don't read the user's ~/.rhosts and ~/.shosts files
    #IgnoreRhosts yes
    # To disable tunneled clear text passwords, change to no here!
    #PasswordAuthentication yes
    #PermitEmptyPasswords no
    # Change to no to disable s/key passwords
    ChallengeResponseAuthentication no
    # Kerberos options
    #KerberosAuthentication no
    #KerberosOrLocalPasswd yes
    #KerberosTicketCleanup yes
    #KerberosGetAFSToken no
    # GSSAPI options
    #GSSAPIAuthentication no
    #GSSAPICleanupCredentials yes
    # Set this to 'yes' to enable PAM authentication, account processing,
    # and session processing. If this is enabled, PAM authentication will
    # be allowed through the ChallengeResponseAuthentication and
    # PasswordAuthentication. Depending on your PAM configuration,
    # PAM authentication via ChallengeResponseAuthentication may bypass
    # the setting of "PermitRootLogin without-password".
    # If you just want the PAM account and session checks to run without
    # PAM authentication, then enable this but set PasswordAuthentication
    # and ChallengeResponseAuthentication to 'no'.
    UsePAM yes
    #AllowAgentForwarding yes
    #AllowTcpForwarding yes
    #GatewayPorts no
    #X11Forwarding no
    #X11DisplayOffset 10
    #X11UseLocalhost yes
    PrintMotd no # pam does that
    #PrintLastLog yes
    #TCPKeepAlive yes
    #UseLogin no
    UsePrivilegeSeparation sandbox # Default for new installations.
    #PermitUserEnvironment no
    #Compression delayed
    #ClientAliveInterval 0
    #ClientAliveCountMax 3
    #UseDNS yes
    #PidFile /run/sshd.pid
    #MaxStartups 10:30:100
    #PermitTunnel no
    #ChrootDirectory none
    #VersionAddendum none
    # no default banner path
    #Banner none
    # override default of no subsystems
    Subsystem sftp /usr/lib/ssh/sftp-server
    # Example of overriding settings on a per-user basis
    #Match User anoncvs
    # X11Forwarding no
    # AllowTcpForwarding no
    # ForceCommand cvs server
    The ouptut of ip addr when run on the server:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp8s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:21:9b:3a:be:94 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.75/24 brd 192.168.255.0 scope global enp8s0
    valid_lft forever preferred_lft forever
    inet6 fe80::221:9bff:fe3a:be94/64 scope link
    valid_lft forever preferred_lft forever
    Here is the output from running nmap on the network:
    Starting Nmap 6.40 ( http://nmap.org ) at 2013-09-28 21:05 EDT
    Initiating Ping Scan at 21:05
    Scanning address [2 ports]
    Completed Ping Scan at 21:05, 0.01s elapsed (1 total hosts)
    Initiating Parallel DNS resolution of 1 host. at 21:05
    Completed Parallel DNS resolution of 1 host. at 21:05, 0.05s elapsed
    Initiating Connect Scan at 21:05
    Scanning pa-addresss.dhcp.embarqhsd.net (address) [1000 ports]
    Discovered open port 80/tcp on address
    Discovered open port 443/tcp on address
    Discovered open port 23/tcp on address
    Discovered open port 21/tcp on address
    Completed Connect Scan at 21:05, 4.08s elapsed (1000 total ports)
    Nmap scan report for pa-address.dhcp.embarqhsd.net (address)
    Host is up (0.036s latency).
    Not shown: 995 closed ports
    PORT STATE SERVICE
    21/tcp open ftp
    23/tcp open telnet
    80/tcp open http
    443/tcp open https
    8080/tcp filtered http-proxy
    Read data files from: /usr/bin/../share/nmap
    Nmap done: 1 IP address (1 host up) scanned in 4.19 seconds
    Here is the ssh_config client-side:
    # $OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $
    # This is the ssh client system-wide configuration file. See
    # ssh_config(5) for more information. This file provides defaults for
    # users, and the values can be changed in per-user configuration files
    # or on the command line.
    # Configuration data is parsed as follows:
    # 1. command line options
    # 2. user-specific file
    # 3. system-wide file
    # Any configuration value is only changed the first time it is set.
    # Thus, host-specific definitions should be at the beginning of the
    # configuration file, and defaults at the end.
    # Site-wide defaults for some commonly used options. For a comprehensive
    # list of available options, their meanings and defaults, please see the
    # ssh_config(5) man page.
    # Host *
    # ForwardAgent no
    # ForwardX11 no
    # RhostsRSAAuthentication no
    # RSAAuthentication yes
    # PasswordAuthentication yes
    # HostbasedAuthentication no
    # GSSAPIAuthentication no
    # GSSAPIDelegateCredentials no
    # BatchMode no
    # CheckHostIP yes
    # AddressFamily any
    # ConnectTimeout 0
    # StrictHostKeyChecking ask
    # IdentityFile ~/.ssh/identity
    # IdentityFile ~/.ssh/id_rsa
    # IdentityFile ~/.ssh/id_dsa
    # Port 22
    Protocol 2
    # Cipher 3des
    # Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
    # MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160
    # EscapeChar ~
    # Tunnel no
    # TunnelDevice any:any
    # PermitLocalCommand no
    # VisualHostKey no
    # ProxyCommand ssh -q -W %h:%p gateway.example.com
    # RekeyLimit 1G 1h
    Output of ssh -v during connection attempt:
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 1500.
    debug1: connect to address address port 1500: Connection refused
    ssh: connect to host address port 1500: Connection refused
    Thank you guys ahead of time. Getting this server operational is hardly critical, it is just a side project of mine, but I would really like to see it working.
    Douglas Bahr Rumbaugh
    Last edited by douglasr (2013-09-29 02:58:56)

    Okay, so I finally have the opportunity to try and log in from a remote network. And. . .  it doesn't work. Which is just my luck because I now need to wait an entire week, at least, before I can touch the server again. Anyway, running ssh with the maximum verbosity I get this output:
    douglas ~ $ ssh -vvv -p 2000 address
    OpenSSH_6.3, OpenSSL 1.0.1e 11 Feb 2013
    debug1: Reading configuration data /home/douglas/.ssh/config
    debug1: Reading configuration data /etc/ssh/ssh_config
    debug2: ssh_connect: needpriv 0
    debug1: Connecting to address [address] port 2000.
    debug1: connect to address address port 2000: Connection timed out
    ssh: connect to host address port 2000: Connection timed out
    It takes a minute or two for the command to finish with the connection timeout, as one would expect. And yes, I am reasonably sure that the address that I am using is my home network's external IP. It is dynamic, but I checked it before I left which was just over an hour ago. I guess that it may have changed. I'll know that for sure in the morning, when my server sends me an automatic email with the network's current address. In the meantime I am operating under the assumption that the address I am using is correct. What else could be the problem?

  • Remote ssh connection dropping

    Here is a strange issue, I have been facing of late. My router is setup to forward a particular port to my OUL box.
    When I login from my home to this box which is at my office using a ssh connection with putty, it stays for a minute (even less at times), and drops off. I have made some changes to sshd_config etc., but don't really seem to have a solution.
    What's worse, I have an Oracle db running on the box. There is also a small web application that we use for our internal needs. This is accessed by people on the road. Very often, they just get kicked out - not even a 404 - the server is not available. And it pings fine.
    I have checked the /var/log/secure file - there were a couple of issues before that have been solved already (like having the serverlistening ip and port in sshd_config). Nothing shows up any more on it.
    Any help will be greatly appreciated!

    For the dropping ssh connection, you could try to monitor the tcp packets using wireshark.
    If the connection is dropped liked it supposed to be (reset packet from server; connection disconnected like it should), it's your server which is the culprit.
    But the issue smells like an ip address conflict...If it IS an ip address conflict, the MAC address changes (if the server is in the same subnet, otherwise, the MAC isn't visible; routing is a TCP property, whilst MAC resolving is done on the IP level)

  • [SOLVED] Ping Error (Network seems to be connected)

    Hello,
    Fairly new Arch user here. Had it installed a while back but it seems this time around something isn't configured right.
    I'm not sure what information is useful for troubleshooting this, but I have no problem providing whatever may be helpful.
    I'm trying to get my wireless connection working.
    I am apparently connected to my wireless network, but when I attempt to ping google.ca/com/etc. I get the error
    ping: unknown host google.ca
    When I try to ping 8.8.8.8 I get the error
    connect: Network unreachable
    I've read through some wireless wiki page info and I've been searching the forums but to be honest I'm a little bit lost for a starting point because I don't understand what's wrong in the first place (I seem to have a connection but can't connect to anything).
    Any and all help is much appreciated.
    Thanks!
    Last edited by Roby (2014-10-30 19:14:46)

    Absolutely
    ip link (I left the other connection info out as I had to type this out manually. Please let me know if there was anything other than the wireless part of this output that might be needed)
    wlp2s0: <BOARDCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 70:f1:a1:a3:2f:9e brd ff:ff:ff:ff:ff:ff
    ifconfig
    -bash: ifconfig: command not found
    Last edited by Roby (2014-10-30 13:39:34)

  • Dispatcher running but no server connected

    I am getting this error.
    on http://<host>:<port>/irj/portal
    error message is:
    503 Service Unavailable
    Dispatcher running but no server connected!
    Details:   No details available
    in SAP MMC
    server0 is in yellow color with status "Starting Application".
    error in dev_server0 of /work deirectory is displyed below.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4652] Wed May 28 09:35:38 2008
    [Thr 4652] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4652] Wed May 28 09:35:39 2008
    [Thr 4652] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4652] JLaunchISetClusterId: set cluster id 34388750
    [Thr 4652] Wed May 28 09:35:40 2008
    [Thr 4652] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4652] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed May 28 09:55:46 2008
    Full thread dump Java HotSpot(TM) Server VM (1.4.2_12-b03 mixed mode):
    "SAPJarResourceCloseTimeoutThread" daemon prio=5 tid=0x0544be78 nid=0x1508 in Object.wait() [0x06e7f000..0x06e7fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590060> (a com.sap.engine.frame.core.load.res.JarThread)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.frame.core.load.res.JarThread.run(JarThread.java:32)
         - locked <0x15590060> (a com.sap.engine.frame.core.load.res.JarThread)
    "Thread-14" daemon prio=5 tid=0x05495838 nid=0x148c in Object.wait() [0x06e3f000..0x06e3fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155900f8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x155900f8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.cache.util.ReferenceQueueRunnable.run(ReferenceQueueRunnable.java:43)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x04c32628 nid=0x1488 in Object.wait() [0x06dff000..0x06dffd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590168> (a java.lang.Object)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:134)
         - locked <0x15590168> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x04c64a80 nid=0x1484 in Object.wait() [0x06dbf000..0x06dbfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590218> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x15590218> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x04c64840 nid=0x1478 in Object.wait() [0x06d7f000..0x06d7fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155902a0> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:115)
         - locked <0x155902a0> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x052941b8 nid=0x1474 in Object.wait() [0x06d3f000..0x06d3fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590330> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x15590330> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "SAPEngine_EnquReader" prio=5 tid=0x049638b8 nid=0x1464 runnable [0x06cff000..0x06cffd94]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sap.bc.krn.enqu.EncomiHandle.ReceiveMessage(EncomiHandle.java:483)
         - locked <0x155903f8> (a java.lang.Object)
         at com.sap.bc.krn.enqu.EnccliMultiplexHandle.receive(EnccliMultiplexHandle.java:771)
         at com.sap.bc.krn.enqu.ReadRunnable.run(EnccliMultiplexHandle.java:958)
         at java.lang.Thread.run(Thread.java:534)
    "SAP J2EE Engine|MS Ping Thread" prio=5 tid=0x04e09e88 nid=0x1460 waiting on condition [0x06cbf000..0x06cbfd94]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection$MSPingRunner.run(MSRawConnection.java:2383)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x04984ce8 nid=0x1458 in Object.wait() [0x06bdf000..0x06bdfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x15590528> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x049840b8 nid=0x1454 in Object.wait() [0x06b9f000..0x06b9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590608> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x15590608> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_37" prio=5 tid=0x04983488 nid=0x1450 in Object.wait() [0x06b5f000..0x06b5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_36" prio=5 tid=0x04982858 nid=0x144c in Object.wait() [0x06b1f000..0x06b1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_35" prio=5 tid=0x04981c28 nid=0x1448 in Object.wait() [0x06adf000..0x06adfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_34" prio=5 tid=0x04980ff8 nid=0x1444 in Object.wait() [0x06a9f000..0x06a9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_33" prio=5 tid=0x049803c8 nid=0x1440 in Object.wait() [0x06a5f000..0x06a5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_32" prio=5 tid=0x0497f808 nid=0x143c in Object.wait() [0x06a1f000..0x06a1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_31" prio=10 tid=0x04abfa60 nid=0x1438 in Object.wait() [0x069df000..0x069dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155909e8> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:119)
         - locked <0x155909e8> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_30" prio=5 tid=0x04abeec8 nid=0x1434 in Object.wait() [0x0699f000..0x0699fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_29" prio=5 tid=0x04abe200 nid=0x1430 in Object.wait() [0x0695f000..0x0695fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x155906e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)

    Hi Tom,
    I will explain you the complete scenario....
    My User Administration tab is not working...
    on User Administration clickthis is getting displayed:
    503 Service Unavailableu2026
    The application you are trying to use is not started.
    in log file its giving : Access Denied : Communication User
    com.sap.portal.certlogon.
    I checked in visual admin and found some info on SDN..
    that your UMEAdmin is not working properly...
    in visual admin i tried to stop and start this service....
    this service gets stopped but not getting start....
    I tried it by rebooting the server also
    In log its giving webdynpro container is not started,
    And server0 color in SAP MMC is yellow and status is Starting apps..
    The I tried redeployment of  these packages from sdm.
    aii_proxy_rt.sda
    aii_util_xml.sda
    grmg.sda
    it gets successfully undeployed and then redeployed.
    But still umeadmin service in visual administrator is down.
    Then I tried undeployment of followingUME related components:
    core.ume.services..
    core.admin630
    core.admin.par
    but sdm gets hanged and evrything gets in processing mode on servre...
    then in end i have to reboot the system...
    then i chekced and these sda are missing from deployed components list.
    i tried deployment again  but its failed deployment with followintg errors:
    ===========================================================================
    Undeployment started Mon May 26 20:20:31 IST 2008
    ===========================================================================
    Starting Undeployment of tc/sec/ume/wd/umeadmin
    Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter
    valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more
    information, see SAP note 701654.
    com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials
    detected while trying to obtain connection to the J2EE Engine.
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineAppOnlineUndeployerImpl.checkLoginCredentials.DMAUTHEXC)
    Undeployment of tc/sec/ume/wd/umeadmin finished with Error (Duration 1803350ms)
    ===========================================================================
    Undeployment ended Mon May 26 21:20:34 IST 2008
    ===========================================================================
    ===========================================================================
    Deployment started Tue May 27 19:52:35 IST 2008
    ===========================================================================
    Starting Deployment of com.sap.security.core.ume.service
    Aborted: development component 'com.sap.security.core.ume.service'/'sap.com'/'SAP
    AG'/'7.0008.20060607173912.0000':
    SDM could not stop the J2EE cluster! The offline deployment is terminated.
    com.sap.sdm.apiint.serverext.sdmprovided.JStartupControllerException: A timeout has occured while ensuring that
    process server0 is in final state.
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineOfflineDeployerImpl.performAction(DeploymentActionTypes).SH
    UTDOWN_CLUSTER)
    Deployment of com.sap.security.core.ume.service finished with Error (Duration 5405522 ms)
    Coz its giving me the error that sdm is not able to connect to j2ee engine in log file so deployment aborted.
    And deployment is going on in sdm gui with 0% status
    And in between http://<host>:<port>/irj
    its showing:
    503 service unavailable
    Dispatcher running but no server connected!
    No details available
    And in sapmmc..
    Server is in yellow colour..
    Regarding Server color...
    I faced this problem earlier also when i deployed components related to usage type DI...and its not deployed properly and some error message comes in sdm...that deployment failed..even after that server color got changed fro Green to Yellow...
    in that case i started the sdm in standalone mode and undeployed that componets and it worked fine....
    and server status gets changed to green again...
    but now when m trying this its giving me the error that its not getting connected to j2ee engine.....looks like server's services are not started properly....
    below is the std_server0.out file of work director this the the log of when server gets started...and looks like service is not getting started and its giving thread dump.. kindly check this too...
    std_server0.out
    stdout/stderr redirect
    node name   : server0
    pid         : 7832
    system name : E12
    system nr.  : 03
    started at  : Thu May 29 09:46:48 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 7432] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 1297 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 47 ms.
    Loading: ThreadManager ... 16 ms.
    Loading: IpVerificationManager ... 31 ms.
    Loading: ClassLoaderManager ... 15 ms.
    Loading: ClusterManager ... 235 ms.
    Loading: LockingManager ... 78 ms.
    Loading: ConfigurationManager ... 2187 ms.
    Loading: LicensingManager ... 32 ms.
    Loading: CacheManager ... 140 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (0 ms).
      Service runtimeinfo started. (16 ms).
      Service cross started. (94 ms).
      Service memory started. (16 ms).
      Service timeout started. (47 ms).
      Service file started. (187 ms).
      Service p4 started. (1078 ms).
      Service classpath_resolver started. (31 ms).
      Service log_configurator started. (3360 ms).
      Service locking started. (0 ms).
      Service naming started. (266 ms).
      Service ts started. (62 ms).
      Service javamail started. (62 ms).
      Service licensing started. (15 ms).
      Service iiop started. (250 ms).
    ================================================================================
    getThreadDump : Thu May 29 10:06:59 2008
    Timed out services:
    Service MigrationService > hard reference to interface container.
    Service shell > hard reference to interface security.
    Service bimmrdeployer > hard reference to interface container.
    ================================================================================
      Timed out services:
    Full thread dump Java HotSpot(TM) Server VM (1.4.2_12-b03 mixed mode):
    "SAPJarResourceCloseTimeoutThread" daemon prio=5 tid=0x051789f0 nid=0x2770 in Object.wait() [0x07e7f000..0x07e7fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590060> (a com.sap.engine.frame.core.load.res.JarThread)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.frame.core.load.res.JarThread.run(JarThread.java:32)
         - locked <0x15590060> (a com.sap.engine.frame.core.load.res.JarThread)
    "Thread-14" daemon prio=5 tid=0x053dbdf8 nid=0x2f4 in Object.wait() [0x07e3f000..0x07e3fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155900f8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x155900f8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.cache.util.ReferenceQueueRunnable.run(ReferenceQueueRunnable.java:43)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x04dafc38 nid=0x102c in Object.wait() [0x07dff000..0x07dffd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590168> (a java.lang.Object)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:134)
         - locked <0x15590168> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x0556e008 nid=0x165c in Object.wait() [0x07dbf000..0x07dbfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590218> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x15590218> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x055a6008 nid=0x27f0 in Object.wait() [0x07d7f000..0x07d7fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155902a0> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:115)
         - locked <0x155902a0> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x04dea760 nid=0x26bc in Object.wait() [0x07d3f000..0x07d3fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590330> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x15590330> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "SAPEngine_EnquReader" prio=5 tid=0x04f8cb58 nid=0x25a0 runnable [0x06cff000..0x06cffd94]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sap.bc.krn.enqu.EncomiHandle.ReceiveMessage(EncomiHandle.java:483)
         - locked <0x155903f8> (a java.lang.Object)
         at com.sap.bc.krn.enqu.EnccliMultiplexHandle.receive(EnccliMultiplexHandle.java:771)
         at com.sap.bc.krn.enqu.ReadRunnable.run(EnccliMultiplexHandle.java:958)
         at java.lang.Thread.run(Thread.java:534)
    "SAP J2EE Engine|MS Ping Thread" prio=5 tid=0x0503c9d0 nid=0x189c waiting on condition [0x06cbf000..0x06cbfd94]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection$MSPingRunner.run(MSRawConnection.java:2383)
         at java.lang.Thread.run(Thread.java:534)
    "SAPEngine_System_Thread[impl:5]_39" prio=5 tid=0x04d96d28 nid=0x10ac in Object.wait() [0x06bdf000..0x06bdfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_38" prio=5 tid=0x05003a38 nid=0x2630 in Object.wait() [0x06b9f000..0x06b9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_37" prio=10 tid=0x04d96258 nid=0x259c in Object.wait() [0x06b5f000..0x06b5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590648> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:119)
         - locked <0x15590648> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_36" prio=5 tid=0x04d95808 nid=0x2610 in Object.wait() [0x06b1f000..0x06b1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_35" prio=5 tid=0x04faabd8 nid=0x17fc in Object.wait() [0x06adf000..0x06adfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_34" prio=5 tid=0x04faa180 nid=0x213c in Object.wait() [0x06a9f000..0x06a9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_33" prio=5 tid=0x04fa95f0 nid=0x2594 in Object.wait() [0x06a5f000..0x06a5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_32" prio=5 tid=0x04c738e0 nid=0x2580 in Object.wait() [0x06a1f000..0x06a1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_31" prio=5 tid=0x04c72cb8 nid=0x2558 in Object.wait() [0x069df000..0x069dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155909d8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:192)
         - locked <0x155909d8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.configuration.impl.event.QueuedEventProcessor.run(QueuedEventProcessor.java:44)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_30" prio=5 tid=0x04c721c8 nid=0x257c in Object.wait() [0x0699f000..0x0699fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_29" prio=5 tid=0x04c716d8 nid=0x2584 in Object.wait() [0x0695f000..0x0695fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_28" prio=5 tid=0x04c70be8 nid=0x2634 in Object.wait() [0x0691f000..0x0691fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_27" prio=5 tid=0x04f98e78 nid=0x2658 in Object.wait() [0x068df000..0x068dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_26" prio=5 tid=0x04f98b88 nid=0x2620 in Object.wait() [0x0689f000..0x0689fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_25" prio=10 tid=0x04f98098 nid=0x5b0 in Object.wait() [0x0685f000..0x0685fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590d50> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:119)
         - locked <0x15590d50> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_24" prio=5 tid=0x04f8d1e8 nid=0x1df4 waiting on condition [0x0681f000..0x0681fd94]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool$IdleConnectionsChecker.run(DBConnectionPool.java:427)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_23" prio=5 tid=0x04c6f008 nid=0x25c4 in Object.wait() [0x067df000..0x067dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_22" prio=10 tid=0x04e915d8 nid=0x25ec in Object.wait() [0x0679f000..0x0679fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590648> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:119)
         - locked <0x15590648> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "Timeout Service Synchronous Internal Thread" prio=5 tid=0x04e909a0 nid=0x255c in Object.wait() [0x0675f000..0x0675fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155910b0> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.timeout.TimeoutManagerImpl.singleThreadRun(TimeoutManagerImpl.java:589)
         - locked <0x155910b0> (a java.lang.Object)
         at com.sap.engine.services.timeout.TimeoutManagerRunner.run(TimeoutManagerRunner.java:18)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_20" prio=5 tid=0x04e8fc48 nid=0x238c in Object.wait() [0x0671f000..0x0671fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAP J2EE Engine|MS Queue Listener" prio=5 tid=0x04e8f0c0 nid=0x25cc in Object.wait() [0x066df000..0x066dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15591260> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:192)
         - locked <0x15591260> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerQueue.run(MSListenerQueue.java:67)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_18" prio=5 tid=0x04f82db0 nid=0x2578 in Object.wait() [0x0669f000..0x0669fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_17" prio=5 tid=0x04f826c0 nid=0x2574 in Object.wait() [0x0665f000..0x0665fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_16" prio=5 tid=0x04aa4178 nid=0x2600 in Object.wait() [0x0661f000..0x0661fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15591438> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x15591438> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.lib.util.cache.CacheGroup.run(CacheGroup.java:76)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAP J2EE Engine|MS Socket Listener" prio=5 tid=0x04aa3a88 nid=0x2530 runnable [0x065df000..0x065dfd94]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         - locked <0x15591d60> (a java.io.BufferedInputStream)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageHeader.read(MSMessageHeader.java:440)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageObjectImpl.readHeader(MSMessageObjectImpl.java:142)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage(MSRawConnection.java:1660)
         at com.sap.engine.core.cluster.impl6.ms.MSListener.run(MSListener.java:86)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_14" prio=5 tid=0x04aa2f98 nid=0x25b0 in Object.wait() [0x0659f000..0x0659fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_13" prio=5 tid=0x04aa24a8 nid=0x5e4 in Object.wait() [0x0655f000..0x0655fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155921d0> (a com.sap.engine.services.log_configurator.archive.Buffer)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.log_configurator.archive.Buffer.getTask(Buffer.java:38)
         - locked <0x155921d0> (a com.sap.engine.services.log_configurator.archive.Buffer)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:37)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_12" prio=5 tid=0x04aa19d0 nid=0x24a0 in Object.wait() [0x0651f000..0x0651fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_11" prio=5 tid=0x04b90190 nid=0xffc in Object.wait() [0x064df000..0x064dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_10" prio=5 tid=0x04b8faa0 nid=0x25ac in Object.wait() [0x0649f000..0x0649fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_9" prio=5 tid=0x04b8f008 nid=0x260c in Object.wait() [0x0645f000..0x0645fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x04f4dc10 nid=0x2588 in Object.wait() [0x0641f000..0x0641fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15592478> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x15592478> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_7" prio=5 tid=0x04ed5e18 nid=0x25c8 runnable [0x063df000..0x063dfd94]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <0x15592590> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at com.sap.engine.core.cluster.impl6.net.ClusterServerSocket.accept(ClusterServerSocket.java:51)
         at com.sap.engine.core.cluster.impl6.JoinPortListener.run(JoinPortListener.java:72)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_6" prio=5 tid=0x04ed5c18 nid=0x2568 in Object.wait() [0x0639f000..0x0639fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Internal Thread" prio=5 tid=0x04eb6ce0 nid=0x100c in Object.wait() [0x0635f000..0x0635fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155927c0> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.timeout.TimeoutManagerImpl.multiThreadRun(TimeoutManagerImpl.java:476)
         - locked <0x155927c0> (a java.lang.Object)
         at com.sap.engine.services.timeout.TimeoutManagerRunner.run(TimeoutManagerRunner.java:20)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x04ecce28 nid=0x25f4 in Object.wait() [0x0631f000..0x0631fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x155928a8> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x155928a8> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "Session Reader for cluster node 34388700" prio=5 tid=0x04eccc28 nid=0x25f0 runnable [0x062df000..0x062dfd94]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         - locked <0x155931c8> (a java.io.BufferedInputStream)
         at com.sap.engine.core.cluster.impl6.session.Reader.run(Reader.java:83)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_2" prio=5 tid=0x04aa4d38 nid=0x25c0 in Object.wait() [0x0629f000..0x0629fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_1" prio=5 tid=0x04aa4708 nid=0x2604 in Object.wait() [0x0625f000..0x0625fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "OrderedChannel for service" prio=5 tid=0x04b722a8 nid=0x23e4 in Object.wait() [0x0621f000..0x0621fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15590528> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_ThreadManager Maintaining thread." prio=10 tid=0x04b720a8 nid=0x308 in Object.wait() [0x061df000..0x061dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593ac8> (a com.sap.engine.core.thread.impl5.ExecutorThread)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.thread.impl5.ExecutorThread.run(ExecutorThread.java:70)
         - locked <0x15593ac8> (a com.sap.engine.core.thread.impl5.ExecutorThread)
    "SAPEngine_Application_Thread[impl:3]_ThreadManager Maintaining thread." prio=10 tid=0x04daf810 nid=0x252c in Object.wait() [0x0619f000..0x0619fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593b20> (a com.sap.engine.core.thread.impl3.RuntimeMaintainingThread)
         at com.sap.engine.core.thread.impl3.RuntimeMaintainingThread.run(RuntimeMaintainingThread.java:65)
         - locked <0x15593b20> (a com.sap.engine.core.thread.impl3.RuntimeMaintainingThread)
    "SAPEngine_Application_Thread[impl:3]_39" prio=5 tid=0x04daed20 nid=0xc40 in Object.wait() [0x0615f000..0x0615fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_38" prio=5 tid=0x04e94e30 nid=0x12c0 in Object.wait() [0x0611f000..0x0611fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_37" prio=5 tid=0x04e94740 nid=0x2554 in Object.wait() [0x060df000..0x060dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_36" prio=5 tid=0x04e93c50 nid=0x145c in Object.wait() [0x0609f000..0x0609fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_35" prio=5 tid=0x04e93160 nid=0x2440 in Object.wait() [0x0605f000..0x0605fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_34" prio=5 tid=0x04e926f8 nid=0x2534 in Object.wait() [0x0601f000..0x0601fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_33" prio=5 tid=0x0117eed0 nid=0x27a8 in Object.wait() [0x05fdf000..0x05fdfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_32" prio=5 tid=0x0117e3e0 nid=0x2220 in Object.wait() [0x05f9f000..0x05f9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_31" prio=5 tid=0x0117d8f0 nid=0x1dac in Object.wait() [0x05f5f000..0x05f5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_30" prio=5 tid=0x01188450 nid=0x1fbc in Object.wait() [0x05f1f000..0x05f1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_29" prio=5 tid=0x01187960 nid=0x1420 in Object.wait() [0x05edf000..0x05edfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_28" prio=5 tid=0x01186e70 nid=0x2560 in Object.wait() [0x05e9f000..0x05e9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_27" prio=5 tid=0x01186408 nid=0x22d8 in Object.wait() [0x05e5f000..0x05e5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_26" prio=5 tid=0x04c65760 nid=0x7f4 in Object.wait() [0x05e1f000..0x05e1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_25" prio=5 tid=0x04c64c70 nid=0x179c in Object.wait() [0x05ddf000..0x05ddfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_24" prio=5 tid=0x04c64180 nid=0x256c in Object.wait() [0x05d9f000..0x05d9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_23" prio=5 tid=0x04fca4a0 nid=0xa28 in Object.wait() [0x05d5f000..0x05d5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_22" prio=5 tid=0x04fc9a08 nid=0x1974 in Object.wait() [0x05d1f000..0x05d1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_21" prio=5 tid=0x04fc9008 nid=0x24a4 in Object.wait() [0x05cdf000..0x05cdfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_20" prio=5 tid=0x04ad4ba0 nid=0x1c6c in Object.wait() [0x05c9f000..0x05c9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_19" prio=5 tid=0x04ad40b0 nid=0xd7c in Object.wait() [0x05c5f000..0x05c5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_18" prio=5 tid=0x049a3d68 nid=0x2550 in Object.wait() [0x05c1f000..0x05c1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_17" prio=5 tid=0x049a3a78 nid=0x2408 in Object.wait() [0x05bdf000..0x05bdfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_16" prio=5 tid=0x049a2f88 nid=0x1684 in Object.wait() [0x05b9f000..0x05b9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_15" prio=5 tid=0x049a2530 nid=0x2230 in Object.wait() [0x05b5f000..0x05b5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_14" prio=5 tid=0x04d09830 nid=0x2540 in Object.wait() [0x05b1f000..0x05b1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_13" prio=5 tid=0x04d08d70 nid=0x2454 in Object.wait() [0x05adf000..0x05adfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_12" prio=5 tid=0x04d08408 nid=0x24c4 in Object.wait() [0x05a9f000..0x05a9fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_11" prio=5 tid=0x04b2f0c8 nid=0x2210 in Object.wait() [0x05a5f000..0x05a5fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_10" prio=5 tid=0x04cbe670 nid=0x2330 in Object.wait() [0x05a1f000..0x05a1fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_9" prio=5 tid=0x04cbe3e8 nid=0xf28 in Object.wait() [0x059df000..0x059dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_8" prio=5 tid=0x0119f170 nid=0x1978 in Object.wait() [0x0599f000..0x0599fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_7" prio=5 tid=0x0119f008 nid=0x2284 in Object.wait() [0x0595f000..0x0595fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_6" prio=5 tid=0x04ebb408 nid=0x24ec in Object.wait() [0x0591f000..0x0591fd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:147)
    "SAPEngine_Application_Thread[impl:3]_5" prio=5 tid=0x0119c720 nid=0x2448 in Object.wait() [0x058df000..0x058dfd94]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x15593bd8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.

  • [SOLVED] Problem with adding a SSH connection to startup

    Hi guys. I have a problem with adding ssh connection to startup. i want this command to run before kde login screen  and keep running all time.
    ssh -D 9292 remoteuser@remotehost
    but it doesnt connect. Thanks for help!
    Last edited by alperenel (2011-03-11 00:10:27)

    cactus wrote:
    ssh -fN -D 9292 remoteuser@remotehost
    you need -f, which sends ssh to the background, and -N which does not execute a remote command.
    If you need it to run as a user other than root, then you probably need to utilize su as well.
    it didnt work either. i am putting it in rc.local but doesnt work.

  • Prime 4.2 Telnet/ SSH Connections to Switches

    Hi everybody,
    I have a problem with LMS 4.2 and use Telnet/ SSH tool to open network devices.
    If I start the tool telnet/ssh, always starts a telnet session and no ssh session.
    But telnet is disabled on all devices in my network. Can I change something to open automatically a ssh session with putty?
    regards Bjoern

    Hi Bjoern,
    I am assuming you refer to the Device Center > Tools > Telnet/SSH option.
    The problem is not on LMS actually. What happens is that in the background, a telnet:// is being called.
    What will happen is that your system will launch whatever application has been assigned to the telnet protocol, typically the Windows CMD, which will open a telnet session automatically.
    In order to change this to use Putty for example, which would allow you to change to SSH connectivity (manually though) you can do the following:
    1) BACKUP YOUR REGISTRY.
    Go to Start > Run > Regedit > File > Export.
    2) Locate the following key:
    HKEY_CLASSES_ROOT > Telnet > shell > Open > command > (default)
    3) Modify the key value to point to the location of your "putty.exe" file (make sure to include the double quotes).
    Default value:
    "C:\Windows\System32\rundll32.exe" "C:\Windows\System32\url.dll",TelnetProtocolHandler %l
    New value (will open putty automatically to the selected IP):
    "D:\Tools\putty.exe" %l
    New value (will open putty normally, you will need to type the IP but can change the connection protocol/port if desired):
    "D:\Tools\putty.exe"
    This should make your system open Putty for any "telnet://" links, including the Telnet/SSH link in the Tools section of Device Center.
    Best regards,
    Luis
    Message was edited by: Luis Jimenez
    Message was edited by: Luis Jimenez

  • Ipfilter reload rules - how it impac the current SSH connection?

    Hi,
    I login to another solaris 10 system thru SSH, and change the ipfilter rultes in /etc/ipf/ipf.conf, generally as follows;
    - flush all the existing rules (not the state table)
    - reload the rules from cfg file
    I've sometimes my SSH connection is not impacted, but sometimes it can hange for a while, and a couple CR hits could bring it back...
    Anybody can explain how this part of ipfilter works internally? I suppose if the state table is flushed out, the SSH connection would definitely be shut-down?
    Thanks

    Seems that the problem was because my J2E app was running in a tomcat servlet container as a service. The service user account was set to the local service account. Plink was looking for its public key in CURRENT_USER (i.e. local service user) and not finding it.
    I've added the required registry settings to the default user in the registry and these get picked up by the local system user.
    Hey presto - plink can connect!

  • SSH connections not logged on wtmpx

    Hello,
    which patch enables ssh to log connections to wtmpx?
    Actually the "last" command only shows login data about assigned pts, but if i
    connect using:
    ssh -T root@sunbox
    no record is logged on wtmpx. Also the "w" and "last" command doesn't show
    the user root as logged in, while... it is.
    I checked on solaris 10 and this issue is fixed, as ssh connections are logged
    apart from the terminal allocation.
    Someone know wich patch is needed on solaris 9 to solve this problem?
    Thank you in advance
    Robert

    Hello,
    which patch enables ssh to log connections to wtmpx?
    Actually the "last" command only shows login data about assigned pts, but if i
    connect using:
    ssh -T root@sunbox
    no record is logged on wtmpx. Also the "w" and "last" command doesn't show
    the user root as logged in, while... it is.
    I checked on solaris 10 and this issue is fixed, as ssh connections are logged
    apart from the terminal allocation.
    Someone know wich patch is needed on solaris 9 to solve this problem?
    Thank you in advance
    Robert

  • WS-6509 refusing SSH connections via TACACS+ 5.5

    Hello everyone, we have our Core 6509's using AAA with TACACS+ version 5.5 appliance.
    We have 4 appliances 2 each in 2 locations.
    We have an issue where 6509's refuse to authorize/authenticate valid users for ssh connections.
    When you ssh to the device you can enter your password but ssh tectia just closes or you see the login banner and "Authorization denied" and ssh closes.
    The switches have there tacacs-server settings pointing to all four TACACS+ devices.
    Occasionally one or both will attempt to use one of the 2 non local TACACS+ servers to authenticate/athorize connections.
    You can login from the console if you interrupt it's connection to TACACS by disconnecting the fiber connections momentarily.
    Has anyone seen something like this before?
    This happens once or twice a year.
    ej

    That's the funny part, TACACS shows green stating that I'm passing all the checks.
    When I select the magnifying glass I see "passed" in green at the top.
    when I check "Evaluating Identity Policy" it says.
    Matched Default Rule
    Selected Identity Store - Internal Users
    Authenticating user against Active Directory
    Could not establish connection with ACS Active Directory agent
    Looking up User in Internal Users IDStore - "My username"
    Found User in Internal Users IDStore
    Wrong password or invalid shared secret
    The advanced option that is configured for a failed authentication request is used.
    The 'Continue' advanced option is configured in case of a failed authentication request.
    But I'm able to access all other switches so my AD username/password are correct.
    At first I was unable to access it's pair. After we did a hard reset on one of the ACS's that was resolved.
    But I still can't get into the other pair.
    ej

  • AIX SSH Connectivity,  existence check failed for bin/bash

    hello;
    I received error
    AIX 7 Oracle RAC 11g R2
    Oracle RAC AIX SSH Connectivity
    existence check failed for bin/bash on node2
    but the bin/bash exists
    have any idea?
    regards
    siyavus
    Edited by: sak on May 31, 2011 10:41 PM

    Does it really say "bin/bash"? It should have a slash in front of bin: "/bin/bash"
    Can you login to node 2 and do:
    echo $PATH
    ls -l /bin/bash

  • Reverse a chained SSH connection ?

    Hi,
    I need to reverse an opened chained SSH connection to copy files back to my own computer.
    I know that when an SSH connection is active, it is possible to do ~ -R port:localhost:port2 to provide a reverse connection to send files back to the machine. But this doesn't seem to work in a chained configuration.
    Here's what I have :
    My computer === ssh ===> First server === ssh ===> Second server
    And I need to scp files from the second server onto my computer.
    Ideally, I'd like to have a "one command line" command, without tricks in ssh_config with proxy commands because I want to be able to use this easily on any computer.
    Thanks
    EDIT : I know ssh -R port:localhost:port1 server1
    and ssh -R port1:localhost:port2 server2
    but I'm looking for a way to do this once the connection is established.
    Last edited by doupod (2013-06-17 15:56:23)

    You can try by removing your original accounts and then logging back through SDM, then disable telnet and again create those original accounts.

  • Can not access web wifi simble on but can not connect the the internet

    wifi on but can not access internet

    I COULD SOLVE THE PROBLEM!!!  :    CHANGE YOUR ISP
    I it is obvious that we are talking about different issues, but all arise from the same origin. I am a surgeon and fortunately one of my patients is executive manager of one of biggest ISP companies from which I have bought my Internet service for home and my clinic.
    One day I told him the problem and he promised to check it for me. A few days later he called me and discussed the exact problem (unfortunately as I am not I.T professional, I couldn’t understand it well, I can just remember he was talking about MULTIPLEXING incompatibility between Mac security settings and that specific ISP multiplexing settings, He also said they had similar problems with some Linux users. I can remember he relate the problem to cheap ISP hardware, which leads to security issues which  are ignored by Windows Systems but leading to connection blockade in Mac Browsers. That’s why if you PING yahoo.com, you will see everything is OK but your browsers are not working)
    In fact this is a hardware issue which is related to ISP (Internet Service Provider) security and not your Mac.
    The day after, I took my MacBook to some ISP offices and asked them to let me connect to their line just for a test. “ Surprisingly I found out without changing my MacBook’s settings it works well with some ISPs and not with others!! “
    I have two ADSL lines: one at home and one in my clinic. First I changed my home ISP and everything is well at home from the day I did the change. But before changing my clinic’s ISP it worked at home and not at the clinic. Later I changed my clinic’s ISP and afterward never I had any problem.  This proves ( as that manager said also) this problem is related to ISP and not Mac itself and that’s why Apple could not have resolved the problem yet: different ISPs have different issues.
    Here I can make some suggestions:
    1- First, take your MacBook into different ISP offices and find the one which works well (before making the contract and paying money to the ISP, restart the Mac or send it into sleep mode repeatedly to make sure the connection never drops with restart or sleeps)
    2- Change your modem:  Modems as TP-LINK, D-LINK, are not well compatible with Mac.  Apple modems or Linksys are perhaps the best choices (this is not main cause of internet drop, but can affect the performance)
    3- Make sure your neighbor’s Wi-Fi is not exactly on the same channel as you are using (I use iStumbler for finding my neighbor’s channels)
    4- Find best DNS: ask your ISP to provide you most compatible DNS’s for you. Perhaps most known DNSs are 8.8.8.8 and 4.2.2.4.It helps you to browse the Internet more efficiently
    Some people in other forums suggested that upgrading to Mountain Lion has helped them. But It didn't work for my clinic's line. Just changing the ISP at clinic resolved my problem
    BETWEEN THESE 4 SUGGESTIONS, THE FIRST ONE IS THE MAIN SOLUTION AND NO 2-4 CAN HELP THE PERFORMANCE.
    Move on!!!   Change your ISP and let me know if it works!!!!

  • I can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    i can not connect my i phon with my pc it shows athorised computer when i am trying to do authorised process the process done but again i connect my phon again show this errore please help me to solve my prob....

    I have clicked on the  connect button, but it brings up the same There is a problem connecting,  and I have also tried SMB://
    i tried pinging the ip address with in termial and it times out.  
    From my windows PC and I can access my MacBook Air just fine,

Maybe you are looking for

  • Turn Sound OFF in Javascript or HTML

    My client would like the Flash banner I'm using to play audio only on the home page. Can I shut the sound off in javascrpt or html (in the object tag properties)? Client does not want a sound toggle button - simply no sound. I know I can create a sec

  • Mapping in integration server

    Hi Experts, Between Java and abap mapping ,which is faster and recomended. In which stack(ABAP/Java), mapping is happened. As per my knowwledge,Integration engine runs on java server and mapping editor is a java application and graphical mapping is a

  • How do I add tables using iCloud Keynote

    I'm using keynote bata (I know it's bata)...I want to add a table on to the current slide I'm working in but can't find an easy way to add it.   I don't see an icon that would allow me to insert a table.  I know I can using the actual app on a Mac bu

  • Daq Connection Troubles

    Hi,  What I want to do is pretty simple (but I just can't figure it out ). I want to connect an analog input to an analog output, but control this like a relay. For example, when switch is true, my pins are connected so the input on pin A gets passed

  • Subcontracting Scenarion

    Can you guide me how to reverse the cenvat credit if vendor do not return the material after 180 days. Please suggest if different option is there.