every sketch (even an example sketch) gives me the same error on run:
[0] "ERROR: transport error 202: connect failed: Host is down"
[1] "ERROR: JDWP: Failed to initialize transport via 127.0.0.1:8116, trying localhost via 127.0.0.1:8116"
[2] "ERROR: transport error 202: connect failed: Host is down"
[3] "ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)"
[4] "JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [../../../src/share/back/debugInit.c:690]"
this is with processing 1.5.1 on a mac mini running 10.6.8 with java se 6. I don't think i've ever run processing on this machine and none of my other computers have snow leopard (processing runs fine on them), but it seems snow leopard should not inherently be a problem.
I've disconnected the internet connection, made sure localhost @127.0.0.1 was in my /etc/hosts file, and switched the java order to run 32 bit first. not sure what else to try. Any help greatly appreciated.
JDWP is the Java Debug Wire Protocol, allowing to debug a Java program from a distant machine (or the same, like JVisualVM does). I don't know why it is triggered. Perhaps try and check if the port 8116 is used by some other program.