Advertisement
Guest User

Untitled

a guest
Mar 16th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. rafal@elusive-vb:/media/d/workspace/standalone$ mvn clean package -Dopenmrs.version=1.9.0-RC
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building standalone
  5. [INFO] task-segment: [clean, package]
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] [clean:clean {execution: default-clean}]
  8. [INFO] Deleting file set: /media/d/workspace/standalone/target (included: [**], excluded: [])
  9. [INFO] [enforcer:enforce {execution: enforce-property}]
  10. [INFO] [resources:resources {execution: default-resources}]
  11. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  12. [INFO] Copying 9 resources
  13. [INFO] [liquibase:update {execution: empty-db-create-schema}]
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Loading artfacts into URLClassLoader
  16. [INFO] artifact: file:/home/rafal/.m2/repository/org/apache/tomcat/catalina/6.0.26/catalina-6.0.26.jar
  17. [INFO] artifact: file:/home/rafal/.m2/repository/org/apache/tomcat/coyote/6.0.26/coyote-6.0.26.jar
  18. [INFO] artifact: file:/home/rafal/.m2/repository/org/apache/tomcat/jasper/6.0.26/jasper-6.0.26.jar
  19. [INFO] artifact: file:/home/rafal/.m2/repository/mysql/mysql-connector-java/5.1.8/mysql-connector-java-5.1.8.jar
  20. [INFO] artifact: file:/home/rafal/.m2/repository/mysql/mysql-connector-mxj-fixed/5.0.12/mysql-connector-mxj-fixed-5.0.12.jar
  21. [INFO] artifact: file:/home/rafal/.m2/repository/mysql/mysql-connector-mxj-db-files-fixed/5.0.12/mysql-connector-mxj-db-files-fixed-5.0.12.jar
  22. [INFO] artifact: file:/media/d/workspace/standalone/target/classes/
  23. [INFO] artifact: file:/media/d/workspace/standalone/target/test-classes
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO] Settings----------------------------
  26. [INFO] driver: com.mysql.jdbc.Driver
  27. [INFO] url: jdbc:mysql:mxj://127.0.0.1:3326/openmrs?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8&server.initialize-user=true&createDatabaseIfNotExist=true&server.basedir=target/emptydatabase&server.datadir=target/emptydatabase/data&server.collation-server=utf8_general_ci&server.character-set-server=utf8&server.max_allowed_packet=32M
  28. [INFO] username: openmrs
  29. [INFO] password: test
  30. [INFO] use empty password: false
  31. [INFO] properties file: null
  32. [INFO] properties file will override? false
  33. [INFO] prompt on non-local database? true
  34. [INFO] clear checksums? false
  35. [INFO] changeLogFile: liquibase-schema-only.xml
  36. [INFO] context(s): null
  37. [INFO] number of changes to apply: 0
  38. [INFO] drop first? false
  39. [INFO] ------------------------------------------------------------------------
  40. [/media/d/workspace/standalone/target/emptydatabase/bin/mysqld][--no-defaults][--port=3326][--collation-server=utf8_general_ci][--max_allowed_packet=32M][--character-set-server=utf8][--socket=mysql.sock][--basedir=/media/d/workspace/standalone/target/emptydatabase][--datadir=/media/d/workspace/standalone/target/emptydatabase/data][--pid-file=/media/d/workspace/standalone/target/emptydatabase/data/MysqldResource.pid]
  41. [MysqldResource] launching mysqld (driver_launched_mysqld_1)
  42. 120316 11:38:06 InnoDB: The InnoDB memory heap is disabled
  43. 120316 11:38:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
  44. 120316 11:38:06 InnoDB: Compressed tables use zlib 1.2.5
  45. 120316 11:38:06 InnoDB: Initializing buffer pool, size = 128.0M
  46. 120316 11:38:06 InnoDB: Completed initialization of buffer pool
  47. InnoDB: The first specified data file ./ibdata1 did not exist:
  48. InnoDB: a new database to be created!
  49. 120316 11:38:06 InnoDB: Setting file ./ibdata1 size to 10 MB
  50. InnoDB: Database physically writes the file full: wait...
  51. 120316 11:38:06 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
  52. InnoDB: Setting log file ./ib_logfile0 size to 5 MB
  53. InnoDB: Database physically writes the file full: wait...
  54. 120316 11:38:07 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
  55. InnoDB: Setting log file ./ib_logfile1 size to 5 MB
  56. InnoDB: Database physically writes the file full: wait...
  57. InnoDB: Doublewrite buffer not found: creating new
  58. InnoDB: Doublewrite buffer created
  59. InnoDB: 127 rollback segment(s) active.
  60. InnoDB: Creating foreign key constraint system tables
  61. InnoDB: Foreign key constraint system tables created
  62. 120316 11:38:07 InnoDB: Waiting for the background threads to start
  63. 120316 11:38:08 InnoDB: 1.1.5 started; log sequence number 0
  64. 120316 11:38:08 [ERROR] Can't start server : Bind on unix socket: Operation not permitted
  65. 120316 11:38:08 [ERROR] Do you already have another mysqld server running on socket: mysql.sock ?
  66. 120316 11:38:08 [ERROR] Aborting
  67.  
  68. 120316 11:38:08 InnoDB: Starting shutdown...
  69. 120316 11:38:08 InnoDB: Shutdown completed; log sequence number 1595675
  70. 120316 11:38:08 [Note] /media/d/workspace/standalone/target/emptydatabase/bin/mysqld: Shutdown complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement