carnival-data / carnival

JVM property graph data unification framework
https://carnival-data.github.io/carnival/
GNU General Public License v3.0
7 stars 2 forks source link

Windows Registry error message during compile #14

Open greenguy33 opened 4 years ago

greenguy33 commented 4 years ago

Every time I compile any module in Windows, I see an error like this printed to STDOUT

Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

The performance of the application does not seem to be in any way effected by this message.

`

hjwilli commented 4 years ago

Thanks! please provide a larger portion of the log with context before and after the error occurred.

greenguy33 commented 4 years ago

Here is a more verbose log output


$ gradle -Dtest.vine.live.data=true test --tests "carnival.pmbb.graph.sower.DrivetrainOmopSowerSpec"
Starting a Gradle Daemon, 37 busy and 2 incompatible and 1 stopped Daemons could not be reused, use --status for details

> Configure project :
[ant:echo] TestReport - buildDir: C:\Users\hfree\pennbiobank\carnival-penn\app\build/reports/allTests
TestReport - buildDir: C:\Users\hfree\pennbiobank\carnival-penn\app\build/reports/allTests

> Task :carnival-pennmedicine:compileJava NO-SOURCE
> Task :carnival-pennmedicine:compileGroovy
> Task :carnival-pennmedicine:compileGroovy UP-TO-DATE
> Task :carnival-pennmedicine:processResources UP-TO-DATE
> Task :carnival-pennmedicine:createProperties
> Task :carnival-pennmedicine:classes
> Task :carnival-pennmedicine:jar
> Task :carnival-pmbb:compileJava NO-SOURCE
> Task :carnival-pmbb:compileGroovy
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

> Task :carnival-pmbb:processResources UP-TO-DATE
> Task :carnival-pmbb:createProperties
> Task :carnival-pmbb:classes
> Task :carnival-pmbb:compileTestJava NO-SOURCE
> Task :carnival-pmbb:compileTestGroovy
Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

> Task :carnival-pmbb:processTestResources NO-SOURCE
> Task :carnival-pmbb:testClasses
> Task :carnival-pmbb:test