appreciated/card

'other' is different type of Path C:\Users\Johannes\IdeaProjects\card folder

Closed this issue · 6 comments

I only add the maven reference on my project and get this error when trying to deploy on wildfly:

Caused by: java.lang.RuntimeException: java.lang.IllegalArgumentException: 'other' is different type of Path

22:46:34,954 INFO  [com.vaadin.flow.server.startup.DevModeInitializer] (ServerService Thread Pool -- 120) Starting dev-mode updaters in **C:\Users\Johannes\IdeaProjects\card folder.**
22:46:34,961 INFO  [dev-updater] (ServerService Thread Pool -- 120) Scanning classes to find frontend configurations and dependencies...
22:46:52,744 INFO  [dev-updater] (ServerService Thread Pool -- 120) Visited 1842 classes. Took 17782 ms.
22:46:52,748 INFO  [dev-updater] (ServerService Thread Pool -- 120) Added "name": "no-name" line.
22:46:52,748 INFO  [dev-updater] (ServerService Thread Pool -- 120) Added "license": "UNLICENSED" line.
22:46:52,748 INFO  [dev-updater] (ServerService Thread Pool -- 120) Added "@polymer/polymer": "3.2.0" line.
22:46:52,748 INFO  [dev-updater] (ServerService Thread Pool -- 120) Added "@webcomponents/webcomponentsjs": "^2.2.10" line.

Can you provide a minimal working example project to reproduce the issue?

Vaadin 14.0.0 (No npm)
Wildfly 16
Java 8

I'm pretty sure you are using NPM:

[dev-updater] (ServerService Thread Pool -- 120) Scanning classes to find frontend configurations and dependencies...

The dev-updater should only run in NPM Mode.

As being said I will need a minimal example project, otherwise I won't be abler to reproduce your issue.

That was it, now I use NPM and it works.

Glad you got it working 👍.

Can this issue now be closed?

Yes, Thanks!