Syam Were you running this against a database that already had tables in it? I don't see concept_complex table mentioned twice in that liquibase-schema-only.xml file. Can you try deleting the database and running it again?
About your eclipse+maven error, is there an internet connectivity problem? Perhaps eclipse has a proxy set up (or needs one set up) ? Ben On Sat, Feb 18, 2012 at 4:52 PM, Syam Sankar <[email protected]> wrote: > Hi Harsha, > > Thank you so much, that worked perfectly. But then when I was configuring > Installation for the first time, I encountered another error. After > following all the instructions given here [ > https://wiki.openmrs.org/display/docs/Step+6+-+Configure+OpenMRS ], this > error popped up and it went back to the first stage where they ask for the > language preference. > > There was an error while updating the database to the latest. file: > liquibase-schema-only.xml. Error: Migration failed for change set > liquibase-schema-only.xml::20110914-0114::sunbiz: Reason: > liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE > `concept_complex` (`concept_id` INT NOT NULL, `handler` VARCHAR(255), > CONSTRAINT `PK_CONCEPT_COMPLEX` PRIMARY KEY (`concept_id`)): Table > 'concept_complex' already exists: Caused By: Error executing SQL CREATE > TABLE `concept_complex` (`concept_id` INT NOT NULL, `handler` VARCHAR(255), > CONSTRAINT `PK_CONCEPT_COMPLEX` PRIMARY KEY (`concept_id`)): Table > 'concept_complex' already exists: Caused By: Table 'concept_complex' > already exists See the error log for more details > > Tasks completed so far: > > - Created database openmrs > - Created user openmrs_user > - Granted user openmrs_user all privileges to database openmrs > > Hopefully you have come across this too. Thanks in advance. > > Regards, > Syam Sankar > > On Sun, Feb 19, 2012 at 2:10 AM, Harsha Siriwardena > <[email protected]>wrote: > >> Hi Syam, >> >> I didn't got a fix for your problem though someone will reply asap. >> >> So you can try build the OpenMRS system without using eclipse IDE. >> hope you have properly set the environmental variables for Maven on Linux. >> >> To build the whole OpenMRS system. >> goto root directory and goto bash and type: >> >> mvn clean install -DskipTests >> >> To build the WebApp of OpenMRS system. >> goto root/webapp directory and goto bash and type: >> >> mvn clean install jetty:run >> >> hope this helps! >> >> -harshadura >> >> On Sun, Feb 19, 2012 at 1:37 AM, Syam Sankar <[email protected]>wrote: >> >>> Hello, >>> >>> I have been trying to follow the steps of Step By Step Developer Setup >>> Guide for Linux[1], but I am unable to Install OpenMRS , as it gives the >>> following error. >>> >>> >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Reactor Summary: >>> [INFO] >>> [INFO] OpenMRS ........................................... SUCCESS >>> [13.763s] >>> [INFO] openmrs-tools ..................................... SUCCESS >>> [7.683s] >>> [INFO] openmrs-test ...................................... SUCCESS >>> [0.012s] >>> [INFO] openmrs-api ....................................... FAILURE >>> [2:09.291s] >>> [INFO] openmrs-web ....................................... SKIPPED >>> [INFO] openmrs-webapp .................................... SKIPPED >>> [INFO] openmrs-release-test .............................. SKIPPED >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Total time: 2:32.222s >>> [INFO] Finished at: Sun Feb 19 01:25:47 IST 2012 >>> [INFO] Final Memory: 10M/25M >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] Failed to execute goal on project openmrs-api: Could not resolve >>> dependencies for project org.openmrs.api:openmrs-api:jar:1.10.0-SNAPSHOT: >>> Could not transfer artifact >>> org.openmrs.hibernate:hibernate-core:jar:3.6.5.Final-mod from/to >>> openmrs-repo ( >>> http://mavenrepo.openmrs.org/nexus/content/repositories/public): No >>> response received after 60000 -> [Help 1] >>> [ERROR] >>> [ERROR] To see the full stack trace of the errors, re-run Maven with the >>> -e switch. >>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >>> [ERROR] >>> [ERROR] For more information about the errors and possible solutions, >>> please read the following articles: >>> [ERROR] [Help 1] >>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException >>> [ERROR] >>> [ERROR] After correcting the problems, you can resume the build with the >>> command >>> [ERROR] mvn <goals> -rf :openmrs-api >>> >>> >>> Here is the link giving full information about the error.[2]. >>> Any help would be greatly appreciated. Thanks in advance. >>> >>> [1] >>> https://wiki.openmrs.org/display/docs/Step+By+Step+Developer+Setup+Guide+%28Linux%29 >>> [2] http://pastebin.com/wW34Zh35 >>> >>> Regards >>> >>> Syam Sankar >>> ------------------------------ >>> Click here to >>> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from >>> OpenMRS Developers' mailing list >> >> >> ------------------------------ >> Click here to >> unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from >> OpenMRS Developers' mailing list > > > > > -- > > Syam Sankar > B-Tech CSE, > NIT Calicut > > About Me <http://about.me/shyamshankar> > > ------------------------------ > Click here to > unsubscribe<[email protected]?body=SIGNOFF%20openmrs-devel-l>from > OpenMRS Developers' mailing list > _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

