Skip to main content



      Home
Home » Archived » Visual Editor (VE) » problems creating a new visual class
problems creating a new visual class [message #38374] Thu, 20 May 2004 20:00 Go to next message
Eclipse UserFriend
Hi,
I'm having problems creating a new visual class.
When I create a new JFrame I get the following error in the .log file and
the
canvas will only display the Bean Error icon.

Any ideas?
Thanks,
Olaf

Eclipse 3.0 M8 and the latest req's running on Linux RH9 GTK.

!SESSION May 20, 2004
16:28:42.841 ---------------------------------------------
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
!ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.370
!MESSAGE
+++ Warning +++: Thu May 20 16:28:57 PDT 2004 Could not instantiate
unknown with initialization string=null
!ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.371
!MESSAGE Exception thrown.
!STACK 0
java.lang.ExceptionInInitializerError: IWAV0118E Class unknown (or one of
its superclasses) is not found or has errors.
at
org.eclipse.ve.internal.java.core.BasicAllocationProcesser.i nstantiateWithSt
ring(BasicAllocationProcesser.java:158)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.basicInit ializationString
Allocation(BeanProxyAdapter.java:883)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(
BeanProxyAdapter.java:858)
at
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(Bean
ProxyAdapter.java:752)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(Compos
itionProxyAdapter.java:140)
at
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(Comp
ositionProxyAdapter.java:112)
at
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.r
un(JavaVisualEditorPart.java:1305)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
Re: problems creating a new visual class [message #38408 is a reply to message #38374] Thu, 20 May 2004 20:16 Go to previous messageGo to next message
Eclipse UserFriend
Nevermind.
I found the problem. It doesn't like when you use the 'default' package.
I created a new JFrame but this time specified a package and everything
seemed to work.


"Olaf" <olaf@cadence.com> wrote in message news:c8jgd2$ium$1@eclipse.org...
> Hi,
> I'm having problems creating a new visual class.
> When I create a new JFrame I get the following error in the .log file and
> the
> canvas will only display the Bean Error icon.
>
> Any ideas?
> Thanks,
> Olaf
>
> Eclipse 3.0 M8 and the latest req's running on Linux RH9 GTK.
>
> !SESSION May 20, 2004
> 16:28:42.841 ---------------------------------------------
> java.version=1.4.2_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> !ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.370
> !MESSAGE
> +++ Warning +++: Thu May 20 16:28:57 PDT 2004 Could not instantiate
> unknown with initialization string=null
> !ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.371
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.ExceptionInInitializerError: IWAV0118E Class unknown (or one of
> its superclasses) is not found or has errors.
> at
>
org.eclipse.ve.internal.java.core.BasicAllocationProcesser.i nstantiateWithSt
> ring(BasicAllocationProcesser.java:158)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.basicInit ializationString
> Allocation(BeanProxyAdapter.java:883)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(
> BeanProxyAdapter.java:858)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(Bean
> ProxyAdapter.java:752)
> at
>
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(Compos
> itionProxyAdapter.java:140)
> at
>
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(Comp
> ositionProxyAdapter.java:112)
> at
>
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.r
> un(JavaVisualEditorPart.java:1305)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
>
>
Re: problems creating a new visual class [message #38441 is a reply to message #38408] Fri, 21 May 2004 10:09 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

If this is recreatable, please open a bugzilla defect (including that
you were on Linux RH9 GTK). This shouldn't happen. We should be able to
have things in the default package.

Please include the exact steps, such as Create a Visual Class of type
such and such. Dropped a JFrame, etc.


--
Thanks, Rich Kulp

Re: problems creating a new visual class [message #589051 is a reply to message #38374] Thu, 20 May 2004 20:16 Go to previous message
Eclipse UserFriend
Nevermind.
I found the problem. It doesn't like when you use the 'default' package.
I created a new JFrame but this time specified a package and everything
seemed to work.


"Olaf" <olaf@cadence.com> wrote in message news:c8jgd2$ium$1@eclipse.org...
> Hi,
> I'm having problems creating a new visual class.
> When I create a new JFrame I get the following error in the .log file and
> the
> canvas will only display the Bean Error icon.
>
> Any ideas?
> Thanks,
> Olaf
>
> Eclipse 3.0 M8 and the latest req's running on Linux RH9 GTK.
>
> !SESSION May 20, 2004
> 16:28:42.841 ---------------------------------------------
> java.version=1.4.2_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> !ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.370
> !MESSAGE
> +++ Warning +++: Thu May 20 16:28:57 PDT 2004 Could not instantiate
> unknown with initialization string=null
> !ENTRY org.eclipse.ve.java.core 2 0 May 20, 2004 16:28:57.371
> !MESSAGE Exception thrown.
> !STACK 0
> java.lang.ExceptionInInitializerError: IWAV0118E Class unknown (or one of
> its superclasses) is not found or has errors.
> at
>
org.eclipse.ve.internal.java.core.BasicAllocationProcesser.i nstantiateWithSt
> ring(BasicAllocationProcesser.java:158)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.basicInit ializationString
> Allocation(BeanProxyAdapter.java:883)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.primInsta ntiateBeanProxy(
> BeanProxyAdapter.java:858)
> at
>
org.eclipse.ve.internal.java.core.BeanProxyAdapter.instantia teBeanProxy(Bean
> ProxyAdapter.java:752)
> at
>
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itSetting(Compos
> itionProxyAdapter.java:140)
> at
>
org.eclipse.ve.internal.java.core.CompositionProxyAdapter.in itBeanProxy(Comp
> ositionProxyAdapter.java:112)
> at
>
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup.r
> un(JavaVisualEditorPart.java:1305)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:62)
>
>
Re: problems creating a new visual class [message #589067 is a reply to message #38408] Fri, 21 May 2004 10:09 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

If this is recreatable, please open a bugzilla defect (including that
you were on Linux RH9 GTK). This shouldn't happen. We should be able to
have things in the default package.

Please include the exact steps, such as Create a Visual Class of type
such and such. Dropped a JFrame, etc.


--
Thanks, Rich Kulp

Previous Topic:problems creating a new visual class
Next Topic:Eclipse3 M9 and VE
Goto Forum:
  


Current Time: Wed Jul 23 07:25:59 EDT 2025

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

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

Back to the top