IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New I'm beginning to regret consenting to learn Java...
The world of Java programming seems to have coddled it's fanboi-ism rather than let it gentrify and die. As such, it has a most insular, we-can-do-everything-in-Java-and-you'll-do-it-our-way-too-(and-love-it) mentality.

That aside, IntelliJ is driving me up the wall. Well, trying to use CVS from within it is driving me up the wall (and that's pretty clever for an open-plan office). I can do a cvs login from the CLI. I can do a cvs update from the CLI. Using the *same* connection spec and the *same* password, IntelliJ unhelpfully tells me "Unknown host". Admittedly, the password has been changed since I did the code-checkout, but that was arranged after IntelliJ apparantly decided my CVS server didn't exist.

Any ideas? It has stumped my colleague, but I am going to ask another colleague who helped setup CVS years ago.

Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
New Re: I'm beginning to regret consenting to learn Java...
it may not exist in /etc/hosts or the java may b trying to use the (gethostbyname) function and looking for it via dns vs file
Expand Edited by boxley Sept. 29, 2009, 11:39:04 PM EDT
New It's a DNSed name.
But that raises an interesting point: maybe the JRE has it's own caching resolver that has gone a little strange... Hmm.

Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
New Re: I'm beginning to regret consenting to learn Java...
Replace hostname with its IP address and try again?

I've never used IntelliJ, preferring NetBeans myself, so I can't really talk specifically to your issue...
-Mike

"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety."
- Benjamin Franklin, 1759 Historical Review of Pennsylvania
New Tried that once.
But then I wasn't sure I had the password correct. I will give it another go.

Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
New tcpdump is your friend
New Using the IP address works.
Although I had to nuke the directory and start over. Meh. At least I now know how to create modules in IntelliJ!

Wade.

Q:Is it proper to eat cheeseburgers with your fingers?
A:No, the fingers should be eaten separately.
     I'm beginning to regret consenting to learn Java... - (static) - (6)
         Re: I'm beginning to regret consenting to learn Java... - (boxley) - (1)
             It's a DNSed name. - (static)
         Re: I'm beginning to regret consenting to learn Java... - (mvitale) - (3)
             Tried that once. - (static) - (2)
                 tcpdump is your friend -NT - (boxley) - (1)
                     Using the IP address works. - (static)

Hello. My name is Inigo Montoya. You killed my father. Prepare to die.
93 ms