Contacts: Rafal Korytkowski, Darius Jazayeri, Piotr Bryk
Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
...
See release notes in JIRA.
1.2
- Added support for OpenMRS Platform 2.0
- Dropped support for OpenMRS 1.8.x and below
- Bug fixes
1.1.9
- Bug fixes
1.1.8
- Bug fixes around sharing Concepts
...
- Support for Publishing/Subscribing Dictionary modules
- Extracted mapping functionality to the Metadata Mapping module (required module)
- Bug fixes around importing/exporting concepts
...
- Exporting/Importing Concepts and OpenmrsMetadata
- Exporting/Importing HtmlForms given HTML Form Entry Module is installed (see #Requirements)
...
Info |
---|
If you would like to request a new feature which is not listed above, please create an issue in JIRA. Click here (You need to be logged in with your OpenMRS ID). |
Installation
Download and install the latest version 1.1.8(v1.3).
Info |
---|
The module is under heavy development and it is best to use the latest available version with all bug fixes. |
Download older versions from the module repository.
...
- MySQL error ‘Packet too large’ – set MySQL variable max_allowed_packet=16M details
Import fails with ConcurrentModificationException and the following stack trace:
Code Block language none SEVERE: Servlet.service() for servlet openmrs threw exception java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793) at java.util.HashMap$KeyIterator.next(HashMap.java:828) at org.openmrs.api.handler.ConceptNameSaveHandler.handle(ConceptNameSaveHandler.java:55) at org.openmrs.api.handler.ConceptNameSaveHandler.handle(ConceptNameSaveHandler.java:37)
It is a known bug in OpenMRS (TRUNK-2428). You need to update OpenMRS and use one of recommended versions (see #Requirements).
Import fails with Column 'concept_name_id' cannot be null:
Code Block Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'concept_name_id' cannot be null at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at com.mysql.jdbc.Util.handleNewInstance(Util.java:406) at com.mysql.jdbc.Util.getInstance(Util.java:381) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3515) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3447) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1951) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2101) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2554) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1761) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2046) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1964) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1949) at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeUpdate(NewProxyPreparedStatement.java:105) at org.hibernate.id.IdentityGenerator$GetGeneratedKeysDelegate.executeAndExtract(IdentityGenerator.java:73) at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:33) ... 121 more at org.openmrs.module.metadatasharing.reflection.OpenmrsClassScanner.invokeServiceSaveItem(OpenmrsClassScanner.java:265) at org.openmrs.module.metadatasharing.reflection.OpenmrsClassScanner.serviceSaveItem(OpenmrsClassScanner.java:174) at org.openmrs.module.metadatasharing.handler.impl.OpenmrsObjectHandler.saveItem(OpenmrsObjectHandler.java:107) ... 53 more
You need to upgrade OpenMRS to 1.9.1 rev:28634, 1.8.4 rev:28650, 1.7.4 rev:28651, 1.6.6 rev:28652. See TRUNK-3626.
Other known issues which have not been fixed yet:
Jira Issues cache off columns type,key,votes,priority,summary,status anonymous true url https://tickets.openmrs.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+META+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+votes+DESC%2C+priority+DESC%2C+key+DESC&tempMax=1000 Info If you found a bug which is not listed above, please report it in JIRA. Click here (You need to be logged in with your OpenMRS ID).
User's Guide
User's Guide for Metadata Sharing Module
Technical Details
Technical Details for Metadata Sharing Module
Other Resources
- Download
- Source Code Repository
- JIRA Dashboard
- Form Bank
- Metadata Sharing Project - Google Summer of Code 2010
- Metadata Sharing Project (round 2) - Google Summer of Code 2011
- Metadata Sharing Server Project