mdpnp / mdpnp

MD PnP OpenICE
https://mdpnp.mgh.harvard.edu/
112 stars 68 forks source link

Diffculty with building with ./gradlew #106

Open Dinkoooooooo opened 3 months ago

Dinkoooooooo commented 3 months ago

Ive been trying to build - 2.0.0, but it keeps failing and im not sure what im doing wrong. See Below: image1 image2 image3

simonkelly1973 commented 2 months ago

Hello

Sorry we haven't replied to this before. It seems that this is an issue with testing, where the tests are failing because they don't seem to have access to the required license file.

However, if everything got this far, you should still be able to run the application using

./gradlew run

Let us know if that works OK. In the meantime, we'll have a look at your test issue.

Dinkoooooooo commented 2 months ago

Thank you for taking a look.

Some functionalities do not work when running it this way, like creating a device interface in the supervisor , and the HL7 Exporter not being in the list of ICE Applications.

simonkelly1973 commented 2 months ago

Could you attach

demo-apps.log

From your user home directory please?

Dinkoooooooo commented 2 months ago

Here you go,

demo-apps.log

simonkelly1973 commented 2 months ago

Hello.

There does seem to be a problem with HL7 in this situation.

However, we can't see any obvious problems with creating devices here. There aren't any errors relating to device creation, and there are quite a few instances of devices being stopped - and obviously, that suggests that they were started first.

Can you explain a bit more about your problem making devices?

Thanks.

Dinkoooooooo commented 2 months ago

HI, this is the sim device issue im facing. From within the supervisor When i go to "create device an ICE Device Adapter" And select a simulated device and start it , nothing happens,

when i set the "select a patient" to Unassigned or anybody, I still see nothing populating the Devices assigned to <> section

demo-apps.log

Dinkoooooooo commented 1 month ago

Hi , I was wondering if there has been any progress on the compilation issue.

simonkelly1973 commented 1 month ago

We've got a workaround for the HL7 Exporter application issue. We aren't clear on the root cause for that, and we need to discuss it with the DDS vendor.

We still can't see anything about why devices don't work from that log file.

What timezone/location are you in?

Dinkoooooooo commented 1 month ago

Hi,

Im based in South Africa (GMT+2)

Dinkoooooooo commented 1 month ago

Hi,

Has there been any progress with these issue/s.