-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with devon-ide installation #122
Comments
I see several options here:
How to enable another - non-official CA - as additional trusted CA for curl:The exact steps may vary between operating system and also there are different approaches, e.g. depending if the user has the right to modify curl installation directory or not. I shortly describe a specific case here, which has its challenges: The challenges in this case are:
So for curl used inside a git bash shell, you would add some my_trusted_ca.pem via:
|
@vapadwal Thanks for testing. This is what I wanted to figure out. So if your proxy prevent such downloads it can not work this way. |
Or try This should help at least, when the URLs - in the same network constellation - work in Chrome. And the |
tried this approach. steps:
Note: point 5 is the change required |
Tried this one also but still the same error. |
@vapadwal thanks for testing and feedback.
There might indeed be a bug and maybe it was working for the moment but the filename has to be a separate second argument and the actual bug then seems to be that the |
I fixed the error with the download from the repository so now the repository structure should also be as specified in the docs. |
@vapadwal for the record - can you tell if you can download the software failing to download with |
Yes we can download the softwares like java/maven etc from chrome but not devon-ide |
I‘m able to connect to CG India VPN and then to resolve the certificate issues for curl based on my comments. Older curl version may need more complex configuration than newer ones, so not any configuration works for everyone. Nevertheless you should not try to implement „fixes“ for this environmental dependencies into devon-ide. Having the option to install from local repositories is helpful for other environments anyway - so it is here also. |
Able to install java, maven, eclipse, vscode via local repository. one small issue while installing eclipse , it was not able to download plugins from the internet from cg network But able to add plugin manually or via add plugin Cobigen already have an issue #84 `..................... ******** ATTENTION ******** Installing eclipse plugin com.ess.regexutil from http://regex-util.sourceforge.net/update/ ******** ATTENTION ******** Installing eclipse plugin net.sf.mmm.eclipse.templatevariables.feature from https://m-m-m.github.io/eclipse-templatevariables/latest ******** ATTENTION ******** Installing eclipse plugin com.github.spotbugs.plugin.eclipse from https://spotbugs.github.io/eclipse/ ******** ATTENTION ******** Installing eclipse plugin net.sf.eclipsecs from http://eclipse-cs.sf.net/update/ ******** ATTENTION ******** ***** ERROR ***** |
Some more issues found neither of command works
Regarding java 10 and 11, When we create and import devon4j project, it does not work with Java 10 or 11 [WARNING] The POM for com.devonfw.java.modules:devon4j-security:jar:3.0.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details the spring boot security package doesn't get install and we have compilation errors It works with Java 8 though |
Thanks for your feedback again. Also the issue with Java11 is already known. This is about to be fixed in devon4j 3.1.0 and once released this will also be resolved in devon-ide that simply uses the latest available version of the archetype. |
IMHO all problems discussed in this issue have either been fixed, work as designed or new concrete issues have been created to track them. Hence, I am closing. Thanks again for the valuable feedback and helping to make |
There is an issue with devon-ide when we tried to run setup.bat.
Deveon-ide is not able to download the software from India CG network.
we get the below error while running setup,bat
But when change to other network(tried with home network) than India CG network, its able to install everything and setup it.
This is the same problem we had faced while trying it with oomph
The text was updated successfully, but these errors were encountered: