Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Cannot use VE ...
Cannot use VE ... [message #70966] Tue, 09 November 2004 21:31 Go to next message
JuRu is currently offline JuRuFriend
Messages: 6
Registered: July 2009
Junior Member
Hi !
I'm french student.
I can't use VE because it says to me that :

An internal error occurred during: "Create Remote VM for Visual Editor
for Java".

I work on Linux Fedora Core 2 width Eclipse 3 GTK.
Maybe a problem of socket creation ....
Whaht about the parameters of my firewall about this problem ?

Thanks

JuRu
Re: Cannot use VE ... [message #71310 is a reply to message #70966] Thu, 11 November 2004 12:00 Go to previous messageGo to next message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi JuRu,

> I can't use VE because it says to me that :
>
> An internal error occurred during: "Create Remote VM for Visual Editor
> for Java".

Is there anything in the .log file in the .metadata directory ?

What JRE level are you using ? I believe on older Linux JVMs there is a
problem with the socket creation, and also some firewalls create
problems although Rich Kulp knows more about this than me.

However the .log file is important so please post its contents.

Best regards,

Joe Winchester
Re: Cannot use VE ... [message #71350 is a reply to message #71310] Thu, 11 November 2004 12:38 Go to previous messageGo to next message
JuRu is currently offline JuRuFriend
Messages: 6
Registered: July 2009
Junior Member
Joe Winchester a écrit :
> Hi JuRu,
>
>> I can't use VE because it says to me that :
>>
>> An internal error occurred during: "Create Remote VM for Visual Editor
>> for Java".
>
>
> Is there anything in the .log file in the .metadata directory ?
>
> What JRE level are you using ? I believe on older Linux JVMs there is a
> problem with the socket creation, and also some firewalls create
> problems although Rich Kulp knows more about this than me.
>
> However the .log file is important so please post its contents.
>
> Best regards,
>
> Joe Winchester
Hi !
Thanks for answering...
This is the error givent by Eclipse :
Une erreur interne s'est produite pendant : "Create Remote VM for Visual
Editor for Java".
java.lang.NullPointerException
org.eclipse.jem.internal.proxy.remote.REMRegistryController. getMasterSocketPort(REMRegistryController.java:172)
org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelega te.launch(LocalProxyLaunchDelegate.java:163)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

I'm using j2sdk1.4.2_06 for Linux.

Best regards,
JuRu
Re: Cannot use VE ... [message #72340 is a reply to message #71350] Mon, 22 November 2004 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

I have the exact same error when loading a visual class on my sourcemage linux box

~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
can I attach 8kB bzip2 ?


On Thu, 11 Nov 2004 13:38:29 +0100
JuRu <jr_c_2001fr@yahoo.fr> wrote:

> Joe Winchester a écrit :
> > Hi JuRu,
> >
> >> I can't use VE because it says to me that :
> >>
> >> An internal error occurred during: "Create Remote VM for Visual Editor
> >> for Java".
> >
> >
> > Is there anything in the .log file in the .metadata directory ?
> >
> > What JRE level are you using ? I believe on older Linux JVMs there is a
> > problem with the socket creation, and also some firewalls create
> > problems although Rich Kulp knows more about this than me.
> >
> > However the .log file is important so please post its contents.
> >
> > Best regards,
> >
> > Joe Winchester
> Hi !
> Thanks for answering...
> This is the error givent by Eclipse :
> Une erreur interne s'est produite pendant : "Create Remote VM for Visual
> Editor for Java".
> java.lang.NullPointerException
> org.eclipse.jem.internal.proxy.remote.REMRegistryController. getMasterSocketPort(REMRegistryController.java:172)
> org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelega te.launch(LocalProxyLaunchDelegate.java:163)
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
> org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>
> I'm using j2sdk1.4.2_06 for Linux.
>
> Best regards,
> JuRu


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #72374 is a reply to message #72340] Mon, 22 November 2004 14:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mendelgili.netscape.net

Pieter Lenaerts wrote:

> I have the exact same error when loading a visual class on my sourcemage linux box
>
> ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> can I attach 8kB bzip2 ?
>
>

>
Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
Re: Cannot use VE ... [message #72389 is a reply to message #72374] Mon, 22 November 2004 15:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

On Mon, 22 Nov 2004 09:23:15 -0500
Gili Mendel <mendelgili@netscape.net> wrote:

> Pieter Lenaerts wrote:
>
> > I have the exact same error when loading a visual class on my sourcemage linux box
> >
> > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > can I attach 8kB bzip2 ?
> >
> >
>
> >
> Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.


first thing I did





--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #72501 is a reply to message #72374] Tue, 23 November 2004 10:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2

anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2

any help welcome since I'm an illiterate to eclipse's inside :)


Pieter


On Mon, 22 Nov 2004 09:23:15 -0500
Gili Mendel <mendelgili@netscape.net> wrote:

> Pieter Lenaerts wrote:
>
> > I have the exact same error when loading a visual class on my sourcemage linux box
> >
> > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > can I attach 8kB bzip2 ?
> >
> >
>
> >
> Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #72519 is a reply to message #72501] Tue, 23 November 2004 11:42 Go to previous messageGo to next message
Peter Walker is currently offline Peter WalkerFriend
Messages: 124
Registered: July 2009
Senior Member
Pieter,
The zip file contains an empty file called ErrorlogEclipseVE (byte size is
zero). Please try again and I'll take a look at your log file.

Regards...

Peter Walker
----------------------
Eclipse VE Development


Pieter Lenaerts wrote:
> since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
>
> anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
>
> any help welcome since I'm an illiterate to eclipse's inside :)
>
>
> Pieter
>
>
> On Mon, 22 Nov 2004 09:23:15 -0500
> Gili Mendel <mendelgili@netscape.net> wrote:
>
> > Pieter Lenaerts wrote:
> >
> > > I have the exact same error when loading a visual class on my sourcemage linux box
> > >
> > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > can I attach 8kB bzip2 ?
> > >
> > >
> >
> > >
> > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
>
>
Re: Cannot use VE ... [message #72537 is a reply to message #72519] Tue, 23 November 2004 15:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

hi peter,

thx you for your time. I hope it's not going to be some lame thing I've done wrong, but the point is that my VM works fine in firefox for example.
the VE gives the same error as root as with normal users, so it's not a permissions issue


about the log: I don't mean to be rude of course, but the file is okay, I just double-checked it:
downloaded it, bunzip2'ed it and had a look

I've put it there in a .zip now too: http://users.pandora.be/e-type/ErrorlogEclipseVE.zip
12kB file
contents of the zip is textfile: ErrorlogEclipseVE
I unzipped it with winzip using wine to check if you'll be able to open it

maybe that helps?

pieter


On Tue, 23 Nov 2004 06:42:13 -0500
Peter Walker <walkerp@us.ibm.com> wrote:

> Pieter,
> The zip file contains an empty file called ErrorlogEclipseVE (byte size is
> zero). Please try again and I'll take a look at your log file.
>
> Regards...
>
> Peter Walker
> ----------------------
> Eclipse VE Development
>
>
> Pieter Lenaerts wrote:
> > since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> > trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
> >
> > anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
> >
> > any help welcome since I'm an illiterate to eclipse's inside :)
> >
> >
> > Pieter
> >
> >
> > On Mon, 22 Nov 2004 09:23:15 -0500
> > Gili Mendel <mendelgili@netscape.net> wrote:
> >
> > > Pieter Lenaerts wrote:
> > >
> > > > I have the exact same error when loading a visual class on my sourcemage linux box
> > > >
> > > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > > can I attach 8kB bzip2 ?
> > > >
> > > >
> > >
> > > >
> > > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
> >
> >


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #72777 is a reply to message #72537] Fri, 26 November 2004 07:42 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

allright, I found the solution in here:

> From: Rich Kulp <richkulp@us.NO_SPAM.ibm.com>
> Newsgroups: eclipse.tools.ve
> Subject: Re: Eclipse - VE error
> Date: Wed, 20 Oct 2004 11:31:34 -0400
> Organization: EclipseCorner
> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913)
>
> It had a problem creating a socket connection. Where there any other
> errors in the log? There should of been.
>
> I don't know if Gentoo is anything like SUSE, but if it is, take a look
> in the etc/.hosts file. Is there any entry like:
>
> ::1 localhost ..some other stuff...
>
> If there is, you need to modify it so that localhost is not listed on
> the ::1 line. It should be listed ONLY on the 127.0.0.1 line.


my single line /etc/hosts file looked like this:

127.0.0.1 e-box

and I changed that to:

127.0.0.1 localhost e-box

then ran eclipse, opened a visual class and tadaaa!






On Tue, 23 Nov 2004 16:58:27 +0100
Pieter Lenaerts <pieter_b52@yahoo.com> wrote:

> hi peter,
>
> thx you for your time. I hope it's not going to be some lame thing I've done wrong, but the point is that my VM works fine in firefox for example.
> the VE gives the same error as root as with normal users, so it's not a permissions issue
>
>
> about the log: I don't mean to be rude of course, but the file is okay, I just double-checked it:
> downloaded it, bunzip2'ed it and had a look
>
> I've put it there in a .zip now too: http://users.pandora.be/e-type/ErrorlogEclipseVE.zip
> 12kB file
> contents of the zip is textfile: ErrorlogEclipseVE
> I unzipped it with winzip using wine to check if you'll be able to open it
>
> maybe that helps?
>
> pieter
>
>
> On Tue, 23 Nov 2004 06:42:13 -0500
> Peter Walker <walkerp@us.ibm.com> wrote:
>
> > Pieter,
> > The zip file contains an empty file called ErrorlogEclipseVE (byte size is
> > zero). Please try again and I'll take a look at your log file.
> >
> > Regards...
> >
> > Peter Walker
> > ----------------------
> > Eclipse VE Development
> >
> >
> > Pieter Lenaerts wrote:
> > > since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> > > trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
> > >
> > > anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
> > >
> > > any help welcome since I'm an illiterate to eclipse's inside :)
> > >
> > >
> > > Pieter
> > >
> > >
> > > On Mon, 22 Nov 2004 09:23:15 -0500
> > > Gili Mendel <mendelgili@netscape.net> wrote:
> > >
> > > > Pieter Lenaerts wrote:
> > > >
> > > > > I have the exact same error when loading a visual class on my sourcemage linux box
> > > > >
> > > > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > > > can I attach 8kB bzip2 ?
> > > > >
> > > > >
> > > >
> > > > >
> > > > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
> > >
> > >
>
>
> --
> Pieter Lenaerts
> maintainer of editors and wm's - Sourcemage GNU/linux
> http://www.sourcemage.org
>
> e-type@cwazy.co.uk
> MSN: pieter_b52@yahoo.com
> jabber: e-type@jabber.org
> irc: irc.freenode.net #sourcemage


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #602965 is a reply to message #70966] Thu, 11 November 2004 12:00 Go to previous message
Joe Winchester is currently offline Joe WinchesterFriend
Messages: 496
Registered: July 2009
Senior Member
Hi JuRu,

> I can't use VE because it says to me that :
>
> An internal error occurred during: "Create Remote VM for Visual Editor
> for Java".

Is there anything in the .log file in the .metadata directory ?

What JRE level are you using ? I believe on older Linux JVMs there is a
problem with the socket creation, and also some firewalls create
problems although Rich Kulp knows more about this than me.

However the .log file is important so please post its contents.

Best regards,

Joe Winchester
Re: Cannot use VE ... [message #602974 is a reply to message #71310] Thu, 11 November 2004 12:38 Go to previous message
JuRu is currently offline JuRuFriend
Messages: 6
Registered: July 2009
Junior Member
Joe Winchester a écrit :
> Hi JuRu,
>
>> I can't use VE because it says to me that :
>>
>> An internal error occurred during: "Create Remote VM for Visual Editor
>> for Java".
>
>
> Is there anything in the .log file in the .metadata directory ?
>
> What JRE level are you using ? I believe on older Linux JVMs there is a
> problem with the socket creation, and also some firewalls create
> problems although Rich Kulp knows more about this than me.
>
> However the .log file is important so please post its contents.
>
> Best regards,
>
> Joe Winchester
Hi !
Thanks for answering...
This is the error givent by Eclipse :
Une erreur interne s'est produite pendant : "Create Remote VM for Visual
Editor for Java".
java.lang.NullPointerException
org.eclipse.jem.internal.proxy.remote.REMRegistryController. getMasterSocketPort(REMRegistryController.java:172)
org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelega te.launch(LocalProxyLaunchDelegate.java:163)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

I'm using j2sdk1.4.2_06 for Linux.

Best regards,
JuRu
Re: Cannot use VE ... [message #603237 is a reply to message #71350] Mon, 22 November 2004 11:02 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

I have the exact same error when loading a visual class on my sourcemage linux box

~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
can I attach 8kB bzip2 ?


On Thu, 11 Nov 2004 13:38:29 +0100
JuRu <jr_c_2001fr@yahoo.fr> wrote:

> Joe Winchester a écrit :
> > Hi JuRu,
> >
> >> I can't use VE because it says to me that :
> >>
> >> An internal error occurred during: "Create Remote VM for Visual Editor
> >> for Java".
> >
> >
> > Is there anything in the .log file in the .metadata directory ?
> >
> > What JRE level are you using ? I believe on older Linux JVMs there is a
> > problem with the socket creation, and also some firewalls create
> > problems although Rich Kulp knows more about this than me.
> >
> > However the .log file is important so please post its contents.
> >
> > Best regards,
> >
> > Joe Winchester
> Hi !
> Thanks for answering...
> This is the error givent by Eclipse :
> Une erreur interne s'est produite pendant : "Create Remote VM for Visual
> Editor for Java".
> java.lang.NullPointerException
> org.eclipse.jem.internal.proxy.remote.REMRegistryController. getMasterSocketPort(REMRegistryController.java:172)
> org.eclipse.jem.internal.proxy.remote.LocalProxyLaunchDelega te.launch(LocalProxyLaunchDelegate.java:163)
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:569)
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:150)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:480)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:291)
> org.eclipse.jem.internal.proxy.core.ProxyLaunchSupport.start Implementation(ProxyLaunchSupport.java:223)
> org.eclipse.ve.internal.java.codegen.editorpart.JavaVisualEd itorPart$Setup$CreateRegistry.run(JavaVisualEditorPart.java: 1327)
> org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
>
> I'm using j2sdk1.4.2_06 for Linux.
>
> Best regards,
> JuRu


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #603250 is a reply to message #72340] Mon, 22 November 2004 14:23 Go to previous message
Gili Mendel is currently offline Gili MendelFriend
Messages: 338
Registered: July 2009
Senior Member
Pieter Lenaerts wrote:

> I have the exact same error when loading a visual class on my sourcemage linux box
>
> ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> can I attach 8kB bzip2 ?
>
>

>
Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
Re: Cannot use VE ... [message #603255 is a reply to message #72374] Mon, 22 November 2004 15:24 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

On Mon, 22 Nov 2004 09:23:15 -0500
Gili Mendel <mendelgili@netscape.net> wrote:

> Pieter Lenaerts wrote:
>
> > I have the exact same error when loading a visual class on my sourcemage linux box
> >
> > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > can I attach 8kB bzip2 ?
> >
> >
>
> >
> Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.


first thing I did





--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #603291 is a reply to message #72374] Tue, 23 November 2004 10:11 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2

anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2

any help welcome since I'm an illiterate to eclipse's inside :)


Pieter


On Mon, 22 Nov 2004 09:23:15 -0500
Gili Mendel <mendelgili@netscape.net> wrote:

> Pieter Lenaerts wrote:
>
> > I have the exact same error when loading a visual class on my sourcemage linux box
> >
> > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > can I attach 8kB bzip2 ?
> >
> >
>
> >
> Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #603294 is a reply to message #72501] Tue, 23 November 2004 11:42 Go to previous message
Peter Walker is currently offline Peter WalkerFriend
Messages: 124
Registered: July 2009
Senior Member
Pieter,
The zip file contains an empty file called ErrorlogEclipseVE (byte size is
zero). Please try again and I'll take a look at your log file.

Regards...

Peter Walker
----------------------
Eclipse VE Development


Pieter Lenaerts wrote:
> since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
>
> anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
>
> any help welcome since I'm an illiterate to eclipse's inside :)
>
>
> Pieter
>
>
> On Mon, 22 Nov 2004 09:23:15 -0500
> Gili Mendel <mendelgili@netscape.net> wrote:
>
> > Pieter Lenaerts wrote:
> >
> > > I have the exact same error when loading a visual class on my sourcemage linux box
> > >
> > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > can I attach 8kB bzip2 ?
> > >
> > >
> >
> > >
> > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
>
>
Re: Cannot use VE ... [message #603298 is a reply to message #72519] Tue, 23 November 2004 15:58 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

hi peter,

thx you for your time. I hope it's not going to be some lame thing I've done wrong, but the point is that my VM works fine in firefox for example.
the VE gives the same error as root as with normal users, so it's not a permissions issue


about the log: I don't mean to be rude of course, but the file is okay, I just double-checked it:
downloaded it, bunzip2'ed it and had a look

I've put it there in a .zip now too: http://users.pandora.be/e-type/ErrorlogEclipseVE.zip
12kB file
contents of the zip is textfile: ErrorlogEclipseVE
I unzipped it with winzip using wine to check if you'll be able to open it

maybe that helps?

pieter


On Tue, 23 Nov 2004 06:42:13 -0500
Peter Walker <walkerp@us.ibm.com> wrote:

> Pieter,
> The zip file contains an empty file called ErrorlogEclipseVE (byte size is
> zero). Please try again and I'll take a look at your log file.
>
> Regards...
>
> Peter Walker
> ----------------------
> Eclipse VE Development
>
>
> Pieter Lenaerts wrote:
> > since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> > trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
> >
> > anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
> >
> > any help welcome since I'm an illiterate to eclipse's inside :)
> >
> >
> > Pieter
> >
> >
> > On Mon, 22 Nov 2004 09:23:15 -0500
> > Gili Mendel <mendelgili@netscape.net> wrote:
> >
> > > Pieter Lenaerts wrote:
> > >
> > > > I have the exact same error when loading a visual class on my sourcemage linux box
> > > >
> > > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > > can I attach 8kB bzip2 ?
> > > >
> > > >
> > >
> > > >
> > > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
> >
> >


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Re: Cannot use VE ... [message #603339 is a reply to message #72537] Fri, 26 November 2004 07:42 Go to previous message
Eclipse UserFriend
Originally posted by: pieter_b52.yahoo.com

allright, I found the solution in here:

> From: Rich Kulp <richkulp@us.NO_SPAM.ibm.com>
> Newsgroups: eclipse.tools.ve
> Subject: Re: Eclipse - VE error
> Date: Wed, 20 Oct 2004 11:31:34 -0400
> Organization: EclipseCorner
> User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913)
>
> It had a problem creating a socket connection. Where there any other
> errors in the log? There should of been.
>
> I don't know if Gentoo is anything like SUSE, but if it is, take a look
> in the etc/.hosts file. Is there any entry like:
>
> ::1 localhost ..some other stuff...
>
> If there is, you need to modify it so that localhost is not listed on
> the ::1 line. It should be listed ONLY on the 127.0.0.1 line.


my single line /etc/hosts file looked like this:

127.0.0.1 e-box

and I changed that to:

127.0.0.1 localhost e-box

then ran eclipse, opened a visual class and tadaaa!






On Tue, 23 Nov 2004 16:58:27 +0100
Pieter Lenaerts <pieter_b52@yahoo.com> wrote:

> hi peter,
>
> thx you for your time. I hope it's not going to be some lame thing I've done wrong, but the point is that my VM works fine in firefox for example.
> the VE gives the same error as root as with normal users, so it's not a permissions issue
>
>
> about the log: I don't mean to be rude of course, but the file is okay, I just double-checked it:
> downloaded it, bunzip2'ed it and had a look
>
> I've put it there in a .zip now too: http://users.pandora.be/e-type/ErrorlogEclipseVE.zip
> 12kB file
> contents of the zip is textfile: ErrorlogEclipseVE
> I unzipped it with winzip using wine to check if you'll be able to open it
>
> maybe that helps?
>
> pieter
>
>
> On Tue, 23 Nov 2004 06:42:13 -0500
> Peter Walker <walkerp@us.ibm.com> wrote:
>
> > Pieter,
> > The zip file contains an empty file called ErrorlogEclipseVE (byte size is
> > zero). Please try again and I'll take a look at your log file.
> >
> > Regards...
> >
> > Peter Walker
> > ----------------------
> > Eclipse VE Development
> >
> >
> > Pieter Lenaerts wrote:
> > > since it had crossed my mind that a fresh log might be smaller, I already had deleted my log
> > > trying to run the VE gives me the 1104kB log, so I uploaded the 8kB bzip2
> > >
> > > anyone can fetch it at http://users.pandora.be/e-type/ErrorlogEclipseVE.bz2
> > >
> > > any help welcome since I'm an illiterate to eclipse's inside :)
> > >
> > >
> > > Pieter
> > >
> > >
> > > On Mon, 22 Nov 2004 09:23:15 -0500
> > > Gili Mendel <mendelgili@netscape.net> wrote:
> > >
> > > > Pieter Lenaerts wrote:
> > > >
> > > > > I have the exact same error when loading a visual class on my sourcemage linux box
> > > > >
> > > > > ~/workspace/.metadata/.log is 1104kB though, so append here seems a little extreme :)
> > > > > can I attach 8kB bzip2 ?
> > > > >
> > > > >
> > > >
> > > > >
> > > > Clear the .log (delete it), and try to open the VE ... you should have a smaller .log.
> > >
> > >
>
>
> --
> Pieter Lenaerts
> maintainer of editors and wm's - Sourcemage GNU/linux
> http://www.sourcemage.org
>
> e-type@cwazy.co.uk
> MSN: pieter_b52@yahoo.com
> jabber: e-type@jabber.org
> irc: irc.freenode.net #sourcemage


--
Pieter Lenaerts
maintainer of editors and wm's - Sourcemage GNU/linux
http://www.sourcemage.org

e-type@cwazy.co.uk
MSN: pieter_b52@yahoo.com
jabber: e-type@jabber.org
irc: irc.freenode.net #sourcemage
Previous Topic:VE doesn't start at loading
Next Topic:Working VE Install Recipe
Goto Forum:
  


Current Time: Thu Apr 25 21:57:12 GMT 2024

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

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

Back to the top