For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 21 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
YellowDogMemberEclipse switches to the Debug perspective when I start the Tomcat 5 server from the toolbar. The docs say that there’s a combo box in Windows | Preference | Debug that will allow me to choose the “Default perspective for Run’ and the “Default perspective for Debug”. That combo box does not exist in my implementation. I searched the Eclipse msg boards for this problem, but nobody seems to be having it. I want to retain the ME perspective when I launch, and I want Tomcat startup / shutdown messages to appear in the Console view, but that is not happening. Is this an ME thing?
– System Setup ——————————-
Operating System and version: Win XP Pro
Eclipse version: 2.1.3
Eclipse build id: 200403101828
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 7
MyEclipse version: 2.7.1
Eclipse JDK version: 1.4.2
Application Server JDK version: 1.4.2
Are there any exceptions in the Eclipse log file? Y– Message Body ——————————-
!SESSION May 19, 2004 07:28:23.816 ———————————————
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Eclipse/
!ENTRY org.eclipse.ui 4 4 May 19, 2004 07:28:23.816
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 May 19, 2004 07:28:23.816
!MESSAGE Graphic is disposed
!STACK 0
org.eclipse.swt.SWTException: Graphic is disposed
at org.eclipse.swt.SWT.error(SWT.java:2330)
at org.eclipse.swt.SWT.error(SWT.java:2260)
at org.eclipse.swt.graphics.Image.getBounds(Image.java:1026)
at org.eclipse.swt.custom.CLabel.getTotalSize(CLabel.java:192)
at org.eclipse.swt.custom.CLabel.computeSize(CLabel.java:141)
at org.eclipse.swt.widgets.Control.computeSize(Control.java:376)
at org.eclipse.swt.custom.ViewForm.layout(ViewForm.java:265)
at org.eclipse.swt.widgets.Composite.layout(Composite.java:276)
at org.eclipse.swt.custom.ViewForm.setFont(ViewForm.java:478)
at org.eclipse.swt.widgets.Control.updateFont(Control.java:2720)
at org.eclipse.swt.widgets.Composite.updateFont(Composite.java:517)
at org.eclipse.swt.widgets.Composite.updateFont(Composite.java:514)
at org.eclipse.swt.widgets.Composite.updateFont(Composite.java:514)
at org.eclipse.swt.widgets.Composite.updateFont(Composite.java:514)
at org.eclipse.swt.widgets.Display.updateFont(Display.java:2516)
at org.eclipse.swt.widgets.Display.messageProc(Display.java:1635)
at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:1696)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1723)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)May 19, 2004 at 11:34 am #207224
Riyad KallaMemberThis is actually not an existing option in MyEclipse. It is an open (and popular) request however and we will address it soon.
The documentation you read was for the Eclipse Run dialog, which isn’t applicable to the MyEclipse web application controls.
-
AuthorPosts
