Skip to content
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

Problems resolving Maven with Windows #922

Open
fabapp2 opened this issue Sep 12, 2023 · 2 comments
Open

Problems resolving Maven with Windows #922

fabapp2 opened this issue Sep 12, 2023 · 2 comments
Labels
in: sbm-support-rewrite Issue is related to the sbm-support-rewrite compionent revamp type: bug Something isn't working

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Sep 12, 2023

Interesting. I will look into it.

Originally posted by @fabapp2 in #867 (comment)

@fabapp2 fabapp2 added in: sbm-support-rewrite Issue is related to the sbm-support-rewrite compionent revamp type: bug Something isn't working labels Sep 12, 2023
@kurkov
Copy link

kurkov commented Sep 27, 2023

Hi @fabapp2
I have similar issue.
Tried both spring-boot-migrator.jar and spring-boot-upgrade.jar

I got this error:

14:05:29.561 [main] ERROR o.s.boot.SpringApplication - Application run failed
java.lang.IllegalStateException: Failed to execute ApplicationRunner
        at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:765)
        at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:752)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306)
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1295)
        at org.springframework.sbm.SpringBootUpgradeReportApp.main(SpringBootUpgradeReportApp.java:31)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
        at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
        at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:65)
Caused by: java.lang.IllegalArgumentException: Illegal character in authority at index 7: file://D:\Users\kurkov\.m2\repository/company/eip-spring-boot-parent/4.0.0/eip-spring-boot-parent-4.0.0.pom

Is there a solution for this issue, or should I just wait for a new release?

@datze
Copy link

datze commented Oct 16, 2023

work-around: use Ubuntu (WSL) on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: sbm-support-rewrite Issue is related to the sbm-support-rewrite compionent revamp type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants