Could not resolve com.haulmont.charts:charts-web-toolkit:6.6.4

Hi:

I just went to build my app (gradlew buildWar) using 6.6.4 and I am getting this error:


* What went wrong:
Execution failed for task ':buildWar'.
> Could not resolve all dependencies for configuration ':rade-almark-web:webcontent'.
   > Could not resolve com.haulmont.charts:charts-web-toolkit:6.6.4.
     Required by:
         project :rade-almark-web
      > Could not resolve com.haulmont.charts:charts-web-toolkit:6.6.4.
         > Could not get resource 'https://repo.cuba-platform.com/content/groups/premium/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4.pom'.
            > java.lang.NullPointerException (no error message)

Running with --info shows this:


Resource missing. [HTTP GET: https://repo.cuba-platform.com/content/groups/work/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4.pom]
Resource missing. [HTTP HEAD: https://repo.cuba-platform.com/content/groups/work/com/haulmont/charts/charts-web-toolkit/6.6.4/charts-web-toolkit-6.6.4-web.zip]

Everything was working fine before I went from 6.6.3 to 6.6.4.

What do I do to fix this?

Charts is premium feature. Think this will be resolved if you build with premium user credentials.

Rgds

I found the problem. It was not registration (which expires Jan 2018).

I have an application built on another application module. I upgraded the base module to 6.6.4 and did “Install App Component” before actually running the app. It had not downloaded the latest version of charts module. “Assemble” (which I ran) was not enough. I had to actually run the base app itself to get charts to download.