i have some problems with my ESXi setup.i have some connection( i think?) problems with ESXi, it worked like a charm for 8-9 hours, and then sudenly it stoped responding on ping or whatever, and all VM's on it. I have requested a hardware reboot, and it came back online normaly.
The only error i managed to found in ESXi log files is:
2014-12-24T08:54:26.662Z [6F2D1B70 error 'SoapAdapter.HTTPService.HttpConnection'] Failed to read header on stream <io_obj p:0x6dd76008, h:66, <TCP '0.0.0.0:0'>, <TCP '0.0.0.0:0'>>: N7Vmacore15SystemExceptionE(Connection reset by peer)
2014-12-24T08:54:40.019Z [6F290B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:54:44.487Z [6F2D1B70 verbose 'Hostsvc.DvsManager'] PersistAllDvsInfo called
2014-12-24T08:55:00.019Z [6F2D1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:55:01.421Z [6EB84B70 verbose 'SoapAdapter'] Responded to service state request
2014-12-24T08:55:05.906Z [6CAC2B70 verbose 'Hostsvc.ResourcePool ha-root-pool'] Root pool capacity changed from 16625MHz/60595MB to 16625MHz/60593MB
2014-12-24T08:55:20.018Z [6F352B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:55:40.019Z [6E5C1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:55:41.040Z [6E5C1B70 verbose 'Cimsvc'] Ticket issued for CIMOM version 1.0, user root
2014-12-24T08:56:00.019Z [6F352B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:56:20.020Z [6E5C1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:56:40.018Z [6F290B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:57:00.022Z [6E5C1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:57:05.910Z [6F290B70 verbose 'Hostsvc.ResourcePool ha-root-pool'] Root pool capacity changed from 16625MHz/60593MB to 16625MHz/60595MB
2014-12-24T08:57:12.273Z [6F290B70 verbose 'Cimsvc'] Ticket issued for CIMOM version 1.0, user root
2014-12-24T08:57:20.021Z [6F352B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:57:40.020Z [6EB84B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:58:00.019Z [6EB84B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:58:20.021Z [6F290B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:58:40.021Z [6F2D1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:58:43.492Z [6F290B70 verbose 'Cimsvc'] Ticket issued for CIMOM version 1.0, user root
2014-12-24T08:59:00.020Z [6F290B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:59:05.914Z [6F2D1B70 verbose 'Hostsvc.ResourcePool ha-root-pool'] Root pool capacity changed from 16625MHz/60595MB to 16625MHz/60594MB
2014-12-24T08:59:20.020Z [6F2D1B70 verbose 'Statssvc.vim.PerformanceManager'] HostCtl Exception in stats collection. Turn on 'trivia' log for details
2014-12-24T08:59:26.666Z [6F352B70 info 'Solo.Vmomi' opID=hostd-823b user=root] Activation [N5Vmomi10ActivationE:0x6d884c58] : Invoke done [waitForUpdatesEx] on [vmodl.query.PropertyCollector:ha-property-collector]
2014-12-24T08:59:26.666Z [6F352B70 verbose 'Solo.Vmomi' opID=hostd-823b user=root] Arg version:
I know this question is more that a year old, but I have the sinilar issue. The symptoms are: esxi management interface is working and pingable, VMs are not, SSH to host is working but you can't stop VMs and such.
I found a bug http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2038767 that was reffered in this thread https://communities.vmware.com/message/2288283#2288283.
Related
I have a socket.io server running on Node.js listening on localhost:3000. I then try to connect to that server with a swift mac app. Here's how I'm doing the connection in swift
let manager = SocketManager(socketURL: URL(string: "https://localhost:3000/")!, config: [.secure(true), .log(true), .compress])
let socket: SocketIOClient
init() {
socket = manager.defaultSocket
print(storage)
addHandlers()
socket.connect()
}
The above code is inside a struct which is created as a property value in a ContentView so I don't think my manager is being destroyed.
Here are the relevant logs
2022-12-20 17:05:48.742 MultiSnake[46501:971261] LOG SocketIOClient{/}: Handling event: statusChange with data: [connecting, 2]
2022-12-20 17:05:48.742 MultiSnake[46501:971261] LOG SocketIOClient{/}: Joining namespace /
2022-12-20 17:05:48.742 MultiSnake[46501:971261] LOG SocketManager: Tried connecting socket when engine isn't open. Connecting
2022-12-20 17:05:48.742 MultiSnake[46501:971261] LOG SocketManager: Adding engine
2022-12-20 17:05:48.743 MultiSnake[46501:971274] LOG SocketEngine: Starting engine. Server: https://localhost:3000/
2022-12-20 17:05:48.743 MultiSnake[46501:971274] LOG SocketEngine: Handshaking
2022-12-20 17:05:48.745 MultiSnake[46501:971274] LOG SocketEnginePolling: Doing polling GET https://localhost:3000/socket.io/?transport=polling&b64=1&EIO=4
2022-12-20 17:05:48.857 MultiSnake[46501:971288] ERROR SocketEnginePolling: A server with the specified hostname could not be found.
2022-12-20 17:05:48.857 MultiSnake[46501:971288] ERROR SocketEngine: A server with the specified hostname could not be found.
2022-12-20 17:05:48.871 MultiSnake[46501:971261] ERROR SocketManager: A server with the specified hostname could not be found.
2022-12-20 17:05:48.871 MultiSnake[46501:971261] LOG SocketIOClient{/}: Handling event: error with data: ["A server with the specified hostname could not be found."]
2022-12-20 17:05:48.872 MultiSnake[46501:971261] LOG SocketManager: Starting reconnect
I can connect to localhost:3000 from the browser and I have done the required Certficate Authority related things for HTTPS to work. I have not made an ATS exception in my mac app and I would prefer not to.
I have tried to change the "https://localhost:3000/" string to "localhost:3000/" and add .secure(true) to the manager's config but then socket.io would poll https:/socket.io instead of the right url.
I don't know where I can specify the hostname and I think I have followed the examples here.
In the mongoDB secondary replica (reporting) I am getting the sync failure and also below error messages after 30 Hrs of the traffic run.
2020-07-15T01:50:29.987+0000 W EXECUTOR [conn408277] Terminating session due to error: InternalError: failed to create service entry worker thread
2020-07-15T01:50:31.656+0000 I - [listener] pthread_create failed: Resource temporarily unavailable
Can anyone help on how to debug & fix the issue please
I have tried Developer Studio 11.3.0, and 12.0.0. I've tried EAP 6.4.0, and 7.1.0. Everything gives me the same error. I've run it with servers in RHEL on AWS and a DevStudio in Windows 10 or Windows 7. I've run it with server and DevStudio on the same Fedora system. Always the same error when I try to "start" the remote server:
The initialization produced an exception, which can occur due to incorrect security credentials. Please review the exception messages by clicking the Details button.
* java.io.IOException: java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://LOCALHOST:9990. The connection failed
* java.net.ConnectException: WFLYPRT0053: Could not connect to http-remoting://LOCALHOST:9990. The connection failed
* WFLYPRT0053: Could not connect to http-remoting://LOCALHOST:9990. The connection failed
* Authentication failed: all available authentication mechanisms failed:
JBOSS-LOCAL-USER: javax.security.sasl.SaslException: ELY05128: [JBOSS-LOCAL-USER] Failed to read challenge file [Caused by java.io.FileNotFoundException: /datavirt/jboss/EAP-7.1.0/standalone/tmp/auth/local3848441195962286340.challenge (Permission denied)]
DIGEST-MD5: javax.security.sasl.SaslException: DIGEST-MD5: Server rejected authentication
Here's a bit of the server.log file, where things go wrong. (It's slightly different in 6.4.0, but not substantially.)
2018-09-01 23:20:52,946 TRACE [org.jboss.remoting.endpoint] (management I/O-2) Allocated tick to 8 of endpoint "miramanee:MANAGEMENT" <68fb9f51> (opened org.jboss.remoting3.EndpointImpl$TrackingExecutor#18776914)
2018-09-01 23:20:52,946 TRACE [org.xnio.nio] (management I/O-2) Running task org.jboss.remoting3.remote.ServerConnectionOpenListener$2#228e4439
2018-09-01 23:20:52,946 TRACE [org.xnio.nio.selector] (management I/O-2) Beginning select on sun.nio.ch.EPollSelectorImpl#617c6bff (with timeout)
2018-09-01 23:20:52,946 TRACE [org.xnio.nio] (management I/O-2) Select, queue is empty
2018-09-01 23:20:52,946 TRACE [org.wildfly.security] (management task-7) Handling RealmCallback: selected = [ManagementRealm]
2018-09-01 23:20:52,946 TRACE [org.wildfly.security] (management task-7) Handling NameCallback: authenticationName = admin
2018-09-01 23:20:52,946 TRACE [org.wildfly.security] (management task-7) Principal assigning: [admin], pre-realm rewritten: [admin#ManagementRealm], realm name: [DIGEST], post-realm rewritten: [admin#ManagementRealm], realm rewritten: [admin#ManagementRealm]
2018-09-01 23:20:52,947 TRACE [org.wildfly.security] (management task-7) Handling CredentialCallback: obtained credential for correct realm "ManagementRealm"
2018-09-01 23:20:52,947 TRACE [org.wildfly.security] (management task-7) Handling CredentialCallback: obtained credential: org.wildfly.security.credential.PasswordCredential#b75f36fa
2018-09-01 23:20:52,947 TRACE [org.jboss.remoting.remote.server] (management task-7) Server sending authentication rejected: javax.security.sasl.SaslException: ELY05055: [DIGEST-MD5] Authentication rejected (invalid proof)
at org.wildfly.security.sasl.digest.DigestSaslServer.validateDigestResponse(DigestSaslServer.java:281)
at org.wildfly.security.sasl.digest.DigestSaslServer.evaluateMessage(DigestSaslServer.java:358)
at org.wildfly.security.sasl.util.AbstractSaslParticipant.evaluateMessage(AbstractSaslParticipant.java:180)
at org.wildfly.security.sasl.digest.DigestSaslServer.evaluateResponse(DigestSaslServer.java:331)
at org.wildfly.security.sasl.util.AuthenticationCompleteCallbackSaslServerFactory$1.evaluateResponse(AuthenticationCompleteCallbackSaslServerFactory.java:58)
at org.wildfly.security.sasl.util.AuthenticationTimeoutSaslServerFactory$DelegatingTimeoutSaslServer.evaluateResponse(AuthenticationTimeoutSaslServerFactory.java:106)
I am plumb stumped.
If you want to get it going quickly for learning/etc, then I can just say what I'm doing. I have RHEL 7 & EAP 7.1. I'm using dev studio 12 on same machine. When I added a server into dev studio, I had option to select local or remote. I selected local and had no problems starting via dev studio. The user I'm running dev studio with also has permissions to EAP home directory (I see file perm errors in your error). I also chose management options vs. Filesystem and shell operations. I also test, and this worked picking remote as well. But again, same server for everything/same localhost.
I'm using a apache HttpClient and I've started seeing some INFO output on the eclipse console:
0 [main] INFO org.apache.commons.httpclient.HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
3 [main] INFO org.apache.commons.httpclient.HttpMethodDirector - Retrying request
3861 [pool-1-thread-25] INFO org.apache.commons.httpclient.HttpMethodDirector - I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
3861 [pool-1-thread-25] INFO org.apache.commons.httpclient.HttpMethodDirector - Retrying request
3913 [pool-1-thread-16] INFO org.apache.commons.httpclient.HttpMethodBase - Response content length is not known
To my knowledge, nothing has changed. How can I get rid of it?
It's probably your logging library. HttpClient likely depends on commons-logging, which automatically picks up a logging implementation in your classpath (either java.util.logging or log4j) which by default writes on the console.
I'm having difficulties with msysgit in a windowXP 32 bit environment I would really appreciate some help with. In actual fact, I'm using SmartGit and love the program. However it fails to run both Save Stash and Clean Up. As I thought the problem was with SmartGit, I approached the developers for help. However, it turns out the problem with with msysgit.
The SmartGit I have uses msysgit 1.8.1.2 -preview20130201.
I have also installed Git-1.8.3-preview20130601 in a separate directory.
No matter which of the two versions SmartGit uses, the problems persists.
The message given by SmartGit upon trying to save a stash is:
0 [main] us 0 open_stackdumpfile: Dumping stack trace to us.stackdump
0 [main] sh.exe" 8776 sync_with_child: child 936(0x18C) died before initia
lization with status code 0xC0000005
85 [main] sh.exe" 8776 sync_with_child: *** child state waiting for longjmp
C:\Program Files\SmartGitHg 4.5\git/libexec/git-core\git-stash: fork: Resource t
emporarily unavailable
Clean Up generates the following message:
Clean Up: failed to run repack
0 [main] us 0 open_stackdumpfile: Dumping stack trace to us.stackdump
0 [main] sh.exe" 7236 sync_with_child: child 1236(0x988) died before
initialization with status code 0xC0000005
4811 [main] sh.exe" 7236 sync_with_child: *** child state waiting for longjmp
If I use the Git Gui directly (instead of SmartGit),to do the compression on the same repository, I get:
0 [main] sh.exe" 384 sync_with_child: child 7628(0x9A0) died before
initialization with status code 0xC0000005
1086 [main] sh.exe" 384 sync_with_child: *** child state waiting for longjmp
/usr/libexec/git-core/git-sh-setup: fork: Resource temporarily unavailable
If I try virtually anything with the Git Bash console, for example ls
sh.exe"-3.1$ ls
0 [main] us 0 open_stackdumpfile: Dumping stack trace to us.stackdump
68591127 [main] sh.exe" 712 sync_with_child: child 4772(0x1B4) died before initi
alization with status code 0xC0000005
68591227 [main] sh.exe" 712 sync_with_child: *** child state waiting for longjmp
sh.exe": fork: Resource temporarily unavailable
sh.exe"-3.1$
However, if I use Cygwin (git gc) on the repository, everything works fine.
I have done a web search and have found that other users have had similar error messages. The closest I found was:
Git sh.exe process forking issue on windows XP, slow?
But I don't believe that I have the same issue.
Any suggestions on what I could try would be greatly appreciated.
Thanks
Ivo
I have two computers running XP. One of them runs Git-1.8.3-preview20130601 without problems, the other doesn't. On the one that doesn't I started the machine in diagnostic startup -virtually no services running and I still have the same problem. I suppose it could be something to do with the registry?