Error configuring pipeline debugger in Eclipse - class

enter image description hereI have been trying really hard to configure a pipeline debugger in eclipse. After using my digital server account in server configuration when i select my site and click 'Debug' button it gives me an error
Could not initialize class com.thoughtworks.xstream.converters.collections.TreeMapConverter
I couldn't find much help online. I even tried changing the JRE version to an older version 14.0.2 but it doesn't seem to help.
[![Image attached of error][2]][2]
enter image description here

That library seems to be a core component of the Pipeline editor. I would suggest that you ensure that your Eclipse version is compatible with the plugin if you haven't done so already.
Currently, according to the documentation it only supports:
Mars - Eclipse 4.5
Neon - Eclipse 4.6
Furthermore, you must install the correct version of the plugin for your version of Eclipse. (Though in the past I've found that older plugin versions may sometimes work in newer Eclipse builds.)

This error relates to discounted class from JRE.
So my recipe for solving the issue:
used OpenJDK v11
installed latest eclipce version
SFCC plugin v4.6
Some found issues:
with new eclipce version brakepoints are not set from JS editor only via ScriptEditor
Thank you,
Aleksandr

I had issues with running debugger, but after I installed eclipse version 2020-12 and installed UX studio plugin it started to work. maybe new versions are not compatible with plugin

Related

SonarLint cannot connect to SonarQube Server

I have eclipse mars2 with sonarLint 2.1.
I try to connect to a SonarQube Server 5.1.2
When I try to connect via the eclipse GUI, the following error occurs:
The following plugins do not meet the required minimum versions, please upgrade them: java (installed: 3.0, minimum: 3.8)
Do you have any ideas? Thank you guys!
The plugin the message is referring to is the Sonar Java Plugin. Log in to Sonar as admin, go to Administration/System/Update Center and you'll see that the current installed plugin version is 3.0. Update it to the newest version available and it should work.
[Edit] - The upgrade is triggered by just clicking the button, but after it is downloaded and installed, you'll have to restart the Sonar server.
Another option is to downgrade to an older version of the plugin:
Exit IntelliJ
Delete the files in the following folder (your version of Idea may be in a slightly different folder
C:\Users\USER.IdeaIC2018.1\config\plugins\SonarLint\lib
Download version 3.5.1.2759 from the following: https://plugins.jetbrains.com/plugin/7973-sonarlint
Unzip all the files from the downloaded file to the above folder
The newest available version in the update centre is 3.14 for some reasons.
Anybody has been able to install the 3.8?

Where can I download Groovy Grails Tool Suite version 3.5.1 for Windows?

The download page at SpringSource (http://spring.io/tools/ggts/all) doesn't seem to make previous versions of GGTS available, but I want to have this version to be able to toggle between the Groovy 2.0.7 and Groovy 2.1.8 compilers.
As a potential solution, I searched for mirrors, but was unable to find any. In addition, I also checked GitHub for the GGTS source for this release so I could compile it myself, but I didn't find that either.
You can change the version directly in the URL so this one should work:
http://download.springsource.com/release/STS/3.5.1/dist/e4.4/groovy-grails-tool-suite-3.5.1.RELEASE-e4.4-win32-x86_64.zip
I hope that helps.
The GGTS 3.5.1 32bit version is here:
http://download.springsource.com/release/STS/3.5.1/dist/e4.4/groovy-grails-tool-suite-3.5.1.RELEASE-e4.4-win32.zip
It has grails-2.3.8, tomcat 6 and 7.

Building Hadoop(1.2.1) Eclipse(Kepler 4.3.1) Plugin

I tried building an eclipse plugin for Hadoop for my Eclipse Kepler V 4.3.1
In the web I see a lot of information for JUNO and some prior versions but tried copying those jars into my eclipse->plugin directory brought me no luck. hence tried building my own eclipse plugin but even that is not working for me. Has anyone here has a Hadoop plugin working for Kepler?
Below are my other config details :
Mac OSX
java version "1.6.0_65"
I managed to sucessfully build it using this guide
with some slight modifications, i am however using Eclipse 4.3.2 on Arch and java 7.
Either way here is my plugin if it helps.

App Engine and Eclipse on Ubuntu Linux 12.10

I updated Ubuntu from 12.04 to 12.10.
It upgraded my Eclipse too, from 3.7 to 3.8.
Turns out, Google App Engine doesn't have a plug in for 3.8. Just 3.7 and 4.2.
So I upgraded Eclipse to 4.2.
When I upload my project, it says it can't because of the java-7 flags. I found a post on here that described how I might change the flag, but it wouldn't matter because I'm not a "Trusted Tester" so they wouldn't allow it yet anyways.
I tried to change the Project's build path to include OpenJDK 6 and a compiler level of 1.6
I get this project error "Java compiler level does not match the version of the installed Java project facet."
I've looked it up, and found a message on StackOverflow, but I can't figure out what facets I'm using or if that solution even applies.
Is it possible to use Eclipse 4.2 and the App Engine 1.7.4 to upload a project to App Engine?
How do I get it to use Java6?
Is it possible to use Eclipse 4.2 and the App Engine 1.7.4 to upload a project to App Engine?
Yes it is, that's what I use. Have you tried creating a new project after you set the jdk to 6? I had this exact same issue at first, and creating a new project was all it took once I got the jdk right.

Eclipse randomly exits after installation of Blackberry plugin/SDK

Since adding the Blackberry Java classes from their website into eclipse, I've had it where eclipse will randomly close, with no discernible pattern, rhyme, error or reason. Here is the environment/software packages that I am using:
Windows XP SP2
Eclipse v3.5.1
Blackberry Java Plugin v1.1.1.200911111641-15
Blackberry Java SDK 4.5.0.21
I've tried the usual steps of complete uninstall and reinstallation of Eclipse and the accompanying plugins on multiple systems with the same configuration, including one that had a fresh install of Windows XP SP2. Upgrading to Eclipse 3.6 didn't work (the plugin wont' install as it's the wrong version), nor the downgrade to 3.4 for the same reason. I also increased the heap size to 512 (system has two gigs of memory) as some research into Eclipse doing this type of thing with Groovy was resolved that way, but again, no dice. Eclipse works great when the blackberry plugins are not installed, and no entries of errors or issues in the event log are helping to show what the issue with these plug-ins might be.
So if anyone has ran into this issue, and even better, has a solution, I'd love to hear about it. Thanks in advance.
EDIT: An additional to my issue, autoComplete with the Blackberry SDK seems to make this extremely unstable, like almost a guaranteed crash. Is this fixable at all?
For anyone that loads this question up trying to find a solution, I've never found a fix. It seems to be a bug with this version of the IDE. If there is a fix, please post.
Did you try to downgrade Eclipse to 3.4 (Ganymede)? I experienced similar issues when I tried upgrading Eclipse to something greater than 3.4.2.
I think the problem is with the plugin, not the IDE. Eclipse has always been stable for me until I installed the BB plugin. Since then it crashes all the time. Since I've installed the release (non-beta) version of the plugin that was recently released I can't even get my project to build.
This could be a manifestation of this bug in Eclipse. Check your C:\eclipse directory for files like hs_err_pidxxxx.log. The file goes on to explain this error:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x753ba053, pid=3144, tid=5820
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [USP10.dll+0x1a053]
I've been experiencing this as well. It's completely debilitating. It causes Eclipse to just up and crash out of nowhere (and programming in a language as verbose as Java without Content-Assist is insane).
The bug has been fixed in Eclipse 3.6M7, but unfortunately I can't get the JDE Plug-in to install in the latest release candidate.
This is a known issue with Eclipse 3.5.X and has been fixed for 3.6.0
Bug Ticket link on Eclipse Bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=283503
Looks like we are stuck with this until the next update to the BB Eclipse plugin.