VSCode Spring Initializr Error : Failed to fetch metadata - spring-boot

When I try to create a new project on Spring Initializr on VSCode, it produces the error on right bottom screen
Fail to create a project. Error: Failed to fetch metadata
Fail screenshot
I have checked Developer : Toggle Developer Tools and checked the error, it's not common JSON tag (html error return) problem.
I have checked the access to https://start.spring.io/ on my browser : no problem.
I have checked the internet access via proxy : There's no proxy.
I have completely removed VSCode (including extensions) and re-installed, still the same problem.
Windows 10, using gradle 6.9, java 11.0.12, vscode 1.59.0

Ok I've resolved the problem.
In case anyone comes up with the same issue, here it is :
open Spring Initializr Java Support extension from VSCode extensions.
click settings icon, then choose Extension Settings.
scroll down, and click "Edit in settings.json"
In my case spring.initializr.serviceUrl was empty. It should be :
"spring.initializr.serviceUrl": "https://start.spring.io/"

Sometimes the issue can be resolved by simply restarting the vs code editor.
Because extensions will get reflected only after restarting the editor

I received the same error message after having installed the extension pack and starting up a new maven project. Yet, for me the solution of #sayginify did not work.
In my case lowering the version to 0.4.8 did help. I was on 0.8.0. Also the versions in between did not work either. Obviously there are some known bugs in some versions. The solution came in here on the VS Code Spring Boot initializr Github page: https://github.com/microsoft/vscode-spring-initializr/issues/162#issuecomment-726832226 .

I had same issue, when I was at work. Removed work network connected to personal network and able to proceed. I got the feeling work network preventing downloading. Or may be have to edit your proxy settings

Related

JDeveloper 10g error not highlighting

I have recently shifted to work on Jdeveloper ide version 10.1.3 for one of our project, the ide doesn't assists me when I make any kind of errors in the code like eclipse and other ide's highlights, at the time of complying the project the errors are shown on the console window, I have tried with different ways but no solution.
I have checked in windows menu it don't have an option for rest factory settings, I have searched that option in tools menu too but there is no such option, please help me to resolve this problem.
After looking to the JDeveloper ide options one by one, the reset factory settings available in tools->preferences->audit->profiles. Now JDeveloper highlights me the syntax errors, this may be helpful to someone who is very new to this ide. Once reset factory settings done restart ide.

How do I get "File -> Open in Realm Browser" menu option to work

Ever since upgrading to Xcode 7, I haven't been able to get the File -> Open in Realm Browser menu option to work. This was by far the most convenient option for me to view the Realm Browser. Has anyone else had any issues with this?
In the repository documentation , the instructions say:
To install the Realm Plugin, open RealmPlugin.xcodeproj and Build. This will prompt for your password. After building the plugin, restart Xcode.
I've tried building/restarting several times and nothing happens. I don't get any logs or issues and it doesn't prompt me for my password either. I'm currently using Xcode 7.1 with Realm Browser 0.96.1. Any ideas? Any feedback is greatly appreciated. Thanks!
(Disclaimer: I'm one of the engineers working on the Realm Browser)
Oh dear! I hadn't heard that that was an issue before. Thanks for that!
Sadly, Apple don't 'officially' support plugin integration with Xcode, so it's pretty common that when a major new version is released, plugins built for older versions stop working.
I've made an issue on the Realm Browser GitHub page to look into this and see what we need to do to fix it.

i am getting error when i try to create web service client in Spring STS

i am getting this error when try to create new web service client.
IWAB0503E Unable to update Java build path. Please check your system environment.
Some web searching uncovered that what this error really means is “The Web Services generation tool detected multiple versions of the javax.xml.soap plug-in installed. Resolve this error by removing the conflicting plug-in.”
Sure enough, when I checked in Eclipse there were two versions.
WebService
I encountered two speed bumps when testing this theory:
There’s no easy way to uninstall a plug-in within the Eclipse UI, so I had to resort to removing the directory from eclipse\plugins directly from Windows Explorer.
Which version should I remove? It took me two tries to figure out which version was causing the error. Turns out that newer is not always better…in this case 1.3 was at fault and 1.2 (javax.xml.soap_1.2.0.v200905122109) was the version to keep.
This is old but, in my case the details of the error were:
IWAB0503E Unable to update Java build path. Please check your system environment.
java.io.FileNotFoundException: /lib/saaj.jar
So \lib\saaj.jar was not found in folder
C:\sts-4.8.0\sts-4.8.0.RELEASE\plugins\javax.xml.soap_1.3.0.v201105210645\
I created the folder lib and copied saaj.jar in it from another STS instance that I had and then it worked.

Netbeans update fail

I have no problem in my internet connection. But getting every time this screen when I try to update netbeans plugins or IDE itself.
Even OS reintallation doesn't fix this issue. Getting same error again and again. How can I fix it?
In Netbeans
Go to
Tools->Plugins->Settings
and
Add a new one or change the URL of "JAX-RPC" to the one referred below
URL: http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
Netbeans 8.0.2/Tools/Plugins/Settings.... found a bad url ie URL: http://netbeans.i2m.dk/updates.xml
Unchecked the Active column for "I2M Update Center" and the "Check for Updates" now works.
I've tried every solution and no ones worked for me, but...something did it.
I changed every url in Tool > Plugins > Settings from http to https.
Example:
Name: Certified Plugins
URL: http://updates.netbeans.org/netbeans/updates/8.0.2/uc/final/certified/catalog.xml.gz
To:
Name: Certified Plugins
URL: https://updates.netbeans.org/netbeans/updates/8.0.2/uc/final/certified/catalog.xml.gz
And finally I can update my plugins and obtain the list of newest plugins.
Are you behind a proxy? If yes, you can change your settings at Tools -> Options -> General (Proxy Settings)
Check your Netbeans log - messages.log file - for details of the error!
Example locations of the file:
Linux: ~/.netbeans/7.3/var/log/messages.log
Windows: c:\Users\USERNAME\AppData\Roaming\NetBeans\7.3\var\log\
Are you using Firewalls? May be its blocked by your firewall,
try to check the blocked applications.
Update
probably yes, because Kaspersky most of time will
block without notice or accidentally might be
blocked. so better try to check blocked application lists in kasperksy.
Check this links might help you to solve:
http://support.kaspersky.com/faq/?qid=208285204
http://support.kaspersky.com/kis2012/settings/firewall?print=true&qid=208284433
This might have been a late reply, however, i just experienced the same issue today. I went to Tools > Options > General, and chose "No Proxy". Hit "Apply and Ok". Instead of trying to update again, i just closed netbeans completely, relaunched it and it went to detect updates automatically. All went back to normal.
I know it's too late but I have one more solution to it.
If you locate Tools -> Plugins -> settings on your NetBeans IDE And then uncheck the Plugin portal and add https instead of http on certified plugin and NetBeans distribution.
Then try to update.
Hope it'll work for you.

Cannot Install Aptana plugin on Eclipse 4.2

I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error,
Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar.
Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar.
Read timed out
I assume that by now you have probably solved the problem, but I had exactly the same problem and found the solution after many searches, so for the sake of any others searching here...
The URL you need to enter in the 'Install New Software' dialog is
http://download.aptana.com/studio3/plugin/install
The following answer was correct. I just tested it with Eclipse Juno.
Steps:
Open Eclipse
Help -> Install New Software
Add (on the top right)
Enter the following link for Aptana Plugin with Eclipse Juno: http://download.aptana.com/studio3/plugin/install
Click OK
Put a check mark for Aptana Studio 3
Next -> Next -> Finish
download.aptana.com/studio3/plugin/install did not work for me. I am using Eclipse 4.3 based STS 3.4
Instead I got the appropriate update site link from this site Aptana Update Site
This is the link for Eclipse plugin update site http://d1iwq2e2xrohf.cloudfront.net/tools/studio/plugin/install/studio3/3.4.2.201308081736/
There is also a link to download the plugin and install through archive. I have used the above update site link and no problem at all.
Hope that will help others.
Adding this answer in case somebody still gets this error while using the correct URL from JonB's answer (http://download.aptana.com/studio3/plugin/install )
Restart Eclipse and try again.
This appears to be a transient issue, as mentioned here:
Aptana studio 3 cannot contact download.ecplise.org
It worked for me after a retry.
I also gone through same problem. But Following solution works for me,
In Eclipse, go to "Eclipse Marketplace" and search for Aptana 3 and hit the Install button.
Help -> Eclipse MarketPlace
Eclipse Market place - Aptana 3 Studio plugin
I wondered myself whether to install the standalone or the plugin. I tried the plugin based on aptanaès instructions and it failed on the first try.
As usual SO respondents reported this problem.
I restarted Eclipse, and then did the install with Aptanaès URL
http://download.aptana.com/studio3/plugin/install
and it worked.
My environment was Eclipse JUNO,
As of 01/29/18 and Eclipse Photon, none of the URLs listed as answers here work in Eclipse's built-in software sources panel. However, after some trial and error mashing up Aptana's old download URLs with the ones Appcelerator (which bought Aptana in 2015) uses for its own software, I got:
http://download.appcelerator.com/aptana/studio3/plugin/update/stable
This works, is totally plug-and-play, and is obviously official - no need to go off to some shady 3rd party hosting site. I just wish someone at Appcelerator had spent 15 minutes to post it somewhere.

Resources