0 votes
386 views

I am using openLCA version 2.0.0. and I recently combined my existing database with an Add-on. For a while, it was working fine, but then it started collapsing after I try to calculate the impacts from the product system.

I have allocated more memory to it (10GB) but nothing has changed. Also, log level is set to information.

Tried figuring out the problem from the log file but nothing seems unusual. I found from the "Share views" option that there are multiple problems with the following cause 

An error has occurred. See error log for more details.

Cannot invoke "org.eclipse.jface.resource.ImageDescriptor.createImage()" because "desc" is null

What can I do to fix this?

Thank you!

in openLCA by (160 points)

1 Answer

0 votes
by (114k points)

Thank you - first, it would be interesting to see what the logfile tells about this, search for "caused by" and ideally post this here.

Then,

I recently combined my existing database with an Add-on

could you explain? How big are your product systems? You see this under statistics. Thank you. Could be that you are combining e.g. two ecoinvent databases and have huge product systems as a result, where even 10GB are not sufficient. Third, try if indeed the memory is available (in task manager e.g.).

Thank you!

Andreas

by (160 points)
Thank you for your response.

The product system I am trying to calculate has the following statistics:
Number of processes: 12890
Number of processed links: 146267

Yes, I have combined an ecoinvent database with the add-on EN 15804 and some free databases. Is there a way to remove a database? Or should I start it over?

The logfile says the following:

11:35:39    INFO    org.openlca    set log-level=INFO
11:35:39    INFO    org.openlca.app.rcp.RcpActivator    start openLCA 2.0.0, install location=C:\Users\EfiPapavasiliou\OneDrive - novamix\Documents\openLCA_Windows_x64_2.0.0_2023-05-16\openLCA, workspace=C:\Users\EfiPapavasiliou\openLCA-data-1.4
11:35:39    INFO    org.openlca.nativelib.NativeLib    load native libraries from C:\Users\EfiPapavasiliou\OneDrive - novamix\Documents\openLCA_Windows_x64_2.0.0_2023-05-16\openLCA\olca-native\0.0.1\x64
11:35:39    INFO    org.openlca.app.App    loaded native libraries; with UMFPACK=false
11:35:47    INFO    org.openlca.core.database.Derby    initialize database folder C:\Users\EfiPapavasiliou\openLCA-data-1.4\databases\ecoinvent_391_consequential_lci, create=false
11:37:01    INFO    org.openlca.core.math.SystemCalculator    calculate result for RootEntity [type=ProductSystem, refId=7802f216-9365-4549-be7e-07314c443a83, name=NOVACOL SUPER V1 S2]
by (114k points)
Thank you. Your product system is not very large, you did not post a section with "caused by" from the log file though. What I see is that you are using the default libraries for the calculation (Umfpack = false, Umfpack is not loaded) which are really slow, you should download the fast libraries (click on "you can make openLCA faster" in the welcome page), but this does not affect the crash. Is the database valid at all (click on validate database)?
...