Installing software has encountered a problem - spring

Using eclipse 2019 and try to install Spring from marketplace. I still new in develop microservices.
Here is the error that i got :
An error occurred while collecting items to be installed session
context was:(profile=C__Users_samazlan eclipse_java-2019-09_eclipse,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
action=). No repository found containing:
osgi.bundle,org.eclipse.lsp4e,0.13.1.202001090910 No repository found
containing: osgi.bundle,org.eclipse.tm4e.core,0.4.1.201912212242 No
repository found containing:
org.eclipse.update.feature,org.springframework.boot.ide.main.feature,4.5.1.202001211302-RELEASE
No repository found containing:
binary,org.springframework.boot.ide.main.feature_root,4.5.1.202001211302-RELEASE
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.beans.ui.live,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.dash,3.9.12.202001201914-CI-B2372
No repository found containing:
org.eclipse.update.feature,org.springframework.ide.eclipse.boot.dash.feature,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.launch,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.refactoring,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.restart,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.templates,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.validation,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.boot.wizard,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.buildship20,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.buildship30,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.editor.support,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.imports,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.ide.eclipse.xml.namespaces,3.9.12.202001201914-CI-B2372
No repository found containing:
org.eclipse.update.feature,org.springframework.ide.eclipse.xml.namespaces.feature,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springframework.tooling.boot.ls,1.15.0.202001210741 No
repository found containing:
org.eclipse.update.feature,org.springframework.tooling.boot.ls.feature,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.bosh.ls,1.15.0.202001210741 No
repository found containing:
org.eclipse.update.feature,org.springframework.tooling.bosh.ls.feature,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.cloudfoundry.manifest.ls,1.15.0.202001210741
No repository found containing:
org.eclipse.update.feature,org.springframework.tooling.cloudfoundry.manifest.ls.feature,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.concourse.ls,1.15.0.202001210741
No repository found containing:
org.eclipse.update.feature,org.springframework.tooling.concourse.ls.feature,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.jdt.ls.commons,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.ls.eclipse.commons,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springframework.tooling.ls.eclipse.gotosymbol,4.5.1.202001210741
No repository found containing:
osgi.bundle,org.springsource.ide.eclipse.commons.cloudfoundry.client.v2,3.9.12.202001201914-CI-B2372
No repository found containing:
osgi.bundle,org.springsource.ide.eclipse.commons.core,3.9.12.202001132314-CI-B489
No repository found containing:
osgi.bundle,org.springsource.ide.eclipse.commons.frameworks.core,3.9.12.202001132314-CI-B489
No repository found containing:
osgi.bundle,org.springsource.ide.eclipse.commons.frameworks.ui,3.9.12.202001132314-CI-B489

I had the same problem whilst doing a round of updates.
Go to Window > preferences
go to install/update > Available software sites
scroll with the bottom scrollbar to the right so the location urls are in view and locate the tm4e url. http://download.eclipse.org/tm4e/snapshots
Select it and click the edit button.
Add a slash at the end of the url.
Hit apply and close and now check for updates.

You need to make sure that you have unchecked 'Contact all update sites during install to find required software'.

Related

Error cloning a repository on Windows due to invalid chars in file name

When I want to clone repository that contain : (colon) in the path I got this error:
Clone succeeded, but checkout failed.
I tried to use git cli and git gui and I got same error.
Is there any solution for this problem?
If you want to clone from GitHub and if it's your repository, you can edit file content and rename them right on GitHub.
Click on the file you want to edit and you will see at the beginning of a file:
Click on the pen icon, rename file and below type commit message and commit. Then you can try to clone.
NOTE: If it's not your repo, try to fork it first then do the same steps mentioned above.

link to local .m2 repository in pom.xml

Can I get a link to the .m2 directory in my pom.xml file. At the moment I am directing it at ${user.home}/.m2/repository but some of the users may have their .m2 folder elsewhere. I have tried ${localRepository} but it just creates that directory in my current directory instead of jumping to it plus it creates a weird structure like id: local url :file/.m2/repository/*. I want to link the .m2 repository directory
I believe that you're looking for:
${settings.localRepository}
as described in the List of predefined Maven properties.

Hadoop Development Tool Plugin for Eclipse

http://hdt.incubator.apache.org/install.html
Download the zipped update site(Binary) and add the location of the archive. The plugin will be shown after select 'Only local sites'.
The plugin is not shown after this.
Please check it.
Giving below error:
An error occurred while collecting items to be installed session
context was:(profile=epp.package.java,
phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=,
action=). No repository found containing:
osgi.bundle,org.apache.hdt.core,0.0.2.incubating No repository found
containing:
org.eclipse.update.feature,org.apache.hdt.feature,0.0.2.incubating No
repository found containing:
osgi.bundle,org.apache.hdt.hadoop.release,0.0.2.incubating No
repository found containing:
osgi.bundle,org.apache.hdt.hadoop2.release,0.0.2.incubating No
repository found containing:
osgi.bundle,org.apache.hdt.ui,0.0.2.incubating
At the dialog box where it asks for Name and Location rather than using the Archive Button simply copy paste the path to the extracted hdt folder.
Something like this
Name: Apache Hadoop Development Tools
Location: /path/to/extracted/folder/hdt-0.0.1.incubating-bin

Redmine Project Repository Location

I have redmine set up using bitnami on windows I created a project and added a repository by location successfully. Now I'm trying to clone this via redmine,
ex
git clone http://localhost/git/myproject
or
git clone http://localhost/redmine/git/myproject
The repository of the project is located in the htdocs\git\myproject folder, but when I try this it says repo not found. What is the link for redmine repos, or do I have to move the local repo elsewhere on the server to work?
I'm not sure about git, but for Mercurial you need to insert the local path of the repository. It looks like that also the case for git. So you'll need to set the repository to /htdocs/git/myproject

No submodule mapping found in .gitmodules for path '/ProjectName'

2 questions:
I created a project in xcode which has the following folders in it:
app_icon.png
app_icon#2x.png
FacebookSDK.framework
ProjectName
ProjectName.xcodeproj
I used git to create local repo and push it to a newly created github repo.
When I try to clone the repository using xcode I get the following error:
No submodule mapping found in .gitmodules for path '/ProjectName'
What is the issue? Is it the fact that I have FacebookSDK.framework folder in it?
After two attempts it miraculously was able to clone the project.. However, now when I try to commit anything in xCode the button says "Commit 1085 files" even though it shows 2 files changed...
u can run it :
git rm —cached /ProjectName

Resources