Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » "Device is disposed".. Where could I ask help
"Device is disposed".. Where could I ask help [message #115178] Fri, 22 August 2003 18:04 Go to next message
Eclipse UserFriend
Originally posted by: andreas.moroder.gmx.net

Hello,

I am new to eclipse and I get a "Device is disposed" error in the .log.

Because I could not find a newgroup or mailing list for simple users, I
ask here.

Could you give me a hint where to aks or how to resolve the problem ?

My system is
Suse Linux 8.1
java2 ( jre 1.3.1)
ant 1.5
latest eclipse

Thank you
Andreas
Re: "Device is disposed".. Where could I ask help [message #115193 is a reply to message #115178] Fri, 22 August 2003 16:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

Is there a stack trace also in the .log file?

Simon :-)

"Andreas" <andreas.moroder@gmx.net> wrote in message
news:3F469350.5040904@gmx.net...
> Hello,
>
> I am new to eclipse and I get a "Device is disposed" error in the .log.
>
> Because I could not find a newgroup or mailing list for simple users, I
> ask here.
>
> Could you give me a hint where to aks or how to resolve the problem ?
>
> My system is
> Suse Linux 8.1
> java2 ( jre 1.3.1)
> ant 1.5
> latest eclipse
>
> Thank you
> Andreas
>
Re: "Device is disposed".. Where could I ask help [message #115269 is a reply to message #115193] Sat, 23 August 2003 01:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andreas.moroder.gmx.net

Simon Arsenault wrote:

> Is there a stack trace also in the .log file?

> Simon :-)

> "Andreas" <andreas.moroder@gmx.net> wrote in message
> news:3F469350.5040904@gmx.net...
> > Hello,
> >
> > I am new to eclipse and I get a "Device is disposed" error in the .log.
> >
> > Because I could not find a newgroup or mailing list for simple users, I
> > ask here.
> >
> > Could you give me a hint where to aks or how to resolve the problem ?
> >
> > My system is
> > Suse Linux 8.1
> > java2 ( jre 1.3.1)
> > ant 1.5
> > latest eclipse
> >
> > Thank you
> > Andreas
> >

Hallo Simon,

the only files I have in .metadata are
cache.properties .config .keyring .log .plugins .registry
version.ini

Thanks
Andreas
Re: "Device is disposed".. Where could I ask help [message #115345 is a reply to message #115269] Sat, 23 August 2003 07:18 Go to previous messageGo to next message
Eclipse UserFriend
> > > I am new to eclipse and I get a "Device is disposed" error in the
..log.
>
> > Is there a stack trace also in the .log file?
>
> the only files I have in .metadata are
> cache.properties .config .keyring .log .plugins .registry
> version.ini

He means the stack trace of the exception(also in .log).
A stack trace are the lines describing the error and telling
you where it was within your code. (looks a bit like a code dumb ;)


Martin (Kersten)
Re: "Device is disposed".. Where could I ask help [message #116377 is a reply to message #115193] Mon, 25 August 2003 14:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andreas.moroder.gmx.net

Hello Simon,

here my .log file

!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Aug 22, 2003 23:24:58.927
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException:
java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException:
Device is disposed
at org.eclipse.swt.SWT.error(SWT.java:2332)
at org.eclipse.swt.SWT.error(SWT.java:2262)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:4 84)
at org.eclipse.swt.widgets.Display.create(Display.java:469)
at org.eclipse.swt.graphics.Device.<init>(Device.java:111)
at org.eclipse.swt.widgets.Display.<init>(Display.java:303)
at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at java.lang.reflect.Method.invoke(Native Method)
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)

I hope this could help to find the reason for the Exception

Thanks
Andreas

Simon Arsenault wrote:

> Is there a stack trace also in the .log file?

> Simon :-)

> "Andreas" <andreas.moroder@gmx.net> wrote in message
> news:3F469350.5040904@gmx.net...
> > Hello,
> >
> > I am new to eclipse and I get a "Device is disposed" error in the .log.
> >
> > Because I could not find a newgroup or mailing list for simple users, I
> > ask here.
> >
> > Could you give me a hint where to aks or how to resolve the problem ?
> >
> > My system is
> > Suse Linux 8.1
> > java2 ( jre 1.3.1)
> > ant 1.5
> > latest eclipse
> >
> > Thank you
> > Andreas
> >
Re: "Device is disposed".. Where could I ask help [message #116380 is a reply to message #116377] Mon, 25 August 2003 14:30 Go to previous messageGo to next message
Eclipse UserFriend
What other info surrounds this message? Usually, the offending plugin is
also mentioned
in the next (or was it the previous?) entry in the log.

Chris

"Andreas Moroder" <andreas.moroder@gmx.net> wrote in message
news:bidj0b$7pn$1@eclipse.org...
> Hello Simon,
>
> here my .log file
>
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Aug 22, 2003 23:24:58.927
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException:
> java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException:
> Device is disposed
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at org.eclipse.swt.SWT.error(SWT.java:2262)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:4 84)
> at org.eclipse.swt.widgets.Display.create(Display.java:469)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:111)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:303)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at java.lang.reflect.Method.invoke(Native Method)
> 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)
>
> I hope this could help to find the reason for the Exception
>
> Thanks
> Andreas
>
> Simon Arsenault wrote:
>
> > Is there a stack trace also in the .log file?
>
> > Simon :-)
>
> > "Andreas" <andreas.moroder@gmx.net> wrote in message
> > news:3F469350.5040904@gmx.net...
> > > Hello,
> > >
> > > I am new to eclipse and I get a "Device is disposed" error in the
..log.
> > >
> > > Because I could not find a newgroup or mailing list for simple users,
I
> > > ask here.
> > >
> > > Could you give me a hint where to aks or how to resolve the problem ?
> > >
> > > My system is
> > > Suse Linux 8.1
> > > java2 ( jre 1.3.1)
> > > ant 1.5
> > > latest eclipse
> > >
> > > Thank you
> > > Andreas
> > >
>
>
Re: "Device is disposed".. Where could I ask help [message #116571 is a reply to message #116377] Tue, 26 August 2003 10:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

I've asked someone from the SWT team to take a look at this.

Could you attach the complete .log file (assuming it is not too big...if it
is, rename it, and try to reproduce the problem then attach the .log file).

Simon :-)

"Andreas Moroder" <andreas.moroder@gmx.net> wrote in message
news:bidj0b$7pn$1@eclipse.org...
> Hello Simon,
>
> here my .log file
>
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Aug 22, 2003 23:24:58.927
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException:
> java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException:
> Device is disposed
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at org.eclipse.swt.SWT.error(SWT.java:2262)
> at org.eclipse.swt.widgets.Display.createDisplay(Display.java:4 84)
> at org.eclipse.swt.widgets.Display.create(Display.java:469)
> at org.eclipse.swt.graphics.Device.<init>(Device.java:111)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:303)
> at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at java.lang.reflect.Method.invoke(Native Method)
> 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)
>
> I hope this could help to find the reason for the Exception
>
> Thanks
> Andreas
>
> Simon Arsenault wrote:
>
> > Is there a stack trace also in the .log file?
>
> > Simon :-)
>
> > "Andreas" <andreas.moroder@gmx.net> wrote in message
> > news:3F469350.5040904@gmx.net...
> > > Hello,
> > >
> > > I am new to eclipse and I get a "Device is disposed" error in the
..log.
> > >
> > > Because I could not find a newgroup or mailing list for simple users,
I
> > > ask here.
> > >
> > > Could you give me a hint where to aks or how to resolve the problem ?
> > >
> > > My system is
> > > Suse Linux 8.1
> > > java2 ( jre 1.3.1)
> > > ant 1.5
> > > latest eclipse
> > >
> > > Thank you
> > > Andreas
> > >
>
>
Re: "Device is disposed".. Where could I ask help [message #117570 is a reply to message #116571] Wed, 27 August 2003 15:32 Go to previous message
Eclipse UserFriend
Originally posted by: andreas.moroder.gmx.net

Simon Arsenault wrote:

> I've asked someone from the SWT team to take a look at this.

> Could you attach the complete .log file (assuming it is not too big...if it
> is, rename it, and try to reproduce the problem then attach the .log file).

> Simon :-)

> "Andreas Moroder" <andreas.moroder@gmx.net> wrote in message
> news:bidj0b$7pn$1@eclipse.org...
> > Hello Simon,
> >
> > here my .log file
> >
> > !SESSION
> > ------------------------------------------------------------ ----------
> > !ENTRY org.eclipse.core.launcher 4 0 Aug 22, 2003 23:24:58.927
> > !MESSAGE Exception launching the Eclipse Platform:
> > !STACK
> > java.lang.reflect.InvocationTargetException:
> > java.lang.reflect.InvocationTargetException: org.eclipse.swt.SWTException:
> > Device is disposed
> > at org.eclipse.swt.SWT.error(SWT.java:2332)
> > at org.eclipse.swt.SWT.error(SWT.java:2262)
> > at org.eclipse.swt.widgets.Display.createDisplay(Display.java:4 84)
> > at org.eclipse.swt.widgets.Display.create(Display.java:469)
> > at org.eclipse.swt.graphics.Device.<init>(Device.java:111)
> > at org.eclipse.swt.widgets.Display.<init>(Display.java:303)
> > at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
> > at
> >
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:858)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > at java.lang.reflect.Method.invoke(Native Method)
> > 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)
> >
> > I hope this could help to find the reason for the Exception
> >
> > Thanks
> > Andreas
> >
> > Simon Arsenault wrote:
> >
> > > Is there a stack trace also in the .log file?
> >
> > > Simon :-)
> >
> > > "Andreas" <andreas.moroder@gmx.net> wrote in message
> > > news:3F469350.5040904@gmx.net...
> > > > Hello,
> > > >
> > > > I am new to eclipse and I get a "Device is disposed" error in the
> ..log.
> > > >
> > > > Because I could not find a newgroup or mailing list for simple users,
> I
> > > > ask here.
> > > >
> > > > Could you give me a hint where to aks or how to resolve the problem ?
> > > >
> > > > My system is
> > > > Suse Linux 8.1
> > > > java2 ( jre 1.3.1)
> > > > ant 1.5
> > > > latest eclipse
> > > >
> > > > Thank you
> > > > Andreas
> > > >
> >
> >
Hello Simon,

that was the entire log file. Maybe there is a parameter to tell eclipse
to be more verbose, but I am new, so I don't know it.

Andreas
Previous Topic:Update Status Line from Perspective
Next Topic:Use jaxp with jdk1.3.1 for plugin development
Goto Forum:
  


Current Time: Sat Jun 07 02:04:26 EDT 2025

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

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

Back to the top