Open GoogleCodeExporter opened 8 years ago
I have no clue if that help but while it's trying to connect, if I just try to
refresh a page in chrome (to generate some server activity), I'm getting this
right away in eclipse:
An internal error occurred during: "Launching New_configuration".
org.ebayopensource.vjet.eclipse.internal.launching.SourceLocatorProxy cannot be
cast to org.chromium.debug.core.ChromiumSourceDirector
java.lang.ClassCastException:
org.ebayopensource.vjet.eclipse.internal.launching.SourceLocatorProxy cannot be
cast to org.chromium.debug.core.ChromiumSourceDirector
at org.chromium.debug.core.model.VProjectWorkspaceBridge.<init>(VProjectWorkspaceBridge.java:86)
at org.chromium.debug.core.model.VProjectWorkspaceBridge$FactoryImpl.attachedToVm(VProjectWorkspaceBridge.java:58)
at org.chromium.debug.core.model.ConnectedTargetData.initWorkspaceRelations(ConnectedTargetData.java:220)
at org.chromium.debug.core.model.ConnectedTargetData.setVmEmbedder(ConnectedTargetData.java:83)
at org.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:83)
at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:95)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
eclipse.buildId=M20110210-1200
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product
org.eclipse.epp.package.java.product
Original comment by abuck....@gmail.com
on 9 Jul 2012 at 4:31
Timeout is an unrelated effect (see comment #13 at
http://code.google.com/p/chromedevtools/issues/detail?id=54 for details).
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:38
Refreshing or any server activity "pumps" debug requests.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:39
Ok, downgraded nodes.js to 0.6.19 and getting some errors again:
java.lang.ClassCastException:
org.ebayopensource.vjet.eclipse.internal.launching.SourceLocatorProxy cannot be
cast to org.chromium.debug.core.ChromiumSourceDirector
at org.chromium.debug.core.model.VProjectWorkspaceBridge.<init>(VProjectWorkspaceBridge.java:86)
at org.chromium.debug.core.model.VProjectWorkspaceBridge$FactoryImpl.attachedToVm(VProjectWorkspaceBridge.java:58)
at org.chromium.debug.core.model.ConnectedTargetData.initWorkspaceRelations(ConnectedTargetData.java:220)
at org.chromium.debug.core.model.ConnectedTargetData.setVmEmbedder(ConnectedTargetData.java:83)
at org.chromium.debug.core.model.DebugTargetImpl.attach(DebugTargetImpl.java:83)
at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:95)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
and getting this as well:
java.lang.NullPointerException
at org.chromium.debug.core.model.ConnectedTargetData$DebugEventListenerImpl.disconnected(ConnectedTargetData.java:298)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.onDebuggerDetachedImpl(StandaloneVmImpl.java:174)
at org.chromium.sdk.internal.standalonev8.StandaloneVmImpl.detach(StandaloneVmImpl.java:152)
at org.chromium.debug.core.model.DebugTargetImpl$1.destruct(DebugTargetImpl.java:77)
at org.chromium.sdk.util.DestructingGuard.doFinally(DestructingGuard.java:39)
at org.chromium.debug.ui.launcher.LaunchTypeBase.launch(LaunchTypeBase.java:108)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:853)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:702)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:924)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1128)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Original comment by abuck....@gmail.com
on 9 Jul 2012 at 4:47
NPE is harmless. We will exterminate it later.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:52
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 4:54
On the first glance VJET may inject its source locator in our launch. Possible
redirection to them. Needs looking more.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 5:07
As per
https://github.com/ebayopensource/vjet/blob/master/eclipse/plugins/org.ebayopens
ource.vjet.eclipse.debug/src/org/ebayopensource/vjet/eclipse/internal/debug/Laun
chListener.java
VJET seems to unconditionally update (ruin) our launch:
launchChanged -> setUpSourceLocator
This is probably wrong.
Should redirect issue to them.
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 5:26
http://www.ebayopensource.org/jira/browse/VJET-107
Original comment by peter.ry...@gmail.com
on 9 Jul 2012 at 5:37
haaa, they only have 3 bugs in their system, not sure someone has looked at
it.... :(
Original comment by abuck....@gmail.com
on 11 Jul 2012 at 11:51
This bug is fixed in VJET latest version released today. Please install latest
version and let me know if you are still having issues.
Original comment by earlys...@gmail.com
on 29 Aug 2012 at 5:53
Earlyster,
I, for one, work based on reading VJET source code. The source code now looks
correct.
I hope that Abuck.Joe (the reporter of this issue) verifies the new version (or
in any other way dismisses the issue).
Original comment by peter.ry...@gmail.com
on 12 Sep 2012 at 8:34
Original issue reported on code.google.com by
abuck....@gmail.com
on 9 Jul 2012 at 4:25