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

Hot deploy and fast reload not working #439

Open
ManojTauro opened this issue Jun 26, 2019 · 0 comments
Open

Hot deploy and fast reload not working #439

ManojTauro opened this issue Jun 26, 2019 · 0 comments

Comments

@ManojTauro
Copy link

Hi,
I wrote a gradle script to build my project which is multi-module project.
One is service layer which will be packaged into a jar and copied into WEB-INF/lib directory.
I tried to add Hot deploy feature through Gretty plugin which is not working as expected.

When I change source code in my action classes I am getting following error.
Gretty is not able to access file change event.

Please help.
Thanks.

org.akhikhl.gretty.JettyScannerManager$1@73ddf71a failed on '[D:\Manoj\Workspaces\GradleDealPro\DealPro\web\src\com\aurionpro\dealpro\web\transactions\action\RETPreStageListAction.java]
java.lang.IllegalAccessError: tried to access method org.akhikhl.gretty.scanner.BaseScannerManager.scanFilesChanged(Ljava/util/Collection;)V from class org.akhikhl.gretty.JettyScannerManager$1
at org.akhikhl.gretty.JettyScannerManager$1.filesChanged(JettyScannerManager.groovy:33)
at org.eclipse.jetty.util.Scanner.reportBulkChanges(Scanner.java:691)
at org.eclipse.jetty.util.Scanner.reportDifferences(Scanner.java:551)
at org.eclipse.jetty.util.Scanner.scan(Scanner.java:403)
at org.eclipse.jetty.util.Scanner$1.run(Scanner.java:353)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)

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

1 participant