Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Problems getting VE M1running
Problems getting VE M1running [message #38772] Wed, 26 May 2004 13:53 Go to next message
Eclipse User
Originally posted by: matthias.nietz.tolina.com

Need some advice,

After installation of VE M1 on Eclipse M8 I wondered why a newly created
Frame - using the VE-Wizard - did not show up in the graphical preview
window. All icons for gui components are missing too. All I get are the
icons "selection", "marquee" and "choose bean". Can anybody tell me from
this what I have done wrong from this log entry?

Thanks, Matthias.

!SESSION Mai 26, 2004 19:51:04.296
---------------------------------------------
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
!ENTRY org.eclipse.ve.java.core 4 0 Mai 26, 2004 19:51:04.296
!MESSAGE Exception thrown.
!STACK 0
java.lang.NullPointerException
at
org.eclipse.ve.internal.java.codegen.java.ExpressionDecoderF actory.getExpDecoder(ExpressionDecoderFactory.java:98)
at
org.eclipse.ve.internal.java.codegen.model.BeanPart.setEObje ct(BeanPart.java:470)
at
org.eclipse.ve.internal.java.codegen.model.BeanPart.createEO bject(BeanPart.java:798)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:626)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:707)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:816)
at
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:589)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1278)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Re: Problems getting VE M1running [message #38869 is a reply to message #38772] Wed, 26 May 2004 15:33 Go to previous messageGo to next message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are there no other errors in the log? This error shouldn't of happened.



--
Thanks, Rich Kulp

Re: Problems getting VE M1running [message #38979 is a reply to message #38869] Wed, 26 May 2004 15:34 Go to previous messageGo to next message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Also, please append what versions of EMF and GEF you are using.


--
Thanks, Rich Kulp

Re: Problems getting VE M1running [message #39217 is a reply to message #38772] Thu, 27 May 2004 01:36 Go to previous messageGo to next message
R.U. Deranged is currently offline R.U. Deranged
Messages: 102
Registered: July 2009
Senior Member
Matthias Nietz wrote:

> Need some advice,
>
> After installation of VE M1 on Eclipse M8 I wondered why a newly created
> Frame - using the VE-Wizard - did not show up in the graphical preview
> window. All icons for gui components are missing too. All I get are the
> icons "selection", "marquee" and "choose bean". Can anybody tell me from
> this what I have done wrong from this log entry?

I've had this problem as well with the Linux/GTK+ version of Eclipse M8 and VE
M1 and also with Eclipse I20040513 and VE I20040513, even after a fresh
installation of Eclipse in each instance. I used the exact versions of GEF
and EMF specified for each build of VE (I was very meticulous about this).

I finally gave up and upgraded to M9 thinking the VE mess was just a problem
with my setup, but now that someone else has reported the same problem, I'm
going to reinstall the integration builds mentioned above and report back
shortly with any error logs.
Re: Problems getting VE M1running [message #39247 is a reply to message #39217] Thu, 27 May 2004 03:13 Go to previous messageGo to next message
R.U. Deranged is currently offline R.U. Deranged
Messages: 102
Registered: July 2009
Senior Member
Just realized Eclipse I20040513 didn't pass all of its unit tests so that may
have contributed to some problems I was experiencing with the corresponding
integration build of VE. Because of this I decided to try instead with
Eclipse M8 and VE 1.0 M1.

Now I can't seem to reproduce the problem. M8 and VE 1.0 M1 work fine, and all
the widgets are available on the palette. A possible explanation is that I
may have been running Eclipse under the IBM JRE at the time of the problems.
I no longer have the IBM JRE on my machine and am using the Sun JRE. I'm sure
I've changed some other related thing in my environment as well.

Ah well, I'll try to be more vigilant next time.
Re: Problems getting VE M1running [message #39278 is a reply to message #38979] Thu, 27 May 2004 04:13 Go to previous messageGo to next message
Eclipse User
Originally posted by: matthias.nietz.tolina.com

Rich Kulp wrote:

> Also, please append what versions of EMF and GEF you are using.


Sorry, my fault.
emf-runtime-I200403250631
gef-runtime-I20040330.

Thanks for your help,
Matthias.
Re: Problems getting VE M1running [message #39308 is a reply to message #38772] Thu, 27 May 2004 04:19 Go to previous messageGo to next message
Eclipse User
Originally posted by: matthias.nietz.tolina.com

I tried it with: emf-runtime-I200403250631 and GEF-runtime-I20040330.
Thanks.


Matthias Nietz wrote:

> Need some advice,

> After installation of VE M1 on Eclipse M8 I wondered why a newly created
> Frame - using the VE-Wizard - did not show up in the graphical preview
> window. All icons for gui components are missing too. All I get are the
> icons "selection", "marquee" and "choose bean". Can anybody tell me from
> this what I have done wrong from this log entry?

> Thanks, Matthias.

> !SESSION Mai 26, 2004 19:51:04.296
> ---------------------------------------------
> java.version=1.4.2_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> !ENTRY org.eclipse.ve.java.core 4 0 Mai 26, 2004 19:51:04.296
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.NullPointerException
> at
>
org.eclipse.ve.internal.java.codegen.java.ExpressionDecoderF actory.getExpDecoder(ExpressionDecoderFactory.java:98)
> at
>
org.eclipse.ve.internal.java.codegen.model.BeanPart.setEObje ct(BeanPart.java:470)
> at
>
org.eclipse.ve.internal.java.codegen.model.BeanPart.createEO bject(BeanPart.java:798)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:626)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:707)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:816)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:589)
> at
>
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1278)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Re: Problems getting VE M1running [message #39401 is a reply to message #39278] Thu, 27 May 2004 09:36 Go to previous message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Those are the correct pre-reqs. I don't know why it isn't working. It
works for most everyone else, so there is something different about your
setup. But I don't know what it could be. With no other errors in the
..log file I don't have a clue. Where the error occurred shouldn't of
happened. Nor do I see how it could of happened.


--
Sorry, Rich Kulp

Re: Problems getting VE M1running [message #590764 is a reply to message #38772] Wed, 26 May 2004 15:33 Go to previous message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Are there no other errors in the log? This error shouldn't of happened.



--
Thanks, Rich Kulp

Re: Problems getting VE M1running [message #590787 is a reply to message #38869] Wed, 26 May 2004 15:34 Go to previous message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Also, please append what versions of EMF and GEF you are using.


--
Thanks, Rich Kulp

Re: Problems getting VE M1running [message #590889 is a reply to message #38772] Thu, 27 May 2004 01:36 Go to previous message
R.U. Deranged is currently offline R.U. Deranged
Messages: 102
Registered: July 2009
Senior Member
Matthias Nietz wrote:

> Need some advice,
>
> After installation of VE M1 on Eclipse M8 I wondered why a newly created
> Frame - using the VE-Wizard - did not show up in the graphical preview
> window. All icons for gui components are missing too. All I get are the
> icons "selection", "marquee" and "choose bean". Can anybody tell me from
> this what I have done wrong from this log entry?

I've had this problem as well with the Linux/GTK+ version of Eclipse M8 and VE
M1 and also with Eclipse I20040513 and VE I20040513, even after a fresh
installation of Eclipse in each instance. I used the exact versions of GEF
and EMF specified for each build of VE (I was very meticulous about this).

I finally gave up and upgraded to M9 thinking the VE mess was just a problem
with my setup, but now that someone else has reported the same problem, I'm
going to reinstall the integration builds mentioned above and report back
shortly with any error logs.
Re: Problems getting VE M1running [message #590895 is a reply to message #39217] Thu, 27 May 2004 03:13 Go to previous message
R.U. Deranged is currently offline R.U. Deranged
Messages: 102
Registered: July 2009
Senior Member
Just realized Eclipse I20040513 didn't pass all of its unit tests so that may
have contributed to some problems I was experiencing with the corresponding
integration build of VE. Because of this I decided to try instead with
Eclipse M8 and VE 1.0 M1.

Now I can't seem to reproduce the problem. M8 and VE 1.0 M1 work fine, and all
the widgets are available on the palette. A possible explanation is that I
may have been running Eclipse under the IBM JRE at the time of the problems.
I no longer have the IBM JRE on my machine and am using the Sun JRE. I'm sure
I've changed some other related thing in my environment as well.

Ah well, I'll try to be more vigilant next time.
Re: Problems getting VE M1running [message #590918 is a reply to message #38979] Thu, 27 May 2004 04:13 Go to previous message
Eclipse User
Originally posted by: matthias.nietz.tolina.com

Rich Kulp wrote:

> Also, please append what versions of EMF and GEF you are using.


Sorry, my fault.
emf-runtime-I200403250631
gef-runtime-I20040330.

Thanks for your help,
Matthias.
Re: Problems getting VE M1running [message #590934 is a reply to message #38772] Thu, 27 May 2004 04:19 Go to previous message
Eclipse User
Originally posted by: matthias.nietz.tolina.com

I tried it with: emf-runtime-I200403250631 and GEF-runtime-I20040330.
Thanks.


Matthias Nietz wrote:

> Need some advice,

> After installation of VE M1 on Eclipse M8 I wondered why a newly created
> Frame - using the VE-Wizard - did not show up in the graphical preview
> window. All icons for gui components are missing too. All I get are the
> icons "selection", "marquee" and "choose bean". Can anybody tell me from
> this what I have done wrong from this log entry?

> Thanks, Matthias.

> !SESSION Mai 26, 2004 19:51:04.296
> ---------------------------------------------
> java.version=1.4.2_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
> !ENTRY org.eclipse.ve.java.core 4 0 Mai 26, 2004 19:51:04.296
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.NullPointerException
> at
>
org.eclipse.ve.internal.java.codegen.java.ExpressionDecoderF actory.getExpDecoder(ExpressionDecoderFactory.java:98)
> at
>
org.eclipse.ve.internal.java.codegen.model.BeanPart.setEObje ct(BeanPart.java:470)
> at
>
org.eclipse.ve.internal.java.codegen.model.BeanPart.createEO bject(BeanPart.java:798)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.createJavaInstances(JavaSourceTranslator.java:626)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.buildCompositionModel(JavaSourceTranslator.java:707)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.decodeDocument(JavaSourceTranslator.java:816)
> at
>
org.eclipse.ve.internal.java.codegen.core.JavaSourceTranslat or.loadModel(JavaSourceTranslator.java:589)
> at
>
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.run(JavaVisualEditorPart.java:1278)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Re: Problems getting VE M1running [message #590979 is a reply to message #39278] Thu, 27 May 2004 09:36 Go to previous message
Eclipse User
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Those are the correct pre-reqs. I don't know why it isn't working. It
works for most everyone else, so there is something different about your
setup. But I don't know what it could be. With no other errors in the
..log file I don't have a clue. Where the error occurred shouldn't of
happened. Nor do I see how it could of happened.


--
Sorry, Rich Kulp

Previous Topic:Creating SWT GUIs
Next Topic:Posts lost?
Goto Forum:
  


Current Time: Fri May 24 16:29:31 EDT 2013

Powered by FUDForum. Page generated in 0.02471 seconds