Home » Archived » Visual Editor (VE) » eclipse stops responding
eclipse stops responding [message #44976] |
Tue, 29 June 2004 16:16  |
Eclipse User |
|
|
|
Originally posted by: ike.sestka.sh.cvut.cz
Hello,
I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
visual class, eclipse stops responding for about a minute. Some errors are
reported in .log file.
Any ideas?
Thanks,
Michal
!SESSION VI 29, 2004
21:59:20.840 ----------------------------------------------
eclipse.buildId=I200406251208
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=cs_CZ
!ENTRY org.eclipse.jem.proxy 2 0 VI 29, 2004 21:59:20.840
!MESSAGE
!STACK 0
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:18 3)
at java.io.BufferedInputStream.read(BufferedInputStream.java:20 1)
at java.io.DataInputStream.readByte(DataInputStream.java:331)
at
org.eclipse.jem.internal.proxy.common.remote.Commands.readBa ckValue(Commands
..java:1056)
at
org.eclipse.jem.internal.proxy.common.remote.Commands.sendIn vokeMethodComman
d(Commands.java:1216)
at
org.eclipse.jem.internal.proxy.remote.REMConnection.invokeMe thod(REMConnecti
on.java:195)
at
org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invoke( REMMethodProxy.j
ava:214)
at
org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invokeW ithParms(REMMeth
odProxy.java:184)
at
org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invoke( REMMethodProxy.j
ava:101)
at
org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invoke( REMMethodProxy.j
ava:97)
at
org.eclipse.jem.internal.proxy.remote.REMMethodProxy.invokeC atchThrowableExc
eptions(REMMethodProxy.java:226)
at
org.eclipse.ve.internal.jfc.core.ImageDataCollector.waitForC ompletion(ImageD
ataCollector.java:136)
at
org.eclipse.ve.internal.jfc.core.ComponentProxyAdapter.refre shImage(Componen
tProxyAdapter.java:714)
at
org.eclipse.ve.internal.jfc.core.ComponentProxyAdapter$10.ru n(ComponentProxy
Adapter.java:879)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:106)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:2749)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2434)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:141)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:96)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.
java:335)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:273)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl
..java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)
!ENTRY org.eclipse.jem.proxy 2 0 VI 29, 2004 21:59:21.792
!MESSAGE
+++ Warning +++: Tue Jun 29 21:59:21 CEST 2004 Project (ArchConv)-VM for
Gui.java:err>java.net.SocketException: Software caused connection abort:
recv failed
!ENTRY org.eclipse.jem.proxy 2 0 VI 29, 2004 21:59:21.802
!MESSAGE
+++ Warning +++: Tue Jun 29 21:59:21 CEST 2004 Project (ArchConv)-VM for
Gui.java:err>
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readByte(Unknown Source)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionHandler.r un(ConnectionHan
dler.java:120)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionThread.ru n(ConnectionThre
ad.java:47)
java.net.SocketException: Software caused connection abort: recv failed
!ENTRY org.eclipse.jem.proxy 2 0 VI 29, 2004 21:59:21.812
!MESSAGE
+++ Warning +++: Tue Jun 29 21:59:21 CEST 2004 Project (ArchConv)-VM for
Gui.java:err>
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.DataInputStream.readByte(Unknown Source)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionHandler.r un(ConnectionHan
dler.java:120)
at
org.eclipse.jem.internal.proxy.vm.remote.ConnectionThread.ru n(ConnectionThre
ad.java:47)
|
|
| |
Re: eclipse stops responding [message #45078 is a reply to message #45028] |
Wed, 30 June 2004 08:50   |
Eclipse User |
|
|
|
Originally posted by: myersj.nospam.us.ibm.com
Michal, Marcus,
Actually the VE makes TCP/IP connections to localhost to communicate
with the remote VMs. This is the area showing problems in Michal's .log
file.
I'm not an expert in this area, but it looks like your remote VM is
somehow dying while you're editing and so the editor fails to
communicate with it. Which platform (Windows or Linux) are you using,
which version of the VE are you running, and what type of application
are you developing (Swing/AWT or SWT)?
- Jeff
Marcus Beyer wrote:
> localnews schrieb:
>
>> Hello,
>> I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
>> GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
>> visual class, eclipse stops responding for about a minute. Some errors
>> are
>> reported in .log file.
>>
>> Any ideas?
>
>
> Did you perhaps try to connect to a server in your visual class?
>
> I ask because of "SocketTimeoutException" in the log.
>
> If so, maybe better don't connect to servers inside your IDE:
>
> if (!java.beans.Beans.isDesignTime())
> {
> // connect to server ...
> }
>
> Cheers!
>
> Marcus
|
|
|
Re: eclipse stops responding [message #46107 is a reply to message #45078] |
Fri, 02 July 2004 15:53  |
Eclipse User |
|
|
|
Originally posted by: ike.sestka.sh.cvut.cz
I'm using windows platform, eclipse 3.0, VE version S20040624, and i'm
developing Swing application.
It seems, that this problem is caused by Symantec Antivirus 9.0 Autoprotect
feature, after i've disabled it the VE worked fine again.
M.
"Jeff Myers" <myersj@nospam.us.ibm.com> wrote in message
news:cbucuk$rkm$1@eclipse.org...
> Michal, Marcus,
>
> Actually the VE makes TCP/IP connections to localhost to communicate
> with the remote VMs. This is the area showing problems in Michal's .log
> file.
>
> I'm not an expert in this area, but it looks like your remote VM is
> somehow dying while you're editing and so the editor fails to
> communicate with it. Which platform (Windows or Linux) are you using,
> which version of the VE are you running, and what type of application
> are you developing (Swing/AWT or SWT)?
>
> - Jeff
>
> Marcus Beyer wrote:
>
> > localnews schrieb:
> >
> >> Hello,
> >> I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
> >> GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
> >> visual class, eclipse stops responding for about a minute. Some errors
> >> are
> >> reported in .log file.
> >>
> >> Any ideas?
> >
> >
> > Did you perhaps try to connect to a server in your visual class?
> >
> > I ask because of "SocketTimeoutException" in the log.
> >
> > If so, maybe better don't connect to servers inside your IDE:
> >
> > if (!java.beans.Beans.isDesignTime())
> > {
> > // connect to server ...
> > }
> >
> > Cheers!
> >
> > Marcus
|
|
|
Re: eclipse stops responding [message #593156 is a reply to message #44976] |
Wed, 30 June 2004 04:38  |
Eclipse User |
|
|
|
localnews schrieb:
> Hello,
> I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
> GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
> visual class, eclipse stops responding for about a minute. Some errors are
> reported in .log file.
>
> Any ideas?
Did you perhaps try to connect to a server in your visual class?
I ask because of "SocketTimeoutException" in the log.
If so, maybe better don't connect to servers inside your IDE:
if (!java.beans.Beans.isDesignTime())
{
// connect to server ...
}
Cheers!
Marcus
|
|
|
Re: eclipse stops responding [message #593217 is a reply to message #45028] |
Wed, 30 June 2004 08:50  |
Eclipse User |
|
|
|
Michal, Marcus,
Actually the VE makes TCP/IP connections to localhost to communicate
with the remote VMs. This is the area showing problems in Michal's .log
file.
I'm not an expert in this area, but it looks like your remote VM is
somehow dying while you're editing and so the editor fails to
communicate with it. Which platform (Windows or Linux) are you using,
which version of the VE are you running, and what type of application
are you developing (Swing/AWT or SWT)?
- Jeff
Marcus Beyer wrote:
> localnews schrieb:
>
>> Hello,
>> I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
>> GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
>> visual class, eclipse stops responding for about a minute. Some errors
>> are
>> reported in .log file.
>>
>> Any ideas?
>
>
> Did you perhaps try to connect to a server in your visual class?
>
> I ask because of "SocketTimeoutException" in the log.
>
> If so, maybe better don't connect to servers inside your IDE:
>
> if (!java.beans.Beans.isDesignTime())
> {
> // connect to server ...
> }
>
> Cheers!
>
> Marcus
|
|
|
Re: eclipse stops responding [message #593748 is a reply to message #45078] |
Fri, 02 July 2004 15:53  |
Eclipse User |
|
|
|
Originally posted by: ike.sestka.sh.cvut.cz
I'm using windows platform, eclipse 3.0, VE version S20040624, and i'm
developing Swing application.
It seems, that this problem is caused by Symantec Antivirus 9.0 Autoprotect
feature, after i've disabled it the VE worked fine again.
M.
"Jeff Myers" <myersj@nospam.us.ibm.com> wrote in message
news:cbucuk$rkm$1@eclipse.org...
> Michal, Marcus,
>
> Actually the VE makes TCP/IP connections to localhost to communicate
> with the remote VMs. This is the area showing problems in Michal's .log
> file.
>
> I'm not an expert in this area, but it looks like your remote VM is
> somehow dying while you're editing and so the editor fails to
> communicate with it. Which platform (Windows or Linux) are you using,
> which version of the VE are you running, and what type of application
> are you developing (Swing/AWT or SWT)?
>
> - Jeff
>
> Marcus Beyer wrote:
>
> > localnews schrieb:
> >
> >> Hello,
> >> I've installed eclipse 3.0 final, emf-sdo-xsd-SDK-I200406241017a,
> >> GEF-SDK-I20040624 and VE-SDK-S20040624. After making a few changes in a
> >> visual class, eclipse stops responding for about a minute. Some errors
> >> are
> >> reported in .log file.
> >>
> >> Any ideas?
> >
> >
> > Did you perhaps try to connect to a server in your visual class?
> >
> > I ask because of "SocketTimeoutException" in the log.
> >
> > If so, maybe better don't connect to servers inside your IDE:
> >
> > if (!java.beans.Beans.isDesignTime())
> > {
> > // connect to server ...
> > }
> >
> > Cheers!
> >
> > Marcus
|
|
|
Goto Forum:
Current Time: Wed Jul 23 16:52:44 EDT 2025
Powered by FUDForum. Page generated in 0.05646 seconds
|