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

when to reload the new jar? #204

Open
hlyang opened this issue Oct 17, 2017 · 3 comments
Open

when to reload the new jar? #204

hlyang opened this issue Oct 17, 2017 · 3 comments

Comments

@hlyang
Copy link

hlyang commented Oct 17, 2017

Please help!
Centos,java8,spring-boot(with tomcat8)
command line: java -javaagent:springloaded-1.2.6.RELEASE.jar -noverify -Dspringloaded=watchJars=lib/first_warehouse-1.0.0.RELEASE.jar -jar bootstrap-1
.0.0.RELEASE-1.0.jar

when put first_warehouse-1.0.0.RELEASE.jar to override it then doesn't reload this jar.
why ?

@hlyang hlyang changed the title java.lang.RuntimeException: Reloading agent exited via exception, please raise a jira when to reload the new jar? Oct 18, 2017
@highkari
Copy link

I have the same issue, environment is windows, JDK8 with resin. Does it need some extra configuration?

@xx569029747
Copy link

from the code,the value of watchJars is not a path,is the jar name

@asoltesz
Copy link

This can be closed since:

"watchJars=lib/first_warehouse-1.0.0.RELEASE.jar" should have been
"watchJars=first_warehouse-1.0.0.RELEASE.jar"

@hlyang Please confirm that using only the JAR file name solved your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants