Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » org.eclipse.php.internal.debug.core error
org.eclipse.php.internal.debug.core error [message #1697544] Thu, 04 June 2015 17:31 Go to next message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
Hi,

When trying to launch debug I get the following error,

An internal error occurred during: "Launching xxxx".
org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;


I have the latest java installed as well as the latest PDT

Can anybody think of a possible reason reason for this?

Thanks

S.
Re: org.eclipse.php.internal.debug.core error [message #1697648 is a reply to message #1697544] Fri, 05 June 2015 15:17 Go to previous messageGo to next message
Alexandre Bourdeau-Herbin is currently offline Alexandre Bourdeau-HerbinFriend
Messages: 1
Registered: June 2015
Junior Member
Hi,

I get the same error every time I try to launch a unit test (with Makegood) on Eclipse Luna.
By any chance did you (or anyone else) find out the reason and find a way to correct it ?

Thanks a lot.
Re: org.eclipse.php.internal.debug.core error [message #1698035 is a reply to message #1697648] Wed, 10 June 2015 13:53 Go to previous messageGo to next message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
Nope, I heard nothing at all.

But what I did was... re-install everything.

I am guessing that something went messed up somewhere, so I did a clean install.

A bit of a pain to remember what was installed but at least it works.

I have kept the 'broken' eclipse version in case someone want to ask me more questions

S.
Re: org.eclipse.php.internal.debug.core error [message #1698148 is a reply to message #1698035] Thu, 11 June 2015 15:21 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
Can you paste stacktrace? available in error log view (Window -> show view -> other -> error log), double click on log.

Re: org.eclipse.php.internal.debug.core error [message #1698280 is a reply to message #1698148] Fri, 12 June 2015 18:43 Go to previous messageGo to next message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
When the error happens I get

An internal error occurred during: "Launching apctest".
org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;


And the error log is

java.lang.NoSuchMethodError: org.eclipse.php.internal.debug.core.preferences.PHPDebuggersRegistry.getDebuggerConfiguration(Ljava/lang/String;)Lorg/eclipse/php/internal/debug/core/debugger/AbstractDebuggerConfiguration;
	at com.piece_framework.makegood.launch.MakeGoodLaunchConfigurationDelegate.rewriteBasicConfigurationAttributes(MakeGoodLaunchConfigurationDelegate.java:286)
	at com.piece_framework.makegood.launch.MakeGoodLaunchConfigurationDelegate.createConfiguration(MakeGoodLaunchConfigurationDelegate.java:267)
	at com.piece_framework.makegood.launch.MakeGoodLaunchConfigurationDelegate.getLaunch(MakeGoodLaunchConfigurationDelegate.java:85)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:812)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
	at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
	at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


Thanks

S.
Re: org.eclipse.php.internal.debug.core error [message #1698288 is a reply to message #1698280] Fri, 12 June 2015 21:39 Go to previous messageGo to next message
Dawid Pakula is currently offline Dawid PakulaFriend
Messages: 290
Registered: March 2013
Senior Member
Makegood isn't compatible wih latest PDT nightly (3.5).
As far as I know iteman hardly work on new release.


Re: org.eclipse.php.internal.debug.core error [message #1698302 is a reply to message #1698288] Sat, 13 June 2015 03:57 Go to previous message
Simon Goodman is currently offline Simon GoodmanFriend
Messages: 13
Registered: September 2014
Junior Member
Dawid Pakula wrote on Fri, 12 June 2015 21:39
Makegood isn't compatible wih latest PDT nightly (3.5).
As far as I know iteman hardly work on new release.


I see, that's a bit of a shame that both those great tools can't really work well together.

I am not sure what I need more Smile

But thanks for the feedback, I will keep an eye on MakeGood/Github to look for updates and maybe revert back to 3.4 for now.

Thanks

S.
Previous Topic:Variable warnings no longer showing (again) - pdt-extensions.
Next Topic:color - documentation of code template
Goto Forum:
  


Current Time: Sat Oct 12 10:43:29 GMT 2024

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

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

Back to the top