Closed GoogleCodeExporter closed 9 years ago
This is a known issue in how the data generator tries to randomise data
generation. It currently tries to load all descendants of a concept into
memory, before picking a random descendant. This leads to an out of memory
exception when a relatively high level concept like 123397009 is specified.
Original comment by snofyre....@gmail.com
on 16 Jan 2011 at 3:16
This issue should now be fixed... Along with the other all patient ids being
set to 0...
1. Stop Snofyre if it is running.
2. Copy the attached jars to the lib folder.
3. Drop fakedata2 schema and recreate it from MySQL Admin or Workbench.
4. Change line 16 in fakedata-db.properties file to
hibernate.hbm2ddl.auto=create
5. Restart Snofyre
6. Verify tables have been created in backend...
7. Try creating data for 123397009.
8. Revert changes to fakedata-db.properties file before starting Snofyre next
time.
Original comment by jay.kola
on 19 Jan 2011 at 11:41
This issue should now be fixed... Along with the other all patient ids being
set to 0...
1. Stop Snofyre if it is running.
2. Copy the attached jars to the lib folder.
3. Drop fakedata2 schema and recreate it from MySQL Admin or Workbench.
4. Change line 16 in fakedata-db.properties file to
hibernate.hbm2ddl.auto=create
5. Restart Snofyre
6. Verify tables have been created in backend...
7. Try creating data for 123397009.
8. Revert changes to fakedata-db.properties file before starting Snofyre next
time.
Original comment by jay.kola
on 19 Jan 2011 at 11:42
Attachments:
Jeremy confirmed that the patch works, so this issue will be closed.
Original comment by jay.kola
on 22 Jan 2011 at 7:22
Original comment by jay.kola
on 22 Jan 2011 at 7:22
Original issue reported on code.google.com by
snofyre....@gmail.com
on 16 Jan 2011 at 3:14