Jenkins without icons - cloudbees

My instance is working fine but it's been a while since the icons were working. You can see it here. I tried restarting the instance various times without any luck.

You had green-balls plugin "1.12-h-1" plugin installed. This plugin is designed for eclipse hudson 3.0 and incompatible with jenkins. We (cloudbees) have noticed this issue and removed it from our update center in the meantime.

Related

Where to find Quarkus run configuration in Intellij IDEA?

Some time ago I used to run Quarkus projects in Linux as any other proyect, this means by clicking "Edit Configurations" and selecting "Quarkus (Maven)" as you can see in this picture:
But now I´m using Windows and those menus have disapeared:
As an alternative currently I´m running my Quarkus projects from Maven tab, which isn´t a fashion way:
So at the begining I thought this was due to a bug in Quarkus Tools plugin that I created a new issue, however that plugin does not offer such feature. Could anybody give a hand on how to run Quarkus projects as any other project? Thanks in advance.
Run configurations are offered by this plugin: https://plugins.jetbrains.com/plugin/14242-quarkus-integration
Looks like it is discontinued though, marked as "deprecated" and it's not showing in the Plugin marketplace (within IntelliJ) for me, so I had to install it via the website.
AFAIK there are plans for the official JetBrains bundled plugin to support it (https://youtrack.jetbrains.com/issue/IDEA-228507), but it's not done yet.

Flutter Plugin issue in IntelliJ IDEA 17.2

I am trying to add plugin for flutter as recommended by flutter in their site and i am facing two different issues in it
I couldn't find plugin named Flutter in their plugin directory even though they have in their site
https://plugins.jetbrains.com/plugin/9212-flutter
if I download the plugin via the sit and install it the plugin referring from disk in IntelliJ, it say it is incompatible.
Anyone facing same kind of issue or anyone found a workaround for this.
I am using IntelliJ IDEA Community Edition 17.2
As far as I know Flutter plugin doesn't yet support EAP versions of IntelliJ.
There is an open issue https://github.com/flutter/flutter-intellij/issues/400
Thanks Gunter. Appreciate your feedback. Finally after creating a second flutter app and loading it in IntellJ , if automatically recognized flutter plugin available to be download and it installs the plugin after i accept the download and installation which followed by a restart for it get activated.
Try updating your Android Studio: Documentation
Open preferences (Android Studio > Check for Updates)
If dart or flutter are listed, update them.

Unable to to load Tomcat plugin in IntelliJ

I am running IntelliJ 15 Ultimate and trying to enable the Tomcat plugin (which for some reason was disabled). However, IntelliJ does not seem to let me re-enable it.
What I have tried is
Re-install IntelliJ 15, and I chose to replace the old version, but the problems with the plugin seem to be persistent
Deleting /Applications/IntelliJ IDEA 15.app/Contents/plugins/Tomcat between the re-installs to ensure it was not being re-used, but with no avail
Verifying that I have a licensed/paid version of IntelliJ 15 Ultimate edition
At this point I'm not sure what to do, as a re-install clearly did not work. Are there any directories or files I could manually change/remove?
I am using OS X version 10.11.2 is that matters.
You need to enable the "Java EE: EJB, JPA, Servlets" plugin as well. The message is displayed because that plugin is not enabled, and the Tomcat plugin depends on it.
The only solution I could come up with was to entirely wipe IntelliJ and any config files it created as described in this answer.
Upon installing IntelliJ once again, the Tomcat plugin was enabled and was able to create a run configuration for that! Maybe not a fix per se, but it works as expected again.

Unable to run JetBrains plugin at all during development

I'm working on creating a JetBrains plugin, and this is driving me completely nuts right now. I had both an app and project component running and working (just starting to play around with them), but now it appears that the initComponent methods of both are not getting called when I run the plugin. I have no idea what I changed (this is just a tiny dummy/test project that I haven't put in source control yet). I'm sure it must be something really obvious, but I'm totally stumped. In theory I should be able to debug things, but I can't even get the initComponent methods to fire, so I don't know where I would set an initial breakpoint. Any ideas?
PS: The plugin devkit plugin is enabled on both my development instance of IntelliJ as well as the test instance that launches when I run my plugin project.
Update: I now see by looking at the idea.log when I run my plugin that the plugin I am developing is disabled for some reason:
2013-07-07 11:17:23,004 [ 2414] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Plugin display name here (1.0), Sample (1.0)
As I said above, it must not have been disabled before because it was running before, however I don't see how to enable/disable the plugin that is in development (you would thing the plugin run configuration provided by IntelliJ would ensure that it is enabled)
Okay, I can't believe I missed this, but the plugin(s) I was developing were disabled in the preferences panel of the test instance of IntelliJ. I was able to enable the plugins in the preferences and it started working again (and they continue to work because I assume those settings are persisted either in the test project or the development sandbox settings).
I still have no idea how I disabled them in the first place, and I can't believe I didn't see that they were disabled in the preferences pane...

Cannot run netbeans IDE After Adding python plug in

I added this plug in to my netbeans 7.2 IDE. Then, when I restarted the program and tried to open it again it did not open
as shown in this picture
I tried to restore my Windows system to previous restore point but the problem still exist.
any ideas how to solve this problem
I've tested the repository that they advised you to adding in the your Netbeans install.
But really has reference to many more plugins and features installed,
if you add this repository after upgrade the NetBeansIDE you ​​will see that all base modules will have replaced by the development release and practically you will have another version of netbeans installed.
I advise you to uninstall your current netbeans without deleting your workspace and reinstall your netbeans downloaded directly from the official website.
And also I would advise you in the future should try the unofficial plugin in a test environment. before bringing in your work
environment