Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » No console output
No console output [message #200402] Thu, 07 April 2005 13:12
Eclipse UserFriend
Originally posted by: malan2000.optusnet.com.au

I have no console output whatsoever when anything happens, like running
XDoclet build files, starting JBoss, etc.

I had a look at all the posts with similar problems, but can't get it
fixed.
The console view shows in the Java perspective, but is deadly quiet.

My set-up is as follows:
Mandrake 10 Community Edition
Eclipse 3.1.0 build 200411020010
EMF 2.1.0
JDK-1.5.0_01
JBoss-4.0.1

This is how Eclipse reports it in the log:

eclipse.buildId=I200411020010
java.version=1.5.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_GB

On clicking on Properties for the project, or any part of the project,
like the War, Jar or Ear, I get a pop-up box with the tile set to "Could
not accept changes" and the message "The current page contains invalid
values." What these invalid values are I have no idea about.

In the log file the usual stack trace of exceptions is printed. It starts
off like this:

!ENTRY org.eclipse.core.runtime 4 2 2005-04-07 22:11:30.289
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.nio.charset.IllegalCharsetNameException:
at java.nio.charset.Charset.checkName(Charset.java:274)
at java.nio.charset.Charset.lookup2(Charset.java:459)
at java.nio.charset.Charset.lookup(Charset.java:438)

On clicking Run Xdoclet in the JBoss IDE one can see a little widget going
near
the bottom right, but nothing happens on the console. Here is the start
of the
exceptions thrown in the log file in this case:

!ENTRY org.eclipse.ui 4 0 2005-04-07 22:54:39.141
!MESSAGE Failed to execute runnable (java.lang.IllegalArgumentException: )
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.IllegalArgumentException: )
at org.eclipse.swt.SWT.error(SWT.java:2697)
at org.eclipse.swt.SWT.error(SWT.java:2622)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:121)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2643)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2368)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1527)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1498)

Eclipse also don't like it if I go to another desktop while a pop-up is
open in
Eclipse. When I come back it is usually frozen and I have to go to the
command
line, get its process ID and kill it. Almost as if Eclipse suspects me of
having been unfaithfull while on the other desktop and then sulks about it.

Obviously, all is not well. Any idea how I can improve my Eclipse
experience?

Thanks.
Previous Topic:Debugger not showing local variables in variable window
Next Topic:Package Explorer does not show lib folder
Goto Forum:
  


Current Time: Tue Jul 16 03:58:38 GMT 2024

Powered by FUDForum. Page generated in 0.02991 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top