Re: Suddenly no output in Run Log (Xcode)
Re: Suddenly no output in Run Log (Xcode)
- Subject: Re: Suddenly no output in Run Log (Xcode)
- From: "Jerry W. Walker" <email@hidden>
- Date: Thu, 23 Feb 2006 08:00:58 -0500
Hi, Hans,
Guido's approach works.
This occurs when you've started your WO application in the Java
Virtual Machine (JVM) from within Xcode and then the Xcode instance
that's monitoring it goes away (in your case, you Force Quit it). So
when you restart Xcode and try to restart your app, the original
(still running) instance of your app hijacks your output.
If you happen to have other Java apps running that you don't wish to
kill, you can do a "ps auxwww" command in the terminal, search for
JVM processes running and kill the appropriate ones rather than all
of them. However, use Guido's approach if you're not trying to keep
any other Java processes running.
Regards,
Jerry
On Feb 23, 2006, at 3:17 AM, Guido Neitzer wrote:
On 23.02.2006, at 9:06 Uhr, email@hidden wrote:
I had this several times. Something got corrupted deep down in the
system. I don't know what it is or why but I only fixed it by
doing a complete restart of the machine.
Quit Xcode. Open Terminal. Execute "killall java". Restart Xcode.
Have your log output back.
cug
--
PharmaLine, Essen, GERMANY
Software and Database Development
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40gmail.com
This email sent to email@hidden
--
__ Jerry W. Walker,
WebObjects Developer/Instructor for High Performance Industrial
Strength Internet Enabled Systems
email@hidden
203 278-4085 office
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden