Play Java JPA Example Run Error

Dear Sir,
After import into IntelliJ I could update, compile and run.
when I load the browser http://localhost:9000, it shows the error as below:

sTaskFailure: Wrapped java.lang.ArrayIndexOutOfBoundsException: -30219 (module.js#439)Wrapped java.lang.ArrayIndexOutOfBoundsException: -30219

I did not change any code in original from download.

Thanks

Hum… does the same thing happen when running using sbt run in a terminal?

Same problem here. And it does happen in the terminal, too.

Hi @Borric,

Do you have nodejs installed and present in your path? It is used by assets pipeline. Can you verify if the problem still happens if you install/update node?

Best.

Hi @marcospereira

I have same problem. How can I know if I have nodjs installed and present in the path? How can I install/upate node?

Thx

Hey @peterphonic,

It depends on your operational system. See the following page from nodejs docs:

Best.

thx. Problem fixed, installed node.js via scoop, restarted command prompt and launched the example. Everything fine.