Started by user Ricardo Memoria (admin) Building in workspace C:\apps\jenkins\workspace\eTBM 3 (master) > git.exe rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git.exe config remote.origin.url https://rmemoria@bitbucket.org/rmemoria/etbmanager.git # timeout=10 Fetching upstream changes from https://rmemoria@bitbucket.org/rmemoria/etbmanager.git > git.exe --version # timeout=10 using .gitcredentials to set credentials > git.exe config --local credential.username rmemoria # timeout=10 > git.exe config --local credential.helper store --file=\"C:\Users\jenkins\AppData\Local\Temp\git5095007513481250028.credentials\" # timeout=10 > git.exe -c core.askpass=true fetch --tags --progress https://rmemoria@bitbucket.org/rmemoria/etbmanager.git +refs/heads/*:refs/remotes/origin/* > git.exe config --local --remove-section credential # timeout=10 > git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 > git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 Checking out Revision 17619b40fdc5db774c041a9f9d7fe5a93ff54586 (refs/remotes/origin/master) > git.exe config core.sparsecheckout # timeout=10 > git.exe checkout -f 17619b40fdc5db774c041a9f9d7fe5a93ff54586 > git.exe rev-list 17619b40fdc5db774c041a9f9d7fe5a93ff54586 # timeout=10 [locks-and-latches] Checking to see if we really have the locks [locks-and-latches] Have all the locks, build can start [eTBM 3 (master)] $ cmd.exe /C "C:\apps\apache-maven-3.3.9\bin\mvn.cmd clean package && exit %%ERRORLEVEL%%" [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building eTB Manager version 2.9.1 2.9.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ etbmanager --- [INFO] Deleting C:\apps\jenkins\workspace\eTBM 3 (master)\target [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ etbmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 1 resource [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ etbmanager --- [INFO] Storing buildNumber: 4 at timestamp: 1464314605873 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD" [INFO] Working directory: C:\apps\jenkins\workspace\eTBM 3 (master) [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (validate) @ etbmanager --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- frontend-maven-plugin:0.0.27:install-node-and-npm (Install node and npm) @ etbmanager --- [INFO] Found proxies: [] [INFO] Node v5.2.0 is already installed. [INFO] Found NPM version 3.3.12 [INFO] [INFO] --- frontend-maven-plugin:0.0.27:npm (npm install) @ etbmanager --- [INFO] Found proxies: [] [INFO] Running 'npm install --color=false' in C:\apps\jenkins\workspace\eTBM 3 (master) [ERROR] npm WARN install Couldn't install optional dependency: Unsupported [ERROR] npm WARN EPACKAGEJSON etbm@3.0.0 No repository field. [INFO] [INFO] --- frontend-maven-plugin:0.0.27:gulp (gulp build) @ etbmanager --- [INFO] Running 'gulp.js build --no-color' in C:\apps\jenkins\workspace\eTBM 3 (master) [INFO] [22:03:49] Using gulpfile C:\apps\jenkins\workspace\eTBM 3 (master)\gulpfile.js [INFO] [22:03:49] Starting 'build'... [INFO] [22:03:49] Starting 'clean'... [INFO] [22:03:49] Finished 'clean' after 3.62 ms [INFO] [22:03:49] Starting 'client-lint'... [INFO] [22:03:49] Finished 'build' after 50 ms [INFO] [22:03:58] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\commons\validator.jsx [INFO] 46:1 warning Function 'validateValue' has a complexity of 11 complexity [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\components\react-grid.jsx [INFO] 2:10 warning 'Grid' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\components\router.jsx [INFO] 345:13 warning 'queryParams' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\components\tree-view.jsx [INFO] 226:9 warning 'expitem' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\core\storage.js [INFO] 15:4 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\core\app.jsx [INFO] 53:4 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\forms\form.jsx [INFO] 34:5 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\init\index.js [INFO] 19:17 warning Unable to require module with extension '.jsx' react/require-extension [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\init\initoptions.jsx [INFO] 33:33 warning Expected indentation of 1 tab character but found 0 react/jsx-indent-props [INFO] 33:60 warning Missing JSX expression container around literal string react/jsx-no-literals [INFO] 37:33 warning Expected indentation of 1 tab character but found 0 react/jsx-indent-props [INFO] 37:60 warning Missing JSX expression container around literal string react/jsx-no-literals [INFO] 41:33 warning Expected indentation of 1 tab character but found 0 react/jsx-indent-props [INFO] 41:60 warning Missing JSX expression container around literal string react/jsx-no-literals [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\pub\forgot-pwd.jsx [INFO] 2:26 warning 'Input' is defined but never used no-unused-vars [INFO] 2:33 warning 'Button' is defined but never used no-unused-vars [INFO] 31:29 warning Empty components are self-closing react/self-closing-comp [INFO] 31:41 warning Unexpected usage of singlequote jsx-quotes [INFO] 38:2 warning Newline required at end of file but not found eol-last [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\pub\user-reg.jsx [INFO] 2:26 warning 'Input' is defined but never used no-unused-vars [INFO] 2:33 warning 'Button' is defined but never used no-unused-vars [INFO] 31:29 warning Empty components are self-closing react/self-closing-comp [INFO] 31:41 warning Unexpected usage of singlequote jsx-quotes [INFO] 38:2 warning Newline required at end of file but not found eol-last [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\crud-view.jsx [INFO] 305:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\toolbar-content.jsx [INFO] 3:55 warning 'Button' is defined but never used no-unused-vars [INFO] 86:21 warning Expected indentation of 1 tab character but found 0 react/jsx-indent-props [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\forms\controls\group-control.jsx [INFO] 2:8 warning 'formControl' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\forms\impl\form-render.jsx [INFO] 72:1 warning Declare only one React component per file react/no-multi-comp [INFO] 135:1 warning Declare only one React component per file react/no-multi-comp [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\crud\crud-cell.jsx [INFO] 119:5 warning Unexpected console statement no-console [INFO] 188:5 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\dev\crud-example.jsx [INFO] 66:3 warning Unexpected alert no-alert [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\dev\form-example.jsx [INFO] 27:3 warning Unexpected console statement no-console [INFO] 34:4 warning Unexpected alert no-alert [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\dev\form-modal-example.jsx [INFO] 58:3 warning Unexpected alert no-alert [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\dev\table-form-example.jsx [INFO] 50:3 warning Unexpected alert no-alert [INFO] 61:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\index-dashboard.jsx [INFO] 28:9 warning JSX props should not use arrow functions react/jsx-no-bind [INFO] 43:9 warning JSX props should not use arrow functions react/jsx-no-bind [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\index-my-activities.jsx [INFO] 2:10 warning 'Row' is defined but never used no-unused-vars [INFO] 2:15 warning 'Col' is defined but never used no-unused-vars [INFO] 3:10 warning 'Card' is defined but never used no-unused-vars [INFO] 3:16 warning 'Profile' is defined but never used no-unused-vars [INFO] 4:10 warning 'app' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\unit.jsx [INFO] 4:10 warning 'app' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\types\table-form-control.jsx [INFO] 29:5 warning Unexpected console statement no-console [INFO] 33:3 warning Expected exception block, space or tab after '//' in comment spaced-comment [INFO] 34:9 warning 'res' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\types\yesno-control.jsx [INFO] 4:8 warning 'Form' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\admin\settings\sys-config.jsx [INFO] 2:8 warning 'ReactDom' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\admin\tables\users-ws.jsx [INFO] 124:3 warning Unexpected alert no-alert [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-adv-reacts.jsx [INFO] 3:10 warning 'Profile' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-close.jsx [INFO] 59:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-data.jsx [INFO] 213:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-issues.jsx [INFO] 60:12 warning 'issue' is defined but never used no-unused-vars [INFO] 64:14 warning 'issue' is defined but never used no-unused-vars [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-move.jsx [INFO] 37:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\case-tags.jsx [INFO] 71:3 warning Unexpected console statement no-console [INFO] [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src\scripts\sys\home\cases\details.jsx [INFO] 86:4 warning Unexpected alert no-alert [INFO] [INFO] ✖ 60 problems (0 errors, 60 warnings) [INFO] [INFO] [22:03:58] Finished 'client-lint' after 8.1 s [INFO] [22:03:58] Starting 'client-msgs'... [INFO] [22:03:58] Starting 'bootstrap-fonts'... [INFO] [22:03:58] Finished 'bootstrap-fonts' after 4.07 ms [INFO] [22:03:58] Starting 'client-copy'... [INFO] C:\apps\jenkins\workspace\eTBM 3 (master)\client\src [INFO] TO -> C:\apps\jenkins\workspace\eTBM 3 (master)\src\main\resources\static [INFO] [22:03:58] Finished 'client-copy' after 3.86 ms [INFO] [22:03:58] Starting 'less'... [INFO] [client-messages]: Message files found: [INFO] [ 'messages_en.properties', [INFO] 'messages_pt_BR.properties', [INFO] 'messages_ru.properties', [INFO] 'messages_uk.properties' ] [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_en.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_pt_BR.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_ru.json [INFO] * Generated C:\apps\jenkins\workspace\eTBM 3 (master)\client\messages\messages_uk.json [INFO] [INFO] [client-message]: FINISHED [INFO] [22:03:59] Finished 'client-msgs' after 1.05 s [INFO] [22:03:59] Finished 'less' after 1.04 s [INFO] [22:03:59] Starting 'webpack-prod'... [INFO] [22:05:56] [webpack:build-prod] Hash: 5af2a59784d729f2dc8f20ff33189fb8789a9a35cf12a8e79c0e726e2d64c772e563da59f696e581 [INFO] Version: webpack 1.13.1 [INFO] Child [INFO] Hash: 5af2a59784d729f2dc8f [INFO] Version: webpack 1.13.1 [INFO] Time: 116845ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.2529ce0e6a4f8de202be.js 422 kB 0 [emitted] app [INFO] 89889688147bd7575d6327160d64e760.svg 109 kB  [emitted] [INFO] e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2 71.9 kB  [emitted] [INFO] c8ddf1e5e5bf3682bc7bebf30f394148.woff 90.4 kB  [emitted] [INFO] 1dc35d25e61d819a9c357074014867ab.ttf 153 kB  [emitted] [INFO] d7c639084f684d66a1bc66855d193ed8.svg 392 kB  [emitted] [INFO] 25a32416abee198dd821b0b17a198a8f.eot 76.5 kB  [emitted] [INFO] 1.1.88ef14e8926ed6fb5153.js 22.3 kB 1 [emitted] [INFO] 2.2.bc107724d85583c729fd.js 122 kB 2 [emitted] [INFO] 3.3.20c7486cb714592ecaa1.js 342 kB 3 [emitted] [INFO] vendor.cbf0770ebfa2e0241e4b.js 383 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.2529ce0e6a4f8de202be.js (app) 468 kB {4} [rendered] [INFO] [0] ./client/src/scripts/main.js 382 bytes {0} [built] [INFO] [14] ./~/babel-core/register.js 187 bytes {0} [built] [INFO] [15] ./~/babel-register/lib/browser.js 232 bytes {0} [built] [INFO] [16] ./client/src/scripts/core/app.jsx 6.01 kB {0} [built] [INFO] [170] ./client/src/scripts/core/main-page.jsx 4.08 kB {0} [built] [INFO] [171] ./client/src/scripts/components/router.jsx 11.7 kB {0} [built] [INFO] [172] ./client/src/scripts/core/page-not-found.jsx 3.33 kB {0} [built] [INFO] [426] ./client/src/scripts/components/callout.jsx 2.34 kB {0} [built] [INFO] [427] ./client/src/scripts/core/toolbar.jsx 4.35 kB {0} [built] [INFO] [428] ./client/src/scripts/core/actions.js 849 bytes {0} [built] [INFO] [429] ./client/src/scripts/core/footer.jsx 3.01 kB {0} [built] [INFO] [430] ./client/src/scripts/components/wait-icon.jsx 2.9 kB {0} [built] [INFO] [431] ./client/src/scripts/core/error-view.jsx 4.45 kB {0} [built] [INFO] [432] ./client/src/scripts/init/index.js 611 bytes {0} [built] [INFO] [436] ./client/src/scripts/pub/index.js 578 bytes {0} [built] [INFO] [448] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [449] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [474] ./client/src/scripts/commons/server.js 4.46 kB {0} [built] [INFO] [481] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [482] ./client/src/scripts/sys/session.js 3.15 kB {0} [built] [INFO] [521] ./client/src/scripts/core/storage.js 3.07 kB {0} [built] [INFO] [602] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [603] ./~/css-loader!./client/src/styles/theme.css 133 kB {0} [built] [INFO] [604] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [605] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [606] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [607] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [608] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [609] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [610] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [611] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built] [INFO] [612] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 30.7 kB {0} [built] [INFO] [613] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [614] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3 165 bytes {0} [built] [INFO] [615] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [616] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3 84 bytes {0} [built] [INFO] [617] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3 83 bytes {0} [built] [INFO] [618] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3 165 bytes {0} [built] [INFO] [619] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3 165 bytes {0} [built] [INFO] [620] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.88ef14e8926ed6fb5153.js 57.8 kB {0} {2} {3} [rendered] [INFO] [433] ./client/src/scripts/init/home.jsx 2.94 kB {1} [built] [INFO] [434] ./client/src/scripts/init/welcome.jsx 5.85 kB {1} [built] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [596] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [599] ./client/src/scripts/init/initoptions.jsx 6.88 kB {1} [built] [INFO] [600] ./client/src/scripts/init/newworkspace.jsx 10.9 kB {1} [built] [INFO] [601] ./client/src/scripts/init/success.jsx 4.31 kB {1} [built] [INFO] chunk {2} 2.2.bc107724d85583c729fd.js 284 kB {1} {3} {0} [rendered] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [437] ./client/src/scripts/pub/home.jsx 2.79 kB {2} [built] [INFO] [438] ./client/src/scripts/pub/login.jsx 7.75 kB {2} [built] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [596] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [597] ./client/src/scripts/pub/user-reg.jsx 3.46 kB {2} [built] [INFO] [598] ./client/src/scripts/pub/forgot-pwd.jsx 3.48 kB {2} [built] [INFO] chunk {3} 3.3.20c7486cb714592ecaa1.js 694 kB {2} {1} {0} [rendered] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [483] ./client/src/scripts/sys/routes.jsx 4.26 kB {3} [built] [INFO] [484] ./client/src/scripts/sys/toolbar-content.jsx 5.73 kB {3} [built] [INFO] [485] ./client/src/scripts/sys/search-box.jsx 4.65 kB {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [512] ./client/src/scripts/sys/mock-data.js 8.63 kB {3} [built] [INFO] [513] ./client/src/scripts/sys/types/init.js 1.4 kB {3} [built] [INFO] [514] ./client/src/scripts/sys/types/admin-unit-control.jsx 5.43 kB {3} [built] [INFO] [515] ./client/src/scripts/sys/types/yesno-control.jsx 4.58 kB {3} [built] [INFO] [516] ./client/src/scripts/sys/types/unit-control.jsx 7.87 kB {3} [built] [INFO] [517] ./client/src/scripts/sys/types/multi-select.jsx 4.04 kB {3} [built] [INFO] [518] ./client/src/scripts/sys/types/list-box-control.jsx 4.64 kB {3} [built] [INFO] [519] ./client/src/scripts/sys/types/table-form-control.jsx 7.1 kB {3} [built] [INFO] [520] ./client/src/scripts/sys/types/multi-list-box-control.jsx 4.25 kB {3} [built] [INFO] [525] ./client/src/scripts/sys/home/routes.jsx 3.14 kB {3} [built] [INFO] [526] ./client/src/scripts/sys/home/index.jsx 5.39 kB {3} [built] [INFO] [527] ./client/src/scripts/sys/sidebar-content.jsx 4.29 kB {3} [built] [INFO] [528] ./client/src/scripts/sys/home/index-dashboard.jsx 5.59 kB {3} [built] [INFO] [529] ./client/src/scripts/sys/home/index-my-activities.jsx 2.38 kB {3} [built] [INFO] [530] ./client/src/scripts/sys/home/unit.jsx 4.16 kB {3} [built] [INFO] [531] ./client/src/scripts/sys/home/commons/unit-panel.jsx 3.67 kB {3} [built] [INFO] [532] ./client/src/scripts/sys/home/unit/general.jsx 2.9 kB {3} [built] [INFO] [533] ./client/src/scripts/sys/home/unit/general-dashboard.jsx 2.23 kB {3} [built] [INFO] [534] ./client/src/scripts/sys/home/unit/general-activities.jsx 2.23 kB {3} [built] [INFO] [535] ./client/src/scripts/sys/home/unit/cases.jsx 13.4 kB {3} [built] [INFO] [536] ./client/src/scripts/sys/home/cases/advanced-search.jsx 10.7 kB {3} [built] [INFO] [537] ./client/src/scripts/sys/home/unit/inventory.jsx 2.21 kB {3} [built] [INFO] [538] ./client/src/scripts/sys/home/cases/newnotif.jsx 3.5 kB {3} [built] [INFO] [539] ./client/src/scripts/sys/home/cases/new-searchpatient.jsx 6.54 kB {3} [built] [INFO] [540] ./client/src/scripts/sys/home/cases/new-notifform.jsx 9.48 kB {3} [built] [INFO] [541] ./client/src/scripts/sys/home/cases/details.jsx 8.62 kB {3} [built] [INFO] [542] ./client/src/scripts/sys/home/commons/patient-panel.jsx 3.03 kB {3} [built] [INFO] [543] ./client/src/scripts/sys/home/cases/case-data.jsx 8.1 kB {3} [built] [INFO] [544] ./client/src/scripts/sys/home/cases/card-with-comments.jsx 3.9 kB {3} [built] [INFO] [545] ./client/src/scripts/sys/home/cases/comments-box.jsx 11 kB {3} [built] [INFO] [546] ./client/src/scripts/sys/home/cases/comments-box.less 1.15 kB {3} [built] [INFO] [547] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/home/cases/comments-box.less 364 bytes {3} [built] [INFO] [548] ./client/src/scripts/sys/home/cases/contacts.jsx 4.46 kB {3} [built] [INFO] [549] ./client/src/scripts/sys/crud/crud-view.jsx 6.04 kB {3} [built] [INFO] [550] ./client/src/scripts/sys/crud/crud-message.jsx 3.77 kB {3} [built] [INFO] [551] ./client/src/scripts/sys/crud/crud-control-wrapper.jsx 3.04 kB {3} [built] [INFO] [552] ./client/src/scripts/sys/crud/crud-pagination.jsx 3.27 kB {3} [built] [INFO] [553] ./client/src/scripts/sys/crud/crud-grid.jsx 3.52 kB {3} [built] [INFO] [554] ./client/src/scripts/sys/crud/crud-cell.jsx 8.35 kB {3} [built] [INFO] [555] ./client/src/scripts/sys/crud/crud-controller.js 12.4 kB {3} [built] [INFO] [556] ./client/src/scripts/sys/crud/crud-form.jsx 3.27 kB {3} [built] [INFO] [557] ./client/src/scripts/sys/crud/crud-counter.jsx 4.05 kB {3} [built] [INFO] [558] ./client/src/scripts/sys/crud/crud-add-button.jsx 2.89 kB {3} [built] [INFO] [559] ./client/src/scripts/sys/home/cases/case-comments.jsx 3.69 kB {3} [built] [INFO] [560] ./client/src/scripts/sys/home/cases/case-adv-reacts.jsx 4.77 kB {3} [built] [INFO] [561] ./client/src/scripts/sys/home/cases/case-exams.jsx 2.22 kB {3} [built] [INFO] [562] ./client/src/scripts/sys/home/cases/case-treatment.jsx 2.25 kB {3} [built] [INFO] [563] ./client/src/scripts/sys/home/cases/case-close.jsx 3.64 kB {3} [built] [INFO] [564] ./client/src/scripts/sys/home/cases/case-move.jsx 3.11 kB {3} [built] [INFO] [565] ./client/src/scripts/sys/home/cases/case-issues.jsx 9.56 kB {3} [built] [INFO] [566] ./client/src/scripts/sys/home/cases/case-tags.jsx 3.83 kB {3} [built] [INFO] [567] ./client/src/scripts/sys/reports/routes.jsx 2.56 kB {3} [built] [INFO] [568] ./client/src/scripts/sys/reports/index.jsx 13 bytes {3} [built] [INFO] [569] ./client/src/scripts/sys/admin/routes.jsx 2.99 kB {3} [built] [INFO] [570] ./client/src/scripts/sys/admin/tables.jsx 4.68 kB {3} [built] [INFO] [571] ./client/src/scripts/sys/admin/page-content.jsx 2.76 kB {3} [built] [INFO] [572] ./client/src/scripts/sys/admin/tables/admunits.jsx 16 kB {3} [built] [INFO] [573] ./client/src/scripts/commons/crud.js 5.02 kB {3} [built] [INFO] [574] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.45 kB {3} [built] [INFO] [575] ./client/src/scripts/sys/admin/tables/sources.jsx 3.71 kB {3} [built] [INFO] [576] ./client/src/scripts/sys/admin/tables/units.jsx 7.87 kB {3} [built] [INFO] [577] ./client/src/scripts/sys/crud-view.jsx 13.9 kB {3} [built] [INFO] [578] ./client/src/scripts/sys/crud-card.jsx 7.65 kB {3} [built] [INFO] [579] ./client/src/scripts/sys/admin/tables/substances.jsx 6.52 kB {3} [built] [INFO] [580] ./client/src/scripts/sys/admin/tables/products.jsx 5.26 kB {3} [built] [INFO] [581] ./client/src/scripts/sys/admin/tables/regimens.jsx 4.78 kB {3} [built] [INFO] [582] ./client/src/scripts/sys/admin/tables/tags.jsx 6.94 kB {3} [built] [INFO] [583] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.39 kB {3} [built] [INFO] [584] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 9.24 kB {3} [built] [INFO] [585] ./client/src/scripts/sys/admin/tables/users-ws.jsx 5.1 kB {3} [built] [INFO] [586] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.23 kB {3} [built] [INFO] [587] ./client/src/scripts/sys/admin/reports.jsx 3.46 kB {3} [built] [INFO] [588] ./client/src/scripts/sys/admin/reports/usersessions.jsx 9.99 kB {3} [built] [INFO] [589] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 6.02 kB {3} [built] [INFO] [590] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 10.8 kB {3} [built] [INFO] [591] ./client/src/scripts/sys/admin/settings.jsx 2.99 kB {3} [built] [INFO] [592] ./client/src/scripts/sys/admin/settings/sys-config.jsx 5.83 kB {3} [built] [INFO] [593] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.16 kB {3} [built] [INFO] [594] ./client/src/scripts/sys/crud/index.js 1.36 kB {3} [built] [INFO] [595] ./client/src/scripts/sys/crud/crud-table.jsx 5.79 kB {3} [built] [INFO] chunk {4} vendor.cbf0770ebfa2e0241e4b.js (vendor) 1.28 MB [rendered] [INFO] [0] multi vendor 64 bytes {4} [built] [INFO] [17] ./~/react/react.js 56 bytes {4} [built] [INFO] [18] ./~/react/lib/React.js 1.49 kB {4} [built] [INFO] [19] ./~/react/lib/ReactDOM.js 3.71 kB {4} [built] [INFO] [20] ./~/react/lib/ReactCurrentOwner.js 653 bytes {4} [built] [INFO] [21] ./~/react/lib/ReactDOMTextComponent.js 4.32 kB {4} [built] [INFO] [22] ./~/react/lib/DOMChildrenOperations.js 5 kB {4} [built] [INFO] [23] ./~/react/lib/Danger.js 6.96 kB {4} [built] [INFO] [24] ./~/fbjs/lib/ExecutionEnvironment.js 1.09 kB {4} [built] [INFO] [25] ./~/fbjs/lib/createNodesFromMarkup.js 2.71 kB {4} [built] [INFO] [26] ./~/fbjs/lib/createArrayFromMixed.js 2.36 kB {4} [built] [INFO] [27] ./~/fbjs/lib/toArray.js 1.98 kB {4} [built] [INFO] [28] ./~/fbjs/lib/invariant.js 1.51 kB {4} [built] [INFO] [29] ./~/fbjs/lib/getMarkupWrap.js 3.06 kB {4} [built] [INFO] [30] ./~/fbjs/lib/emptyFunction.js 1.09 kB {4} [built] [INFO] [31] ./~/react/lib/ReactMultiChildUpdateTypes.js 861 bytes {4} [built] [INFO] [32] ./~/fbjs/lib/keyMirror.js 1.27 kB {4} [built] [INFO] [33] ./~/react/lib/ReactPerf.js 2.51 kB {4} [built] [INFO] [34] ./~/react/lib/setInnerHTML.js 3.35 kB {4} [built] [INFO] [35] ./~/react/lib/setTextContent.js 1.2 kB {4} [built] [INFO] [36] ./~/react/lib/escapeTextContentForBrowser.js 849 bytes {4} [built] [INFO] [37] ./~/react/lib/DOMPropertyOperations.js 7.88 kB {4} [built] [INFO] [38] ./~/react/lib/DOMProperty.js 9.57 kB {4} [built] [INFO] [39] ./~/react/lib/quoteAttributeValueForBrowser.js 746 bytes {4} [built] [INFO] [40] ./~/fbjs/lib/warning.js 1.77 kB {4} [built] [INFO] [41] ./~/react/lib/ReactComponentBrowserEnvironment.js 1.26 kB {4} [built] [INFO] [42] ./~/react/lib/ReactDOMIDOperations.js 3.29 kB {4} [built] [INFO] [43] ./~/react/lib/ReactMount.js 36.8 kB {4} [built] [INFO] [44] ./~/react/lib/ReactBrowserEventEmitter.js 12.4 kB {4} [built] [INFO] [45] ./~/react/lib/EventConstants.js 2.04 kB {4} [built] [INFO] [46] ./~/react/lib/EventPluginHub.js 9.22 kB {4} [built] [INFO] [47] ./~/react/lib/EventPluginRegistry.js 8.41 kB {4} [built] [INFO] [48] ./~/react/lib/EventPluginUtils.js 6.79 kB {4} [built] [INFO] [49] ./~/react/lib/ReactErrorUtils.js 2.27 kB {4} [built] [INFO] [50] ./~/react/lib/accumulateInto.js 1.74 kB {4} [built] [INFO] [51] ./~/react/lib/forEachAccumulated.js 893 bytes {4} [built] [INFO] [52] ./~/react/lib/ReactEventEmitterMixin.js 1.3 kB {4} [built] [INFO] [53] ./~/react/lib/ViewportMetrics.js 638 bytes {4} [built] [INFO] [54] ./~/react/lib/Object.assign.js 1.26 kB {4} [built] [INFO] [55] ./~/react/lib/isEventSupported.js 1.97 kB {4} [built] [INFO] [56] ./~/react/lib/ReactDOMFeatureFlags.js 458 bytes {4} [built] [INFO] [57] ./~/react/lib/ReactElement.js 8.07 kB {4} [built] [INFO] [58] ./~/react/lib/canDefineProperty.js 629 bytes {4} [built] [INFO] [59] ./~/react/lib/ReactEmptyComponentRegistry.js 1.38 kB {4} [built] [INFO] [60] ./~/react/lib/ReactInstanceHandles.js 10.6 kB {4} [built] [INFO] [61] ./~/react/lib/ReactRootIndex.js 723 bytes {4} [built] [INFO] [62] ./~/react/lib/ReactInstanceMap.js 1.25 kB {4} [built] [INFO] [63] ./~/react/lib/ReactMarkupChecksum.js 1.39 kB {4} [built] [INFO] [64] ./~/react/lib/adler32.js 1.2 kB {4} [built] [INFO] [65] ./~/react/lib/ReactReconciler.js 3.55 kB {4} [built] [INFO] [66] ./~/react/lib/ReactRef.js 2.34 kB {4} [built] [INFO] [67] ./~/react/lib/ReactOwner.js 3.45 kB {4} [built] [INFO] [68] ./~/react/lib/ReactUpdateQueue.js 10.9 kB {4} [built] [INFO] [69] ./~/react/lib/ReactUpdates.js 8.54 kB {4} [built] [INFO] [70] ./~/react/lib/CallbackQueue.js 2.44 kB {4} [built] [INFO] [71] ./~/react/lib/PooledClass.js 3.55 kB {4} [built] [INFO] [72] ./~/react/lib/Transaction.js 9.55 kB {4} [built] [INFO] [73] ./~/fbjs/lib/emptyObject.js 482 bytes {4} [built] [INFO] [74] ./~/fbjs/lib/containsNode.js 1.43 kB {4} [built] [INFO] [75] ./~/fbjs/lib/isTextNode.js 628 bytes {4} [built] [INFO] [76] ./~/fbjs/lib/isNode.js 712 bytes {4} [built] [INFO] [77] ./~/react/lib/instantiateReactComponent.js 4.52 kB {4} [built] [INFO] [78] ./~/react/lib/ReactCompositeComponent.js 27.5 kB {4} [built] [INFO] [79] ./~/react/lib/ReactComponentEnvironment.js 1.67 kB {4} [built] [INFO] [80] ./~/react/lib/ReactPropTypeLocations.js 549 bytes {4} [built] [INFO] [81] ./~/react/lib/ReactPropTypeLocationNames.js 611 bytes {4} [built] [INFO] [82] ./~/react/lib/shouldUpdateReactComponent.js 1.49 kB {4} [built] [INFO] [83] ./~/react/lib/ReactEmptyComponent.js 1.8 kB {4} [built] [INFO] [84] ./~/react/lib/ReactNativeComponent.js 3.02 kB {4} [built] [INFO] [85] ./~/react/lib/validateDOMNesting.js 13.1 kB {4} [built] [INFO] [86] ./~/react/lib/ReactDefaultInjection.js 3.99 kB {4} [built] [INFO] [87] ./~/react/lib/BeforeInputEventPlugin.js 14.9 kB {4} [built] [INFO] [88] ./~/react/lib/EventPropagators.js 5.22 kB {4} [built] [INFO] [89] ./~/react/lib/FallbackCompositionState.js 2.49 kB {4} [built] [INFO] [90] ./~/react/lib/getTextContentAccessor.js 994 bytes {4} [built] [INFO] [91] ./~/react/lib/SyntheticCompositionEvent.js 1.16 kB {4} [built] [INFO] [92] ./~/react/lib/SyntheticEvent.js 5.79 kB {4} [built] [INFO] [93] ./~/react/lib/SyntheticInputEvent.js 1.15 kB {4} [built] [INFO] [94] ./~/fbjs/lib/keyOf.js 1.11 kB {4} [built] [INFO] [95] ./~/react/lib/ChangeEventPlugin.js 11.5 kB {4} [built] [INFO] [96] ./~/react/lib/getEventTarget.js 930 bytes {4} [built] [INFO] [97] ./~/react/lib/isTextInputElement.js 1.03 kB {4} [built] [INFO] [98] ./~/react/lib/ClientReactRootIndex.js 551 bytes {4} [built] [INFO] [99] ./~/react/lib/DefaultEventPluginOrder.js 1.26 kB {4} [built] [INFO] [100] ./~/react/lib/EnterLeaveEventPlugin.js 3.9 kB {4} [built] [INFO] [101] ./~/react/lib/SyntheticMouseEvent.js 2.2 kB {4} [built] [INFO] [102] ./~/react/lib/SyntheticUIEvent.js 1.64 kB {4} [built] [INFO] [103] ./~/react/lib/getEventModifierState.js 1.3 kB {4} [built] [INFO] [104] ./~/react/lib/HTMLDOMPropertyConfig.js 7.63 kB {4} [built] [INFO] [105] ./~/react/lib/ReactBrowserComponentMixin.js 1.15 kB {4} [built] [INFO] [106] ./~/react/lib/findDOMNode.js 2.17 kB {4} [built] [INFO] [107] ./~/react/lib/ReactDefaultBatchingStrategy.js 1.92 kB {4} [built] [INFO] [108] ./~/react/lib/ReactDOMComponent.js 36.9 kB {4} [built] [INFO] [109] ./~/react/lib/AutoFocusUtils.js 816 bytes {4} [built] [INFO] [110] ./~/fbjs/lib/focusNode.js 725 bytes {4} [built] [INFO] [111] ./~/react/lib/CSSPropertyOperations.js 5.71 kB {4} [built] [INFO] [112] ./~/react/lib/CSSProperty.js 3.5 kB {4} [built] [INFO] [113] ./~/fbjs/lib/camelizeStyleName.js 1.03 kB {4} [built] [INFO] [114] ./~/fbjs/lib/camelize.js 729 bytes {4} [built] [INFO] [115] ./~/react/lib/dangerousStyleValue.js 1.93 kB {4} [built] [INFO] [116] ./~/fbjs/lib/hyphenateStyleName.js 1 kB {4} [built] [INFO] [117] ./~/fbjs/lib/hyphenate.js 822 bytes {4} [built] [INFO] [118] ./~/fbjs/lib/memoizeStringOnly.js 778 bytes {4} [built] [INFO] [119] ./~/react/lib/ReactDOMButton.js 1.15 kB {4} [built] [INFO] [120] ./~/react/lib/ReactDOMInput.js 5.74 kB {4} [built] [INFO] [121] ./~/react/lib/LinkedValueUtils.js 5.18 kB {4} [built] [INFO] [122] ./~/react/lib/ReactPropTypes.js 12.3 kB {4} [built] [INFO] [123] ./~/react/lib/getIteratorFn.js 1.17 kB {4} [built] [INFO] [124] ./~/react/lib/ReactDOMOption.js 2.82 kB {4} [built] [INFO] [125] ./~/react/lib/ReactChildren.js 5.83 kB {4} [built] [INFO] [126] ./~/react/lib/traverseAllChildren.js 6.9 kB {4} [built] [INFO] [127] ./~/react/lib/ReactDOMSelect.js 6.11 kB {4} [built] [INFO] [128] ./~/react/lib/ReactDOMTextarea.js 4.35 kB {4} [built] [INFO] [129] ./~/react/lib/ReactMultiChild.js 14.7 kB {4} [built] [INFO] [130] ./~/react/lib/ReactChildReconciler.js 4.52 kB {4} [built] [INFO] [131] ./~/react/lib/flattenChildren.js 1.65 kB {4} [built] [INFO] [132] ./~/fbjs/lib/shallowEqual.js 1.28 kB {4} [built] [INFO] [133] ./~/react/lib/ReactEventListener.js 7.51 kB {4} [built] [INFO] [134] ./~/fbjs/lib/EventListener.js 2.65 kB {4} [built] [INFO] [135] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.09 kB {4} [built] [INFO] [136] ./~/react/lib/ReactInjection.js 1.37 kB {4} [built] [INFO] [137] ./~/react/lib/ReactClass.js 27.8 kB {4} [built] [INFO] [138] ./~/react/lib/ReactComponent.js 5.04 kB {4} [built] [INFO] [139] ./~/react/lib/ReactNoopUpdateQueue.js 3.94 kB {4} [built] [INFO] [140] ./~/react/lib/ReactReconcileTransaction.js 4.58 kB {4} [built] [INFO] [141] ./~/react/lib/ReactInputSelection.js 4.32 kB {4} [built] [INFO] [142] ./~/react/lib/ReactDOMSelection.js 6.83 kB {4} [built] [INFO] [143] ./~/react/lib/getNodeForCharacterOffset.js 1.66 kB {4} [built] [INFO] [144] ./~/fbjs/lib/getActiveElement.js 924 bytes {4} [built] [INFO] [145] ./~/react/lib/SelectEventPlugin.js 6.71 kB {4} [built] [INFO] [146] ./~/react/lib/ServerReactRootIndex.js 868 bytes {4} [built] [INFO] [147] ./~/react/lib/SimpleEventPlugin.js 17.4 kB {4} [built] [INFO] [148] ./~/react/lib/SyntheticClipboardEvent.js 1.23 kB {4} [built] [INFO] [149] ./~/react/lib/SyntheticFocusEvent.js 1.12 kB {4} [built] [INFO] [150] ./~/react/lib/SyntheticKeyboardEvent.js 2.76 kB {4} [built] [INFO] [151] ./~/react/lib/getEventCharCode.js 1.56 kB {4} [built] [INFO] [152] ./~/react/lib/getEventKey.js 2.93 kB {4} [built] [INFO] [153] ./~/react/lib/SyntheticDragEvent.js 1.13 kB {4} [built] [INFO] [154] ./~/react/lib/SyntheticTouchEvent.js 1.33 kB {4} [built] [INFO] [155] ./~/react/lib/SyntheticWheelEvent.js 1.99 kB {4} [built] [INFO] [156] ./~/react/lib/SVGDOMPropertyConfig.js 3.8 kB {4} [built] [INFO] [157] ./~/react/lib/ReactVersion.js 379 bytes {4} [built] [INFO] [158] ./~/react/lib/renderSubtreeIntoContainer.js 463 bytes {4} [built] [INFO] [159] ./~/react/lib/ReactDOMServer.js 766 bytes {4} [built] [INFO] [160] ./~/react/lib/ReactServerRendering.js 3.3 kB {4} [built] [INFO] [161] ./~/react/lib/ReactServerBatchingStrategy.js 673 bytes {4} [built] [INFO] [162] ./~/react/lib/ReactServerRenderingTransaction.js 2.3 kB {4} [built] [INFO] [163] ./~/react/lib/ReactIsomorphic.js 2.05 kB {4} [built] [INFO] [164] ./~/react/lib/ReactDOMFactories.js 3.36 kB {4} [built] [INFO] [165] ./~/react/lib/ReactElementValidator.js 10.8 kB {4} [built] [INFO] [166] ./~/fbjs/lib/mapObject.js 1.47 kB {4} [built] [INFO] [167] ./~/react/lib/onlyChild.js 1.21 kB {4} [built] [INFO] [168] ./~/react/lib/deprecated.js 1.77 kB {4} [built] [INFO] [169] ./~/react-dom/index.js 63 bytes {4} [built] [INFO] [173] ./~/react-bootstrap/lib/index.js 9.74 kB {4} [built] [INFO] [174] ./~/babel-runtime/helpers/interop-require-default.js 148 bytes {4} [built] [INFO] [175] ./~/babel-runtime/helpers/interop-require-wildcard.js 366 bytes {4} [built] [INFO] [176] ./~/react-bootstrap/lib/utils/childrenValueInputValidation.js 774 bytes {4} [built] [INFO] [177] ./~/react-prop-types/lib/singlePropFrom.js 1.06 kB {4} [built] [INFO] [178] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [179] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 3.89 kB {4} [built] [INFO] [180] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 4.86 kB {4} [built] [INFO] [181] ./~/babel-runtime/helpers/extends.js 428 bytes {4} [built] [INFO] [182] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built] [INFO] [183] ./~/core-js/library/fn/object/assign.js 107 bytes {4} [built] [INFO] [184] ./~/core-js/library/modules/es6.object.assign.js 161 bytes {4} [built] [INFO] [185] ./~/core-js/library/modules/$.export.js 1.73 kB {4} [built] [INFO] [186] ./~/core-js/library/modules/$.global.js 322 bytes {4} [built] [INFO] [187] ./~/core-js/library/modules/$.core.js 117 bytes {4} [built] [INFO] [188] ./~/core-js/library/modules/$.ctx.js 506 bytes {4} [built] [INFO] [189] ./~/core-js/library/modules/$.a-function.js 120 bytes {4} [built] [INFO] [190] ./~/core-js/library/modules/$.object-assign.js 1.09 kB {4} [built] [INFO] [191] ./~/core-js/library/modules/$.js 417 bytes {4} [built] [INFO] [192] ./~/core-js/library/modules/$.to-object.js 130 bytes {4} [built] [INFO] [193] ./~/core-js/library/modules/$.defined.js 157 bytes {4} [built] [INFO] [194] ./~/core-js/library/modules/$.iobject.js 237 bytes {4} [built] [INFO] [195] ./~/core-js/library/modules/$.cof.js 103 bytes {4} [built] [INFO] [196] ./~/core-js/library/modules/$.fails.js 99 bytes {4} [built] [INFO] [197] ./~/react-bootstrap/lib/styleMaps.js 1.21 kB {4} [built] [INFO] [198] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built] [INFO] [199] ./~/core-js/library/fn/object/create.js 103 bytes {4} [built] [INFO] [200] ./~/babel-runtime/core-js/object/keys.js 92 bytes {4} [built] [INFO] [201] ./~/core-js/library/fn/object/keys.js 103 bytes {4} [built] [INFO] [202] ./~/core-js/library/modules/es6.object.keys.js 189 bytes {4} [built] [INFO] [203] ./~/core-js/library/modules/$.object-sap.js 371 bytes {4} [built] [INFO] [204] ./~/invariant/browser.js 1.52 kB {4} [built] [INFO] [205] ./~/warning/browser.js 1.81 kB {4} [built] [INFO] [206] ./~/react-bootstrap/lib/Accordion.js 738 bytes {4} [built] [INFO] [207] ./~/react-bootstrap/lib/PanelGroup.js 3.23 kB {4} [built] [INFO] [208] ./~/babel-runtime/helpers/object-without-properties.js 283 bytes {4} [built] [INFO] [209] ./~/classnames/index.js 1.1 kB {4} [built] [INFO] [210] ./~/react-bootstrap/lib/Alert.js 2.66 kB {4} [built] [INFO] [211] ./~/react-bootstrap/lib/Badge.js 1.74 kB {4} [built] [INFO] [212] ./~/react-bootstrap/lib/Breadcrumb.js 1.86 kB {4} [built] [INFO] [213] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.64 kB {4} [built] [INFO] [214] ./~/react-bootstrap/lib/SafeAnchor.js 1.76 kB {4} [built] [INFO] [215] ./~/babel-runtime/helpers/inherits.js 780 bytes {4} [built] [INFO] [216] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built] [INFO] [217] ./~/core-js/library/fn/object/set-prototype-of.js 125 bytes {4} [built] [INFO] [218] ./~/core-js/library/modules/es6.object.set-prototype-of.js 159 bytes {4} [built] [INFO] [219] ./~/core-js/library/modules/$.set-proto.js 914 bytes {4} [built] [INFO] [220] ./~/core-js/library/modules/$.is-object.js 107 bytes {4} [built] [INFO] [221] ./~/core-js/library/modules/$.an-object.js 150 bytes {4} [built] [INFO] [222] ./~/babel-runtime/helpers/class-call-check.js 211 bytes {4} [built] [INFO] [223] ./~/react-bootstrap/lib/Button.js 3.88 kB {4} [built] [INFO] [224] ./~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [225] ./~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [226] ./~/react-bootstrap/lib/ButtonGroup.js 2.4 kB {4} [built] [INFO] [227] ./~/react-prop-types/lib/all.js 949 bytes {4} [built] [INFO] [228] ./~/react-bootstrap/lib/ButtonInput.js 2.55 kB {4} [built] [INFO] [229] ./~/react-bootstrap/lib/FormGroup.js 2.09 kB {4} [built] [INFO] [230] ./~/react-bootstrap/lib/InputBase.js 9.05 kB {4} [built] [INFO] [231] ./~/react-bootstrap/lib/Glyphicon.js 1.56 kB {4} [built] [INFO] [232] ./~/react-bootstrap/lib/ButtonToolbar.js 1.29 kB {4} [built] [INFO] [233] ./~/react-bootstrap/lib/Carousel.js 9.54 kB {4} [built] [INFO] [234] ./~/react-bootstrap/lib/CarouselCaption.js 1.29 kB {4} [built] [INFO] [235] ./~/react-bootstrap/lib/CarouselItem.js 3.48 kB {4} [built] [INFO] [236] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built] [INFO] [237] ./~/react-bootstrap/lib/Clearfix.js 2.47 kB {4} [built] [INFO] [238] ./~/react-bootstrap/lib/Col.js 6.13 kB {4} [built] [INFO] [239] ./~/react-bootstrap/lib/CollapsibleNav.js 3.62 kB {4} [built] [INFO] [240] ./~/react-bootstrap/lib/Collapse.js 7.75 kB {4} [built] [INFO] [241] ./~/dom-helpers/style/index.js 787 bytes {4} [built] [INFO] [242] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built] [INFO] [243] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built] [INFO] [244] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built] [INFO] [245] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built] [INFO] [246] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built] [INFO] [247] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built] [INFO] [248] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built] [INFO] [249] ./~/react-overlays/lib/Transition.js 11 kB {4} [built] [INFO] [250] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built] [INFO] [251] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [252] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [253] ./~/react-prop-types/lib/deprecated.js 840 bytes {4} [built] [INFO] [254] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.04 kB {4} [built] [INFO] [255] ./~/react-bootstrap/lib/Dropdown.js 11.5 kB {4} [built] [INFO] [256] ./~/dom-helpers/activeElement.js 484 bytes {4} [built] [INFO] [257] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built] [INFO] [258] ./~/dom-helpers/query/contains.js 574 bytes {4} [built] [INFO] [259] ./~/keycode/index.js 2.74 kB {4} [built] [INFO] [260] ./~/lodash-compat/collection/find.js 1.93 kB {4} [built] [INFO] [261] ./~/lodash-compat/internal/baseEach.js 489 bytes {4} [built] [INFO] [262] ./~/lodash-compat/internal/baseForOwn.js 475 bytes {4} [built] [INFO] [263] ./~/lodash-compat/internal/baseFor.js 608 bytes {4} [built] [INFO] [264] ./~/lodash-compat/internal/createBaseFor.js 709 bytes {4} [built] [INFO] [265] ./~/lodash-compat/internal/toObject.js 627 bytes {4} [built] [INFO] [266] ./~/lodash-compat/lang/isObject.js 732 bytes {4} [built] [INFO] [267] ./~/lodash-compat/lang/isString.js 889 bytes {4} [built] [INFO] [268] ./~/lodash-compat/internal/isObjectLike.js 289 bytes {4} [built] [INFO] [269] ./~/lodash-compat/support.js 2.85 kB {4} [built] [INFO] [270] ./~/lodash-compat/object/keys.js 1.36 kB {4} [built] [INFO] [271] ./~/lodash-compat/internal/getNative.js 456 bytes {4} [built] [INFO] [272] ./~/lodash-compat/lang/isNative.js 1.38 kB {4} [built] [INFO] [273] ./~/lodash-compat/lang/isFunction.js 1.06 kB {4} [built] [INFO] [274] ./~/lodash-compat/internal/isHostObject.js 631 bytes {4} [built] [INFO] [275] ./~/lodash-compat/internal/isArrayLike.js 372 bytes {4} [built] [INFO] [276] ./~/lodash-compat/internal/getLength.js 440 bytes {4} [built] [INFO] [277] ./~/lodash-compat/internal/baseProperty.js 400 bytes {4} [built] [INFO] [278] ./~/lodash-compat/internal/isLength.js 644 bytes {4} [built] [INFO] [279] ./~/lodash-compat/internal/shimKeys.js 1.21 kB {4} [built] [INFO] [280] ./~/lodash-compat/lang/isArguments.js 963 bytes {4} [built] [INFO] [281] ./~/lodash-compat/lang/isArray.js 1.16 kB {4} [built] [INFO] [282] ./~/lodash-compat/internal/isIndex.js 778 bytes {4} [built] [INFO] [283] ./~/lodash-compat/object/keysIn.js 4.58 kB {4} [built] [INFO] [284] ./~/lodash-compat/internal/arrayEach.js 534 bytes {4} [built] [INFO] [285] ./~/lodash-compat/internal/createBaseEach.js 913 bytes {4} [built] [INFO] [286] ./~/lodash-compat/internal/createFind.js 843 bytes {4} [built] [INFO] [287] ./~/lodash-compat/internal/baseCallback.js 1.06 kB {4} [built] [INFO] [288] ./~/lodash-compat/internal/baseMatches.js 847 bytes {4} [built] [INFO] [289] ./~/lodash-compat/internal/baseIsMatch.js 1.46 kB {4} [built] [INFO] [290] ./~/lodash-compat/internal/baseIsEqual.js 1.09 kB {4} [built] [INFO] [291] ./~/lodash-compat/internal/baseIsEqualDeep.js 3.44 kB {4} [built] [INFO] [292] ./~/lodash-compat/internal/equalArrays.js 1.8 kB {4} [built] [INFO] [293] ./~/lodash-compat/internal/arraySome.js 591 bytes {4} [built] [INFO] [294] ./~/lodash-compat/internal/equalByTag.js 1.58 kB {4} [built] [INFO] [295] ./~/lodash-compat/internal/equalObjects.js 2.37 kB {4} [built] [INFO] [296] ./~/lodash-compat/lang/isTypedArray.js 2.5 kB {4} [built] [INFO] [297] ./~/lodash-compat/internal/getMatchData.js 523 bytes {4} [built] [INFO] [298] ./~/lodash-compat/internal/isStrictComparable.js 420 bytes {4} [built] [INFO] [299] ./~/lodash-compat/object/pairs.js 800 bytes {4} [built] [INFO] [300] ./~/lodash-compat/internal/baseMatchesProperty.js 1.4 kB {4} [built] [INFO] [301] ./~/lodash-compat/internal/baseGet.js 779 bytes {4} [built] [INFO] [302] ./~/lodash-compat/internal/baseSlice.js 832 bytes {4} [built] [INFO] [303] ./~/lodash-compat/internal/isKey.js 848 bytes {4} [built] [INFO] [304] ./~/lodash-compat/array/last.js 377 bytes {4} [built] [INFO] [305] ./~/lodash-compat/internal/toPath.js 806 bytes {4} [built] [INFO] [306] ./~/lodash-compat/internal/baseToString.js 329 bytes {4} [built] [INFO] [307] ./~/lodash-compat/internal/bindCallback.js 1.22 kB {4} [built] [INFO] [308] ./~/lodash-compat/utility/identity.js 355 bytes {4} [built] [INFO] [309] ./~/lodash-compat/utility/property.js 799 bytes {4} [built] [INFO] [310] ./~/lodash-compat/internal/basePropertyDeep.js 476 bytes {4} [built] [INFO] [311] ./~/lodash-compat/internal/baseFind.js 927 bytes {4} [built] [INFO] [312] ./~/lodash-compat/internal/baseFindIndex.js 709 bytes {4} [built] [INFO] [313] ./~/lodash-compat/object/omit.js 1.6 kB {4} [built] [INFO] [314] ./~/lodash-compat/internal/arrayMap.js 553 bytes {4} [built] [INFO] [315] ./~/lodash-compat/internal/baseDifference.js 1.36 kB {4} [built] [INFO] [316] ./~/lodash-compat/internal/baseIndexOf.js 678 bytes {4} [built] [INFO] [317] ./~/lodash-compat/internal/indexOfNaN.js 657 bytes {4} [built] [INFO] [318] ./~/lodash-compat/internal/cacheIndexOf.js 586 bytes {4} [built] [INFO] [319] ./~/lodash-compat/internal/createCache.js 650 bytes {4} [built] [INFO] [320] ./~/lodash-compat/internal/SetCache.js 706 bytes {4} [built] [INFO] [321] ./~/lodash-compat/internal/cachePush.js 379 bytes {4} [built] [INFO] [322] ./~/lodash-compat/internal/baseFlatten.js 1.29 kB {4} [built] [INFO] [323] ./~/lodash-compat/internal/arrayPush.js 437 bytes {4} [built] [INFO] [324] ./~/lodash-compat/internal/pickByArray.js 611 bytes {4} [built] [INFO] [325] ./~/lodash-compat/internal/pickByCallback.js 573 bytes {4} [built] [INFO] [326] ./~/lodash-compat/internal/baseForIn.js 478 bytes {4} [built] [INFO] [327] ./~/lodash-compat/function/restParam.js 1.9 kB {4} [built] [INFO] [328] ./~/react-prop-types/lib/isRequiredForA11y.js 499 bytes {4} [built] [INFO] [329] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [330] ./~/uncontrollable/createUncontrollable.js 5.39 kB {4} [built] [INFO] [331] ./~/uncontrollable/utils.js 3.74 kB {4} [built] [INFO] [332] ./~/react-bootstrap/lib/DropdownMenu.js 6.09 kB {4} [built] [INFO] [333] ./~/react-overlays/lib/RootCloseWrapper.js 5.83 kB {4} [built] [INFO] [334] ./~/react-overlays/lib/utils/addEventListener.js 682 bytes {4} [built] [INFO] [335] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [336] ./~/react-overlays/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [337] ./~/react-overlays/lib/utils/ownerDocument.js 582 bytes {4} [built] [INFO] [338] ./~/react-bootstrap/lib/DropdownToggle.js 2.29 kB {4} [built] [INFO] [339] ./~/react-bootstrap/lib/utils/CustomPropTypes.js 2.35 kB {4} [built] [INFO] [340] ./~/react-bootstrap/lib/utils/childrenToArray.js 604 bytes {4} [built] [INFO] [341] ./~/react-bootstrap/lib/DropdownButton.js 3.14 kB {4} [built] [INFO] [342] ./~/lodash-compat/object/pick.js 1.51 kB {4} [built] [INFO] [343] ./~/react-bootstrap/lib/Grid.js 1.54 kB {4} [built] [INFO] [344] ./~/react-bootstrap/lib/Image.js 1.5 kB {4} [built] [INFO] [345] ./~/react-bootstrap/lib/Input.js 1.5 kB {4} [built] [INFO] [346] ./~/react-bootstrap/lib/FormControls/index.js 266 bytes {4} [built] [INFO] [347] ./~/react-bootstrap/lib/FormControls/Static.js 2.37 kB {4} [built] [INFO] [348] ./~/react-bootstrap/lib/Interpolate.js 2.54 kB {4} [built] [INFO] [349] ./~/react-bootstrap/lib/Jumbotron.js 1.25 kB {4} [built] [INFO] [350] ./~/react-bootstrap/lib/Label.js 1.59 kB {4} [built] [INFO] [351] ./~/react-bootstrap/lib/ListGroup.js 3.71 kB {4} [built] [INFO] [352] ./~/react-bootstrap/lib/ListGroupItem.js 4.37 kB {4} [built] [INFO] [353] ./~/react-bootstrap/lib/MenuItem.js 5.14 kB {4} [built] [INFO] [354] ./~/react-bootstrap/lib/Media.js 2.37 kB {4} [built] [INFO] [355] ./~/react-bootstrap/lib/MediaHeading.js 1.47 kB {4} [built] [INFO] [356] ./~/react-bootstrap/lib/MediaBody.js 1.46 kB {4} [built] [INFO] [357] ./~/react-bootstrap/lib/MediaLeft.js 1.38 kB {4} [built] [INFO] [358] ./~/react-bootstrap/lib/MediaRight.js 1.38 kB {4} [built] [INFO] [359] ./~/react-bootstrap/lib/MediaList.js 948 bytes {4} [built] [INFO] [360] ./~/react-bootstrap/lib/MediaListItem.js 955 bytes {4} [built] [INFO] [361] ./~/react-bootstrap/lib/Modal.js 10.2 kB {4} [built] [INFO] [362] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [363] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [364] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [365] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [366] ./~/react-bootstrap/lib/Fade.js 3.35 kB {4} [built] [INFO] [367] ./~/react-bootstrap/lib/ModalDialog.js 2.06 kB {4} [built] [INFO] [368] ./~/react-bootstrap/lib/ModalBody.js 1.36 kB {4} [built] [INFO] [369] ./~/react-bootstrap/lib/ModalHeader.js 3.07 kB {4} [built] [INFO] [370] ./~/react-bootstrap/lib/ModalTitle.js 1.37 kB {4} [built] [INFO] [371] ./~/react-bootstrap/lib/ModalFooter.js 1.56 kB {4} [built] [INFO] [372] ./~/react-overlays/lib/Modal.js 15.9 kB {4} [built] [INFO] [373] ./~/react-overlays/~/react-prop-types/lib/mountable.js 776 bytes {4} [built] [INFO] [374] ./~/react-overlays/~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [375] ./~/react-overlays/~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [376] ./~/react-overlays/lib/Portal.js 4.14 kB {4} [built] [INFO] [377] ./~/react-overlays/lib/utils/getContainer.js 509 bytes {4} [built] [INFO] [378] ./~/react-overlays/lib/ModalManager.js 4.64 kB {4} [built] [INFO] [379] ./~/dom-helpers/class/index.js 146 bytes {4} [built] [INFO] [380] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built] [INFO] [381] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built] [INFO] [382] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [383] ./~/react-overlays/lib/utils/isOverflowing.js 1.26 kB {4} [built] [INFO] [384] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built] [INFO] [385] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.08 kB {4} [built] [INFO] [386] ./~/react-overlays/lib/utils/addFocusListener.js 837 bytes {4} [built] [INFO] [387] ./~/react-bootstrap/lib/Nav.js 6.94 kB {4} [built] [INFO] [388] ./~/react-bootstrap/lib/Navbar.js 9.22 kB {4} [built] [INFO] [389] ./~/react-bootstrap/lib/deprecated/Navbar.js 8.76 kB {4} [built] [INFO] [390] ./~/react-bootstrap/lib/NavBrand.js 699 bytes {4} [built] [INFO] [391] ./~/react-bootstrap/lib/NavbarBrand.js 2.12 kB {4} [built] [INFO] [392] ./~/react-bootstrap/lib/NavbarHeader.js 1.44 kB {4} [built] [INFO] [393] ./~/react-bootstrap/lib/NavbarToggle.js 2.65 kB {4} [built] [INFO] [394] ./~/react-bootstrap/lib/NavbarCollapse.js 1.63 kB {4} [built] [INFO] [395] ./~/react-bootstrap/lib/NavDropdown.js 1.89 kB {4} [built] [INFO] [396] ./~/react-bootstrap/lib/NavItem.js 3.25 kB {4} [built] [INFO] [397] ./~/react-bootstrap/lib/Overlay.js 3.76 kB {4} [built] [INFO] [398] ./~/react-overlays/lib/Overlay.js 6.82 kB {4} [built] [INFO] [399] ./~/react-overlays/lib/Position.js 6.78 kB {4} [built] [INFO] [400] ./~/react-overlays/lib/utils/overlayPositionUtils.js 4.57 kB {4} [built] [INFO] [401] ./~/dom-helpers/query/offset.js 938 bytes {4} [built] [INFO] [402] ./~/dom-helpers/query/position.js 1.95 kB {4} [built] [INFO] [403] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built] [INFO] [404] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built] [INFO] [405] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built] [INFO] [406] ./~/react-bootstrap/lib/OverlayTrigger.js 9.03 kB {4} [built] [INFO] [407] ./~/react-bootstrap/lib/PageHeader.js 855 bytes {4} [built] [INFO] [408] ./~/react-bootstrap/lib/PageItem.js 2.05 kB {4} [built] [INFO] [409] ./~/react-bootstrap/lib/Pager.js 1.49 kB {4} [built] [INFO] [410] ./~/react-bootstrap/lib/Pagination.js 9.03 kB {4} [built] [INFO] [411] ./~/react-bootstrap/lib/PaginationButton.js 2.47 kB {4} [built] [INFO] [412] ./~/react-bootstrap/lib/utils/createSelectedEvent.js 433 bytes {4} [built] [INFO] [413] ./~/react-bootstrap/lib/Panel.js 7.82 kB {4} [built] [INFO] [414] ./~/react-bootstrap/lib/Popover.js 3.52 kB {4} [built] [INFO] [415] ./~/react-bootstrap/lib/ProgressBar.js 5.76 kB {4} [built] [INFO] [416] ./~/react-bootstrap/lib/ResponsiveEmbed.js 2.63 kB {4} [built] [INFO] [417] ./~/react-bootstrap/lib/Row.js 1.24 kB {4} [built] [INFO] [418] ./~/react-bootstrap/lib/SplitButton.js 3.72 kB {4} [built] [INFO] [419] ./~/react-bootstrap/lib/SplitToggle.js 1.19 kB {4} [built] [INFO] [420] ./~/react-bootstrap/lib/Tab.js 3.38 kB {4} [built] [INFO] [421] ./~/react-bootstrap/lib/Table.js 1.59 kB {4} [built] [INFO] [422] ./~/react-bootstrap/lib/Tabs.js 13.4 kB {4} [built] [INFO] [423] ./~/react-bootstrap/lib/Thumbnail.js 2.14 kB {4} [built] [INFO] [424] ./~/react-bootstrap/lib/Tooltip.js 3.17 kB {4} [built] [INFO] [425] ./~/react-bootstrap/lib/Well.js 1.53 kB {4} [built] [INFO] [475] ./~/superagent/lib/client.js 23.8 kB {4} [built] [INFO] [476] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [477] ./~/reduce-component/index.js 405 bytes {4} [built] [INFO] [478] ./~/superagent/lib/request-base.js 2.98 kB {4} [built] [INFO] [479] ./~/superagent/lib/is-object.js 207 bytes {4} [built] [INFO] [480] ./~/superagent/lib/request.js 739 bytes {4} [built] [INFO] [522] ./~/moment/moment.js 135 kB {4} [built] [INFO] [523] (webpack)/buildin/module.js 251 bytes {4} [built] [INFO] [524] ./~/moment/locale ^.\/(en)$ 160 bytes {4} [optional] [built] [INFO] [INFO] WARNING in app.2529ce0e6a4f8de202be.js from UglifyJs [INFO] Condition always false [app.2529ce0e6a4f8de202be.js:151,8] [INFO] Dropping unreachable code [app.2529ce0e6a4f8de202be.js:152,5] [INFO] Side effects in initialization of unused variable App [app.2529ce0e6a4f8de202be.js:116,5] [INFO] Side effects in initialization of unused variable APP_INIT [app.2529ce0e6a4f8de202be.js:1153,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.2529ce0e6a4f8de202be.js:1154,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.2529ce0e6a4f8de202be.js:1155,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.2529ce0e6a4f8de202be.js:1156,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.2529ce0e6a4f8de202be.js:1157,5] [INFO] Side effects in initialization of unused variable ERROR [app.2529ce0e6a4f8de202be.js:1158,5] [INFO] Side effects in initialization of unused variable TB_SET [app.2529ce0e6a4f8de202be.js:1161,5] [INFO] Side effects in initialization of unused variable TB_CLEAR [app.2529ce0e6a4f8de202be.js:1162,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.2529ce0e6a4f8de202be.js:1165,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.2529ce0e6a4f8de202be.js:1166,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.2529ce0e6a4f8de202be.js:1169,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.2529ce0e6a4f8de202be.js:1170,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.2529ce0e6a4f8de202be.js:1171,5] [INFO] Condition always true [app.2529ce0e6a4f8de202be.js:1613,5] [INFO] Condition always false [app.2529ce0e6a4f8de202be.js:2184,7] [INFO] Dropping unreachable code [app.2529ce0e6a4f8de202be.js:2185,4] [INFO] Condition always false [app.2529ce0e6a4f8de202be.js:2291,4] [INFO] Dropping unreachable code [app.2529ce0e6a4f8de202be.js:2293,2] [INFO] Side effects in initialization of unused variable update [app.2529ce0e6a4f8de202be.js:2288,5] [INFO] Condition always false [app.2529ce0e6a4f8de202be.js:2383,4] [INFO] Dropping unreachable code [app.2529ce0e6a4f8de202be.js:2385,2] [INFO] Side effects in initialization of unused variable update [app.2529ce0e6a4f8de202be.js:2380,5] [INFO] Side effects in initialization of unused variable sourceMap [app.2529ce0e6a4f8de202be.js:2699,6] [INFO] Side effects in initialization of unused variable media [app.2529ce0e6a4f8de202be.js:2717,6] [INFO] Condition always true [app.2529ce0e6a4f8de202be.js:2537,5] [INFO] [INFO] WARNING in 1.1.88ef14e8926ed6fb5153.js from UglifyJs [INFO] Condition always false [1.1.88ef14e8926ed6fb5153.js:563,9] [INFO] Dropping unreachable code [1.1.88ef14e8926ed6fb5153.js:564,9] [INFO] Condition always false [1.1.88ef14e8926ed6fb5153.js:593,9] [INFO] Dropping unreachable code [1.1.88ef14e8926ed6fb5153.js:594,9] [INFO] [INFO] WARNING in 2.2.bc107724d85583c729fd.js from UglifyJs [INFO] Condition always false [2.2.bc107724d85583c729fd.js:1051,4] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:1053,2] [INFO] Side effects in initialization of unused variable update [2.2.bc107724d85583c729fd.js:1048,5] [INFO] Side effects in initialization of unused variable expitem [2.2.bc107724d85583c729fd.js:1846,8] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:2722,31] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:2742,31] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:2775,31] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:2915,4] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:2917,2] [INFO] Side effects in initialization of unused variable update [2.2.bc107724d85583c729fd.js:2912,5] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:3582,7] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:3582,14] [INFO] Declarations in unreachable code! [2.2.bc107724d85583c729fd.js:3587,4] [INFO] Dropping unused variable schema [2.2.bc107724d85583c729fd.js:3587,8] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:3556,8] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:3557,5] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:3915,9] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:3916,9] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:3945,9] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:3946,9] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:4210,6] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:4211,3] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:4589,8] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:4590,5] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:4799,9] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:4800,6] [INFO] Side effects in initialization of unused variable _formControl2 [2.2.bc107724d85583c729fd.js:6870,5] [INFO] Condition always false [2.2.bc107724d85583c729fd.js:7336,7] [INFO] Dropping unreachable code [2.2.bc107724d85583c729fd.js:7336,14] [INFO] [INFO] WARNING in 3.3.20c7486cb714592ecaa1.js from UglifyJs [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:660,4] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:662,2] [INFO] Side effects in initialization of unused variable update [3.3.20c7486cb714592ecaa1.js:657,5] [INFO] Side effects in initialization of unused variable expitem [3.3.20c7486cb714592ecaa1.js:1451,8] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:2321,31] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:2341,31] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:2374,31] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:2512,4] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:2514,2] [INFO] Side effects in initialization of unused variable update [3.3.20c7486cb714592ecaa1.js:2509,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:3174,7] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:3174,14] [INFO] Declarations in unreachable code! [3.3.20c7486cb714592ecaa1.js:3179,4] [INFO] Dropping unused variable schema [3.3.20c7486cb714592ecaa1.js:3179,8] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:3148,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:3149,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:3505,9] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:3506,9] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:3535,9] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:3536,9] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:3798,6] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:3799,3] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:4175,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:4176,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:4336,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:4336,15] [INFO] Declarations in unreachable code! [3.3.20c7486cb714592ecaa1.js:4337,5] [INFO] Dropping unused variable DevIndex [3.3.20c7486cb714592ecaa1.js:4337,9] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:4851,9] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:4852,6] [INFO] Side effects in initialization of unused variable _formControl2 [3.3.20c7486cb714592ecaa1.js:6907,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:7371,7] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:7371,14] [INFO] Side effects in initialization of unused variable _form2 [3.3.20c7486cb714592ecaa1.js:9079,5] [INFO] Dropping unused variable res [3.3.20c7486cb714592ecaa1.js:9794,8] [INFO] Side effects in initialization of unused variable _reactBootstrap [3.3.20c7486cb714592ecaa1.js:10692,5] [INFO] Side effects in initialization of unused variable _index [3.3.20c7486cb714592ecaa1.js:10694,5] [INFO] Side effects in initialization of unused variable _app [3.3.20c7486cb714592ecaa1.js:10696,5] [INFO] Side effects in initialization of unused variable _app [3.3.20c7486cb714592ecaa1.js:10749,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:13685,4] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:13687,2] [INFO] Side effects in initialization of unused variable update [3.3.20c7486cb714592ecaa1.js:13682,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:14444,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:14445,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:14550,9] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:14551,6] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:14629,9] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:14630,6] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.20c7486cb714592ecaa1.js:14400,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:14889,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:14890,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:14944,10] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:14946,7] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:15038,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:15039,5] [INFO] Condition always false [3.3.20c7486cb714592ecaa1.js:15061,8] [INFO] Dropping unreachable code [3.3.20c7486cb714592ecaa1.js:15062,5] [INFO] Side effects in initialization of unused variable _components [3.3.20c7486cb714592ecaa1.js:15617,5] [INFO] Side effects in initialization of unused variable _reactDom2 [3.3.20c7486cb714592ecaa1.js:21463,5] [INFO] [INFO] WARNING in vendor.cbf0770ebfa2e0241e4b.js from UglifyJs [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:238,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:238,12] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:239,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:252,5] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:263,10] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:208,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.cbf0770ebfa2e0241e4b.js:239,7] [INFO] Dropping unused variable ieCompatibilityMode [vendor.cbf0770ebfa2e0241e4b.js:252,9] [INFO] Dropping unused variable expectedFeatures [vendor.cbf0770ebfa2e0241e4b.js:256,9] [INFO] Dropping unused variable i [vendor.cbf0770ebfa2e0241e4b.js:263,14] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:382,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:383,7] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.cbf0770ebfa2e0241e4b.js:335,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:519,26] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:630,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:635,25] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:677,55] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:684,20] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:685,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:692,59] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:694,51] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:708,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:709,16] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:710,53] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:825,19] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:842,22] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:979,87] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:981,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:983,43] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1036,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1037,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1145,19] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1283,54] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1336,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1337,7] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:1337,12] [INFO] Dropping unused variable key [vendor.cbf0770ebfa2e0241e4b.js:1337,16] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1355,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1355,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:1356,7] [INFO] Dropping unused variable measuredFunc [vendor.cbf0770ebfa2e0241e4b.js:1356,11] [INFO] Dropping unused variable wrapper [vendor.cbf0770ebfa2e0241e4b.js:1357,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1620,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:1620,4] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1628,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1629,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:1629,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1696,16] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1697,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1755,16] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1756,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1794,16] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1795,7] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:1601,5] [INFO] Dropping unused variable reactProps [vendor.cbf0770ebfa2e0241e4b.js:1629,7] [INFO] Dropping unused variable warnedProperties [vendor.cbf0770ebfa2e0241e4b.js:1635,7] [INFO] Dropping unused variable warnUnknownProperty [vendor.cbf0770ebfa2e0241e4b.js:1637,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1887,60] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1907,77] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1908,74] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1909,119] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1911,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1912,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:1918,13] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:1919,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2001,29] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2107,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2108,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2239,55] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2408,34] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2486,38] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2548,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2548,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:2552,5] [INFO] Dropping unused variable tag [vendor.cbf0770ebfa2e0241e4b.js:2552,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2342,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2344,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:2344,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2660,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2661,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2720,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2722,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2736,161] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2756,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:2756,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2767,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2769,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2789,85] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2794,50] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2798,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:2798,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2823,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2826,7] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:2827,9] [INFO] Dropping unused variable rootElementSibling [vendor.cbf0770ebfa2e0241e4b.js:2827,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2896,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:2896,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2898,161] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2911,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2912,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2920,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2921,7] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.cbf0770ebfa2e0241e4b.js:2905,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.cbf0770ebfa2e0241e4b.js:2909,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2937,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:2937,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:2938,7] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:2944,9] [INFO] Dropping unused variable rootElement [vendor.cbf0770ebfa2e0241e4b.js:2938,11] [INFO] Dropping unused variable containerChild [vendor.cbf0770ebfa2e0241e4b.js:2944,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:2999,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:3001,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3053,14] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:3053,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3057,161] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3071,13] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:3071,20] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:3076,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3093,52] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3095,13] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:3096,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3101,48] [INFO] Dropping unused variable normalizer [vendor.cbf0770ebfa2e0241e4b.js:3076,15] [INFO] Side effects in initialization of unused variable difference [vendor.cbf0770ebfa2e0241e4b.js:3091,13] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.cbf0770ebfa2e0241e4b.js:2305,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.cbf0770ebfa2e0241e4b.js:2324,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:2325,5] [INFO] Dropping unused variable rootElementsByReactRootID [vendor.cbf0770ebfa2e0241e4b.js:2344,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3635,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:3635,4] [INFO] Side effects in initialization of unused variable valid [vendor.cbf0770ebfa2e0241e4b.js:3634,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3679,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:3680,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3685,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:3686,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3716,42] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3831,21] [INFO] Dropping unused function validateInstanceHandle [vendor.cbf0770ebfa2e0241e4b.js:3633,10] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:3591,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3894,28] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3898,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3902,86] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3916,79] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3944,70] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:3986,27] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4010,41] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4169,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4170,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4197,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4198,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4238,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4239,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4243,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4111,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4112,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4131,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4132,3] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:4097,5] [INFO] Dropping unused variable validateEventDispatches [vendor.cbf0770ebfa2e0241e4b.js:4130,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4344,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4349,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:4350,5] [INFO] Dropping unused variable fakeNode [vendor.cbf0770ebfa2e0241e4b.js:4350,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4399,22] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4744,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4749,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4859,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4861,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.cbf0770ebfa2e0241e4b.js:4698,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:4948,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:4949,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5109,59] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5110,49] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5152,34] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5172,24] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5174,51] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5187,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5767,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5781,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5826,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:5830,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5835,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:5836,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5856,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:5856,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:5857,7] [INFO] Dropping unused variable owner [vendor.cbf0770ebfa2e0241e4b.js:5857,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5883,42] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:5908,42] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6006,25] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6035,25] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.cbf0770ebfa2e0241e4b.js:5810,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:5817,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6088,68] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6168,40] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6246,42] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6253,30] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6258,27] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6259,66] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6260,68] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6347,50] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6464,35] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6633,33] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6697,32] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6760,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:6761,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6951,95] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6967,14] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:6967,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6970,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:6971,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6983,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:6984,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:6990,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:6991,5] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.cbf0770ebfa2e0241e4b.js:6916,10] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:6908,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7149,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7149,18] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7166,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7169,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7190,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7194,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7207,76] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7313,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7313,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:7314,7] [INFO] Dropping unused variable Component [vendor.cbf0770ebfa2e0241e4b.js:7314,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7332,61] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7333,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7334,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7337,51] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7354,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7354,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:7355,7] [INFO] Dropping unused variable Component [vendor.cbf0770ebfa2e0241e4b.js:7355,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7381,59] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7394,14] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:7394,14] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7396,14] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:7396,14] [INFO] Side effects in initialization of unused variable addendum [vendor.cbf0770ebfa2e0241e4b.js:7390,15] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7470,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7471,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7592,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7594,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7617,117] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7631,24] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7633,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7633,16] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:7634,7] [INFO] Dropping unused variable componentName [vendor.cbf0770ebfa2e0241e4b.js:7634,11] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.cbf0770ebfa2e0241e4b.js:7024,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:7032,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7744,21] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7802,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7803,3] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:7855,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:7989,29] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:8042,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:8042,12] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:8055,3] [INFO] Side effects in initialization of unused variable assign [vendor.cbf0770ebfa2e0241e4b.js:8036,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:8038,5] [INFO] Dropping unused variable specialTags [vendor.cbf0770ebfa2e0241e4b.js:8055,7] [INFO] Dropping unused variable inScopeTags [vendor.cbf0770ebfa2e0241e4b.js:8058,7] [INFO] Dropping unused variable buttonScopeTags [vendor.cbf0770ebfa2e0241e4b.js:8066,7] [INFO] Dropping unused variable impliedEndTags [vendor.cbf0770ebfa2e0241e4b.js:8069,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.cbf0770ebfa2e0241e4b.js:8071,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.cbf0770ebfa2e0241e4b.js:8084,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.cbf0770ebfa2e0241e4b.js:8134,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.cbf0770ebfa2e0241e4b.js:8219,7] [INFO] Dropping unused variable findOwnerStack [vendor.cbf0770ebfa2e0241e4b.js:8292,7] [INFO] Dropping unused variable didWarn [vendor.cbf0770ebfa2e0241e4b.js:8307,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:8476,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:8476,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:8477,5] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:8479,7] [INFO] Dropping unused variable url [vendor.cbf0770ebfa2e0241e4b.js:8477,9] [INFO] Dropping unused variable ReactDefaultPerf [vendor.cbf0770ebfa2e0241e4b.js:8479,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:8943,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:8944,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:8919,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:9315,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:9316,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:9332,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:9333,7] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:9241,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10541,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:10541,6] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.cbf0770ebfa2e0241e4b.js:10525,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:10528,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10581,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10581,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:10582,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10597,94] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10598,12] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:10598,4] [INFO] Dropping unused variable owner [vendor.cbf0770ebfa2e0241e4b.js:10582,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.cbf0770ebfa2e0241e4b.js:10567,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:10572,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10765,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10765,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:10766,5] [INFO] Dropping unused variable component [vendor.cbf0770ebfa2e0241e4b.js:10766,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10774,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10775,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10781,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10781,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:10782,5] [INFO] Dropping unused variable component [vendor.cbf0770ebfa2e0241e4b.js:10782,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10789,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10790,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10803,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10804,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10864,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:10864,4] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10876,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10877,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10882,34] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10883,102] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10885,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10886,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10889,64] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10893,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10896,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10947,24] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10949,12] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11029,35] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11070,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11071,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:10751,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:10752,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11133,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11134,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11139,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11140,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11212,17] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11214,15] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11365,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11369,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11447,15] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11448,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11585,18] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:11585,10] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11614,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11615,9] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.cbf0770ebfa2e0241e4b.js:10737,10] [INFO] Dropping unused function friendlyStringify [vendor.cbf0770ebfa2e0241e4b.js:10815,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.cbf0770ebfa2e0241e4b.js:10841,10] [INFO] Dropping unused function processChildContextDev [vendor.cbf0770ebfa2e0241e4b.js:11034,10] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.cbf0770ebfa2e0241e4b.js:10716,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.cbf0770ebfa2e0241e4b.js:10720,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.cbf0770ebfa2e0241e4b.js:10721,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:10722,5] [INFO] Dropping unused variable legacyPropsDescriptor [vendor.cbf0770ebfa2e0241e4b.js:10750,5] [INFO] Dropping unused variable styleMutationWarning [vendor.cbf0770ebfa2e0241e4b.js:10839,5] [INFO] Side effects in initialization of unused variable voidElementTags [vendor.cbf0770ebfa2e0241e4b.js:11015,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11762,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11764,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:11764,3] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11838,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11839,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:11862,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:11863,9] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.cbf0770ebfa2e0241e4b.js:11736,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:11740,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.cbf0770ebfa2e0241e4b.js:11764,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.cbf0770ebfa2e0241e4b.js:11767,7] [INFO] Dropping unused variable warnedStyleNames [vendor.cbf0770ebfa2e0241e4b.js:11769,7] [INFO] Dropping unused variable warnedStyleValues [vendor.cbf0770ebfa2e0241e4b.js:11770,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.cbf0770ebfa2e0241e4b.js:11772,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.cbf0770ebfa2e0241e4b.js:11781,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.cbf0770ebfa2e0241e4b.js:11790,7] [INFO] Dropping unused variable warnValidStyle [vendor.cbf0770ebfa2e0241e4b.js:11803,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12496,19] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12498,25] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12420,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:12421,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12546,72] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12550,65] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12555,67] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:12601,10] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:12601,10] [INFO] Side effects in initialization of unused variable addendum [vendor.cbf0770ebfa2e0241e4b.js:12600,13] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:12533,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13087,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13088,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13135,10] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:13135,10] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:13077,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13469,13] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13470,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13485,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13490,9] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:13491,11] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13498,16] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:13498,8] [INFO] Dropping unused variable addendum [vendor.cbf0770ebfa2e0241e4b.js:13484,11] [INFO] Dropping unused variable name [vendor.cbf0770ebfa2e0241e4b.js:13491,15] [INFO] Side effects in initialization of unused variable childrenString [vendor.cbf0770ebfa2e0241e4b.js:13497,11] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.cbf0770ebfa2e0241e4b.js:13354,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:13360,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.cbf0770ebfa2e0241e4b.js:13378,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13596,8] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:13596,8] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13598,8] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:13598,8] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13666,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13667,7] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.cbf0770ebfa2e0241e4b.js:13570,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.cbf0770ebfa2e0241e4b.js:13586,10] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:13553,5] [INFO] Dropping unused variable valuePropNames [vendor.cbf0770ebfa2e0241e4b.js:13580,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13773,49] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13788,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13789,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13796,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:13797,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13799,34] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:13801,36] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:13747,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:14038,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:14039,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:14053,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:14054,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.cbf0770ebfa2e0241e4b.js:13863,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:14371,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:14372,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:14366,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:14499,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:14500,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:14488,5] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:14653,3] [INFO] Dropping unused function handleTopLevelWithPath [vendor.cbf0770ebfa2e0241e4b.js:14679,10] [INFO] Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [vendor.cbf0770ebfa2e0241e4b.js:14607,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:14869,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:14870,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15032,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:15032,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15341,8] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:15341,8] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15351,51] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15356,97] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15369,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15370,42] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15417,127] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15428,15] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15431,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15452,21] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15455,22] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15468,74] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15472,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15527,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15527,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:15531,5] [INFO] Dropping unused variable componentName [vendor.cbf0770ebfa2e0241e4b.js:15531,9] [INFO] Dropping unused variable _bind [vendor.cbf0770ebfa2e0241e4b.js:15532,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15302,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15303,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15308,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15309,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15325,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15326,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15610,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15611,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15629,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15630,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15661,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15662,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15681,11] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15683,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15689,78] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15705,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15710,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15718,38] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15720,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15721,7] [INFO] Dropping unused function warnSetProps [vendor.cbf0770ebfa2e0241e4b.js:15029,10] [INFO] Dropping unused function validateTypeDef [vendor.cbf0770ebfa2e0241e4b.js:15336,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocations [vendor.cbf0770ebfa2e0241e4b.js:14988,5] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.cbf0770ebfa2e0241e4b.js:14989,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:14997,5] [INFO] Dropping unused variable warnedSetProps [vendor.cbf0770ebfa2e0241e4b.js:15028,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15809,104] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15810,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15811,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15845,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15845,12] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:15846,3] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:15863,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.cbf0770ebfa2e0241e4b.js:15764,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:15767,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.cbf0770ebfa2e0241e4b.js:15846,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.cbf0770ebfa2e0241e4b.js:15853,7] [INFO] Dropping unused variable fnName [vendor.cbf0770ebfa2e0241e4b.js:15863,12] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:15892,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:15893,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:15889,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:17417,26] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18176,44] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18204,44] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18383,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:18384,3] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.cbf0770ebfa2e0241e4b.js:18372,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18459,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:18460,5] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.cbf0770ebfa2e0241e4b.js:18448,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18681,7] [INFO] Side effects in initialization of unused variable addenda [vendor.cbf0770ebfa2e0241e4b.js:18680,7] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18791,57] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18796,8] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18796,8] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18803,10] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18803,10] [INFO] Side effects in initialization of unused variable addendum [vendor.cbf0770ebfa2e0241e4b.js:18802,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18825,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18825,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18835,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:18835,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18866,9] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:18867,7] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.cbf0770ebfa2e0241e4b.js:18637,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.cbf0770ebfa2e0241e4b.js:18640,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:18643,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:18985,45] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:19024,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:19024,14] [INFO] Declarations in unreachable code! [vendor.cbf0770ebfa2e0241e4b.js:19025,5] [INFO] Dropping unused variable warned [vendor.cbf0770ebfa2e0241e4b.js:19023,7] [INFO] Dropping unused variable newFn [vendor.cbf0770ebfa2e0241e4b.js:19025,9] [INFO] Side effects in initialization of unused variable assign [vendor.cbf0770ebfa2e0241e4b.js:19008,5] [INFO] Side effects in initialization of unused variable warning [vendor.cbf0770ebfa2e0241e4b.js:19009,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:19809,36] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:19922,12] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:19922,12] [INFO] Side effects in initialization of unused variable _warning2 [vendor.cbf0770ebfa2e0241e4b.js:19788,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:20351,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:20352,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:20405,5] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:20406,3] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:20665,13] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:20671,3] [INFO] Side effects in initialization of unused variable bsStyle [vendor.cbf0770ebfa2e0241e4b.js:21580,9] [INFO] Side effects in initialization of unused variable value [vendor.cbf0770ebfa2e0241e4b.js:21581,9] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:23591,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:23593,10] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:24147,4] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:24147,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.cbf0770ebfa2e0241e4b.js:24126,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.cbf0770ebfa2e0241e4b.js:24608,5] [INFO] Side effects in initialization of unused variable valueLink [vendor.cbf0770ebfa2e0241e4b.js:27671,13] [INFO] Side effects in initialization of unused variable checkedLink [vendor.cbf0770ebfa2e0241e4b.js:27672,13] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:27781,7] [INFO] Dropping unreachable code [vendor.cbf0770ebfa2e0241e4b.js:27782,5] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.cbf0770ebfa2e0241e4b.js:27760,5] [INFO] Side effects in initialization of unused variable children [vendor.cbf0770ebfa2e0241e4b.js:30280,9] [INFO] Side effects in initialization of unused variable children [vendor.cbf0770ebfa2e0241e4b.js:31214,9] [INFO] Side effects in initialization of unused variable fixedTop [vendor.cbf0770ebfa2e0241e4b.js:32729,9] [INFO] Side effects in initialization of unused variable fixedBottom [vendor.cbf0770ebfa2e0241e4b.js:32730,9] [INFO] Side effects in initialization of unused variable staticTop [vendor.cbf0770ebfa2e0241e4b.js:32731,9] [INFO] Side effects in initialization of unused variable inverse [vendor.cbf0770ebfa2e0241e4b.js:32732,9] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:34443,8] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:34443,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.cbf0770ebfa2e0241e4b.js:34242,5] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:35758,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:35758,6] [INFO] Condition always false [vendor.cbf0770ebfa2e0241e4b.js:35759,6] [INFO] Dropping side-effect-free statement [vendor.cbf0770ebfa2e0241e4b.js:35759,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.cbf0770ebfa2e0241e4b.js:35737,5] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:38063,5] [INFO] Condition always true [vendor.cbf0770ebfa2e0241e4b.js:38533,6] [INFO] Child [INFO] Hash: 20ff33189fb8789a9a35 [INFO] Version: webpack 1.13.1 [INFO] Time: 116830ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.736898dbd48379b06c2d.js 422 kB 0 [emitted] app [INFO] 89889688147bd7575d6327160d64e760.svg 109 kB  [emitted] [INFO] e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2 71.9 kB  [emitted] [INFO] c8ddf1e5e5bf3682bc7bebf30f394148.woff 90.4 kB  [emitted] [INFO] 1dc35d25e61d819a9c357074014867ab.ttf 153 kB  [emitted] [INFO] d7c639084f684d66a1bc66855d193ed8.svg 392 kB  [emitted] [INFO] 25a32416abee198dd821b0b17a198a8f.eot 76.5 kB  [emitted] [INFO] 1.1.1891b43e3f12bb1bb476.js 22.3 kB 1 [emitted] [INFO] 2.2.fab578069bfa0990178d.js 123 kB 2 [emitted] [INFO] 3.3.6e3a05f6e405e5556976.js 343 kB 3 [emitted] [INFO] vendor.1cc6a32939c20d26e7cc.js 385 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.736898dbd48379b06c2d.js (app) 468 kB {4} [rendered] [INFO] [0] ./client/src/scripts/main.js 382 bytes {0} [built] [INFO] [14] ./~/babel-core/register.js 187 bytes {0} [built] [INFO] [15] ./~/babel-register/lib/browser.js 232 bytes {0} [built] [INFO] [16] ./client/src/scripts/core/app.jsx 6.01 kB {0} [built] [INFO] [170] ./client/src/scripts/core/main-page.jsx 4.08 kB {0} [built] [INFO] [171] ./client/src/scripts/components/router.jsx 11.7 kB {0} [built] [INFO] [172] ./client/src/scripts/core/page-not-found.jsx 3.33 kB {0} [built] [INFO] [426] ./client/src/scripts/components/callout.jsx 2.34 kB {0} [built] [INFO] [427] ./client/src/scripts/core/toolbar.jsx 4.35 kB {0} [built] [INFO] [428] ./client/src/scripts/core/actions.js 849 bytes {0} [built] [INFO] [429] ./client/src/scripts/core/footer.jsx 3.01 kB {0} [built] [INFO] [430] ./client/src/scripts/components/wait-icon.jsx 2.9 kB {0} [built] [INFO] [431] ./client/src/scripts/core/error-view.jsx 4.45 kB {0} [built] [INFO] [432] ./client/src/scripts/init/index.js 611 bytes {0} [built] [INFO] [436] ./client/src/scripts/pub/index.js 578 bytes {0} [built] [INFO] [448] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [449] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [474] ./client/src/scripts/commons/server.js 4.46 kB {0} [built] [INFO] [481] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [482] ./client/src/scripts/sys/session.js 3.15 kB {0} [built] [INFO] [521] ./client/src/scripts/core/storage.js 3.07 kB {0} [built] [INFO] [603] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [604] ./~/css-loader!./client/src/styles/theme.css 133 kB {0} [built] [INFO] [605] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [606] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [607] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [608] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [609] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [610] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [611] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [612] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built] [INFO] [613] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 30.7 kB {0} [built] [INFO] [614] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [615] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3 165 bytes {0} [built] [INFO] [616] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [617] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3 84 bytes {0} [built] [INFO] [618] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3 83 bytes {0} [built] [INFO] [619] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3 165 bytes {0} [built] [INFO] [620] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3 165 bytes {0} [built] [INFO] [621] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.1891b43e3f12bb1bb476.js 57.8 kB {0} {2} {3} [rendered] [INFO] [433] ./client/src/scripts/init/home.jsx 2.94 kB {1} [built] [INFO] [434] ./client/src/scripts/init/welcome.jsx 5.85 kB {1} [built] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [600] ./client/src/scripts/init/initoptions.jsx 6.88 kB {1} [built] [INFO] [601] ./client/src/scripts/init/newworkspace.jsx 10.9 kB {1} [built] [INFO] [602] ./client/src/scripts/init/success.jsx 4.31 kB {1} [built] [INFO] chunk {2} 2.2.fab578069bfa0990178d.js 284 kB {1} {3} {0} [rendered] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [437] ./client/src/scripts/pub/home.jsx 2.79 kB {2} [built] [INFO] [438] ./client/src/scripts/pub/login.jsx 7.75 kB {2} [built] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [598] ./client/src/scripts/pub/user-reg.jsx 3.46 kB {2} [built] [INFO] [599] ./client/src/scripts/pub/forgot-pwd.jsx 3.48 kB {2} [built] [INFO] chunk {3} 3.3.6e3a05f6e405e5556976.js 694 kB {2} {1} {0} [rendered] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [483] ./client/src/scripts/sys/routes.jsx 4.26 kB {3} [built] [INFO] [484] ./client/src/scripts/sys/toolbar-content.jsx 5.73 kB {3} [built] [INFO] [485] ./client/src/scripts/sys/search-box.jsx 4.65 kB {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [512] ./client/src/scripts/sys/mock-data.js 8.63 kB {3} [built] [INFO] [513] ./client/src/scripts/sys/types/init.js 1.4 kB {3} [built] [INFO] [514] ./client/src/scripts/sys/types/admin-unit-control.jsx 5.43 kB {3} [built] [INFO] [515] ./client/src/scripts/sys/types/yesno-control.jsx 4.58 kB {3} [built] [INFO] [516] ./client/src/scripts/sys/types/unit-control.jsx 7.87 kB {3} [built] [INFO] [517] ./client/src/scripts/sys/types/multi-select.jsx 4.04 kB {3} [built] [INFO] [518] ./client/src/scripts/sys/types/list-box-control.jsx 4.64 kB {3} [built] [INFO] [519] ./client/src/scripts/sys/types/table-form-control.jsx 7.1 kB {3} [built] [INFO] [520] ./client/src/scripts/sys/types/multi-list-box-control.jsx 4.25 kB {3} [built] [INFO] [526] ./client/src/scripts/sys/home/routes.jsx 3.14 kB {3} [built] [INFO] [527] ./client/src/scripts/sys/home/index.jsx 5.39 kB {3} [built] [INFO] [528] ./client/src/scripts/sys/sidebar-content.jsx 4.29 kB {3} [built] [INFO] [529] ./client/src/scripts/sys/home/index-dashboard.jsx 5.59 kB {3} [built] [INFO] [530] ./client/src/scripts/sys/home/index-my-activities.jsx 2.38 kB {3} [built] [INFO] [531] ./client/src/scripts/sys/home/unit.jsx 4.16 kB {3} [built] [INFO] [532] ./client/src/scripts/sys/home/commons/unit-panel.jsx 3.67 kB {3} [built] [INFO] [533] ./client/src/scripts/sys/home/unit/general.jsx 2.9 kB {3} [built] [INFO] [534] ./client/src/scripts/sys/home/unit/general-dashboard.jsx 2.23 kB {3} [built] [INFO] [535] ./client/src/scripts/sys/home/unit/general-activities.jsx 2.23 kB {3} [built] [INFO] [536] ./client/src/scripts/sys/home/unit/cases.jsx 13.4 kB {3} [built] [INFO] [537] ./client/src/scripts/sys/home/cases/advanced-search.jsx 10.7 kB {3} [built] [INFO] [538] ./client/src/scripts/sys/home/unit/inventory.jsx 2.21 kB {3} [built] [INFO] [539] ./client/src/scripts/sys/home/cases/newnotif.jsx 3.5 kB {3} [built] [INFO] [540] ./client/src/scripts/sys/home/cases/new-searchpatient.jsx 6.54 kB {3} [built] [INFO] [541] ./client/src/scripts/sys/home/cases/new-notifform.jsx 9.48 kB {3} [built] [INFO] [542] ./client/src/scripts/sys/home/cases/details.jsx 8.62 kB {3} [built] [INFO] [543] ./client/src/scripts/sys/home/commons/patient-panel.jsx 3.03 kB {3} [built] [INFO] [544] ./client/src/scripts/sys/home/cases/case-data.jsx 8.1 kB {3} [built] [INFO] [545] ./client/src/scripts/sys/home/cases/card-with-comments.jsx 3.9 kB {3} [built] [INFO] [546] ./client/src/scripts/sys/home/cases/comments-box.jsx 11 kB {3} [built] [INFO] [547] ./client/src/scripts/sys/home/cases/comments-box.less 1.15 kB {3} [built] [INFO] [548] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/home/cases/comments-box.less 364 bytes {3} [built] [INFO] [549] ./client/src/scripts/sys/home/cases/contacts.jsx 4.46 kB {3} [built] [INFO] [550] ./client/src/scripts/sys/crud/crud-view.jsx 6.04 kB {3} [built] [INFO] [551] ./client/src/scripts/sys/crud/crud-message.jsx 3.77 kB {3} [built] [INFO] [552] ./client/src/scripts/sys/crud/crud-control-wrapper.jsx 3.04 kB {3} [built] [INFO] [553] ./client/src/scripts/sys/crud/crud-pagination.jsx 3.27 kB {3} [built] [INFO] [554] ./client/src/scripts/sys/crud/crud-grid.jsx 3.52 kB {3} [built] [INFO] [555] ./client/src/scripts/sys/crud/crud-cell.jsx 8.35 kB {3} [built] [INFO] [556] ./client/src/scripts/sys/crud/crud-controller.js 12.4 kB {3} [built] [INFO] [557] ./client/src/scripts/sys/crud/crud-form.jsx 3.27 kB {3} [built] [INFO] [558] ./client/src/scripts/sys/crud/crud-counter.jsx 4.05 kB {3} [built] [INFO] [559] ./client/src/scripts/sys/crud/crud-add-button.jsx 2.89 kB {3} [built] [INFO] [560] ./client/src/scripts/sys/home/cases/case-comments.jsx 3.69 kB {3} [built] [INFO] [561] ./client/src/scripts/sys/home/cases/case-adv-reacts.jsx 4.77 kB {3} [built] [INFO] [562] ./client/src/scripts/sys/home/cases/case-exams.jsx 2.22 kB {3} [built] [INFO] [563] ./client/src/scripts/sys/home/cases/case-treatment.jsx 2.25 kB {3} [built] [INFO] [564] ./client/src/scripts/sys/home/cases/case-close.jsx 3.64 kB {3} [built] [INFO] [565] ./client/src/scripts/sys/home/cases/case-move.jsx 3.11 kB {3} [built] [INFO] [566] ./client/src/scripts/sys/home/cases/case-issues.jsx 9.56 kB {3} [built] [INFO] [567] ./client/src/scripts/sys/home/cases/case-tags.jsx 3.83 kB {3} [built] [INFO] [568] ./client/src/scripts/sys/reports/routes.jsx 2.56 kB {3} [built] [INFO] [569] ./client/src/scripts/sys/reports/index.jsx 13 bytes {3} [built] [INFO] [570] ./client/src/scripts/sys/admin/routes.jsx 2.99 kB {3} [built] [INFO] [571] ./client/src/scripts/sys/admin/tables.jsx 4.68 kB {3} [built] [INFO] [572] ./client/src/scripts/sys/admin/page-content.jsx 2.76 kB {3} [built] [INFO] [573] ./client/src/scripts/sys/admin/tables/admunits.jsx 16 kB {3} [built] [INFO] [574] ./client/src/scripts/commons/crud.js 5.02 kB {3} [built] [INFO] [575] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.45 kB {3} [built] [INFO] [576] ./client/src/scripts/sys/admin/tables/sources.jsx 3.71 kB {3} [built] [INFO] [577] ./client/src/scripts/sys/admin/tables/units.jsx 7.87 kB {3} [built] [INFO] [578] ./client/src/scripts/sys/crud-view.jsx 13.9 kB {3} [built] [INFO] [579] ./client/src/scripts/sys/crud-card.jsx 7.65 kB {3} [built] [INFO] [580] ./client/src/scripts/sys/admin/tables/substances.jsx 6.52 kB {3} [built] [INFO] [581] ./client/src/scripts/sys/admin/tables/products.jsx 5.26 kB {3} [built] [INFO] [582] ./client/src/scripts/sys/admin/tables/regimens.jsx 4.78 kB {3} [built] [INFO] [583] ./client/src/scripts/sys/admin/tables/tags.jsx 6.94 kB {3} [built] [INFO] [584] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.39 kB {3} [built] [INFO] [585] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 9.24 kB {3} [built] [INFO] [586] ./client/src/scripts/sys/admin/tables/users-ws.jsx 5.1 kB {3} [built] [INFO] [587] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.23 kB {3} [built] [INFO] [588] ./client/src/scripts/sys/admin/reports.jsx 3.46 kB {3} [built] [INFO] [589] ./client/src/scripts/sys/admin/reports/usersessions.jsx 9.99 kB {3} [built] [INFO] [590] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 6.02 kB {3} [built] [INFO] [591] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 10.8 kB {3} [built] [INFO] [592] ./client/src/scripts/sys/admin/settings.jsx 2.99 kB {3} [built] [INFO] [593] ./client/src/scripts/sys/admin/settings/sys-config.jsx 5.83 kB {3} [built] [INFO] [594] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.16 kB {3} [built] [INFO] [595] ./client/src/scripts/sys/crud/index.js 1.36 kB {3} [built] [INFO] [596] ./client/src/scripts/sys/crud/crud-table.jsx 5.79 kB {3} [built] [INFO] chunk {4} vendor.1cc6a32939c20d26e7cc.js (vendor) 1.28 MB [rendered] [INFO] [0] multi vendor 64 bytes {4} [built] [INFO] [17] ./~/react/react.js 56 bytes {4} [built] [INFO] [18] ./~/react/lib/React.js 1.49 kB {4} [built] [INFO] [19] ./~/react/lib/ReactDOM.js 3.71 kB {4} [built] [INFO] [20] ./~/react/lib/ReactCurrentOwner.js 653 bytes {4} [built] [INFO] [21] ./~/react/lib/ReactDOMTextComponent.js 4.32 kB {4} [built] [INFO] [22] ./~/react/lib/DOMChildrenOperations.js 5 kB {4} [built] [INFO] [23] ./~/react/lib/Danger.js 6.96 kB {4} [built] [INFO] [24] ./~/fbjs/lib/ExecutionEnvironment.js 1.09 kB {4} [built] [INFO] [25] ./~/fbjs/lib/createNodesFromMarkup.js 2.71 kB {4} [built] [INFO] [26] ./~/fbjs/lib/createArrayFromMixed.js 2.36 kB {4} [built] [INFO] [27] ./~/fbjs/lib/toArray.js 1.98 kB {4} [built] [INFO] [28] ./~/fbjs/lib/invariant.js 1.51 kB {4} [built] [INFO] [29] ./~/fbjs/lib/getMarkupWrap.js 3.06 kB {4} [built] [INFO] [30] ./~/fbjs/lib/emptyFunction.js 1.09 kB {4} [built] [INFO] [31] ./~/react/lib/ReactMultiChildUpdateTypes.js 861 bytes {4} [built] [INFO] [32] ./~/fbjs/lib/keyMirror.js 1.27 kB {4} [built] [INFO] [33] ./~/react/lib/ReactPerf.js 2.51 kB {4} [built] [INFO] [34] ./~/react/lib/setInnerHTML.js 3.35 kB {4} [built] [INFO] [35] ./~/react/lib/setTextContent.js 1.2 kB {4} [built] [INFO] [36] ./~/react/lib/escapeTextContentForBrowser.js 849 bytes {4} [built] [INFO] [37] ./~/react/lib/DOMPropertyOperations.js 7.88 kB {4} [built] [INFO] [38] ./~/react/lib/DOMProperty.js 9.57 kB {4} [built] [INFO] [39] ./~/react/lib/quoteAttributeValueForBrowser.js 746 bytes {4} [built] [INFO] [40] ./~/fbjs/lib/warning.js 1.77 kB {4} [built] [INFO] [41] ./~/react/lib/ReactComponentBrowserEnvironment.js 1.26 kB {4} [built] [INFO] [42] ./~/react/lib/ReactDOMIDOperations.js 3.29 kB {4} [built] [INFO] [43] ./~/react/lib/ReactMount.js 36.8 kB {4} [built] [INFO] [44] ./~/react/lib/ReactBrowserEventEmitter.js 12.4 kB {4} [built] [INFO] [45] ./~/react/lib/EventConstants.js 2.04 kB {4} [built] [INFO] [46] ./~/react/lib/EventPluginHub.js 9.22 kB {4} [built] [INFO] [47] ./~/react/lib/EventPluginRegistry.js 8.41 kB {4} [built] [INFO] [48] ./~/react/lib/EventPluginUtils.js 6.79 kB {4} [built] [INFO] [49] ./~/react/lib/ReactErrorUtils.js 2.27 kB {4} [built] [INFO] [50] ./~/react/lib/accumulateInto.js 1.74 kB {4} [built] [INFO] [51] ./~/react/lib/forEachAccumulated.js 893 bytes {4} [built] [INFO] [52] ./~/react/lib/ReactEventEmitterMixin.js 1.3 kB {4} [built] [INFO] [53] ./~/react/lib/ViewportMetrics.js 638 bytes {4} [built] [INFO] [54] ./~/react/lib/Object.assign.js 1.26 kB {4} [built] [INFO] [55] ./~/react/lib/isEventSupported.js 1.97 kB {4} [built] [INFO] [56] ./~/react/lib/ReactDOMFeatureFlags.js 458 bytes {4} [built] [INFO] [57] ./~/react/lib/ReactElement.js 8.07 kB {4} [built] [INFO] [58] ./~/react/lib/canDefineProperty.js 629 bytes {4} [built] [INFO] [59] ./~/react/lib/ReactEmptyComponentRegistry.js 1.38 kB {4} [built] [INFO] [60] ./~/react/lib/ReactInstanceHandles.js 10.6 kB {4} [built] [INFO] [61] ./~/react/lib/ReactRootIndex.js 723 bytes {4} [built] [INFO] [62] ./~/react/lib/ReactInstanceMap.js 1.25 kB {4} [built] [INFO] [63] ./~/react/lib/ReactMarkupChecksum.js 1.39 kB {4} [built] [INFO] [64] ./~/react/lib/adler32.js 1.2 kB {4} [built] [INFO] [65] ./~/react/lib/ReactReconciler.js 3.55 kB {4} [built] [INFO] [66] ./~/react/lib/ReactRef.js 2.34 kB {4} [built] [INFO] [67] ./~/react/lib/ReactOwner.js 3.45 kB {4} [built] [INFO] [68] ./~/react/lib/ReactUpdateQueue.js 10.9 kB {4} [built] [INFO] [69] ./~/react/lib/ReactUpdates.js 8.54 kB {4} [built] [INFO] [70] ./~/react/lib/CallbackQueue.js 2.44 kB {4} [built] [INFO] [71] ./~/react/lib/PooledClass.js 3.55 kB {4} [built] [INFO] [72] ./~/react/lib/Transaction.js 9.55 kB {4} [built] [INFO] [73] ./~/fbjs/lib/emptyObject.js 482 bytes {4} [built] [INFO] [74] ./~/fbjs/lib/containsNode.js 1.43 kB {4} [built] [INFO] [75] ./~/fbjs/lib/isTextNode.js 628 bytes {4} [built] [INFO] [76] ./~/fbjs/lib/isNode.js 712 bytes {4} [built] [INFO] [77] ./~/react/lib/instantiateReactComponent.js 4.52 kB {4} [built] [INFO] [78] ./~/react/lib/ReactCompositeComponent.js 27.5 kB {4} [built] [INFO] [79] ./~/react/lib/ReactComponentEnvironment.js 1.67 kB {4} [built] [INFO] [80] ./~/react/lib/ReactPropTypeLocations.js 549 bytes {4} [built] [INFO] [81] ./~/react/lib/ReactPropTypeLocationNames.js 611 bytes {4} [built] [INFO] [82] ./~/react/lib/shouldUpdateReactComponent.js 1.49 kB {4} [built] [INFO] [83] ./~/react/lib/ReactEmptyComponent.js 1.8 kB {4} [built] [INFO] [84] ./~/react/lib/ReactNativeComponent.js 3.02 kB {4} [built] [INFO] [85] ./~/react/lib/validateDOMNesting.js 13.1 kB {4} [built] [INFO] [86] ./~/react/lib/ReactDefaultInjection.js 3.99 kB {4} [built] [INFO] [87] ./~/react/lib/BeforeInputEventPlugin.js 14.9 kB {4} [built] [INFO] [88] ./~/react/lib/EventPropagators.js 5.22 kB {4} [built] [INFO] [89] ./~/react/lib/FallbackCompositionState.js 2.49 kB {4} [built] [INFO] [90] ./~/react/lib/getTextContentAccessor.js 994 bytes {4} [built] [INFO] [91] ./~/react/lib/SyntheticCompositionEvent.js 1.16 kB {4} [built] [INFO] [92] ./~/react/lib/SyntheticEvent.js 5.79 kB {4} [built] [INFO] [93] ./~/react/lib/SyntheticInputEvent.js 1.15 kB {4} [built] [INFO] [94] ./~/fbjs/lib/keyOf.js 1.11 kB {4} [built] [INFO] [95] ./~/react/lib/ChangeEventPlugin.js 11.5 kB {4} [built] [INFO] [96] ./~/react/lib/getEventTarget.js 930 bytes {4} [built] [INFO] [97] ./~/react/lib/isTextInputElement.js 1.03 kB {4} [built] [INFO] [98] ./~/react/lib/ClientReactRootIndex.js 551 bytes {4} [built] [INFO] [99] ./~/react/lib/DefaultEventPluginOrder.js 1.26 kB {4} [built] [INFO] [100] ./~/react/lib/EnterLeaveEventPlugin.js 3.9 kB {4} [built] [INFO] [101] ./~/react/lib/SyntheticMouseEvent.js 2.2 kB {4} [built] [INFO] [102] ./~/react/lib/SyntheticUIEvent.js 1.64 kB {4} [built] [INFO] [103] ./~/react/lib/getEventModifierState.js 1.3 kB {4} [built] [INFO] [104] ./~/react/lib/HTMLDOMPropertyConfig.js 7.63 kB {4} [built] [INFO] [105] ./~/react/lib/ReactBrowserComponentMixin.js 1.15 kB {4} [built] [INFO] [106] ./~/react/lib/findDOMNode.js 2.17 kB {4} [built] [INFO] [107] ./~/react/lib/ReactDefaultBatchingStrategy.js 1.92 kB {4} [built] [INFO] [108] ./~/react/lib/ReactDOMComponent.js 36.9 kB {4} [built] [INFO] [109] ./~/react/lib/AutoFocusUtils.js 816 bytes {4} [built] [INFO] [110] ./~/fbjs/lib/focusNode.js 725 bytes {4} [built] [INFO] [111] ./~/react/lib/CSSPropertyOperations.js 5.71 kB {4} [built] [INFO] [112] ./~/react/lib/CSSProperty.js 3.5 kB {4} [built] [INFO] [113] ./~/fbjs/lib/camelizeStyleName.js 1.03 kB {4} [built] [INFO] [114] ./~/fbjs/lib/camelize.js 729 bytes {4} [built] [INFO] [115] ./~/react/lib/dangerousStyleValue.js 1.93 kB {4} [built] [INFO] [116] ./~/fbjs/lib/hyphenateStyleName.js 1 kB {4} [built] [INFO] [117] ./~/fbjs/lib/hyphenate.js 822 bytes {4} [built] [INFO] [118] ./~/fbjs/lib/memoizeStringOnly.js 778 bytes {4} [built] [INFO] [119] ./~/react/lib/ReactDOMButton.js 1.15 kB {4} [built] [INFO] [120] ./~/react/lib/ReactDOMInput.js 5.74 kB {4} [built] [INFO] [121] ./~/react/lib/LinkedValueUtils.js 5.18 kB {4} [built] [INFO] [122] ./~/react/lib/ReactPropTypes.js 12.3 kB {4} [built] [INFO] [123] ./~/react/lib/getIteratorFn.js 1.17 kB {4} [built] [INFO] [124] ./~/react/lib/ReactDOMOption.js 2.82 kB {4} [built] [INFO] [125] ./~/react/lib/ReactChildren.js 5.83 kB {4} [built] [INFO] [126] ./~/react/lib/traverseAllChildren.js 6.9 kB {4} [built] [INFO] [127] ./~/react/lib/ReactDOMSelect.js 6.11 kB {4} [built] [INFO] [128] ./~/react/lib/ReactDOMTextarea.js 4.35 kB {4} [built] [INFO] [129] ./~/react/lib/ReactMultiChild.js 14.7 kB {4} [built] [INFO] [130] ./~/react/lib/ReactChildReconciler.js 4.52 kB {4} [built] [INFO] [131] ./~/react/lib/flattenChildren.js 1.65 kB {4} [built] [INFO] [132] ./~/fbjs/lib/shallowEqual.js 1.28 kB {4} [built] [INFO] [133] ./~/react/lib/ReactEventListener.js 7.51 kB {4} [built] [INFO] [134] ./~/fbjs/lib/EventListener.js 2.65 kB {4} [built] [INFO] [135] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.09 kB {4} [built] [INFO] [136] ./~/react/lib/ReactInjection.js 1.37 kB {4} [built] [INFO] [137] ./~/react/lib/ReactClass.js 27.8 kB {4} [built] [INFO] [138] ./~/react/lib/ReactComponent.js 5.04 kB {4} [built] [INFO] [139] ./~/react/lib/ReactNoopUpdateQueue.js 3.94 kB {4} [built] [INFO] [140] ./~/react/lib/ReactReconcileTransaction.js 4.58 kB {4} [built] [INFO] [141] ./~/react/lib/ReactInputSelection.js 4.32 kB {4} [built] [INFO] [142] ./~/react/lib/ReactDOMSelection.js 6.83 kB {4} [built] [INFO] [143] ./~/react/lib/getNodeForCharacterOffset.js 1.66 kB {4} [built] [INFO] [144] ./~/fbjs/lib/getActiveElement.js 924 bytes {4} [built] [INFO] [145] ./~/react/lib/SelectEventPlugin.js 6.71 kB {4} [built] [INFO] [146] ./~/react/lib/ServerReactRootIndex.js 868 bytes {4} [built] [INFO] [147] ./~/react/lib/SimpleEventPlugin.js 17.4 kB {4} [built] [INFO] [148] ./~/react/lib/SyntheticClipboardEvent.js 1.23 kB {4} [built] [INFO] [149] ./~/react/lib/SyntheticFocusEvent.js 1.12 kB {4} [built] [INFO] [150] ./~/react/lib/SyntheticKeyboardEvent.js 2.76 kB {4} [built] [INFO] [151] ./~/react/lib/getEventCharCode.js 1.56 kB {4} [built] [INFO] [152] ./~/react/lib/getEventKey.js 2.93 kB {4} [built] [INFO] [153] ./~/react/lib/SyntheticDragEvent.js 1.13 kB {4} [built] [INFO] [154] ./~/react/lib/SyntheticTouchEvent.js 1.33 kB {4} [built] [INFO] [155] ./~/react/lib/SyntheticWheelEvent.js 1.99 kB {4} [built] [INFO] [156] ./~/react/lib/SVGDOMPropertyConfig.js 3.8 kB {4} [built] [INFO] [157] ./~/react/lib/ReactVersion.js 379 bytes {4} [built] [INFO] [158] ./~/react/lib/renderSubtreeIntoContainer.js 463 bytes {4} [built] [INFO] [159] ./~/react/lib/ReactDOMServer.js 766 bytes {4} [built] [INFO] [160] ./~/react/lib/ReactServerRendering.js 3.3 kB {4} [built] [INFO] [161] ./~/react/lib/ReactServerBatchingStrategy.js 673 bytes {4} [built] [INFO] [162] ./~/react/lib/ReactServerRenderingTransaction.js 2.3 kB {4} [built] [INFO] [163] ./~/react/lib/ReactIsomorphic.js 2.05 kB {4} [built] [INFO] [164] ./~/react/lib/ReactDOMFactories.js 3.36 kB {4} [built] [INFO] [165] ./~/react/lib/ReactElementValidator.js 10.8 kB {4} [built] [INFO] [166] ./~/fbjs/lib/mapObject.js 1.47 kB {4} [built] [INFO] [167] ./~/react/lib/onlyChild.js 1.21 kB {4} [built] [INFO] [168] ./~/react/lib/deprecated.js 1.77 kB {4} [built] [INFO] [169] ./~/react-dom/index.js 63 bytes {4} [built] [INFO] [173] ./~/react-bootstrap/lib/index.js 9.74 kB {4} [built] [INFO] [174] ./~/babel-runtime/helpers/interop-require-default.js 148 bytes {4} [built] [INFO] [175] ./~/babel-runtime/helpers/interop-require-wildcard.js 366 bytes {4} [built] [INFO] [176] ./~/react-bootstrap/lib/utils/childrenValueInputValidation.js 774 bytes {4} [built] [INFO] [177] ./~/react-prop-types/lib/singlePropFrom.js 1.06 kB {4} [built] [INFO] [178] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [179] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 3.89 kB {4} [built] [INFO] [180] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 4.86 kB {4} [built] [INFO] [181] ./~/babel-runtime/helpers/extends.js 428 bytes {4} [built] [INFO] [182] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built] [INFO] [183] ./~/core-js/library/fn/object/assign.js 107 bytes {4} [built] [INFO] [184] ./~/core-js/library/modules/es6.object.assign.js 161 bytes {4} [built] [INFO] [185] ./~/core-js/library/modules/$.export.js 1.73 kB {4} [built] [INFO] [186] ./~/core-js/library/modules/$.global.js 322 bytes {4} [built] [INFO] [187] ./~/core-js/library/modules/$.core.js 117 bytes {4} [built] [INFO] [188] ./~/core-js/library/modules/$.ctx.js 506 bytes {4} [built] [INFO] [189] ./~/core-js/library/modules/$.a-function.js 120 bytes {4} [built] [INFO] [190] ./~/core-js/library/modules/$.object-assign.js 1.09 kB {4} [built] [INFO] [191] ./~/core-js/library/modules/$.js 417 bytes {4} [built] [INFO] [192] ./~/core-js/library/modules/$.to-object.js 130 bytes {4} [built] [INFO] [193] ./~/core-js/library/modules/$.defined.js 157 bytes {4} [built] [INFO] [194] ./~/core-js/library/modules/$.iobject.js 237 bytes {4} [built] [INFO] [195] ./~/core-js/library/modules/$.cof.js 103 bytes {4} [built] [INFO] [196] ./~/core-js/library/modules/$.fails.js 99 bytes {4} [built] [INFO] [197] ./~/react-bootstrap/lib/styleMaps.js 1.21 kB {4} [built] [INFO] [198] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built] [INFO] [199] ./~/core-js/library/fn/object/create.js 103 bytes {4} [built] [INFO] [200] ./~/babel-runtime/core-js/object/keys.js 92 bytes {4} [built] [INFO] [201] ./~/core-js/library/fn/object/keys.js 103 bytes {4} [built] [INFO] [202] ./~/core-js/library/modules/es6.object.keys.js 189 bytes {4} [built] [INFO] [203] ./~/core-js/library/modules/$.object-sap.js 371 bytes {4} [built] [INFO] [204] ./~/invariant/browser.js 1.52 kB {4} [built] [INFO] [205] ./~/warning/browser.js 1.81 kB {4} [built] [INFO] [206] ./~/react-bootstrap/lib/Accordion.js 738 bytes {4} [built] [INFO] [207] ./~/react-bootstrap/lib/PanelGroup.js 3.23 kB {4} [built] [INFO] [208] ./~/babel-runtime/helpers/object-without-properties.js 283 bytes {4} [built] [INFO] [209] ./~/classnames/index.js 1.1 kB {4} [built] [INFO] [210] ./~/react-bootstrap/lib/Alert.js 2.66 kB {4} [built] [INFO] [211] ./~/react-bootstrap/lib/Badge.js 1.74 kB {4} [built] [INFO] [212] ./~/react-bootstrap/lib/Breadcrumb.js 1.86 kB {4} [built] [INFO] [213] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.64 kB {4} [built] [INFO] [214] ./~/react-bootstrap/lib/SafeAnchor.js 1.76 kB {4} [built] [INFO] [215] ./~/babel-runtime/helpers/inherits.js 780 bytes {4} [built] [INFO] [216] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built] [INFO] [217] ./~/core-js/library/fn/object/set-prototype-of.js 125 bytes {4} [built] [INFO] [218] ./~/core-js/library/modules/es6.object.set-prototype-of.js 159 bytes {4} [built] [INFO] [219] ./~/core-js/library/modules/$.set-proto.js 914 bytes {4} [built] [INFO] [220] ./~/core-js/library/modules/$.is-object.js 107 bytes {4} [built] [INFO] [221] ./~/core-js/library/modules/$.an-object.js 150 bytes {4} [built] [INFO] [222] ./~/babel-runtime/helpers/class-call-check.js 211 bytes {4} [built] [INFO] [223] ./~/react-bootstrap/lib/Button.js 3.88 kB {4} [built] [INFO] [224] ./~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [225] ./~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [226] ./~/react-bootstrap/lib/ButtonGroup.js 2.4 kB {4} [built] [INFO] [227] ./~/react-prop-types/lib/all.js 949 bytes {4} [built] [INFO] [228] ./~/react-bootstrap/lib/ButtonInput.js 2.55 kB {4} [built] [INFO] [229] ./~/react-bootstrap/lib/FormGroup.js 2.09 kB {4} [built] [INFO] [230] ./~/react-bootstrap/lib/InputBase.js 9.05 kB {4} [built] [INFO] [231] ./~/react-bootstrap/lib/Glyphicon.js 1.56 kB {4} [built] [INFO] [232] ./~/react-bootstrap/lib/ButtonToolbar.js 1.29 kB {4} [built] [INFO] [233] ./~/react-bootstrap/lib/Carousel.js 9.54 kB {4} [built] [INFO] [234] ./~/react-bootstrap/lib/CarouselCaption.js 1.29 kB {4} [built] [INFO] [235] ./~/react-bootstrap/lib/CarouselItem.js 3.48 kB {4} [built] [INFO] [236] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built] [INFO] [237] ./~/react-bootstrap/lib/Clearfix.js 2.47 kB {4} [built] [INFO] [238] ./~/react-bootstrap/lib/Col.js 6.13 kB {4} [built] [INFO] [239] ./~/react-bootstrap/lib/CollapsibleNav.js 3.62 kB {4} [built] [INFO] [240] ./~/react-bootstrap/lib/Collapse.js 7.75 kB {4} [built] [INFO] [241] ./~/dom-helpers/style/index.js 787 bytes {4} [built] [INFO] [242] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built] [INFO] [243] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built] [INFO] [244] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built] [INFO] [245] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built] [INFO] [246] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built] [INFO] [247] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built] [INFO] [248] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built] [INFO] [249] ./~/react-overlays/lib/Transition.js 11 kB {4} [built] [INFO] [250] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built] [INFO] [251] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [252] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [253] ./~/react-prop-types/lib/deprecated.js 840 bytes {4} [built] [INFO] [254] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.04 kB {4} [built] [INFO] [255] ./~/react-bootstrap/lib/Dropdown.js 11.5 kB {4} [built] [INFO] [256] ./~/dom-helpers/activeElement.js 484 bytes {4} [built] [INFO] [257] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built] [INFO] [258] ./~/dom-helpers/query/contains.js 574 bytes {4} [built] [INFO] [259] ./~/keycode/index.js 2.74 kB {4} [built] [INFO] [260] ./~/lodash-compat/collection/find.js 1.93 kB {4} [built] [INFO] [261] ./~/lodash-compat/internal/baseEach.js 489 bytes {4} [built] [INFO] [262] ./~/lodash-compat/internal/baseForOwn.js 475 bytes {4} [built] [INFO] [263] ./~/lodash-compat/internal/baseFor.js 608 bytes {4} [built] [INFO] [264] ./~/lodash-compat/internal/createBaseFor.js 709 bytes {4} [built] [INFO] [265] ./~/lodash-compat/internal/toObject.js 627 bytes {4} [built] [INFO] [266] ./~/lodash-compat/lang/isObject.js 732 bytes {4} [built] [INFO] [267] ./~/lodash-compat/lang/isString.js 889 bytes {4} [built] [INFO] [268] ./~/lodash-compat/internal/isObjectLike.js 289 bytes {4} [built] [INFO] [269] ./~/lodash-compat/support.js 2.85 kB {4} [built] [INFO] [270] ./~/lodash-compat/object/keys.js 1.36 kB {4} [built] [INFO] [271] ./~/lodash-compat/internal/getNative.js 456 bytes {4} [built] [INFO] [272] ./~/lodash-compat/lang/isNative.js 1.38 kB {4} [built] [INFO] [273] ./~/lodash-compat/lang/isFunction.js 1.06 kB {4} [built] [INFO] [274] ./~/lodash-compat/internal/isHostObject.js 631 bytes {4} [built] [INFO] [275] ./~/lodash-compat/internal/isArrayLike.js 372 bytes {4} [built] [INFO] [276] ./~/lodash-compat/internal/getLength.js 440 bytes {4} [built] [INFO] [277] ./~/lodash-compat/internal/baseProperty.js 400 bytes {4} [built] [INFO] [278] ./~/lodash-compat/internal/isLength.js 644 bytes {4} [built] [INFO] [279] ./~/lodash-compat/internal/shimKeys.js 1.21 kB {4} [built] [INFO] [280] ./~/lodash-compat/lang/isArguments.js 963 bytes {4} [built] [INFO] [281] ./~/lodash-compat/lang/isArray.js 1.16 kB {4} [built] [INFO] [282] ./~/lodash-compat/internal/isIndex.js 778 bytes {4} [built] [INFO] [283] ./~/lodash-compat/object/keysIn.js 4.58 kB {4} [built] [INFO] [284] ./~/lodash-compat/internal/arrayEach.js 534 bytes {4} [built] [INFO] [285] ./~/lodash-compat/internal/createBaseEach.js 913 bytes {4} [built] [INFO] [286] ./~/lodash-compat/internal/createFind.js 843 bytes {4} [built] [INFO] [287] ./~/lodash-compat/internal/baseCallback.js 1.06 kB {4} [built] [INFO] [288] ./~/lodash-compat/internal/baseMatches.js 847 bytes {4} [built] [INFO] [289] ./~/lodash-compat/internal/baseIsMatch.js 1.46 kB {4} [built] [INFO] [290] ./~/lodash-compat/internal/baseIsEqual.js 1.09 kB {4} [built] [INFO] [291] ./~/lodash-compat/internal/baseIsEqualDeep.js 3.44 kB {4} [built] [INFO] [292] ./~/lodash-compat/internal/equalArrays.js 1.8 kB {4} [built] [INFO] [293] ./~/lodash-compat/internal/arraySome.js 591 bytes {4} [built] [INFO] [294] ./~/lodash-compat/internal/equalByTag.js 1.58 kB {4} [built] [INFO] [295] ./~/lodash-compat/internal/equalObjects.js 2.37 kB {4} [built] [INFO] [296] ./~/lodash-compat/lang/isTypedArray.js 2.5 kB {4} [built] [INFO] [297] ./~/lodash-compat/internal/getMatchData.js 523 bytes {4} [built] [INFO] [298] ./~/lodash-compat/internal/isStrictComparable.js 420 bytes {4} [built] [INFO] [299] ./~/lodash-compat/object/pairs.js 800 bytes {4} [built] [INFO] [300] ./~/lodash-compat/internal/baseMatchesProperty.js 1.4 kB {4} [built] [INFO] [301] ./~/lodash-compat/internal/baseGet.js 779 bytes {4} [built] [INFO] [302] ./~/lodash-compat/internal/baseSlice.js 832 bytes {4} [built] [INFO] [303] ./~/lodash-compat/internal/isKey.js 848 bytes {4} [built] [INFO] [304] ./~/lodash-compat/array/last.js 377 bytes {4} [built] [INFO] [305] ./~/lodash-compat/internal/toPath.js 806 bytes {4} [built] [INFO] [306] ./~/lodash-compat/internal/baseToString.js 329 bytes {4} [built] [INFO] [307] ./~/lodash-compat/internal/bindCallback.js 1.22 kB {4} [built] [INFO] [308] ./~/lodash-compat/utility/identity.js 355 bytes {4} [built] [INFO] [309] ./~/lodash-compat/utility/property.js 799 bytes {4} [built] [INFO] [310] ./~/lodash-compat/internal/basePropertyDeep.js 476 bytes {4} [built] [INFO] [311] ./~/lodash-compat/internal/baseFind.js 927 bytes {4} [built] [INFO] [312] ./~/lodash-compat/internal/baseFindIndex.js 709 bytes {4} [built] [INFO] [313] ./~/lodash-compat/object/omit.js 1.6 kB {4} [built] [INFO] [314] ./~/lodash-compat/internal/arrayMap.js 553 bytes {4} [built] [INFO] [315] ./~/lodash-compat/internal/baseDifference.js 1.36 kB {4} [built] [INFO] [316] ./~/lodash-compat/internal/baseIndexOf.js 678 bytes {4} [built] [INFO] [317] ./~/lodash-compat/internal/indexOfNaN.js 657 bytes {4} [built] [INFO] [318] ./~/lodash-compat/internal/cacheIndexOf.js 586 bytes {4} [built] [INFO] [319] ./~/lodash-compat/internal/createCache.js 650 bytes {4} [built] [INFO] [320] ./~/lodash-compat/internal/SetCache.js 706 bytes {4} [built] [INFO] [321] ./~/lodash-compat/internal/cachePush.js 379 bytes {4} [built] [INFO] [322] ./~/lodash-compat/internal/baseFlatten.js 1.29 kB {4} [built] [INFO] [323] ./~/lodash-compat/internal/arrayPush.js 437 bytes {4} [built] [INFO] [324] ./~/lodash-compat/internal/pickByArray.js 611 bytes {4} [built] [INFO] [325] ./~/lodash-compat/internal/pickByCallback.js 573 bytes {4} [built] [INFO] [326] ./~/lodash-compat/internal/baseForIn.js 478 bytes {4} [built] [INFO] [327] ./~/lodash-compat/function/restParam.js 1.9 kB {4} [built] [INFO] [328] ./~/react-prop-types/lib/isRequiredForA11y.js 499 bytes {4} [built] [INFO] [329] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [330] ./~/uncontrollable/createUncontrollable.js 5.39 kB {4} [built] [INFO] [331] ./~/uncontrollable/utils.js 3.74 kB {4} [built] [INFO] [332] ./~/react-bootstrap/lib/DropdownMenu.js 6.09 kB {4} [built] [INFO] [333] ./~/react-overlays/lib/RootCloseWrapper.js 5.83 kB {4} [built] [INFO] [334] ./~/react-overlays/lib/utils/addEventListener.js 682 bytes {4} [built] [INFO] [335] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [336] ./~/react-overlays/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [337] ./~/react-overlays/lib/utils/ownerDocument.js 582 bytes {4} [built] [INFO] [338] ./~/react-bootstrap/lib/DropdownToggle.js 2.29 kB {4} [built] [INFO] [339] ./~/react-bootstrap/lib/utils/CustomPropTypes.js 2.35 kB {4} [built] [INFO] [340] ./~/react-bootstrap/lib/utils/childrenToArray.js 604 bytes {4} [built] [INFO] [341] ./~/react-bootstrap/lib/DropdownButton.js 3.14 kB {4} [built] [INFO] [342] ./~/lodash-compat/object/pick.js 1.51 kB {4} [built] [INFO] [343] ./~/react-bootstrap/lib/Grid.js 1.54 kB {4} [built] [INFO] [344] ./~/react-bootstrap/lib/Image.js 1.5 kB {4} [built] [INFO] [345] ./~/react-bootstrap/lib/Input.js 1.5 kB {4} [built] [INFO] [346] ./~/react-bootstrap/lib/FormControls/index.js 266 bytes {4} [built] [INFO] [347] ./~/react-bootstrap/lib/FormControls/Static.js 2.37 kB {4} [built] [INFO] [348] ./~/react-bootstrap/lib/Interpolate.js 2.54 kB {4} [built] [INFO] [349] ./~/react-bootstrap/lib/Jumbotron.js 1.25 kB {4} [built] [INFO] [350] ./~/react-bootstrap/lib/Label.js 1.59 kB {4} [built] [INFO] [351] ./~/react-bootstrap/lib/ListGroup.js 3.71 kB {4} [built] [INFO] [352] ./~/react-bootstrap/lib/ListGroupItem.js 4.37 kB {4} [built] [INFO] [353] ./~/react-bootstrap/lib/MenuItem.js 5.14 kB {4} [built] [INFO] [354] ./~/react-bootstrap/lib/Media.js 2.37 kB {4} [built] [INFO] [355] ./~/react-bootstrap/lib/MediaHeading.js 1.47 kB {4} [built] [INFO] [356] ./~/react-bootstrap/lib/MediaBody.js 1.46 kB {4} [built] [INFO] [357] ./~/react-bootstrap/lib/MediaLeft.js 1.38 kB {4} [built] [INFO] [358] ./~/react-bootstrap/lib/MediaRight.js 1.38 kB {4} [built] [INFO] [359] ./~/react-bootstrap/lib/MediaList.js 948 bytes {4} [built] [INFO] [360] ./~/react-bootstrap/lib/MediaListItem.js 955 bytes {4} [built] [INFO] [361] ./~/react-bootstrap/lib/Modal.js 10.2 kB {4} [built] [INFO] [362] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [363] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [364] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [365] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [366] ./~/react-bootstrap/lib/Fade.js 3.35 kB {4} [built] [INFO] [367] ./~/react-bootstrap/lib/ModalDialog.js 2.06 kB {4} [built] [INFO] [368] ./~/react-bootstrap/lib/ModalBody.js 1.36 kB {4} [built] [INFO] [369] ./~/react-bootstrap/lib/ModalHeader.js 3.07 kB {4} [built] [INFO] [370] ./~/react-bootstrap/lib/ModalTitle.js 1.37 kB {4} [built] [INFO] [371] ./~/react-bootstrap/lib/ModalFooter.js 1.56 kB {4} [built] [INFO] [372] ./~/react-overlays/lib/Modal.js 15.9 kB {4} [built] [INFO] [373] ./~/react-overlays/~/react-prop-types/lib/mountable.js 776 bytes {4} [built] [INFO] [374] ./~/react-overlays/~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [375] ./~/react-overlays/~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [376] ./~/react-overlays/lib/Portal.js 4.14 kB {4} [built] [INFO] [377] ./~/react-overlays/lib/utils/getContainer.js 509 bytes {4} [built] [INFO] [378] ./~/react-overlays/lib/ModalManager.js 4.64 kB {4} [built] [INFO] [379] ./~/dom-helpers/class/index.js 146 bytes {4} [built] [INFO] [380] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built] [INFO] [381] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built] [INFO] [382] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [383] ./~/react-overlays/lib/utils/isOverflowing.js 1.26 kB {4} [built] [INFO] [384] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built] [INFO] [385] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.08 kB {4} [built] [INFO] [386] ./~/react-overlays/lib/utils/addFocusListener.js 837 bytes {4} [built] [INFO] [387] ./~/react-bootstrap/lib/Nav.js 6.94 kB {4} [built] [INFO] [388] ./~/react-bootstrap/lib/Navbar.js 9.22 kB {4} [built] [INFO] [389] ./~/react-bootstrap/lib/deprecated/Navbar.js 8.76 kB {4} [built] [INFO] [390] ./~/react-bootstrap/lib/NavBrand.js 699 bytes {4} [built] [INFO] [391] ./~/react-bootstrap/lib/NavbarBrand.js 2.12 kB {4} [built] [INFO] [392] ./~/react-bootstrap/lib/NavbarHeader.js 1.44 kB {4} [built] [INFO] [393] ./~/react-bootstrap/lib/NavbarToggle.js 2.65 kB {4} [built] [INFO] [394] ./~/react-bootstrap/lib/NavbarCollapse.js 1.63 kB {4} [built] [INFO] [395] ./~/react-bootstrap/lib/NavDropdown.js 1.89 kB {4} [built] [INFO] [396] ./~/react-bootstrap/lib/NavItem.js 3.25 kB {4} [built] [INFO] [397] ./~/react-bootstrap/lib/Overlay.js 3.76 kB {4} [built] [INFO] [398] ./~/react-overlays/lib/Overlay.js 6.82 kB {4} [built] [INFO] [399] ./~/react-overlays/lib/Position.js 6.78 kB {4} [built] [INFO] [400] ./~/react-overlays/lib/utils/overlayPositionUtils.js 4.57 kB {4} [built] [INFO] [401] ./~/dom-helpers/query/offset.js 938 bytes {4} [built] [INFO] [402] ./~/dom-helpers/query/position.js 1.95 kB {4} [built] [INFO] [403] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built] [INFO] [404] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built] [INFO] [405] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built] [INFO] [406] ./~/react-bootstrap/lib/OverlayTrigger.js 9.03 kB {4} [built] [INFO] [407] ./~/react-bootstrap/lib/PageHeader.js 855 bytes {4} [built] [INFO] [408] ./~/react-bootstrap/lib/PageItem.js 2.05 kB {4} [built] [INFO] [409] ./~/react-bootstrap/lib/Pager.js 1.49 kB {4} [built] [INFO] [410] ./~/react-bootstrap/lib/Pagination.js 9.03 kB {4} [built] [INFO] [411] ./~/react-bootstrap/lib/PaginationButton.js 2.47 kB {4} [built] [INFO] [412] ./~/react-bootstrap/lib/utils/createSelectedEvent.js 433 bytes {4} [built] [INFO] [413] ./~/react-bootstrap/lib/Panel.js 7.82 kB {4} [built] [INFO] [414] ./~/react-bootstrap/lib/Popover.js 3.52 kB {4} [built] [INFO] [415] ./~/react-bootstrap/lib/ProgressBar.js 5.76 kB {4} [built] [INFO] [416] ./~/react-bootstrap/lib/ResponsiveEmbed.js 2.63 kB {4} [built] [INFO] [417] ./~/react-bootstrap/lib/Row.js 1.24 kB {4} [built] [INFO] [418] ./~/react-bootstrap/lib/SplitButton.js 3.72 kB {4} [built] [INFO] [419] ./~/react-bootstrap/lib/SplitToggle.js 1.19 kB {4} [built] [INFO] [420] ./~/react-bootstrap/lib/Tab.js 3.38 kB {4} [built] [INFO] [421] ./~/react-bootstrap/lib/Table.js 1.59 kB {4} [built] [INFO] [422] ./~/react-bootstrap/lib/Tabs.js 13.4 kB {4} [built] [INFO] [423] ./~/react-bootstrap/lib/Thumbnail.js 2.14 kB {4} [built] [INFO] [424] ./~/react-bootstrap/lib/Tooltip.js 3.17 kB {4} [built] [INFO] [425] ./~/react-bootstrap/lib/Well.js 1.53 kB {4} [built] [INFO] [475] ./~/superagent/lib/client.js 23.8 kB {4} [built] [INFO] [476] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [477] ./~/reduce-component/index.js 405 bytes {4} [built] [INFO] [478] ./~/superagent/lib/request-base.js 2.98 kB {4} [built] [INFO] [479] ./~/superagent/lib/is-object.js 207 bytes {4} [built] [INFO] [480] ./~/superagent/lib/request.js 739 bytes {4} [built] [INFO] [522] ./~/moment/moment.js 135 kB {4} [built] [INFO] [523] (webpack)/buildin/module.js 251 bytes {4} [built] [INFO] [524] ./~/moment/locale ^.\/(pt-br)$ 172 bytes {4} [optional] [built] [INFO] [525] ./~/moment/locale/pt-br.js 2.23 kB {4} [optional] [built] [INFO] [INFO] WARNING in app.736898dbd48379b06c2d.js from UglifyJs [INFO] Condition always false [app.736898dbd48379b06c2d.js:151,8] [INFO] Dropping unreachable code [app.736898dbd48379b06c2d.js:152,5] [INFO] Side effects in initialization of unused variable App [app.736898dbd48379b06c2d.js:116,5] [INFO] Side effects in initialization of unused variable APP_INIT [app.736898dbd48379b06c2d.js:1153,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.736898dbd48379b06c2d.js:1154,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.736898dbd48379b06c2d.js:1155,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.736898dbd48379b06c2d.js:1156,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.736898dbd48379b06c2d.js:1157,5] [INFO] Side effects in initialization of unused variable ERROR [app.736898dbd48379b06c2d.js:1158,5] [INFO] Side effects in initialization of unused variable TB_SET [app.736898dbd48379b06c2d.js:1161,5] [INFO] Side effects in initialization of unused variable TB_CLEAR [app.736898dbd48379b06c2d.js:1162,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.736898dbd48379b06c2d.js:1165,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.736898dbd48379b06c2d.js:1166,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.736898dbd48379b06c2d.js:1169,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.736898dbd48379b06c2d.js:1170,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.736898dbd48379b06c2d.js:1171,5] [INFO] Condition always true [app.736898dbd48379b06c2d.js:1613,5] [INFO] Condition always false [app.736898dbd48379b06c2d.js:2184,7] [INFO] Dropping unreachable code [app.736898dbd48379b06c2d.js:2185,4] [INFO] Condition always false [app.736898dbd48379b06c2d.js:2291,4] [INFO] Dropping unreachable code [app.736898dbd48379b06c2d.js:2293,2] [INFO] Side effects in initialization of unused variable update [app.736898dbd48379b06c2d.js:2288,5] [INFO] Condition always false [app.736898dbd48379b06c2d.js:2383,4] [INFO] Dropping unreachable code [app.736898dbd48379b06c2d.js:2385,2] [INFO] Side effects in initialization of unused variable update [app.736898dbd48379b06c2d.js:2380,5] [INFO] Side effects in initialization of unused variable sourceMap [app.736898dbd48379b06c2d.js:2699,6] [INFO] Side effects in initialization of unused variable media [app.736898dbd48379b06c2d.js:2717,6] [INFO] Condition always true [app.736898dbd48379b06c2d.js:2537,5] [INFO] [INFO] WARNING in 1.1.1891b43e3f12bb1bb476.js from UglifyJs [INFO] Condition always false [1.1.1891b43e3f12bb1bb476.js:563,9] [INFO] Dropping unreachable code [1.1.1891b43e3f12bb1bb476.js:564,9] [INFO] Condition always false [1.1.1891b43e3f12bb1bb476.js:593,9] [INFO] Dropping unreachable code [1.1.1891b43e3f12bb1bb476.js:594,9] [INFO] [INFO] WARNING in 2.2.fab578069bfa0990178d.js from UglifyJs [INFO] Condition always false [2.2.fab578069bfa0990178d.js:1051,4] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:1053,2] [INFO] Side effects in initialization of unused variable update [2.2.fab578069bfa0990178d.js:1048,5] [INFO] Side effects in initialization of unused variable expitem [2.2.fab578069bfa0990178d.js:1846,8] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:2722,31] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:2742,31] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:2775,31] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:2915,4] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:2917,2] [INFO] Side effects in initialization of unused variable update [2.2.fab578069bfa0990178d.js:2912,5] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:3582,7] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:3582,14] [INFO] Declarations in unreachable code! [2.2.fab578069bfa0990178d.js:3587,4] [INFO] Dropping unused variable schema [2.2.fab578069bfa0990178d.js:3587,8] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:3556,8] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:3557,5] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:3915,9] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:3916,9] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:3945,9] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:3946,9] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:4210,6] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:4211,3] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:4589,8] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:4590,5] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:4799,9] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:4800,6] [INFO] Side effects in initialization of unused variable _formControl2 [2.2.fab578069bfa0990178d.js:6870,5] [INFO] Condition always false [2.2.fab578069bfa0990178d.js:7336,7] [INFO] Dropping unreachable code [2.2.fab578069bfa0990178d.js:7336,14] [INFO] [INFO] WARNING in 3.3.6e3a05f6e405e5556976.js from UglifyJs [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:660,4] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:662,2] [INFO] Side effects in initialization of unused variable update [3.3.6e3a05f6e405e5556976.js:657,5] [INFO] Side effects in initialization of unused variable expitem [3.3.6e3a05f6e405e5556976.js:1451,8] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:2321,31] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:2341,31] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:2374,31] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:2512,4] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:2514,2] [INFO] Side effects in initialization of unused variable update [3.3.6e3a05f6e405e5556976.js:2509,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:3174,7] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:3174,14] [INFO] Declarations in unreachable code! [3.3.6e3a05f6e405e5556976.js:3179,4] [INFO] Dropping unused variable schema [3.3.6e3a05f6e405e5556976.js:3179,8] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:3148,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:3149,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:3505,9] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:3506,9] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:3535,9] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:3536,9] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:3798,6] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:3799,3] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:4175,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:4176,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:4336,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:4336,15] [INFO] Declarations in unreachable code! [3.3.6e3a05f6e405e5556976.js:4337,5] [INFO] Dropping unused variable DevIndex [3.3.6e3a05f6e405e5556976.js:4337,9] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:4851,9] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:4852,6] [INFO] Side effects in initialization of unused variable _formControl2 [3.3.6e3a05f6e405e5556976.js:6907,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:7371,7] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:7371,14] [INFO] Side effects in initialization of unused variable _form2 [3.3.6e3a05f6e405e5556976.js:9079,5] [INFO] Dropping unused variable res [3.3.6e3a05f6e405e5556976.js:9794,8] [INFO] Side effects in initialization of unused variable _reactBootstrap [3.3.6e3a05f6e405e5556976.js:10693,5] [INFO] Side effects in initialization of unused variable _index [3.3.6e3a05f6e405e5556976.js:10695,5] [INFO] Side effects in initialization of unused variable _app [3.3.6e3a05f6e405e5556976.js:10697,5] [INFO] Side effects in initialization of unused variable _app [3.3.6e3a05f6e405e5556976.js:10750,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:13686,4] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:13688,2] [INFO] Side effects in initialization of unused variable update [3.3.6e3a05f6e405e5556976.js:13683,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:14445,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:14446,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:14551,9] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:14552,6] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:14630,9] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:14631,6] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.6e3a05f6e405e5556976.js:14401,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:14890,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:14891,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:14945,10] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:14947,7] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:15039,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:15040,5] [INFO] Condition always false [3.3.6e3a05f6e405e5556976.js:15062,8] [INFO] Dropping unreachable code [3.3.6e3a05f6e405e5556976.js:15063,5] [INFO] Side effects in initialization of unused variable _components [3.3.6e3a05f6e405e5556976.js:15618,5] [INFO] Side effects in initialization of unused variable _reactDom2 [3.3.6e3a05f6e405e5556976.js:21464,5] [INFO] [INFO] WARNING in vendor.1cc6a32939c20d26e7cc.js from UglifyJs [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:238,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:238,12] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:239,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:252,5] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:263,10] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:208,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.1cc6a32939c20d26e7cc.js:239,7] [INFO] Dropping unused variable ieCompatibilityMode [vendor.1cc6a32939c20d26e7cc.js:252,9] [INFO] Dropping unused variable expectedFeatures [vendor.1cc6a32939c20d26e7cc.js:256,9] [INFO] Dropping unused variable i [vendor.1cc6a32939c20d26e7cc.js:263,14] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:382,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:383,7] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.1cc6a32939c20d26e7cc.js:335,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:519,26] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:630,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:635,25] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:677,55] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:684,20] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:685,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:692,59] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:694,51] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:708,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:709,16] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:710,53] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:825,19] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:842,22] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:979,87] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:981,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:983,43] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1036,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1037,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1145,19] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1283,54] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1336,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1337,7] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:1337,12] [INFO] Dropping unused variable key [vendor.1cc6a32939c20d26e7cc.js:1337,16] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1355,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1355,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:1356,7] [INFO] Dropping unused variable measuredFunc [vendor.1cc6a32939c20d26e7cc.js:1356,11] [INFO] Dropping unused variable wrapper [vendor.1cc6a32939c20d26e7cc.js:1357,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1620,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:1620,4] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1628,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1629,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:1629,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1696,16] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1697,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1755,16] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1756,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1794,16] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1795,7] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:1601,5] [INFO] Dropping unused variable reactProps [vendor.1cc6a32939c20d26e7cc.js:1629,7] [INFO] Dropping unused variable warnedProperties [vendor.1cc6a32939c20d26e7cc.js:1635,7] [INFO] Dropping unused variable warnUnknownProperty [vendor.1cc6a32939c20d26e7cc.js:1637,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1887,60] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1907,77] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1908,74] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1909,119] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1911,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1912,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:1918,13] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:1919,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2001,29] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2107,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2108,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2239,55] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2408,34] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2486,38] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2548,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2548,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:2552,5] [INFO] Dropping unused variable tag [vendor.1cc6a32939c20d26e7cc.js:2552,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2342,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2344,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:2344,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2660,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2661,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2720,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2722,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2736,161] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2756,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:2756,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2767,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2769,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2789,85] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2794,50] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2798,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:2798,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2823,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2826,7] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:2827,9] [INFO] Dropping unused variable rootElementSibling [vendor.1cc6a32939c20d26e7cc.js:2827,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2896,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:2896,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2898,161] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2911,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2912,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2920,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2921,7] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.1cc6a32939c20d26e7cc.js:2905,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.1cc6a32939c20d26e7cc.js:2909,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2937,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:2937,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:2938,7] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:2944,9] [INFO] Dropping unused variable rootElement [vendor.1cc6a32939c20d26e7cc.js:2938,11] [INFO] Dropping unused variable containerChild [vendor.1cc6a32939c20d26e7cc.js:2944,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:2999,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:3001,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3053,14] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:3053,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3057,161] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3071,13] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:3071,20] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:3076,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3093,52] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3095,13] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:3096,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3101,48] [INFO] Dropping unused variable normalizer [vendor.1cc6a32939c20d26e7cc.js:3076,15] [INFO] Side effects in initialization of unused variable difference [vendor.1cc6a32939c20d26e7cc.js:3091,13] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.1cc6a32939c20d26e7cc.js:2305,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.1cc6a32939c20d26e7cc.js:2324,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:2325,5] [INFO] Dropping unused variable rootElementsByReactRootID [vendor.1cc6a32939c20d26e7cc.js:2344,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3635,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:3635,4] [INFO] Side effects in initialization of unused variable valid [vendor.1cc6a32939c20d26e7cc.js:3634,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3679,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:3680,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3685,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:3686,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3716,42] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3831,21] [INFO] Dropping unused function validateInstanceHandle [vendor.1cc6a32939c20d26e7cc.js:3633,10] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:3591,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3894,28] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3898,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3902,86] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3916,79] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3944,70] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:3986,27] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4010,41] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4169,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4170,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4197,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4198,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4238,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4239,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4243,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4111,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4112,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4131,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4132,3] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:4097,5] [INFO] Dropping unused variable validateEventDispatches [vendor.1cc6a32939c20d26e7cc.js:4130,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4344,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4349,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:4350,5] [INFO] Dropping unused variable fakeNode [vendor.1cc6a32939c20d26e7cc.js:4350,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4399,22] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4744,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4749,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4859,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4861,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.1cc6a32939c20d26e7cc.js:4698,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:4948,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:4949,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5109,59] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5110,49] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5152,34] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5172,24] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5174,51] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5187,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5767,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5781,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5826,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:5830,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5835,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:5836,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5856,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:5856,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:5857,7] [INFO] Dropping unused variable owner [vendor.1cc6a32939c20d26e7cc.js:5857,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5883,42] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:5908,42] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6006,25] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6035,25] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.1cc6a32939c20d26e7cc.js:5810,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:5817,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6088,68] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6168,40] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6246,42] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6253,30] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6258,27] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6259,66] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6260,68] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6347,50] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6464,35] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6633,33] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6697,32] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6760,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:6761,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6951,95] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6967,14] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:6967,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6970,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:6971,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6983,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:6984,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:6990,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:6991,5] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.1cc6a32939c20d26e7cc.js:6916,10] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:6908,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7149,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7149,18] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7166,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7169,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7190,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7194,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7207,76] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7313,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7313,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:7314,7] [INFO] Dropping unused variable Component [vendor.1cc6a32939c20d26e7cc.js:7314,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7332,61] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7333,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7334,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7337,51] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7354,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7354,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:7355,7] [INFO] Dropping unused variable Component [vendor.1cc6a32939c20d26e7cc.js:7355,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7381,59] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7394,14] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:7394,14] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7396,14] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:7396,14] [INFO] Side effects in initialization of unused variable addendum [vendor.1cc6a32939c20d26e7cc.js:7390,15] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7470,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7471,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7592,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7594,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7617,117] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7631,24] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7633,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7633,16] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:7634,7] [INFO] Dropping unused variable componentName [vendor.1cc6a32939c20d26e7cc.js:7634,11] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.1cc6a32939c20d26e7cc.js:7024,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:7032,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7744,21] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7802,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7803,3] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:7855,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:7989,29] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:8042,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:8042,12] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:8055,3] [INFO] Side effects in initialization of unused variable assign [vendor.1cc6a32939c20d26e7cc.js:8036,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:8038,5] [INFO] Dropping unused variable specialTags [vendor.1cc6a32939c20d26e7cc.js:8055,7] [INFO] Dropping unused variable inScopeTags [vendor.1cc6a32939c20d26e7cc.js:8058,7] [INFO] Dropping unused variable buttonScopeTags [vendor.1cc6a32939c20d26e7cc.js:8066,7] [INFO] Dropping unused variable impliedEndTags [vendor.1cc6a32939c20d26e7cc.js:8069,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.1cc6a32939c20d26e7cc.js:8071,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.1cc6a32939c20d26e7cc.js:8084,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.1cc6a32939c20d26e7cc.js:8134,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.1cc6a32939c20d26e7cc.js:8219,7] [INFO] Dropping unused variable findOwnerStack [vendor.1cc6a32939c20d26e7cc.js:8292,7] [INFO] Dropping unused variable didWarn [vendor.1cc6a32939c20d26e7cc.js:8307,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:8476,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:8476,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:8477,5] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:8479,7] [INFO] Dropping unused variable url [vendor.1cc6a32939c20d26e7cc.js:8477,9] [INFO] Dropping unused variable ReactDefaultPerf [vendor.1cc6a32939c20d26e7cc.js:8479,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:8943,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:8944,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:8919,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:9315,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:9316,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:9332,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:9333,7] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:9241,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10541,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:10541,6] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.1cc6a32939c20d26e7cc.js:10525,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:10528,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10581,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10581,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:10582,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10597,94] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10598,12] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:10598,4] [INFO] Dropping unused variable owner [vendor.1cc6a32939c20d26e7cc.js:10582,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.1cc6a32939c20d26e7cc.js:10567,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:10572,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10765,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10765,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:10766,5] [INFO] Dropping unused variable component [vendor.1cc6a32939c20d26e7cc.js:10766,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10774,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10775,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10781,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10781,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:10782,5] [INFO] Dropping unused variable component [vendor.1cc6a32939c20d26e7cc.js:10782,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10789,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10790,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10803,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10804,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10864,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:10864,4] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10876,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10877,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10882,34] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10883,102] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10885,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10886,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10889,64] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10893,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10896,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10947,24] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10949,12] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11029,35] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11070,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11071,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:10751,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:10752,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11133,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11134,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11139,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11140,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11212,17] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11214,15] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11365,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11369,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11447,15] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11448,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11585,18] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:11585,10] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11614,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11615,9] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.1cc6a32939c20d26e7cc.js:10737,10] [INFO] Dropping unused function friendlyStringify [vendor.1cc6a32939c20d26e7cc.js:10815,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.1cc6a32939c20d26e7cc.js:10841,10] [INFO] Dropping unused function processChildContextDev [vendor.1cc6a32939c20d26e7cc.js:11034,10] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.1cc6a32939c20d26e7cc.js:10716,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.1cc6a32939c20d26e7cc.js:10720,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.1cc6a32939c20d26e7cc.js:10721,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:10722,5] [INFO] Dropping unused variable legacyPropsDescriptor [vendor.1cc6a32939c20d26e7cc.js:10750,5] [INFO] Dropping unused variable styleMutationWarning [vendor.1cc6a32939c20d26e7cc.js:10839,5] [INFO] Side effects in initialization of unused variable voidElementTags [vendor.1cc6a32939c20d26e7cc.js:11015,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11762,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11764,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:11764,3] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11838,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11839,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:11862,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:11863,9] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.1cc6a32939c20d26e7cc.js:11736,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:11740,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.1cc6a32939c20d26e7cc.js:11764,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.1cc6a32939c20d26e7cc.js:11767,7] [INFO] Dropping unused variable warnedStyleNames [vendor.1cc6a32939c20d26e7cc.js:11769,7] [INFO] Dropping unused variable warnedStyleValues [vendor.1cc6a32939c20d26e7cc.js:11770,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.1cc6a32939c20d26e7cc.js:11772,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.1cc6a32939c20d26e7cc.js:11781,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.1cc6a32939c20d26e7cc.js:11790,7] [INFO] Dropping unused variable warnValidStyle [vendor.1cc6a32939c20d26e7cc.js:11803,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12496,19] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12498,25] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12420,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:12421,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12546,72] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12550,65] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12555,67] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:12601,10] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:12601,10] [INFO] Side effects in initialization of unused variable addendum [vendor.1cc6a32939c20d26e7cc.js:12600,13] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:12533,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13087,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13088,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13135,10] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:13135,10] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:13077,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13469,13] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13470,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13485,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13490,9] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:13491,11] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13498,16] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:13498,8] [INFO] Dropping unused variable addendum [vendor.1cc6a32939c20d26e7cc.js:13484,11] [INFO] Dropping unused variable name [vendor.1cc6a32939c20d26e7cc.js:13491,15] [INFO] Side effects in initialization of unused variable childrenString [vendor.1cc6a32939c20d26e7cc.js:13497,11] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.1cc6a32939c20d26e7cc.js:13354,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:13360,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.1cc6a32939c20d26e7cc.js:13378,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13596,8] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:13596,8] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13598,8] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:13598,8] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13666,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13667,7] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.1cc6a32939c20d26e7cc.js:13570,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.1cc6a32939c20d26e7cc.js:13586,10] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:13553,5] [INFO] Dropping unused variable valuePropNames [vendor.1cc6a32939c20d26e7cc.js:13580,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13773,49] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13788,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13789,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13796,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:13797,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13799,34] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:13801,36] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:13747,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:14038,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:14039,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:14053,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:14054,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.1cc6a32939c20d26e7cc.js:13863,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:14371,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:14372,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:14366,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:14499,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:14500,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:14488,5] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:14653,3] [INFO] Dropping unused function handleTopLevelWithPath [vendor.1cc6a32939c20d26e7cc.js:14679,10] [INFO] Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [vendor.1cc6a32939c20d26e7cc.js:14607,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:14869,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:14870,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15032,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:15032,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15341,8] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:15341,8] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15351,51] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15356,97] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15369,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15370,42] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15417,127] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15428,15] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15431,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15452,21] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15455,22] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15468,74] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15472,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15527,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15527,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:15531,5] [INFO] Dropping unused variable componentName [vendor.1cc6a32939c20d26e7cc.js:15531,9] [INFO] Dropping unused variable _bind [vendor.1cc6a32939c20d26e7cc.js:15532,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15302,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15303,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15308,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15309,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15325,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15326,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15610,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15611,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15629,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15630,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15661,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15662,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15681,11] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15683,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15689,78] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15705,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15710,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15718,38] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15720,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15721,7] [INFO] Dropping unused function warnSetProps [vendor.1cc6a32939c20d26e7cc.js:15029,10] [INFO] Dropping unused function validateTypeDef [vendor.1cc6a32939c20d26e7cc.js:15336,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocations [vendor.1cc6a32939c20d26e7cc.js:14988,5] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.1cc6a32939c20d26e7cc.js:14989,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:14997,5] [INFO] Dropping unused variable warnedSetProps [vendor.1cc6a32939c20d26e7cc.js:15028,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15809,104] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15810,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15811,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15845,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15845,12] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:15846,3] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:15863,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.1cc6a32939c20d26e7cc.js:15764,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:15767,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.1cc6a32939c20d26e7cc.js:15846,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.1cc6a32939c20d26e7cc.js:15853,7] [INFO] Dropping unused variable fnName [vendor.1cc6a32939c20d26e7cc.js:15863,12] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:15892,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:15893,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:15889,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:17417,26] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18176,44] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18204,44] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18383,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:18384,3] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.1cc6a32939c20d26e7cc.js:18372,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18459,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:18460,5] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.1cc6a32939c20d26e7cc.js:18448,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18681,7] [INFO] Side effects in initialization of unused variable addenda [vendor.1cc6a32939c20d26e7cc.js:18680,7] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18791,57] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18796,8] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18796,8] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18803,10] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18803,10] [INFO] Side effects in initialization of unused variable addendum [vendor.1cc6a32939c20d26e7cc.js:18802,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18825,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18825,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18835,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:18835,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18866,9] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:18867,7] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.1cc6a32939c20d26e7cc.js:18637,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.1cc6a32939c20d26e7cc.js:18640,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:18643,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:18985,45] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:19024,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:19024,14] [INFO] Declarations in unreachable code! [vendor.1cc6a32939c20d26e7cc.js:19025,5] [INFO] Dropping unused variable warned [vendor.1cc6a32939c20d26e7cc.js:19023,7] [INFO] Dropping unused variable newFn [vendor.1cc6a32939c20d26e7cc.js:19025,9] [INFO] Side effects in initialization of unused variable assign [vendor.1cc6a32939c20d26e7cc.js:19008,5] [INFO] Side effects in initialization of unused variable warning [vendor.1cc6a32939c20d26e7cc.js:19009,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:19809,36] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:19922,12] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:19922,12] [INFO] Side effects in initialization of unused variable _warning2 [vendor.1cc6a32939c20d26e7cc.js:19788,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:20351,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:20352,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:20405,5] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:20406,3] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:20665,13] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:20671,3] [INFO] Side effects in initialization of unused variable bsStyle [vendor.1cc6a32939c20d26e7cc.js:21580,9] [INFO] Side effects in initialization of unused variable value [vendor.1cc6a32939c20d26e7cc.js:21581,9] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:23591,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:23593,10] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:24147,4] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:24147,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.1cc6a32939c20d26e7cc.js:24126,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.1cc6a32939c20d26e7cc.js:24608,5] [INFO] Side effects in initialization of unused variable valueLink [vendor.1cc6a32939c20d26e7cc.js:27671,13] [INFO] Side effects in initialization of unused variable checkedLink [vendor.1cc6a32939c20d26e7cc.js:27672,13] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:27781,7] [INFO] Dropping unreachable code [vendor.1cc6a32939c20d26e7cc.js:27782,5] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.1cc6a32939c20d26e7cc.js:27760,5] [INFO] Side effects in initialization of unused variable children [vendor.1cc6a32939c20d26e7cc.js:30280,9] [INFO] Side effects in initialization of unused variable children [vendor.1cc6a32939c20d26e7cc.js:31214,9] [INFO] Side effects in initialization of unused variable fixedTop [vendor.1cc6a32939c20d26e7cc.js:32729,9] [INFO] Side effects in initialization of unused variable fixedBottom [vendor.1cc6a32939c20d26e7cc.js:32730,9] [INFO] Side effects in initialization of unused variable staticTop [vendor.1cc6a32939c20d26e7cc.js:32731,9] [INFO] Side effects in initialization of unused variable inverse [vendor.1cc6a32939c20d26e7cc.js:32732,9] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:34443,8] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:34443,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.1cc6a32939c20d26e7cc.js:34242,5] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:35758,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:35758,6] [INFO] Condition always false [vendor.1cc6a32939c20d26e7cc.js:35759,6] [INFO] Dropping side-effect-free statement [vendor.1cc6a32939c20d26e7cc.js:35759,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.1cc6a32939c20d26e7cc.js:35737,5] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:38063,5] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:38533,6] [INFO] Condition always true [vendor.1cc6a32939c20d26e7cc.js:42614,5] [INFO] Child [INFO] Hash: cf12a8e79c0e726e2d64 [INFO] Version: webpack 1.13.1 [INFO] Time: 116830ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.5f93b294515f427ae600.js 422 kB 0 [emitted] app [INFO] 89889688147bd7575d6327160d64e760.svg 109 kB  [emitted] [INFO] e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2 71.9 kB  [emitted] [INFO] c8ddf1e5e5bf3682bc7bebf30f394148.woff 90.4 kB  [emitted] [INFO] 1dc35d25e61d819a9c357074014867ab.ttf 153 kB  [emitted] [INFO] d7c639084f684d66a1bc66855d193ed8.svg 392 kB  [emitted] [INFO] 25a32416abee198dd821b0b17a198a8f.eot 76.5 kB  [emitted] [INFO] 1.1.614e94a2dc4d8f944745.js 22 kB 1 [emitted] [INFO] 2.2.0d80850892ba700cf57a.js 122 kB 2 [emitted] [INFO] 3.3.961ff209a0945197abf3.js 343 kB 3 [emitted] [INFO] vendor.0970951cf79d3c3df71f.js 386 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.5f93b294515f427ae600.js (app) 468 kB {4} [rendered] [INFO] [0] ./client/src/scripts/main.js 382 bytes {0} [built] [INFO] [14] ./~/babel-core/register.js 187 bytes {0} [built] [INFO] [15] ./~/babel-register/lib/browser.js 232 bytes {0} [built] [INFO] [16] ./client/src/scripts/core/app.jsx 6.01 kB {0} [built] [INFO] [170] ./client/src/scripts/core/main-page.jsx 4.08 kB {0} [built] [INFO] [171] ./client/src/scripts/components/router.jsx 11.7 kB {0} [built] [INFO] [172] ./client/src/scripts/core/page-not-found.jsx 3.33 kB {0} [built] [1 warning] [INFO] [426] ./client/src/scripts/components/callout.jsx 2.34 kB {0} [built] [INFO] [427] ./client/src/scripts/core/toolbar.jsx 4.35 kB {0} [built] [INFO] [428] ./client/src/scripts/core/actions.js 849 bytes {0} [built] [INFO] [429] ./client/src/scripts/core/footer.jsx 3.01 kB {0} [built] [INFO] [430] ./client/src/scripts/components/wait-icon.jsx 2.9 kB {0} [built] [INFO] [431] ./client/src/scripts/core/error-view.jsx 4.45 kB {0} [built] [INFO] [432] ./client/src/scripts/init/index.js 611 bytes {0} [built] [INFO] [436] ./client/src/scripts/pub/index.js 578 bytes {0} [built] [INFO] [448] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [449] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [474] ./client/src/scripts/commons/server.js 4.46 kB {0} [built] [INFO] [481] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [482] ./client/src/scripts/sys/session.js 3.15 kB {0} [built] [INFO] [521] ./client/src/scripts/core/storage.js 3.07 kB {0} [built] [INFO] [603] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [604] ./~/css-loader!./client/src/styles/theme.css 133 kB {0} [built] [INFO] [605] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [606] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [607] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [608] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [609] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [610] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [611] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [612] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built] [INFO] [613] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 30.7 kB {0} [built] [INFO] [614] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [615] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3 165 bytes {0} [built] [INFO] [616] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [617] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3 84 bytes {0} [built] [INFO] [618] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3 83 bytes {0} [built] [INFO] [619] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3 165 bytes {0} [built] [INFO] [620] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3 165 bytes {0} [built] [INFO] [621] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.614e94a2dc4d8f944745.js 57.8 kB {0} {2} {3} [rendered] [INFO] [433] ./client/src/scripts/init/home.jsx 2.94 kB {1} [built] [INFO] [434] ./client/src/scripts/init/welcome.jsx 5.85 kB {1} [built] [1 warning] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [600] ./client/src/scripts/init/initoptions.jsx 6.88 kB {1} [built] [1 warning] [INFO] [601] ./client/src/scripts/init/newworkspace.jsx 10.9 kB {1} [built] [1 warning] [INFO] [602] ./client/src/scripts/init/success.jsx 4.31 kB {1} [built] [1 warning] [INFO] chunk {2} 2.2.0d80850892ba700cf57a.js 284 kB {1} {3} {0} [rendered] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [437] ./client/src/scripts/pub/home.jsx 2.79 kB {2} [built] [INFO] [438] ./client/src/scripts/pub/login.jsx 7.75 kB {2} [built] [1 warning] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [1 warning] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [598] ./client/src/scripts/pub/user-reg.jsx 3.46 kB {2} [built] [INFO] [599] ./client/src/scripts/pub/forgot-pwd.jsx 3.48 kB {2} [built] [INFO] chunk {3} 3.3.961ff209a0945197abf3.js 694 kB {2} {1} {0} [rendered] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [1 warning] [INFO] [483] ./client/src/scripts/sys/routes.jsx 4.26 kB {3} [built] [INFO] [484] ./client/src/scripts/sys/toolbar-content.jsx 5.73 kB {3} [built] [1 warning] [INFO] [485] ./client/src/scripts/sys/search-box.jsx 4.65 kB {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [512] ./client/src/scripts/sys/mock-data.js 8.63 kB {3} [built] [INFO] [513] ./client/src/scripts/sys/types/init.js 1.4 kB {3} [built] [INFO] [514] ./client/src/scripts/sys/types/admin-unit-control.jsx 5.43 kB {3} [built] [INFO] [515] ./client/src/scripts/sys/types/yesno-control.jsx 4.58 kB {3} [built] [INFO] [516] ./client/src/scripts/sys/types/unit-control.jsx 7.87 kB {3} [built] [INFO] [517] ./client/src/scripts/sys/types/multi-select.jsx 4.04 kB {3} [built] [INFO] [518] ./client/src/scripts/sys/types/list-box-control.jsx 4.64 kB {3} [built] [INFO] [519] ./client/src/scripts/sys/types/table-form-control.jsx 7.1 kB {3} [built] [INFO] [520] ./client/src/scripts/sys/types/multi-list-box-control.jsx 4.25 kB {3} [built] [INFO] [526] ./client/src/scripts/sys/home/routes.jsx 3.14 kB {3} [built] [INFO] [527] ./client/src/scripts/sys/home/index.jsx 5.39 kB {3} [built] [INFO] [528] ./client/src/scripts/sys/sidebar-content.jsx 4.29 kB {3} [built] [INFO] [529] ./client/src/scripts/sys/home/index-dashboard.jsx 5.59 kB {3} [built] [INFO] [530] ./client/src/scripts/sys/home/index-my-activities.jsx 2.38 kB {3} [built] [INFO] [531] ./client/src/scripts/sys/home/unit.jsx 4.16 kB {3} [built] [INFO] [532] ./client/src/scripts/sys/home/commons/unit-panel.jsx 3.67 kB {3} [built] [INFO] [533] ./client/src/scripts/sys/home/unit/general.jsx 2.9 kB {3} [built] [INFO] [534] ./client/src/scripts/sys/home/unit/general-dashboard.jsx 2.23 kB {3} [built] [INFO] [535] ./client/src/scripts/sys/home/unit/general-activities.jsx 2.23 kB {3} [built] [INFO] [536] ./client/src/scripts/sys/home/unit/cases.jsx 13.4 kB {3} [built] [INFO] [537] ./client/src/scripts/sys/home/cases/advanced-search.jsx 10.7 kB {3} [built] [INFO] [538] ./client/src/scripts/sys/home/unit/inventory.jsx 2.21 kB {3} [built] [INFO] [539] ./client/src/scripts/sys/home/cases/newnotif.jsx 3.5 kB {3} [built] [INFO] [540] ./client/src/scripts/sys/home/cases/new-searchpatient.jsx 6.54 kB {3} [built] [INFO] [541] ./client/src/scripts/sys/home/cases/new-notifform.jsx 9.48 kB {3} [built] [1 warning] [INFO] [542] ./client/src/scripts/sys/home/cases/details.jsx 8.62 kB {3} [built] [1 warning] [INFO] [543] ./client/src/scripts/sys/home/commons/patient-panel.jsx 3.03 kB {3} [built] [INFO] [544] ./client/src/scripts/sys/home/cases/case-data.jsx 8.1 kB {3} [built] [1 warning] [INFO] [545] ./client/src/scripts/sys/home/cases/card-with-comments.jsx 3.9 kB {3} [built] [INFO] [546] ./client/src/scripts/sys/home/cases/comments-box.jsx 11 kB {3} [built] [INFO] [547] ./client/src/scripts/sys/home/cases/comments-box.less 1.15 kB {3} [built] [INFO] [548] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/home/cases/comments-box.less 364 bytes {3} [built] [INFO] [549] ./client/src/scripts/sys/home/cases/contacts.jsx 4.46 kB {3} [built] [1 warning] [INFO] [550] ./client/src/scripts/sys/crud/crud-view.jsx 6.04 kB {3} [built] [INFO] [551] ./client/src/scripts/sys/crud/crud-message.jsx 3.77 kB {3} [built] [INFO] [552] ./client/src/scripts/sys/crud/crud-control-wrapper.jsx 3.04 kB {3} [built] [INFO] [553] ./client/src/scripts/sys/crud/crud-pagination.jsx 3.27 kB {3} [built] [INFO] [554] ./client/src/scripts/sys/crud/crud-grid.jsx 3.52 kB {3} [built] [INFO] [555] ./client/src/scripts/sys/crud/crud-cell.jsx 8.35 kB {3} [built] [INFO] [556] ./client/src/scripts/sys/crud/crud-controller.js 12.4 kB {3} [built] [INFO] [557] ./client/src/scripts/sys/crud/crud-form.jsx 3.27 kB {3} [built] [INFO] [558] ./client/src/scripts/sys/crud/crud-counter.jsx 4.05 kB {3} [built] [INFO] [559] ./client/src/scripts/sys/crud/crud-add-button.jsx 2.89 kB {3} [built] [INFO] [560] ./client/src/scripts/sys/home/cases/case-comments.jsx 3.69 kB {3} [built] [INFO] [561] ./client/src/scripts/sys/home/cases/case-adv-reacts.jsx 4.77 kB {3} [built] [INFO] [562] ./client/src/scripts/sys/home/cases/case-exams.jsx 2.22 kB {3} [built] [INFO] [563] ./client/src/scripts/sys/home/cases/case-treatment.jsx 2.25 kB {3} [built] [INFO] [564] ./client/src/scripts/sys/home/cases/case-close.jsx 3.64 kB {3} [built] [INFO] [565] ./client/src/scripts/sys/home/cases/case-move.jsx 3.11 kB {3} [built] [INFO] [566] ./client/src/scripts/sys/home/cases/case-issues.jsx 9.56 kB {3} [built] [INFO] [567] ./client/src/scripts/sys/home/cases/case-tags.jsx 3.83 kB {3} [built] [INFO] [568] ./client/src/scripts/sys/reports/routes.jsx 2.56 kB {3} [built] [INFO] [569] ./client/src/scripts/sys/reports/index.jsx 13 bytes {3} [built] [INFO] [570] ./client/src/scripts/sys/admin/routes.jsx 2.99 kB {3} [built] [INFO] [571] ./client/src/scripts/sys/admin/tables.jsx 4.68 kB {3} [built] [1 warning] [INFO] [572] ./client/src/scripts/sys/admin/page-content.jsx 2.76 kB {3} [built] [INFO] [573] ./client/src/scripts/sys/admin/tables/admunits.jsx 16 kB {3} [built] [1 warning] [INFO] [574] ./client/src/scripts/commons/crud.js 5.02 kB {3} [built] [INFO] [575] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.45 kB {3} [built] [INFO] [576] ./client/src/scripts/sys/admin/tables/sources.jsx 3.71 kB {3} [built] [INFO] [577] ./client/src/scripts/sys/admin/tables/units.jsx 7.87 kB {3} [built] [1 warning] [INFO] [578] ./client/src/scripts/sys/crud-view.jsx 13.9 kB {3} [built] [INFO] [579] ./client/src/scripts/sys/crud-card.jsx 7.65 kB {3} [built] [1 warning] [INFO] [580] ./client/src/scripts/sys/admin/tables/substances.jsx 6.52 kB {3} [built] [INFO] [581] ./client/src/scripts/sys/admin/tables/products.jsx 5.26 kB {3} [built] [1 warning] [INFO] [582] ./client/src/scripts/sys/admin/tables/regimens.jsx 4.78 kB {3} [built] [INFO] [583] ./client/src/scripts/sys/admin/tables/tags.jsx 6.94 kB {3} [built] [1 warning] [INFO] [584] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.39 kB {3} [built] [INFO] [585] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 9.24 kB {3} [built] [INFO] [586] ./client/src/scripts/sys/admin/tables/users-ws.jsx 5.1 kB {3} [built] [1 warning] [INFO] [587] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.23 kB {3} [built] [INFO] [588] ./client/src/scripts/sys/admin/reports.jsx 3.46 kB {3} [built] [INFO] [589] ./client/src/scripts/sys/admin/reports/usersessions.jsx 9.99 kB {3} [built] [INFO] [590] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 6.02 kB {3} [built] [INFO] [591] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 10.8 kB {3} [built] [INFO] [592] ./client/src/scripts/sys/admin/settings.jsx 2.99 kB {3} [built] [INFO] [593] ./client/src/scripts/sys/admin/settings/sys-config.jsx 5.83 kB {3} [built] [1 warning] [INFO] [594] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.16 kB {3} [built] [INFO] [595] ./client/src/scripts/sys/crud/index.js 1.36 kB {3} [built] [INFO] [596] ./client/src/scripts/sys/crud/crud-table.jsx 5.79 kB {3} [built] [INFO] chunk {4} vendor.0970951cf79d3c3df71f.js (vendor) 1.29 MB [rendered] [INFO] [0] multi vendor 64 bytes {4} [built] [INFO] [17] ./~/react/react.js 56 bytes {4} [built] [INFO] [18] ./~/react/lib/React.js 1.49 kB {4} [built] [INFO] [19] ./~/react/lib/ReactDOM.js 3.71 kB {4} [built] [INFO] [20] ./~/react/lib/ReactCurrentOwner.js 653 bytes {4} [built] [INFO] [21] ./~/react/lib/ReactDOMTextComponent.js 4.32 kB {4} [built] [INFO] [22] ./~/react/lib/DOMChildrenOperations.js 5 kB {4} [built] [INFO] [23] ./~/react/lib/Danger.js 6.96 kB {4} [built] [INFO] [24] ./~/fbjs/lib/ExecutionEnvironment.js 1.09 kB {4} [built] [INFO] [25] ./~/fbjs/lib/createNodesFromMarkup.js 2.71 kB {4} [built] [INFO] [26] ./~/fbjs/lib/createArrayFromMixed.js 2.36 kB {4} [built] [INFO] [27] ./~/fbjs/lib/toArray.js 1.98 kB {4} [built] [INFO] [28] ./~/fbjs/lib/invariant.js 1.51 kB {4} [built] [INFO] [29] ./~/fbjs/lib/getMarkupWrap.js 3.06 kB {4} [built] [INFO] [30] ./~/fbjs/lib/emptyFunction.js 1.09 kB {4} [built] [INFO] [31] ./~/react/lib/ReactMultiChildUpdateTypes.js 861 bytes {4} [built] [INFO] [32] ./~/fbjs/lib/keyMirror.js 1.27 kB {4} [built] [INFO] [33] ./~/react/lib/ReactPerf.js 2.51 kB {4} [built] [INFO] [34] ./~/react/lib/setInnerHTML.js 3.35 kB {4} [built] [INFO] [35] ./~/react/lib/setTextContent.js 1.2 kB {4} [built] [INFO] [36] ./~/react/lib/escapeTextContentForBrowser.js 849 bytes {4} [built] [INFO] [37] ./~/react/lib/DOMPropertyOperations.js 7.88 kB {4} [built] [INFO] [38] ./~/react/lib/DOMProperty.js 9.57 kB {4} [built] [INFO] [39] ./~/react/lib/quoteAttributeValueForBrowser.js 746 bytes {4} [built] [INFO] [40] ./~/fbjs/lib/warning.js 1.77 kB {4} [built] [INFO] [41] ./~/react/lib/ReactComponentBrowserEnvironment.js 1.26 kB {4} [built] [INFO] [42] ./~/react/lib/ReactDOMIDOperations.js 3.29 kB {4} [built] [INFO] [43] ./~/react/lib/ReactMount.js 36.8 kB {4} [built] [INFO] [44] ./~/react/lib/ReactBrowserEventEmitter.js 12.4 kB {4} [built] [INFO] [45] ./~/react/lib/EventConstants.js 2.04 kB {4} [built] [INFO] [46] ./~/react/lib/EventPluginHub.js 9.22 kB {4} [built] [INFO] [47] ./~/react/lib/EventPluginRegistry.js 8.41 kB {4} [built] [INFO] [48] ./~/react/lib/EventPluginUtils.js 6.79 kB {4} [built] [INFO] [49] ./~/react/lib/ReactErrorUtils.js 2.27 kB {4} [built] [INFO] [50] ./~/react/lib/accumulateInto.js 1.74 kB {4} [built] [INFO] [51] ./~/react/lib/forEachAccumulated.js 893 bytes {4} [built] [INFO] [52] ./~/react/lib/ReactEventEmitterMixin.js 1.3 kB {4} [built] [INFO] [53] ./~/react/lib/ViewportMetrics.js 638 bytes {4} [built] [INFO] [54] ./~/react/lib/Object.assign.js 1.26 kB {4} [built] [INFO] [55] ./~/react/lib/isEventSupported.js 1.97 kB {4} [built] [INFO] [56] ./~/react/lib/ReactDOMFeatureFlags.js 458 bytes {4} [built] [INFO] [57] ./~/react/lib/ReactElement.js 8.07 kB {4} [built] [INFO] [58] ./~/react/lib/canDefineProperty.js 629 bytes {4} [built] [INFO] [59] ./~/react/lib/ReactEmptyComponentRegistry.js 1.38 kB {4} [built] [INFO] [60] ./~/react/lib/ReactInstanceHandles.js 10.6 kB {4} [built] [INFO] [61] ./~/react/lib/ReactRootIndex.js 723 bytes {4} [built] [INFO] [62] ./~/react/lib/ReactInstanceMap.js 1.25 kB {4} [built] [INFO] [63] ./~/react/lib/ReactMarkupChecksum.js 1.39 kB {4} [built] [INFO] [64] ./~/react/lib/adler32.js 1.2 kB {4} [built] [INFO] [65] ./~/react/lib/ReactReconciler.js 3.55 kB {4} [built] [INFO] [66] ./~/react/lib/ReactRef.js 2.34 kB {4} [built] [INFO] [67] ./~/react/lib/ReactOwner.js 3.45 kB {4} [built] [INFO] [68] ./~/react/lib/ReactUpdateQueue.js 10.9 kB {4} [built] [INFO] [69] ./~/react/lib/ReactUpdates.js 8.54 kB {4} [built] [INFO] [70] ./~/react/lib/CallbackQueue.js 2.44 kB {4} [built] [INFO] [71] ./~/react/lib/PooledClass.js 3.55 kB {4} [built] [INFO] [72] ./~/react/lib/Transaction.js 9.55 kB {4} [built] [INFO] [73] ./~/fbjs/lib/emptyObject.js 482 bytes {4} [built] [INFO] [74] ./~/fbjs/lib/containsNode.js 1.43 kB {4} [built] [INFO] [75] ./~/fbjs/lib/isTextNode.js 628 bytes {4} [built] [INFO] [76] ./~/fbjs/lib/isNode.js 712 bytes {4} [built] [INFO] [77] ./~/react/lib/instantiateReactComponent.js 4.52 kB {4} [built] [INFO] [78] ./~/react/lib/ReactCompositeComponent.js 27.5 kB {4} [built] [INFO] [79] ./~/react/lib/ReactComponentEnvironment.js 1.67 kB {4} [built] [INFO] [80] ./~/react/lib/ReactPropTypeLocations.js 549 bytes {4} [built] [INFO] [81] ./~/react/lib/ReactPropTypeLocationNames.js 611 bytes {4} [built] [INFO] [82] ./~/react/lib/shouldUpdateReactComponent.js 1.49 kB {4} [built] [INFO] [83] ./~/react/lib/ReactEmptyComponent.js 1.8 kB {4} [built] [INFO] [84] ./~/react/lib/ReactNativeComponent.js 3.02 kB {4} [built] [INFO] [85] ./~/react/lib/validateDOMNesting.js 13.1 kB {4} [built] [INFO] [86] ./~/react/lib/ReactDefaultInjection.js 3.99 kB {4} [built] [INFO] [87] ./~/react/lib/BeforeInputEventPlugin.js 14.9 kB {4} [built] [INFO] [88] ./~/react/lib/EventPropagators.js 5.22 kB {4} [built] [INFO] [89] ./~/react/lib/FallbackCompositionState.js 2.49 kB {4} [built] [INFO] [90] ./~/react/lib/getTextContentAccessor.js 994 bytes {4} [built] [INFO] [91] ./~/react/lib/SyntheticCompositionEvent.js 1.16 kB {4} [built] [INFO] [92] ./~/react/lib/SyntheticEvent.js 5.79 kB {4} [built] [INFO] [93] ./~/react/lib/SyntheticInputEvent.js 1.15 kB {4} [built] [INFO] [94] ./~/fbjs/lib/keyOf.js 1.11 kB {4} [built] [INFO] [95] ./~/react/lib/ChangeEventPlugin.js 11.5 kB {4} [built] [INFO] [96] ./~/react/lib/getEventTarget.js 930 bytes {4} [built] [INFO] [97] ./~/react/lib/isTextInputElement.js 1.03 kB {4} [built] [INFO] [98] ./~/react/lib/ClientReactRootIndex.js 551 bytes {4} [built] [INFO] [99] ./~/react/lib/DefaultEventPluginOrder.js 1.26 kB {4} [built] [INFO] [100] ./~/react/lib/EnterLeaveEventPlugin.js 3.9 kB {4} [built] [INFO] [101] ./~/react/lib/SyntheticMouseEvent.js 2.2 kB {4} [built] [INFO] [102] ./~/react/lib/SyntheticUIEvent.js 1.64 kB {4} [built] [INFO] [103] ./~/react/lib/getEventModifierState.js 1.3 kB {4} [built] [INFO] [104] ./~/react/lib/HTMLDOMPropertyConfig.js 7.63 kB {4} [built] [INFO] [105] ./~/react/lib/ReactBrowserComponentMixin.js 1.15 kB {4} [built] [INFO] [106] ./~/react/lib/findDOMNode.js 2.17 kB {4} [built] [INFO] [107] ./~/react/lib/ReactDefaultBatchingStrategy.js 1.92 kB {4} [built] [INFO] [108] ./~/react/lib/ReactDOMComponent.js 36.9 kB {4} [built] [INFO] [109] ./~/react/lib/AutoFocusUtils.js 816 bytes {4} [built] [INFO] [110] ./~/fbjs/lib/focusNode.js 725 bytes {4} [built] [INFO] [111] ./~/react/lib/CSSPropertyOperations.js 5.71 kB {4} [built] [INFO] [112] ./~/react/lib/CSSProperty.js 3.5 kB {4} [built] [INFO] [113] ./~/fbjs/lib/camelizeStyleName.js 1.03 kB {4} [built] [INFO] [114] ./~/fbjs/lib/camelize.js 729 bytes {4} [built] [INFO] [115] ./~/react/lib/dangerousStyleValue.js 1.93 kB {4} [built] [INFO] [116] ./~/fbjs/lib/hyphenateStyleName.js 1 kB {4} [built] [INFO] [117] ./~/fbjs/lib/hyphenate.js 822 bytes {4} [built] [INFO] [118] ./~/fbjs/lib/memoizeStringOnly.js 778 bytes {4} [built] [INFO] [119] ./~/react/lib/ReactDOMButton.js 1.15 kB {4} [built] [INFO] [120] ./~/react/lib/ReactDOMInput.js 5.74 kB {4} [built] [INFO] [121] ./~/react/lib/LinkedValueUtils.js 5.18 kB {4} [built] [INFO] [122] ./~/react/lib/ReactPropTypes.js 12.3 kB {4} [built] [INFO] [123] ./~/react/lib/getIteratorFn.js 1.17 kB {4} [built] [INFO] [124] ./~/react/lib/ReactDOMOption.js 2.82 kB {4} [built] [INFO] [125] ./~/react/lib/ReactChildren.js 5.83 kB {4} [built] [INFO] [126] ./~/react/lib/traverseAllChildren.js 6.9 kB {4} [built] [INFO] [127] ./~/react/lib/ReactDOMSelect.js 6.11 kB {4} [built] [INFO] [128] ./~/react/lib/ReactDOMTextarea.js 4.35 kB {4} [built] [INFO] [129] ./~/react/lib/ReactMultiChild.js 14.7 kB {4} [built] [INFO] [130] ./~/react/lib/ReactChildReconciler.js 4.52 kB {4} [built] [INFO] [131] ./~/react/lib/flattenChildren.js 1.65 kB {4} [built] [INFO] [132] ./~/fbjs/lib/shallowEqual.js 1.28 kB {4} [built] [INFO] [133] ./~/react/lib/ReactEventListener.js 7.51 kB {4} [built] [INFO] [134] ./~/fbjs/lib/EventListener.js 2.65 kB {4} [built] [INFO] [135] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.09 kB {4} [built] [INFO] [136] ./~/react/lib/ReactInjection.js 1.37 kB {4} [built] [INFO] [137] ./~/react/lib/ReactClass.js 27.8 kB {4} [built] [INFO] [138] ./~/react/lib/ReactComponent.js 5.04 kB {4} [built] [INFO] [139] ./~/react/lib/ReactNoopUpdateQueue.js 3.94 kB {4} [built] [INFO] [140] ./~/react/lib/ReactReconcileTransaction.js 4.58 kB {4} [built] [INFO] [141] ./~/react/lib/ReactInputSelection.js 4.32 kB {4} [built] [INFO] [142] ./~/react/lib/ReactDOMSelection.js 6.83 kB {4} [built] [INFO] [143] ./~/react/lib/getNodeForCharacterOffset.js 1.66 kB {4} [built] [INFO] [144] ./~/fbjs/lib/getActiveElement.js 924 bytes {4} [built] [INFO] [145] ./~/react/lib/SelectEventPlugin.js 6.71 kB {4} [built] [INFO] [146] ./~/react/lib/ServerReactRootIndex.js 868 bytes {4} [built] [INFO] [147] ./~/react/lib/SimpleEventPlugin.js 17.4 kB {4} [built] [INFO] [148] ./~/react/lib/SyntheticClipboardEvent.js 1.23 kB {4} [built] [INFO] [149] ./~/react/lib/SyntheticFocusEvent.js 1.12 kB {4} [built] [INFO] [150] ./~/react/lib/SyntheticKeyboardEvent.js 2.76 kB {4} [built] [INFO] [151] ./~/react/lib/getEventCharCode.js 1.56 kB {4} [built] [INFO] [152] ./~/react/lib/getEventKey.js 2.93 kB {4} [built] [INFO] [153] ./~/react/lib/SyntheticDragEvent.js 1.13 kB {4} [built] [INFO] [154] ./~/react/lib/SyntheticTouchEvent.js 1.33 kB {4} [built] [INFO] [155] ./~/react/lib/SyntheticWheelEvent.js 1.99 kB {4} [built] [INFO] [156] ./~/react/lib/SVGDOMPropertyConfig.js 3.8 kB {4} [built] [INFO] [157] ./~/react/lib/ReactVersion.js 379 bytes {4} [built] [INFO] [158] ./~/react/lib/renderSubtreeIntoContainer.js 463 bytes {4} [built] [INFO] [159] ./~/react/lib/ReactDOMServer.js 766 bytes {4} [built] [INFO] [160] ./~/react/lib/ReactServerRendering.js 3.3 kB {4} [built] [INFO] [161] ./~/react/lib/ReactServerBatchingStrategy.js 673 bytes {4} [built] [INFO] [162] ./~/react/lib/ReactServerRenderingTransaction.js 2.3 kB {4} [built] [INFO] [163] ./~/react/lib/ReactIsomorphic.js 2.05 kB {4} [built] [INFO] [164] ./~/react/lib/ReactDOMFactories.js 3.36 kB {4} [built] [INFO] [165] ./~/react/lib/ReactElementValidator.js 10.8 kB {4} [built] [INFO] [166] ./~/fbjs/lib/mapObject.js 1.47 kB {4} [built] [INFO] [167] ./~/react/lib/onlyChild.js 1.21 kB {4} [built] [INFO] [168] ./~/react/lib/deprecated.js 1.77 kB {4} [built] [INFO] [169] ./~/react-dom/index.js 63 bytes {4} [built] [INFO] [173] ./~/react-bootstrap/lib/index.js 9.74 kB {4} [built] [INFO] [174] ./~/babel-runtime/helpers/interop-require-default.js 148 bytes {4} [built] [INFO] [175] ./~/babel-runtime/helpers/interop-require-wildcard.js 366 bytes {4} [built] [INFO] [176] ./~/react-bootstrap/lib/utils/childrenValueInputValidation.js 774 bytes {4} [built] [INFO] [177] ./~/react-prop-types/lib/singlePropFrom.js 1.06 kB {4} [built] [INFO] [178] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [179] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 3.89 kB {4} [built] [INFO] [180] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 4.86 kB {4} [built] [INFO] [181] ./~/babel-runtime/helpers/extends.js 428 bytes {4} [built] [INFO] [182] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built] [INFO] [183] ./~/core-js/library/fn/object/assign.js 107 bytes {4} [built] [INFO] [184] ./~/core-js/library/modules/es6.object.assign.js 161 bytes {4} [built] [INFO] [185] ./~/core-js/library/modules/$.export.js 1.73 kB {4} [built] [INFO] [186] ./~/core-js/library/modules/$.global.js 322 bytes {4} [built] [INFO] [187] ./~/core-js/library/modules/$.core.js 117 bytes {4} [built] [INFO] [188] ./~/core-js/library/modules/$.ctx.js 506 bytes {4} [built] [INFO] [189] ./~/core-js/library/modules/$.a-function.js 120 bytes {4} [built] [INFO] [190] ./~/core-js/library/modules/$.object-assign.js 1.09 kB {4} [built] [INFO] [191] ./~/core-js/library/modules/$.js 417 bytes {4} [built] [INFO] [192] ./~/core-js/library/modules/$.to-object.js 130 bytes {4} [built] [INFO] [193] ./~/core-js/library/modules/$.defined.js 157 bytes {4} [built] [INFO] [194] ./~/core-js/library/modules/$.iobject.js 237 bytes {4} [built] [INFO] [195] ./~/core-js/library/modules/$.cof.js 103 bytes {4} [built] [INFO] [196] ./~/core-js/library/modules/$.fails.js 99 bytes {4} [built] [INFO] [197] ./~/react-bootstrap/lib/styleMaps.js 1.21 kB {4} [built] [INFO] [198] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built] [INFO] [199] ./~/core-js/library/fn/object/create.js 103 bytes {4} [built] [INFO] [200] ./~/babel-runtime/core-js/object/keys.js 92 bytes {4} [built] [INFO] [201] ./~/core-js/library/fn/object/keys.js 103 bytes {4} [built] [INFO] [202] ./~/core-js/library/modules/es6.object.keys.js 189 bytes {4} [built] [INFO] [203] ./~/core-js/library/modules/$.object-sap.js 371 bytes {4} [built] [INFO] [204] ./~/invariant/browser.js 1.52 kB {4} [built] [INFO] [205] ./~/warning/browser.js 1.81 kB {4} [built] [INFO] [206] ./~/react-bootstrap/lib/Accordion.js 738 bytes {4} [built] [INFO] [207] ./~/react-bootstrap/lib/PanelGroup.js 3.23 kB {4} [built] [INFO] [208] ./~/babel-runtime/helpers/object-without-properties.js 283 bytes {4} [built] [INFO] [209] ./~/classnames/index.js 1.1 kB {4} [built] [INFO] [210] ./~/react-bootstrap/lib/Alert.js 2.66 kB {4} [built] [INFO] [211] ./~/react-bootstrap/lib/Badge.js 1.74 kB {4} [built] [INFO] [212] ./~/react-bootstrap/lib/Breadcrumb.js 1.86 kB {4} [built] [INFO] [213] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.64 kB {4} [built] [INFO] [214] ./~/react-bootstrap/lib/SafeAnchor.js 1.76 kB {4} [built] [INFO] [215] ./~/babel-runtime/helpers/inherits.js 780 bytes {4} [built] [INFO] [216] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built] [INFO] [217] ./~/core-js/library/fn/object/set-prototype-of.js 125 bytes {4} [built] [INFO] [218] ./~/core-js/library/modules/es6.object.set-prototype-of.js 159 bytes {4} [built] [INFO] [219] ./~/core-js/library/modules/$.set-proto.js 914 bytes {4} [built] [INFO] [220] ./~/core-js/library/modules/$.is-object.js 107 bytes {4} [built] [INFO] [221] ./~/core-js/library/modules/$.an-object.js 150 bytes {4} [built] [INFO] [222] ./~/babel-runtime/helpers/class-call-check.js 211 bytes {4} [built] [INFO] [223] ./~/react-bootstrap/lib/Button.js 3.88 kB {4} [built] [INFO] [224] ./~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [225] ./~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [226] ./~/react-bootstrap/lib/ButtonGroup.js 2.4 kB {4} [built] [INFO] [227] ./~/react-prop-types/lib/all.js 949 bytes {4} [built] [INFO] [228] ./~/react-bootstrap/lib/ButtonInput.js 2.55 kB {4} [built] [INFO] [229] ./~/react-bootstrap/lib/FormGroup.js 2.09 kB {4} [built] [INFO] [230] ./~/react-bootstrap/lib/InputBase.js 9.05 kB {4} [built] [INFO] [231] ./~/react-bootstrap/lib/Glyphicon.js 1.56 kB {4} [built] [INFO] [232] ./~/react-bootstrap/lib/ButtonToolbar.js 1.29 kB {4} [built] [INFO] [233] ./~/react-bootstrap/lib/Carousel.js 9.54 kB {4} [built] [INFO] [234] ./~/react-bootstrap/lib/CarouselCaption.js 1.29 kB {4} [built] [INFO] [235] ./~/react-bootstrap/lib/CarouselItem.js 3.48 kB {4} [built] [INFO] [236] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built] [INFO] [237] ./~/react-bootstrap/lib/Clearfix.js 2.47 kB {4} [built] [INFO] [238] ./~/react-bootstrap/lib/Col.js 6.13 kB {4} [built] [INFO] [239] ./~/react-bootstrap/lib/CollapsibleNav.js 3.62 kB {4} [built] [INFO] [240] ./~/react-bootstrap/lib/Collapse.js 7.75 kB {4} [built] [INFO] [241] ./~/dom-helpers/style/index.js 787 bytes {4} [built] [INFO] [242] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built] [INFO] [243] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built] [INFO] [244] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built] [INFO] [245] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built] [INFO] [246] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built] [INFO] [247] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built] [INFO] [248] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built] [INFO] [249] ./~/react-overlays/lib/Transition.js 11 kB {4} [built] [INFO] [250] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built] [INFO] [251] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [252] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [253] ./~/react-prop-types/lib/deprecated.js 840 bytes {4} [built] [INFO] [254] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.04 kB {4} [built] [INFO] [255] ./~/react-bootstrap/lib/Dropdown.js 11.5 kB {4} [built] [INFO] [256] ./~/dom-helpers/activeElement.js 484 bytes {4} [built] [INFO] [257] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built] [INFO] [258] ./~/dom-helpers/query/contains.js 574 bytes {4} [built] [INFO] [259] ./~/keycode/index.js 2.74 kB {4} [built] [INFO] [260] ./~/lodash-compat/collection/find.js 1.93 kB {4} [built] [INFO] [261] ./~/lodash-compat/internal/baseEach.js 489 bytes {4} [built] [INFO] [262] ./~/lodash-compat/internal/baseForOwn.js 475 bytes {4} [built] [INFO] [263] ./~/lodash-compat/internal/baseFor.js 608 bytes {4} [built] [INFO] [264] ./~/lodash-compat/internal/createBaseFor.js 709 bytes {4} [built] [INFO] [265] ./~/lodash-compat/internal/toObject.js 627 bytes {4} [built] [INFO] [266] ./~/lodash-compat/lang/isObject.js 732 bytes {4} [built] [INFO] [267] ./~/lodash-compat/lang/isString.js 889 bytes {4} [built] [INFO] [268] ./~/lodash-compat/internal/isObjectLike.js 289 bytes {4} [built] [INFO] [269] ./~/lodash-compat/support.js 2.85 kB {4} [built] [INFO] [270] ./~/lodash-compat/object/keys.js 1.36 kB {4} [built] [INFO] [271] ./~/lodash-compat/internal/getNative.js 456 bytes {4} [built] [INFO] [272] ./~/lodash-compat/lang/isNative.js 1.38 kB {4} [built] [INFO] [273] ./~/lodash-compat/lang/isFunction.js 1.06 kB {4} [built] [INFO] [274] ./~/lodash-compat/internal/isHostObject.js 631 bytes {4} [built] [INFO] [275] ./~/lodash-compat/internal/isArrayLike.js 372 bytes {4} [built] [INFO] [276] ./~/lodash-compat/internal/getLength.js 440 bytes {4} [built] [INFO] [277] ./~/lodash-compat/internal/baseProperty.js 400 bytes {4} [built] [INFO] [278] ./~/lodash-compat/internal/isLength.js 644 bytes {4} [built] [INFO] [279] ./~/lodash-compat/internal/shimKeys.js 1.21 kB {4} [built] [INFO] [280] ./~/lodash-compat/lang/isArguments.js 963 bytes {4} [built] [INFO] [281] ./~/lodash-compat/lang/isArray.js 1.16 kB {4} [built] [INFO] [282] ./~/lodash-compat/internal/isIndex.js 778 bytes {4} [built] [INFO] [283] ./~/lodash-compat/object/keysIn.js 4.58 kB {4} [built] [INFO] [284] ./~/lodash-compat/internal/arrayEach.js 534 bytes {4} [built] [INFO] [285] ./~/lodash-compat/internal/createBaseEach.js 913 bytes {4} [built] [INFO] [286] ./~/lodash-compat/internal/createFind.js 843 bytes {4} [built] [INFO] [287] ./~/lodash-compat/internal/baseCallback.js 1.06 kB {4} [built] [INFO] [288] ./~/lodash-compat/internal/baseMatches.js 847 bytes {4} [built] [INFO] [289] ./~/lodash-compat/internal/baseIsMatch.js 1.46 kB {4} [built] [INFO] [290] ./~/lodash-compat/internal/baseIsEqual.js 1.09 kB {4} [built] [INFO] [291] ./~/lodash-compat/internal/baseIsEqualDeep.js 3.44 kB {4} [built] [INFO] [292] ./~/lodash-compat/internal/equalArrays.js 1.8 kB {4} [built] [INFO] [293] ./~/lodash-compat/internal/arraySome.js 591 bytes {4} [built] [INFO] [294] ./~/lodash-compat/internal/equalByTag.js 1.58 kB {4} [built] [INFO] [295] ./~/lodash-compat/internal/equalObjects.js 2.37 kB {4} [built] [INFO] [296] ./~/lodash-compat/lang/isTypedArray.js 2.5 kB {4} [built] [INFO] [297] ./~/lodash-compat/internal/getMatchData.js 523 bytes {4} [built] [INFO] [298] ./~/lodash-compat/internal/isStrictComparable.js 420 bytes {4} [built] [INFO] [299] ./~/lodash-compat/object/pairs.js 800 bytes {4} [built] [INFO] [300] ./~/lodash-compat/internal/baseMatchesProperty.js 1.4 kB {4} [built] [INFO] [301] ./~/lodash-compat/internal/baseGet.js 779 bytes {4} [built] [INFO] [302] ./~/lodash-compat/internal/baseSlice.js 832 bytes {4} [built] [INFO] [303] ./~/lodash-compat/internal/isKey.js 848 bytes {4} [built] [INFO] [304] ./~/lodash-compat/array/last.js 377 bytes {4} [built] [INFO] [305] ./~/lodash-compat/internal/toPath.js 806 bytes {4} [built] [INFO] [306] ./~/lodash-compat/internal/baseToString.js 329 bytes {4} [built] [INFO] [307] ./~/lodash-compat/internal/bindCallback.js 1.22 kB {4} [built] [INFO] [308] ./~/lodash-compat/utility/identity.js 355 bytes {4} [built] [INFO] [309] ./~/lodash-compat/utility/property.js 799 bytes {4} [built] [INFO] [310] ./~/lodash-compat/internal/basePropertyDeep.js 476 bytes {4} [built] [INFO] [311] ./~/lodash-compat/internal/baseFind.js 927 bytes {4} [built] [INFO] [312] ./~/lodash-compat/internal/baseFindIndex.js 709 bytes {4} [built] [INFO] [313] ./~/lodash-compat/object/omit.js 1.6 kB {4} [built] [INFO] [314] ./~/lodash-compat/internal/arrayMap.js 553 bytes {4} [built] [INFO] [315] ./~/lodash-compat/internal/baseDifference.js 1.36 kB {4} [built] [INFO] [316] ./~/lodash-compat/internal/baseIndexOf.js 678 bytes {4} [built] [INFO] [317] ./~/lodash-compat/internal/indexOfNaN.js 657 bytes {4} [built] [INFO] [318] ./~/lodash-compat/internal/cacheIndexOf.js 586 bytes {4} [built] [INFO] [319] ./~/lodash-compat/internal/createCache.js 650 bytes {4} [built] [INFO] [320] ./~/lodash-compat/internal/SetCache.js 706 bytes {4} [built] [INFO] [321] ./~/lodash-compat/internal/cachePush.js 379 bytes {4} [built] [INFO] [322] ./~/lodash-compat/internal/baseFlatten.js 1.29 kB {4} [built] [INFO] [323] ./~/lodash-compat/internal/arrayPush.js 437 bytes {4} [built] [INFO] [324] ./~/lodash-compat/internal/pickByArray.js 611 bytes {4} [built] [INFO] [325] ./~/lodash-compat/internal/pickByCallback.js 573 bytes {4} [built] [INFO] [326] ./~/lodash-compat/internal/baseForIn.js 478 bytes {4} [built] [INFO] [327] ./~/lodash-compat/function/restParam.js 1.9 kB {4} [built] [INFO] [328] ./~/react-prop-types/lib/isRequiredForA11y.js 499 bytes {4} [built] [INFO] [329] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [330] ./~/uncontrollable/createUncontrollable.js 5.39 kB {4} [built] [INFO] [331] ./~/uncontrollable/utils.js 3.74 kB {4} [built] [INFO] [332] ./~/react-bootstrap/lib/DropdownMenu.js 6.09 kB {4} [built] [INFO] [333] ./~/react-overlays/lib/RootCloseWrapper.js 5.83 kB {4} [built] [INFO] [334] ./~/react-overlays/lib/utils/addEventListener.js 682 bytes {4} [built] [INFO] [335] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [336] ./~/react-overlays/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [337] ./~/react-overlays/lib/utils/ownerDocument.js 582 bytes {4} [built] [INFO] [338] ./~/react-bootstrap/lib/DropdownToggle.js 2.29 kB {4} [built] [INFO] [339] ./~/react-bootstrap/lib/utils/CustomPropTypes.js 2.35 kB {4} [built] [INFO] [340] ./~/react-bootstrap/lib/utils/childrenToArray.js 604 bytes {4} [built] [INFO] [341] ./~/react-bootstrap/lib/DropdownButton.js 3.14 kB {4} [built] [INFO] [342] ./~/lodash-compat/object/pick.js 1.51 kB {4} [built] [INFO] [343] ./~/react-bootstrap/lib/Grid.js 1.54 kB {4} [built] [INFO] [344] ./~/react-bootstrap/lib/Image.js 1.5 kB {4} [built] [INFO] [345] ./~/react-bootstrap/lib/Input.js 1.5 kB {4} [built] [INFO] [346] ./~/react-bootstrap/lib/FormControls/index.js 266 bytes {4} [built] [INFO] [347] ./~/react-bootstrap/lib/FormControls/Static.js 2.37 kB {4} [built] [INFO] [348] ./~/react-bootstrap/lib/Interpolate.js 2.54 kB {4} [built] [INFO] [349] ./~/react-bootstrap/lib/Jumbotron.js 1.25 kB {4} [built] [INFO] [350] ./~/react-bootstrap/lib/Label.js 1.59 kB {4} [built] [INFO] [351] ./~/react-bootstrap/lib/ListGroup.js 3.71 kB {4} [built] [INFO] [352] ./~/react-bootstrap/lib/ListGroupItem.js 4.37 kB {4} [built] [INFO] [353] ./~/react-bootstrap/lib/MenuItem.js 5.14 kB {4} [built] [INFO] [354] ./~/react-bootstrap/lib/Media.js 2.37 kB {4} [built] [INFO] [355] ./~/react-bootstrap/lib/MediaHeading.js 1.47 kB {4} [built] [INFO] [356] ./~/react-bootstrap/lib/MediaBody.js 1.46 kB {4} [built] [INFO] [357] ./~/react-bootstrap/lib/MediaLeft.js 1.38 kB {4} [built] [INFO] [358] ./~/react-bootstrap/lib/MediaRight.js 1.38 kB {4} [built] [INFO] [359] ./~/react-bootstrap/lib/MediaList.js 948 bytes {4} [built] [INFO] [360] ./~/react-bootstrap/lib/MediaListItem.js 955 bytes {4} [built] [INFO] [361] ./~/react-bootstrap/lib/Modal.js 10.2 kB {4} [built] [INFO] [362] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [363] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [364] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [365] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [366] ./~/react-bootstrap/lib/Fade.js 3.35 kB {4} [built] [INFO] [367] ./~/react-bootstrap/lib/ModalDialog.js 2.06 kB {4} [built] [INFO] [368] ./~/react-bootstrap/lib/ModalBody.js 1.36 kB {4} [built] [INFO] [369] ./~/react-bootstrap/lib/ModalHeader.js 3.07 kB {4} [built] [INFO] [370] ./~/react-bootstrap/lib/ModalTitle.js 1.37 kB {4} [built] [INFO] [371] ./~/react-bootstrap/lib/ModalFooter.js 1.56 kB {4} [built] [INFO] [372] ./~/react-overlays/lib/Modal.js 15.9 kB {4} [built] [INFO] [373] ./~/react-overlays/~/react-prop-types/lib/mountable.js 776 bytes {4} [built] [INFO] [374] ./~/react-overlays/~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [375] ./~/react-overlays/~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [376] ./~/react-overlays/lib/Portal.js 4.14 kB {4} [built] [INFO] [377] ./~/react-overlays/lib/utils/getContainer.js 509 bytes {4} [built] [INFO] [378] ./~/react-overlays/lib/ModalManager.js 4.64 kB {4} [built] [INFO] [379] ./~/dom-helpers/class/index.js 146 bytes {4} [built] [INFO] [380] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built] [INFO] [381] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built] [INFO] [382] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [383] ./~/react-overlays/lib/utils/isOverflowing.js 1.26 kB {4} [built] [INFO] [384] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built] [INFO] [385] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.08 kB {4} [built] [INFO] [386] ./~/react-overlays/lib/utils/addFocusListener.js 837 bytes {4} [built] [INFO] [387] ./~/react-bootstrap/lib/Nav.js 6.94 kB {4} [built] [INFO] [388] ./~/react-bootstrap/lib/Navbar.js 9.22 kB {4} [built] [INFO] [389] ./~/react-bootstrap/lib/deprecated/Navbar.js 8.76 kB {4} [built] [INFO] [390] ./~/react-bootstrap/lib/NavBrand.js 699 bytes {4} [built] [INFO] [391] ./~/react-bootstrap/lib/NavbarBrand.js 2.12 kB {4} [built] [INFO] [392] ./~/react-bootstrap/lib/NavbarHeader.js 1.44 kB {4} [built] [INFO] [393] ./~/react-bootstrap/lib/NavbarToggle.js 2.65 kB {4} [built] [INFO] [394] ./~/react-bootstrap/lib/NavbarCollapse.js 1.63 kB {4} [built] [INFO] [395] ./~/react-bootstrap/lib/NavDropdown.js 1.89 kB {4} [built] [INFO] [396] ./~/react-bootstrap/lib/NavItem.js 3.25 kB {4} [built] [INFO] [397] ./~/react-bootstrap/lib/Overlay.js 3.76 kB {4} [built] [INFO] [398] ./~/react-overlays/lib/Overlay.js 6.82 kB {4} [built] [INFO] [399] ./~/react-overlays/lib/Position.js 6.78 kB {4} [built] [INFO] [400] ./~/react-overlays/lib/utils/overlayPositionUtils.js 4.57 kB {4} [built] [INFO] [401] ./~/dom-helpers/query/offset.js 938 bytes {4} [built] [INFO] [402] ./~/dom-helpers/query/position.js 1.95 kB {4} [built] [INFO] [403] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built] [INFO] [404] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built] [INFO] [405] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built] [INFO] [406] ./~/react-bootstrap/lib/OverlayTrigger.js 9.03 kB {4} [built] [INFO] [407] ./~/react-bootstrap/lib/PageHeader.js 855 bytes {4} [built] [INFO] [408] ./~/react-bootstrap/lib/PageItem.js 2.05 kB {4} [built] [INFO] [409] ./~/react-bootstrap/lib/Pager.js 1.49 kB {4} [built] [INFO] [410] ./~/react-bootstrap/lib/Pagination.js 9.03 kB {4} [built] [INFO] [411] ./~/react-bootstrap/lib/PaginationButton.js 2.47 kB {4} [built] [INFO] [412] ./~/react-bootstrap/lib/utils/createSelectedEvent.js 433 bytes {4} [built] [INFO] [413] ./~/react-bootstrap/lib/Panel.js 7.82 kB {4} [built] [INFO] [414] ./~/react-bootstrap/lib/Popover.js 3.52 kB {4} [built] [INFO] [415] ./~/react-bootstrap/lib/ProgressBar.js 5.76 kB {4} [built] [INFO] [416] ./~/react-bootstrap/lib/ResponsiveEmbed.js 2.63 kB {4} [built] [INFO] [417] ./~/react-bootstrap/lib/Row.js 1.24 kB {4} [built] [INFO] [418] ./~/react-bootstrap/lib/SplitButton.js 3.72 kB {4} [built] [INFO] [419] ./~/react-bootstrap/lib/SplitToggle.js 1.19 kB {4} [built] [INFO] [420] ./~/react-bootstrap/lib/Tab.js 3.38 kB {4} [built] [INFO] [421] ./~/react-bootstrap/lib/Table.js 1.59 kB {4} [built] [INFO] [422] ./~/react-bootstrap/lib/Tabs.js 13.4 kB {4} [built] [INFO] [423] ./~/react-bootstrap/lib/Thumbnail.js 2.14 kB {4} [built] [INFO] [424] ./~/react-bootstrap/lib/Tooltip.js 3.17 kB {4} [built] [INFO] [425] ./~/react-bootstrap/lib/Well.js 1.53 kB {4} [built] [INFO] [475] ./~/superagent/lib/client.js 23.8 kB {4} [built] [INFO] [476] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [477] ./~/reduce-component/index.js 405 bytes {4} [built] [INFO] [478] ./~/superagent/lib/request-base.js 2.98 kB {4} [built] [INFO] [479] ./~/superagent/lib/is-object.js 207 bytes {4} [built] [INFO] [480] ./~/superagent/lib/request.js 739 bytes {4} [built] [INFO] [522] ./~/moment/moment.js 135 kB {4} [built] [INFO] [523] (webpack)/buildin/module.js 251 bytes {4} [built] [INFO] [524] ./~/moment/locale ^.\/(uk)$ 169 bytes {4} [optional] [built] [INFO] [525] ./~/moment/locale/uk.js 5.4 kB {4} [optional] [built] [INFO] [INFO] WARNING in ./client/src/scripts/core/page-not-found.jsx [INFO] Missing localization: pagenotfound [INFO] Missing localization: pagenotfound.msg [INFO] Missing localization: pagenotfound.home [INFO] [INFO] WARNING in ./client/src/scripts/sys/toolbar-content.jsx [INFO] Missing localization: action.logout [INFO] [INFO] WARNING in ./client/src/scripts/init/welcome.jsx [INFO] Missing localization: init.welcome [INFO] Missing localization: init.welcome.msg1 [INFO] Missing localization: action.continue [INFO] [INFO] WARNING in ./client/src/scripts/init/initoptions.jsx [INFO] Missing localization: init.newworkspace [INFO] Missing localization: init.initoptions.sync [INFO] Missing localization: init.initoptions.import [INFO] Missing localization: action.continue [INFO] [INFO] WARNING in ./client/src/scripts/init/newworkspace.jsx [INFO] Missing localization: validation.pwdNotSame [INFO] Missing localization: action.create [INFO] [INFO] WARNING in ./client/src/scripts/pub/login.jsx [INFO] Missing localization: login.invaliduserpwd [INFO] Missing localization: action.entering [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/details.jsx [INFO] Missing localization: cases.delete [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables.jsx [INFO] Missing localization: admin.units [INFO] [INFO] WARNING in ./client/src/scripts/init/success.jsx [INFO] Missing localization: init.ws.success [INFO] Missing localization: init.ws.gotologin [INFO] [INFO] WARNING in ./client/src/scripts/forms/form-utils.jsx [INFO] Missing localization: NotNull [INFO] [INFO] WARNING in ./client/src/scripts/commons/messages.js [INFO] Missing localization: NotValid [INFO] Missing localization: NotNull [INFO] Missing localization: NotValidPassword [INFO] Missing localization: NotValidEmail [INFO] Missing localization: validation.client.min [INFO] Missing localization: validation.client.max [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/case-data.jsx [INFO] Missing localization: DrugResistanceType.MONO_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.POLY_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.RIF_RESISTANCE [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/admunits.jsx [INFO] Missing localization: admin.adminunits.hidecs [INFO] Missing localization: admin.adminunits.showcs [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/units.jsx [INFO] Missing localization: admin.tbunits.edt [INFO] Missing localization: Laboratory.performMicroscopy [INFO] Missing localization: Laboratory.performXpert [INFO] Missing localization: Laboratory.performCulture [INFO] Missing localization: Laboratory.performDst [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/products.jsx [INFO] Missing localization: Product [INFO] Missing localization: admin.products.edt [INFO] Missing localization: Medicine.components [INFO] Missing localization: admin.meds.edt [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/users-ws.jsx [INFO] Missing localization: UserWorkspace.unit [INFO] Missing localization: UserWorkspace.administrator [INFO] Missing localization: admin.users.edt [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/tags.jsx [INFO] Missing localization: admin.tags.edt [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/new-notifform.jsx [INFO] Missing localization: DrugResistanceType.MONO_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.POLY_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.RIF_RESISTANCE [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/settings/sys-config.jsx [INFO] Missing localization: SystemConfig.ulaActive [INFO] Missing localization: Unit [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/contacts.jsx [INFO] Missing localization: TbContact.dateOfExamination [INFO] [INFO] WARNING in ./client/src/scripts/sys/crud-card.jsx [INFO] Missing localization: action.go [INFO] [INFO] WARNING in app.5f93b294515f427ae600.js from UglifyJs [INFO] Condition always false [app.5f93b294515f427ae600.js:151,8] [INFO] Dropping unreachable code [app.5f93b294515f427ae600.js:152,5] [INFO] Side effects in initialization of unused variable App [app.5f93b294515f427ae600.js:116,5] [INFO] Side effects in initialization of unused variable APP_INIT [app.5f93b294515f427ae600.js:1153,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.5f93b294515f427ae600.js:1154,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.5f93b294515f427ae600.js:1155,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.5f93b294515f427ae600.js:1156,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.5f93b294515f427ae600.js:1157,5] [INFO] Side effects in initialization of unused variable ERROR [app.5f93b294515f427ae600.js:1158,5] [INFO] Side effects in initialization of unused variable TB_SET [app.5f93b294515f427ae600.js:1161,5] [INFO] Side effects in initialization of unused variable TB_CLEAR [app.5f93b294515f427ae600.js:1162,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.5f93b294515f427ae600.js:1165,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.5f93b294515f427ae600.js:1166,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.5f93b294515f427ae600.js:1169,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.5f93b294515f427ae600.js:1170,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.5f93b294515f427ae600.js:1171,5] [INFO] Condition always true [app.5f93b294515f427ae600.js:1613,5] [INFO] Condition always false [app.5f93b294515f427ae600.js:2184,7] [INFO] Dropping unreachable code [app.5f93b294515f427ae600.js:2185,4] [INFO] Condition always false [app.5f93b294515f427ae600.js:2291,4] [INFO] Dropping unreachable code [app.5f93b294515f427ae600.js:2293,2] [INFO] Side effects in initialization of unused variable update [app.5f93b294515f427ae600.js:2288,5] [INFO] Condition always false [app.5f93b294515f427ae600.js:2383,4] [INFO] Dropping unreachable code [app.5f93b294515f427ae600.js:2385,2] [INFO] Side effects in initialization of unused variable update [app.5f93b294515f427ae600.js:2380,5] [INFO] Side effects in initialization of unused variable sourceMap [app.5f93b294515f427ae600.js:2699,6] [INFO] Side effects in initialization of unused variable media [app.5f93b294515f427ae600.js:2717,6] [INFO] Condition always true [app.5f93b294515f427ae600.js:2537,5] [INFO] [INFO] WARNING in 1.1.614e94a2dc4d8f944745.js from UglifyJs [INFO] Condition always false [1.1.614e94a2dc4d8f944745.js:563,9] [INFO] Dropping unreachable code [1.1.614e94a2dc4d8f944745.js:564,9] [INFO] Condition always false [1.1.614e94a2dc4d8f944745.js:593,9] [INFO] Dropping unreachable code [1.1.614e94a2dc4d8f944745.js:594,9] [INFO] [INFO] WARNING in 2.2.0d80850892ba700cf57a.js from UglifyJs [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:1051,4] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:1053,2] [INFO] Side effects in initialization of unused variable update [2.2.0d80850892ba700cf57a.js:1048,5] [INFO] Side effects in initialization of unused variable expitem [2.2.0d80850892ba700cf57a.js:1846,8] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:2722,31] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:2742,31] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:2775,31] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:2915,4] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:2917,2] [INFO] Side effects in initialization of unused variable update [2.2.0d80850892ba700cf57a.js:2912,5] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:3582,7] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:3582,14] [INFO] Declarations in unreachable code! [2.2.0d80850892ba700cf57a.js:3587,4] [INFO] Dropping unused variable schema [2.2.0d80850892ba700cf57a.js:3587,8] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:3556,8] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:3557,5] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:3915,9] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:3916,9] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:3945,9] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:3946,9] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:4210,6] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:4211,3] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:4589,8] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:4590,5] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:4799,9] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:4800,6] [INFO] Side effects in initialization of unused variable _formControl2 [2.2.0d80850892ba700cf57a.js:6870,5] [INFO] Condition always false [2.2.0d80850892ba700cf57a.js:7336,7] [INFO] Dropping unreachable code [2.2.0d80850892ba700cf57a.js:7336,14] [INFO] [INFO] WARNING in 3.3.961ff209a0945197abf3.js from UglifyJs [INFO] Condition always false [3.3.961ff209a0945197abf3.js:660,4] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:662,2] [INFO] Side effects in initialization of unused variable update [3.3.961ff209a0945197abf3.js:657,5] [INFO] Side effects in initialization of unused variable expitem [3.3.961ff209a0945197abf3.js:1451,8] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:2321,31] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:2341,31] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:2374,31] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:2512,4] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:2514,2] [INFO] Side effects in initialization of unused variable update [3.3.961ff209a0945197abf3.js:2509,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:3174,7] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:3174,14] [INFO] Declarations in unreachable code! [3.3.961ff209a0945197abf3.js:3179,4] [INFO] Dropping unused variable schema [3.3.961ff209a0945197abf3.js:3179,8] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:3148,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:3149,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:3505,9] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:3506,9] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:3535,9] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:3536,9] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:3798,6] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:3799,3] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:4175,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:4176,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:4336,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:4336,15] [INFO] Declarations in unreachable code! [3.3.961ff209a0945197abf3.js:4337,5] [INFO] Dropping unused variable DevIndex [3.3.961ff209a0945197abf3.js:4337,9] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:4851,9] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:4852,6] [INFO] Side effects in initialization of unused variable _formControl2 [3.3.961ff209a0945197abf3.js:6907,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:7371,7] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:7371,14] [INFO] Side effects in initialization of unused variable _form2 [3.3.961ff209a0945197abf3.js:9079,5] [INFO] Dropping unused variable res [3.3.961ff209a0945197abf3.js:9794,8] [INFO] Side effects in initialization of unused variable _reactBootstrap [3.3.961ff209a0945197abf3.js:10693,5] [INFO] Side effects in initialization of unused variable _index [3.3.961ff209a0945197abf3.js:10695,5] [INFO] Side effects in initialization of unused variable _app [3.3.961ff209a0945197abf3.js:10697,5] [INFO] Side effects in initialization of unused variable _app [3.3.961ff209a0945197abf3.js:10750,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:13686,4] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:13688,2] [INFO] Side effects in initialization of unused variable update [3.3.961ff209a0945197abf3.js:13683,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:14445,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:14446,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:14551,9] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:14552,6] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:14630,9] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:14631,6] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.961ff209a0945197abf3.js:14401,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:14890,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:14891,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:14945,10] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:14947,7] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:15039,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:15040,5] [INFO] Condition always false [3.3.961ff209a0945197abf3.js:15062,8] [INFO] Dropping unreachable code [3.3.961ff209a0945197abf3.js:15063,5] [INFO] Side effects in initialization of unused variable _components [3.3.961ff209a0945197abf3.js:15618,5] [INFO] Side effects in initialization of unused variable _reactDom2 [3.3.961ff209a0945197abf3.js:21464,5] [INFO] [INFO] WARNING in vendor.0970951cf79d3c3df71f.js from UglifyJs [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:238,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:238,12] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:239,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:252,5] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:263,10] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:208,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.0970951cf79d3c3df71f.js:239,7] [INFO] Dropping unused variable ieCompatibilityMode [vendor.0970951cf79d3c3df71f.js:252,9] [INFO] Dropping unused variable expectedFeatures [vendor.0970951cf79d3c3df71f.js:256,9] [INFO] Dropping unused variable i [vendor.0970951cf79d3c3df71f.js:263,14] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:382,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:383,7] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.0970951cf79d3c3df71f.js:335,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:519,26] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:630,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:635,25] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:677,55] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:684,20] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:685,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:692,59] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:694,51] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:708,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:709,16] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:710,53] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:825,19] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:842,22] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:979,87] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:981,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:983,43] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1036,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1037,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1145,19] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1283,54] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1336,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1337,7] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:1337,12] [INFO] Dropping unused variable key [vendor.0970951cf79d3c3df71f.js:1337,16] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1355,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1355,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:1356,7] [INFO] Dropping unused variable measuredFunc [vendor.0970951cf79d3c3df71f.js:1356,11] [INFO] Dropping unused variable wrapper [vendor.0970951cf79d3c3df71f.js:1357,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1620,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:1620,4] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1628,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1629,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:1629,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1696,16] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1697,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1755,16] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1756,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1794,16] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1795,7] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:1601,5] [INFO] Dropping unused variable reactProps [vendor.0970951cf79d3c3df71f.js:1629,7] [INFO] Dropping unused variable warnedProperties [vendor.0970951cf79d3c3df71f.js:1635,7] [INFO] Dropping unused variable warnUnknownProperty [vendor.0970951cf79d3c3df71f.js:1637,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1887,60] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1907,77] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1908,74] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1909,119] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1911,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1912,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:1918,13] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:1919,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2001,29] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2107,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2108,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2239,55] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2408,34] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2486,38] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2548,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2548,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:2552,5] [INFO] Dropping unused variable tag [vendor.0970951cf79d3c3df71f.js:2552,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2342,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2344,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:2344,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2660,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2661,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2720,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2722,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2736,161] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2756,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:2756,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2767,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2769,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2789,85] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2794,50] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2798,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:2798,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2823,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2826,7] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:2827,9] [INFO] Dropping unused variable rootElementSibling [vendor.0970951cf79d3c3df71f.js:2827,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2896,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:2896,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2898,161] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2911,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2912,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2920,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2921,7] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.0970951cf79d3c3df71f.js:2905,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.0970951cf79d3c3df71f.js:2909,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2937,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:2937,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:2938,7] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:2944,9] [INFO] Dropping unused variable rootElement [vendor.0970951cf79d3c3df71f.js:2938,11] [INFO] Dropping unused variable containerChild [vendor.0970951cf79d3c3df71f.js:2944,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:2999,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:3001,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3053,14] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:3053,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3057,161] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3071,13] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:3071,20] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:3076,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3093,52] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3095,13] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:3096,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3101,48] [INFO] Dropping unused variable normalizer [vendor.0970951cf79d3c3df71f.js:3076,15] [INFO] Side effects in initialization of unused variable difference [vendor.0970951cf79d3c3df71f.js:3091,13] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.0970951cf79d3c3df71f.js:2305,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.0970951cf79d3c3df71f.js:2324,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:2325,5] [INFO] Dropping unused variable rootElementsByReactRootID [vendor.0970951cf79d3c3df71f.js:2344,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3635,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:3635,4] [INFO] Side effects in initialization of unused variable valid [vendor.0970951cf79d3c3df71f.js:3634,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3679,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:3680,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3685,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:3686,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3716,42] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3831,21] [INFO] Dropping unused function validateInstanceHandle [vendor.0970951cf79d3c3df71f.js:3633,10] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:3591,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3894,28] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3898,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3902,86] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3916,79] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3944,70] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:3986,27] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4010,41] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4169,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4170,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4197,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4198,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4238,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4239,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4243,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4111,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4112,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4131,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4132,3] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:4097,5] [INFO] Dropping unused variable validateEventDispatches [vendor.0970951cf79d3c3df71f.js:4130,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4344,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4349,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:4350,5] [INFO] Dropping unused variable fakeNode [vendor.0970951cf79d3c3df71f.js:4350,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4399,22] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4744,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4749,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4859,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4861,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.0970951cf79d3c3df71f.js:4698,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:4948,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:4949,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5109,59] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5110,49] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5152,34] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5172,24] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5174,51] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5187,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5767,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5781,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5826,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:5830,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5835,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:5836,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5856,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:5856,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:5857,7] [INFO] Dropping unused variable owner [vendor.0970951cf79d3c3df71f.js:5857,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5883,42] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:5908,42] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6006,25] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6035,25] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.0970951cf79d3c3df71f.js:5810,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:5817,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6088,68] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6168,40] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6246,42] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6253,30] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6258,27] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6259,66] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6260,68] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6347,50] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6464,35] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6633,33] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6697,32] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6760,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:6761,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6951,95] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6967,14] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:6967,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6970,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:6971,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6983,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:6984,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:6990,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:6991,5] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.0970951cf79d3c3df71f.js:6916,10] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:6908,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7149,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7149,18] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7166,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7169,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7190,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7194,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7207,76] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7313,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7313,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:7314,7] [INFO] Dropping unused variable Component [vendor.0970951cf79d3c3df71f.js:7314,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7332,61] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7333,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7334,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7337,51] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7354,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7354,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:7355,7] [INFO] Dropping unused variable Component [vendor.0970951cf79d3c3df71f.js:7355,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7381,59] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7394,14] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:7394,14] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7396,14] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:7396,14] [INFO] Side effects in initialization of unused variable addendum [vendor.0970951cf79d3c3df71f.js:7390,15] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7470,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7471,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7592,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7594,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7617,117] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7631,24] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7633,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7633,16] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:7634,7] [INFO] Dropping unused variable componentName [vendor.0970951cf79d3c3df71f.js:7634,11] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.0970951cf79d3c3df71f.js:7024,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:7032,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7744,21] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7802,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7803,3] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:7855,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:7989,29] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:8042,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:8042,12] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:8055,3] [INFO] Side effects in initialization of unused variable assign [vendor.0970951cf79d3c3df71f.js:8036,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:8038,5] [INFO] Dropping unused variable specialTags [vendor.0970951cf79d3c3df71f.js:8055,7] [INFO] Dropping unused variable inScopeTags [vendor.0970951cf79d3c3df71f.js:8058,7] [INFO] Dropping unused variable buttonScopeTags [vendor.0970951cf79d3c3df71f.js:8066,7] [INFO] Dropping unused variable impliedEndTags [vendor.0970951cf79d3c3df71f.js:8069,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.0970951cf79d3c3df71f.js:8071,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.0970951cf79d3c3df71f.js:8084,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.0970951cf79d3c3df71f.js:8134,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.0970951cf79d3c3df71f.js:8219,7] [INFO] Dropping unused variable findOwnerStack [vendor.0970951cf79d3c3df71f.js:8292,7] [INFO] Dropping unused variable didWarn [vendor.0970951cf79d3c3df71f.js:8307,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:8476,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:8476,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:8477,5] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:8479,7] [INFO] Dropping unused variable url [vendor.0970951cf79d3c3df71f.js:8477,9] [INFO] Dropping unused variable ReactDefaultPerf [vendor.0970951cf79d3c3df71f.js:8479,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:8943,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:8944,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:8919,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:9315,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:9316,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:9332,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:9333,7] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:9241,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10541,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:10541,6] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.0970951cf79d3c3df71f.js:10525,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:10528,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10581,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10581,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:10582,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10597,94] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10598,12] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:10598,4] [INFO] Dropping unused variable owner [vendor.0970951cf79d3c3df71f.js:10582,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.0970951cf79d3c3df71f.js:10567,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:10572,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10765,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10765,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:10766,5] [INFO] Dropping unused variable component [vendor.0970951cf79d3c3df71f.js:10766,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10774,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10775,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10781,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10781,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:10782,5] [INFO] Dropping unused variable component [vendor.0970951cf79d3c3df71f.js:10782,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10789,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10790,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10803,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10804,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10864,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:10864,4] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10876,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10877,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10882,34] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10883,102] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10885,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10886,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10889,64] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10893,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10896,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10947,24] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10949,12] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11029,35] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11070,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11071,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:10751,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:10752,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11133,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11134,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11139,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11140,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11212,17] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11214,15] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11365,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11369,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11447,15] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11448,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11585,18] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:11585,10] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11614,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11615,9] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.0970951cf79d3c3df71f.js:10737,10] [INFO] Dropping unused function friendlyStringify [vendor.0970951cf79d3c3df71f.js:10815,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.0970951cf79d3c3df71f.js:10841,10] [INFO] Dropping unused function processChildContextDev [vendor.0970951cf79d3c3df71f.js:11034,10] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.0970951cf79d3c3df71f.js:10716,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.0970951cf79d3c3df71f.js:10720,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.0970951cf79d3c3df71f.js:10721,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:10722,5] [INFO] Dropping unused variable legacyPropsDescriptor [vendor.0970951cf79d3c3df71f.js:10750,5] [INFO] Dropping unused variable styleMutationWarning [vendor.0970951cf79d3c3df71f.js:10839,5] [INFO] Side effects in initialization of unused variable voidElementTags [vendor.0970951cf79d3c3df71f.js:11015,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11762,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11764,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:11764,3] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11838,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11839,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:11862,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:11863,9] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.0970951cf79d3c3df71f.js:11736,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:11740,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.0970951cf79d3c3df71f.js:11764,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.0970951cf79d3c3df71f.js:11767,7] [INFO] Dropping unused variable warnedStyleNames [vendor.0970951cf79d3c3df71f.js:11769,7] [INFO] Dropping unused variable warnedStyleValues [vendor.0970951cf79d3c3df71f.js:11770,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.0970951cf79d3c3df71f.js:11772,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.0970951cf79d3c3df71f.js:11781,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.0970951cf79d3c3df71f.js:11790,7] [INFO] Dropping unused variable warnValidStyle [vendor.0970951cf79d3c3df71f.js:11803,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12496,19] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12498,25] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12420,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:12421,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12546,72] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12550,65] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12555,67] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:12601,10] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:12601,10] [INFO] Side effects in initialization of unused variable addendum [vendor.0970951cf79d3c3df71f.js:12600,13] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:12533,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13087,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13088,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13135,10] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:13135,10] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:13077,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13469,13] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13470,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13485,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13490,9] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:13491,11] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13498,16] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:13498,8] [INFO] Dropping unused variable addendum [vendor.0970951cf79d3c3df71f.js:13484,11] [INFO] Dropping unused variable name [vendor.0970951cf79d3c3df71f.js:13491,15] [INFO] Side effects in initialization of unused variable childrenString [vendor.0970951cf79d3c3df71f.js:13497,11] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.0970951cf79d3c3df71f.js:13354,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:13360,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.0970951cf79d3c3df71f.js:13378,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13596,8] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:13596,8] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13598,8] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:13598,8] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13666,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13667,7] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.0970951cf79d3c3df71f.js:13570,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.0970951cf79d3c3df71f.js:13586,10] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:13553,5] [INFO] Dropping unused variable valuePropNames [vendor.0970951cf79d3c3df71f.js:13580,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13773,49] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13788,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13789,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13796,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:13797,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13799,34] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:13801,36] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:13747,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:14038,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:14039,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:14053,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:14054,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.0970951cf79d3c3df71f.js:13863,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:14371,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:14372,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:14366,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:14499,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:14500,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:14488,5] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:14653,3] [INFO] Dropping unused function handleTopLevelWithPath [vendor.0970951cf79d3c3df71f.js:14679,10] [INFO] Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [vendor.0970951cf79d3c3df71f.js:14607,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:14869,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:14870,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15032,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:15032,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15341,8] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:15341,8] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15351,51] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15356,97] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15369,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15370,42] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15417,127] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15428,15] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15431,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15452,21] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15455,22] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15468,74] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15472,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15527,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15527,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:15531,5] [INFO] Dropping unused variable componentName [vendor.0970951cf79d3c3df71f.js:15531,9] [INFO] Dropping unused variable _bind [vendor.0970951cf79d3c3df71f.js:15532,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15302,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15303,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15308,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15309,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15325,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15326,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15610,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15611,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15629,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15630,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15661,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15662,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15681,11] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15683,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15689,78] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15705,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15710,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15718,38] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15720,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15721,7] [INFO] Dropping unused function warnSetProps [vendor.0970951cf79d3c3df71f.js:15029,10] [INFO] Dropping unused function validateTypeDef [vendor.0970951cf79d3c3df71f.js:15336,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocations [vendor.0970951cf79d3c3df71f.js:14988,5] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.0970951cf79d3c3df71f.js:14989,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:14997,5] [INFO] Dropping unused variable warnedSetProps [vendor.0970951cf79d3c3df71f.js:15028,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15809,104] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15810,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15811,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15845,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15845,12] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:15846,3] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:15863,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.0970951cf79d3c3df71f.js:15764,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:15767,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.0970951cf79d3c3df71f.js:15846,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.0970951cf79d3c3df71f.js:15853,7] [INFO] Dropping unused variable fnName [vendor.0970951cf79d3c3df71f.js:15863,12] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:15892,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:15893,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:15889,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:17417,26] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18176,44] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18204,44] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18383,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:18384,3] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.0970951cf79d3c3df71f.js:18372,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18459,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:18460,5] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.0970951cf79d3c3df71f.js:18448,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18681,7] [INFO] Side effects in initialization of unused variable addenda [vendor.0970951cf79d3c3df71f.js:18680,7] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18791,57] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18796,8] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18796,8] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18803,10] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18803,10] [INFO] Side effects in initialization of unused variable addendum [vendor.0970951cf79d3c3df71f.js:18802,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18825,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18825,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18835,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:18835,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18866,9] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:18867,7] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.0970951cf79d3c3df71f.js:18637,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.0970951cf79d3c3df71f.js:18640,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:18643,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:18985,45] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:19024,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:19024,14] [INFO] Declarations in unreachable code! [vendor.0970951cf79d3c3df71f.js:19025,5] [INFO] Dropping unused variable warned [vendor.0970951cf79d3c3df71f.js:19023,7] [INFO] Dropping unused variable newFn [vendor.0970951cf79d3c3df71f.js:19025,9] [INFO] Side effects in initialization of unused variable assign [vendor.0970951cf79d3c3df71f.js:19008,5] [INFO] Side effects in initialization of unused variable warning [vendor.0970951cf79d3c3df71f.js:19009,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:19809,36] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:19922,12] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:19922,12] [INFO] Side effects in initialization of unused variable _warning2 [vendor.0970951cf79d3c3df71f.js:19788,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:20351,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:20352,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:20405,5] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:20406,3] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:20665,13] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:20671,3] [INFO] Side effects in initialization of unused variable bsStyle [vendor.0970951cf79d3c3df71f.js:21580,9] [INFO] Side effects in initialization of unused variable value [vendor.0970951cf79d3c3df71f.js:21581,9] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:23591,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:23593,10] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:24147,4] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:24147,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.0970951cf79d3c3df71f.js:24126,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.0970951cf79d3c3df71f.js:24608,5] [INFO] Side effects in initialization of unused variable valueLink [vendor.0970951cf79d3c3df71f.js:27671,13] [INFO] Side effects in initialization of unused variable checkedLink [vendor.0970951cf79d3c3df71f.js:27672,13] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:27781,7] [INFO] Dropping unreachable code [vendor.0970951cf79d3c3df71f.js:27782,5] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.0970951cf79d3c3df71f.js:27760,5] [INFO] Side effects in initialization of unused variable children [vendor.0970951cf79d3c3df71f.js:30280,9] [INFO] Side effects in initialization of unused variable children [vendor.0970951cf79d3c3df71f.js:31214,9] [INFO] Side effects in initialization of unused variable fixedTop [vendor.0970951cf79d3c3df71f.js:32729,9] [INFO] Side effects in initialization of unused variable fixedBottom [vendor.0970951cf79d3c3df71f.js:32730,9] [INFO] Side effects in initialization of unused variable staticTop [vendor.0970951cf79d3c3df71f.js:32731,9] [INFO] Side effects in initialization of unused variable inverse [vendor.0970951cf79d3c3df71f.js:32732,9] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:34443,8] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:34443,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.0970951cf79d3c3df71f.js:34242,5] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:35758,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:35758,6] [INFO] Condition always false [vendor.0970951cf79d3c3df71f.js:35759,6] [INFO] Dropping side-effect-free statement [vendor.0970951cf79d3c3df71f.js:35759,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.0970951cf79d3c3df71f.js:35737,5] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:38063,5] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:38533,6] [INFO] Condition always true [vendor.0970951cf79d3c3df71f.js:42615,5] [INFO] Child [INFO] Hash: c772e563da59f696e581 [INFO] Version: webpack 1.13.1 [INFO] Time: 116814ms [INFO] Asset Size Chunks  Chunk Names [INFO] app.303243481228942a3b20.js 422 kB 0 [emitted] app [INFO] 89889688147bd7575d6327160d64e760.svg 109 kB  [emitted] [INFO] e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2 71.9 kB  [emitted] [INFO] c8ddf1e5e5bf3682bc7bebf30f394148.woff 90.4 kB  [emitted] [INFO] 1dc35d25e61d819a9c357074014867ab.ttf 153 kB  [emitted] [INFO] d7c639084f684d66a1bc66855d193ed8.svg 392 kB  [emitted] [INFO] 25a32416abee198dd821b0b17a198a8f.eot 76.5 kB  [emitted] [INFO] 1.1.d5f31dd68f43a5260a6c.js 22 kB 1 [emitted] [INFO] 2.2.b651f999a746e21ff3b4.js 122 kB 2 [emitted] [INFO] 3.3.02d66be975a40f8b5426.js 343 kB 3 [emitted] [INFO] vendor.e6f2d981aa3358894b95.js 387 kB 4 [emitted] vendor [INFO] manifest.json 747 bytes  [emitted] [INFO] chunk {0} app.303243481228942a3b20.js (app) 468 kB {4} [rendered] [INFO] [0] ./client/src/scripts/main.js 382 bytes {0} [built] [INFO] [14] ./~/babel-core/register.js 187 bytes {0} [built] [INFO] [15] ./~/babel-register/lib/browser.js 232 bytes {0} [built] [INFO] [16] ./client/src/scripts/core/app.jsx 6.01 kB {0} [built] [INFO] [170] ./client/src/scripts/core/main-page.jsx 4.08 kB {0} [built] [INFO] [171] ./client/src/scripts/components/router.jsx 11.7 kB {0} [built] [INFO] [172] ./client/src/scripts/core/page-not-found.jsx 3.33 kB {0} [built] [1 warning] [INFO] [426] ./client/src/scripts/components/callout.jsx 2.34 kB {0} [built] [INFO] [427] ./client/src/scripts/core/toolbar.jsx 4.35 kB {0} [built] [INFO] [428] ./client/src/scripts/core/actions.js 849 bytes {0} [built] [INFO] [429] ./client/src/scripts/core/footer.jsx 3.01 kB {0} [built] [INFO] [430] ./client/src/scripts/components/wait-icon.jsx 2.9 kB {0} [built] [INFO] [431] ./client/src/scripts/core/error-view.jsx 4.45 kB {0} [built] [INFO] [432] ./client/src/scripts/init/index.js 611 bytes {0} [built] [INFO] [436] ./client/src/scripts/pub/index.js 578 bytes {0} [built] [INFO] [448] ./~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [449] ./~/style-loader/addStyles.js 7.15 kB {0} [built] [INFO] [474] ./client/src/scripts/commons/server.js 4.46 kB {0} [built] [INFO] [481] ./client/src/scripts/sys/index.js 1.16 kB {0} [built] [INFO] [482] ./client/src/scripts/sys/session.js 3.15 kB {0} [built] [INFO] [521] ./client/src/scripts/core/storage.js 3.07 kB {0} [built] [INFO] [603] ./client/src/styles/theme.css 931 bytes {0} [built] [INFO] [604] ./~/css-loader!./client/src/styles/theme.css 133 kB {0} [built] [INFO] [605] ./client/src/fonts/glyphicons-halflings-regular.eot 26.9 kB {0} [built] [INFO] [606] ./client/src/fonts/glyphicons-halflings-regular.woff2 24.1 kB {0} [built] [INFO] [607] ./client/src/fonts/glyphicons-halflings-regular.woff 31.3 kB {0} [built] [INFO] [608] ./client/src/fonts/glyphicons-halflings-regular.ttf 60.6 kB {0} [built] [INFO] [609] ./client/src/fonts/glyphicons-halflings-regular.svg 82 bytes {0} [built] [INFO] [610] ./client/src/fonts/OpenSans-Regular.woff 85 kB {0} [built] [INFO] [611] ./~/font-awesome-webpack/index.js 74 bytes {0} [built] [INFO] [612] ./~/font-awesome-webpack/~/style-loader!./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 1.11 kB {0} [built] [INFO] [613] ./~/font-awesome-webpack/~/css-loader!./~/less-loader!./~/font-awesome-webpack/font-awesome-styles.loader.js!./~/font-awesome-webpack/font-awesome.config.js 30.7 kB {0} [built] [INFO] [614] ./~/font-awesome-webpack/~/css-loader/lib/css-base.js 1.51 kB {0} [built] [INFO] [615] ./~/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.3 165 bytes {0} [built] [INFO] [616] ./~/font-awesome/fonts/fontawesome-webfont.eot 281 bytes {0} [built] [INFO] [617] ./~/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.3 84 bytes {0} [built] [INFO] [618] ./~/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3 83 bytes {0} [built] [INFO] [619] ./~/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3 165 bytes {0} [built] [INFO] [620] ./~/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.3 165 bytes {0} [built] [INFO] [621] ./~/font-awesome-webpack/~/style-loader/addStyles.js 6.09 kB {0} [built] [INFO] chunk {1} 1.1.d5f31dd68f43a5260a6c.js 57.8 kB {0} {2} {3} [rendered] [INFO] [433] ./client/src/scripts/init/home.jsx 2.94 kB {1} [built] [INFO] [434] ./client/src/scripts/init/welcome.jsx 5.85 kB {1} [built] [1 warning] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [600] ./client/src/scripts/init/initoptions.jsx 6.88 kB {1} [built] [1 warning] [INFO] [601] ./client/src/scripts/init/newworkspace.jsx 10.9 kB {1} [built] [1 warning] [INFO] [602] ./client/src/scripts/init/success.jsx 4.31 kB {1} [built] [1 warning] [INFO] chunk {2} 2.2.b651f999a746e21ff3b4.js 284 kB {1} {3} {0} [rendered] [INFO] [435] ./client/src/scripts/components/title.jsx 2.51 kB {1} {2} [built] [INFO] [437] ./client/src/scripts/pub/home.jsx 2.79 kB {2} [built] [INFO] [438] ./client/src/scripts/pub/login.jsx 7.75 kB {2} [built] [1 warning] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [597] ./client/src/scripts/commons/validator.jsx 2.59 kB {1} {2} [built] [INFO] [598] ./client/src/scripts/pub/user-reg.jsx 3.46 kB {2} [built] [INFO] [599] ./client/src/scripts/pub/forgot-pwd.jsx 3.48 kB {2} [built] [INFO] chunk {3} 3.3.02d66be975a40f8b5426.js 694 kB {2} {1} {0} [rendered] [INFO] [439] ./client/src/scripts/components/index.js 4.06 kB {2} {3} [built] [INFO] [440] ./client/src/scripts/components/async-button.jsx 8.05 kB {1} {2} {3} [built] [INFO] [441] ./client/src/scripts/components/card.jsx 4.23 kB {1} {2} {3} [built] [INFO] [442] ./client/src/scripts/components/fa.jsx 3.38 kB {1} {2} {3} [built] [INFO] [443] ./client/src/scripts/components/fluidbar.jsx 3.47 kB {2} {3} [built] [INFO] [444] ./client/src/scripts/components/profile.jsx 3.67 kB {2} {3} [built] [INFO] [445] ./client/src/scripts/components/sidebar.jsx 6.08 kB {2} {3} [built] [INFO] [446] ./client/src/scripts/components/sidebar.less 1.1 kB {2} {3} [built] [INFO] [447] ./~/css-loader!./~/less-loader!./client/src/scripts/components/sidebar.less 747 bytes {2} {3} [built] [INFO] [450] ./client/src/scripts/components/collapse-card.jsx 3.58 kB {2} {3} [built] [INFO] [451] ./client/src/scripts/components/collapse-row.jsx 3.45 kB {2} {3} [built] [INFO] [452] ./client/src/scripts/components/grid-table.jsx 4.69 kB {2} {3} [built] [INFO] [453] ./client/src/scripts/commons/grid-utils.jsx 3.52 kB {2} {3} [built] [INFO] [454] ./client/src/scripts/components/tree-view.jsx 16.4 kB {2} {3} [built] [INFO] [455] ./~/react-addons-css-transition-group/index.js 62 bytes {2} {3} [built] [INFO] [456] ./~/react/lib/ReactCSSTransitionGroup.js 2.95 kB {2} {3} [built] [INFO] [457] ./~/react/lib/ReactTransitionGroup.js 6.14 kB {2} {3} [built] [INFO] [458] ./~/react/lib/ReactTransitionChildMapping.js 3.14 kB {2} {3} [built] [INFO] [459] ./~/react/lib/ReactCSSTransitionGroupChild.js 4.8 kB {2} {3} [built] [INFO] [460] ./~/fbjs/lib/CSSCore.js 3.6 kB {2} {3} [built] [INFO] [461] ./~/react/lib/ReactTransitionEvents.js 3.15 kB {2} {3} [built] [INFO] [462] ./client/src/scripts/components/tree-view.less 1.1 kB {2} {3} [built] [INFO] [463] ./~/css-loader!./~/less-loader!./client/src/scripts/components/tree-view.less 510 bytes {2} {3} [built] [INFO] [464] ./client/src/scripts/components/message-dlg.jsx 5.15 kB {2} {3} [built] [INFO] [465] ./client/src/scripts/components/popup.jsx 3.78 kB {2} {3} [built] [INFO] [466] ./client/src/scripts/components/form-dialog.jsx 5.95 kB {2} {3} [built] [INFO] [467] ./client/src/scripts/forms/form.jsx 10.9 kB {2} {3} [built] [INFO] [468] ./client/src/scripts/forms/impl/form-validate.js 1.46 kB {2} {3} [built] [INFO] [469] ./client/src/scripts/commons/utils.js 5.51 kB {1} {2} {3} [built] [INFO] [470] ./client/src/scripts/commons/messages.js 697 bytes {1} {2} {3} [built] [1 warning] [INFO] [471] ./client/src/scripts/forms/impl/form-render.jsx 4.31 kB {2} {3} [built] [INFO] [472] ./client/src/scripts/forms/impl/form-snapshot.js 3.53 kB {2} {3} [built] [INFO] [473] ./client/src/scripts/forms/form-utils.jsx 6.67 kB {2} {3} [built] [INFO] [483] ./client/src/scripts/sys/routes.jsx 4.26 kB {3} [built] [INFO] [484] ./client/src/scripts/sys/toolbar-content.jsx 5.73 kB {3} [built] [1 warning] [INFO] [485] ./client/src/scripts/sys/search-box.jsx 4.65 kB {3} [built] [INFO] [486] ./client/src/scripts/forms/controls/form-control.jsx 8.57 kB {2} {3} [built] [INFO] [487] ./client/src/scripts/forms/impl/form-init.js 2.02 kB {2} {3} [built] [INFO] [488] ./client/src/scripts/forms/controls/input-control.jsx 4.52 kB {2} {3} [built] [INFO] [489] ./client/src/scripts/forms/impl/validators.js 1.67 kB {2} {3} [built] [INFO] [490] ./client/src/scripts/forms/controls/bool-control.jsx 3.02 kB {2} {3} [built] [INFO] [491] ./client/src/scripts/forms/controls/text-control.jsx 2.96 kB {2} {3} [built] [INFO] [492] ./client/src/scripts/forms/controls/select-control.jsx 5.33 kB {2} {3} [built] [INFO] [493] ./client/src/scripts/forms/controls/date-control.jsx 3.4 kB {2} {3} [built] [INFO] [494] ./client/src/scripts/components/date-picker.jsx 6.62 kB {2} {3} [built] [INFO] [495] ./~/react-day-picker/DayPicker.js 198 bytes {2} {3} [built] [INFO] [496] ./~/react-day-picker/lib/DayPicker.js 20.3 kB {2} {3} [built] [INFO] [497] ./~/react-day-picker/lib/Helpers.js 2.63 kB {2} {3} [built] [INFO] [498] ./~/react-day-picker/lib/DateUtils.js 3.01 kB {2} {3} [built] [INFO] [499] ./~/react-day-picker/lib/LocaleUtils.js 1.15 kB {2} {3} [built] [INFO] [500] ./client/src/scripts/forms/controls/subtitle-control.jsx 2.38 kB {2} {3} [built] [INFO] [501] ./client/src/scripts/forms/controls/group-control.jsx 2.5 kB {2} {3} [built] [INFO] [502] ./client/src/scripts/components/selection-box.jsx 9.93 kB {2} {3} [built] [INFO] [503] ./client/src/scripts/components/react-table.jsx 6.83 kB {2} {3} [built] [INFO] [504] ./client/src/scripts/components/react-row.jsx 2.75 kB {2} {3} [built] [INFO] [505] ./client/src/scripts/components/expandable.jsx 3.27 kB {2} {3} [built] [INFO] [506] ./client/src/scripts/components/autoheight-input.jsx 3.66 kB {2} {3} [built] [INFO] [507] ./client/src/scripts/components/link-tooltip.jsx 3.06 kB {2} {3} [built] [INFO] [508] ./client/src/scripts/components/react-grid.jsx 4.76 kB {2} {3} [built] [INFO] [509] ./client/src/scripts/components/react-grid-cell.jsx 3.42 kB {2} {3} [built] [INFO] [510] ./client/src/scripts/components/list-box.jsx 8.81 kB {2} {3} [built] [INFO] [511] ./client/src/scripts/components/masked-input.jsx 4.54 kB {2} {3} [built] [INFO] [512] ./client/src/scripts/sys/mock-data.js 8.63 kB {3} [built] [INFO] [513] ./client/src/scripts/sys/types/init.js 1.4 kB {3} [built] [INFO] [514] ./client/src/scripts/sys/types/admin-unit-control.jsx 5.43 kB {3} [built] [INFO] [515] ./client/src/scripts/sys/types/yesno-control.jsx 4.58 kB {3} [built] [INFO] [516] ./client/src/scripts/sys/types/unit-control.jsx 7.87 kB {3} [built] [INFO] [517] ./client/src/scripts/sys/types/multi-select.jsx 4.04 kB {3} [built] [INFO] [518] ./client/src/scripts/sys/types/list-box-control.jsx 4.64 kB {3} [built] [INFO] [519] ./client/src/scripts/sys/types/table-form-control.jsx 7.1 kB {3} [built] [INFO] [520] ./client/src/scripts/sys/types/multi-list-box-control.jsx 4.25 kB {3} [built] [INFO] [526] ./client/src/scripts/sys/home/routes.jsx 3.14 kB {3} [built] [1 warning] [INFO] [527] ./client/src/scripts/sys/home/index.jsx 5.39 kB {3} [built] [INFO] [528] ./client/src/scripts/sys/sidebar-content.jsx 4.29 kB {3} [built] [INFO] [529] ./client/src/scripts/sys/home/index-dashboard.jsx 5.59 kB {3} [built] [INFO] [530] ./client/src/scripts/sys/home/index-my-activities.jsx 2.38 kB {3} [built] [INFO] [531] ./client/src/scripts/sys/home/unit.jsx 4.16 kB {3} [built] [INFO] [532] ./client/src/scripts/sys/home/commons/unit-panel.jsx 3.67 kB {3} [built] [INFO] [533] ./client/src/scripts/sys/home/unit/general.jsx 2.9 kB {3} [built] [INFO] [534] ./client/src/scripts/sys/home/unit/general-dashboard.jsx 2.23 kB {3} [built] [INFO] [535] ./client/src/scripts/sys/home/unit/general-activities.jsx 2.23 kB {3} [built] [INFO] [536] ./client/src/scripts/sys/home/unit/cases.jsx 13.4 kB {3} [built] [INFO] [537] ./client/src/scripts/sys/home/cases/advanced-search.jsx 10.7 kB {3} [built] [INFO] [538] ./client/src/scripts/sys/home/unit/inventory.jsx 2.21 kB {3} [built] [INFO] [539] ./client/src/scripts/sys/home/cases/newnotif.jsx 3.5 kB {3} [built] [INFO] [540] ./client/src/scripts/sys/home/cases/new-searchpatient.jsx 6.54 kB {3} [built] [INFO] [541] ./client/src/scripts/sys/home/cases/new-notifform.jsx 9.48 kB {3} [built] [1 warning] [INFO] [542] ./client/src/scripts/sys/home/cases/details.jsx 8.62 kB {3} [built] [1 warning] [INFO] [543] ./client/src/scripts/sys/home/commons/patient-panel.jsx 3.03 kB {3} [built] [INFO] [544] ./client/src/scripts/sys/home/cases/case-data.jsx 8.1 kB {3} [built] [1 warning] [INFO] [545] ./client/src/scripts/sys/home/cases/card-with-comments.jsx 3.9 kB {3} [built] [INFO] [546] ./client/src/scripts/sys/home/cases/comments-box.jsx 11 kB {3} [built] [INFO] [547] ./client/src/scripts/sys/home/cases/comments-box.less 1.15 kB {3} [built] [INFO] [548] ./~/css-loader!./~/less-loader!./client/src/scripts/sys/home/cases/comments-box.less 364 bytes {3} [built] [INFO] [549] ./client/src/scripts/sys/home/cases/contacts.jsx 4.46 kB {3} [built] [1 warning] [INFO] [550] ./client/src/scripts/sys/crud/crud-view.jsx 6.04 kB {3} [built] [INFO] [551] ./client/src/scripts/sys/crud/crud-message.jsx 3.77 kB {3} [built] [INFO] [552] ./client/src/scripts/sys/crud/crud-control-wrapper.jsx 3.04 kB {3} [built] [INFO] [553] ./client/src/scripts/sys/crud/crud-pagination.jsx 3.27 kB {3} [built] [INFO] [554] ./client/src/scripts/sys/crud/crud-grid.jsx 3.52 kB {3} [built] [INFO] [555] ./client/src/scripts/sys/crud/crud-cell.jsx 8.35 kB {3} [built] [INFO] [556] ./client/src/scripts/sys/crud/crud-controller.js 12.4 kB {3} [built] [INFO] [557] ./client/src/scripts/sys/crud/crud-form.jsx 3.27 kB {3} [built] [INFO] [558] ./client/src/scripts/sys/crud/crud-counter.jsx 4.05 kB {3} [built] [INFO] [559] ./client/src/scripts/sys/crud/crud-add-button.jsx 2.89 kB {3} [built] [INFO] [560] ./client/src/scripts/sys/home/cases/case-comments.jsx 3.69 kB {3} [built] [INFO] [561] ./client/src/scripts/sys/home/cases/case-adv-reacts.jsx 4.77 kB {3} [built] [INFO] [562] ./client/src/scripts/sys/home/cases/case-exams.jsx 2.22 kB {3} [built] [INFO] [563] ./client/src/scripts/sys/home/cases/case-treatment.jsx 2.25 kB {3} [built] [INFO] [564] ./client/src/scripts/sys/home/cases/case-close.jsx 3.64 kB {3} [built] [INFO] [565] ./client/src/scripts/sys/home/cases/case-move.jsx 3.11 kB {3} [built] [INFO] [566] ./client/src/scripts/sys/home/cases/case-issues.jsx 9.56 kB {3} [built] [INFO] [567] ./client/src/scripts/sys/home/cases/case-tags.jsx 3.83 kB {3} [built] [INFO] [568] ./client/src/scripts/sys/reports/routes.jsx 2.56 kB {3} [built] [INFO] [569] ./client/src/scripts/sys/reports/index.jsx 13 bytes {3} [built] [INFO] [570] ./client/src/scripts/sys/admin/routes.jsx 2.99 kB {3} [built] [INFO] [571] ./client/src/scripts/sys/admin/tables.jsx 4.68 kB {3} [built] [1 warning] [INFO] [572] ./client/src/scripts/sys/admin/page-content.jsx 2.76 kB {3} [built] [INFO] [573] ./client/src/scripts/sys/admin/tables/admunits.jsx 16 kB {3} [built] [1 warning] [INFO] [574] ./client/src/scripts/commons/crud.js 5.02 kB {3} [built] [INFO] [575] ./client/src/scripts/sys/admin/tables/country-structures.jsx 3.45 kB {3} [built] [INFO] [576] ./client/src/scripts/sys/admin/tables/sources.jsx 3.71 kB {3} [built] [INFO] [577] ./client/src/scripts/sys/admin/tables/units.jsx 7.87 kB {3} [built] [1 warning] [INFO] [578] ./client/src/scripts/sys/crud-view.jsx 13.9 kB {3} [built] [INFO] [579] ./client/src/scripts/sys/crud-card.jsx 7.65 kB {3} [built] [1 warning] [INFO] [580] ./client/src/scripts/sys/admin/tables/substances.jsx 6.52 kB {3} [built] [INFO] [581] ./client/src/scripts/sys/admin/tables/products.jsx 5.26 kB {3} [built] [1 warning] [INFO] [582] ./client/src/scripts/sys/admin/tables/regimens.jsx 4.78 kB {3} [built] [INFO] [583] ./client/src/scripts/sys/admin/tables/tags.jsx 6.94 kB {3} [built] [INFO] [584] ./client/src/scripts/sys/admin/tables/user-profiles.jsx 3.39 kB {3} [built] [INFO] [585] ./client/src/scripts/sys/admin/tables/permission-tree.jsx 9.24 kB {3} [built] [INFO] [586] ./client/src/scripts/sys/admin/tables/users-ws.jsx 5.1 kB {3} [built] [1 warning] [INFO] [587] ./client/src/scripts/sys/admin/tables/ageranges.jsx 3.23 kB {3} [built] [INFO] [588] ./client/src/scripts/sys/admin/reports.jsx 3.46 kB {3} [built] [INFO] [589] ./client/src/scripts/sys/admin/reports/usersessions.jsx 9.99 kB {3} [built] [INFO] [590] ./client/src/scripts/sys/admin/reports/onlineusers.jsx 6.02 kB {3} [built] [INFO] [591] ./client/src/scripts/sys/admin/reports/cmdhistory.jsx 10.8 kB {3} [built] [INFO] [592] ./client/src/scripts/sys/admin/settings.jsx 2.99 kB {3} [built] [INFO] [593] ./client/src/scripts/sys/admin/settings/sys-config.jsx 5.83 kB {3} [built] [1 warning] [INFO] [594] ./client/src/scripts/sys/admin/settings/workspaces.jsx 3.16 kB {3} [built] [INFO] [595] ./client/src/scripts/sys/crud/index.js 1.36 kB {3} [built] [INFO] [596] ./client/src/scripts/sys/crud/crud-table.jsx 5.79 kB {3} [built] [INFO] chunk {4} vendor.e6f2d981aa3358894b95.js (vendor) 1.29 MB [rendered] [INFO] [0] multi vendor 64 bytes {4} [built] [INFO] [17] ./~/react/react.js 56 bytes {4} [built] [INFO] [18] ./~/react/lib/React.js 1.49 kB {4} [built] [INFO] [19] ./~/react/lib/ReactDOM.js 3.71 kB {4} [built] [INFO] [20] ./~/react/lib/ReactCurrentOwner.js 653 bytes {4} [built] [INFO] [21] ./~/react/lib/ReactDOMTextComponent.js 4.32 kB {4} [built] [INFO] [22] ./~/react/lib/DOMChildrenOperations.js 5 kB {4} [built] [INFO] [23] ./~/react/lib/Danger.js 6.96 kB {4} [built] [INFO] [24] ./~/fbjs/lib/ExecutionEnvironment.js 1.09 kB {4} [built] [INFO] [25] ./~/fbjs/lib/createNodesFromMarkup.js 2.71 kB {4} [built] [INFO] [26] ./~/fbjs/lib/createArrayFromMixed.js 2.36 kB {4} [built] [INFO] [27] ./~/fbjs/lib/toArray.js 1.98 kB {4} [built] [INFO] [28] ./~/fbjs/lib/invariant.js 1.51 kB {4} [built] [INFO] [29] ./~/fbjs/lib/getMarkupWrap.js 3.06 kB {4} [built] [INFO] [30] ./~/fbjs/lib/emptyFunction.js 1.09 kB {4} [built] [INFO] [31] ./~/react/lib/ReactMultiChildUpdateTypes.js 861 bytes {4} [built] [INFO] [32] ./~/fbjs/lib/keyMirror.js 1.27 kB {4} [built] [INFO] [33] ./~/react/lib/ReactPerf.js 2.51 kB {4} [built] [INFO] [34] ./~/react/lib/setInnerHTML.js 3.35 kB {4} [built] [INFO] [35] ./~/react/lib/setTextContent.js 1.2 kB {4} [built] [INFO] [36] ./~/react/lib/escapeTextContentForBrowser.js 849 bytes {4} [built] [INFO] [37] ./~/react/lib/DOMPropertyOperations.js 7.88 kB {4} [built] [INFO] [38] ./~/react/lib/DOMProperty.js 9.57 kB {4} [built] [INFO] [39] ./~/react/lib/quoteAttributeValueForBrowser.js 746 bytes {4} [built] [INFO] [40] ./~/fbjs/lib/warning.js 1.77 kB {4} [built] [INFO] [41] ./~/react/lib/ReactComponentBrowserEnvironment.js 1.26 kB {4} [built] [INFO] [42] ./~/react/lib/ReactDOMIDOperations.js 3.29 kB {4} [built] [INFO] [43] ./~/react/lib/ReactMount.js 36.8 kB {4} [built] [INFO] [44] ./~/react/lib/ReactBrowserEventEmitter.js 12.4 kB {4} [built] [INFO] [45] ./~/react/lib/EventConstants.js 2.04 kB {4} [built] [INFO] [46] ./~/react/lib/EventPluginHub.js 9.22 kB {4} [built] [INFO] [47] ./~/react/lib/EventPluginRegistry.js 8.41 kB {4} [built] [INFO] [48] ./~/react/lib/EventPluginUtils.js 6.79 kB {4} [built] [INFO] [49] ./~/react/lib/ReactErrorUtils.js 2.27 kB {4} [built] [INFO] [50] ./~/react/lib/accumulateInto.js 1.74 kB {4} [built] [INFO] [51] ./~/react/lib/forEachAccumulated.js 893 bytes {4} [built] [INFO] [52] ./~/react/lib/ReactEventEmitterMixin.js 1.3 kB {4} [built] [INFO] [53] ./~/react/lib/ViewportMetrics.js 638 bytes {4} [built] [INFO] [54] ./~/react/lib/Object.assign.js 1.26 kB {4} [built] [INFO] [55] ./~/react/lib/isEventSupported.js 1.97 kB {4} [built] [INFO] [56] ./~/react/lib/ReactDOMFeatureFlags.js 458 bytes {4} [built] [INFO] [57] ./~/react/lib/ReactElement.js 8.07 kB {4} [built] [INFO] [58] ./~/react/lib/canDefineProperty.js 629 bytes {4} [built] [INFO] [59] ./~/react/lib/ReactEmptyComponentRegistry.js 1.38 kB {4} [built] [INFO] [60] ./~/react/lib/ReactInstanceHandles.js 10.6 kB {4} [built] [INFO] [61] ./~/react/lib/ReactRootIndex.js 723 bytes {4} [built] [INFO] [62] ./~/react/lib/ReactInstanceMap.js 1.25 kB {4} [built] [INFO] [63] ./~/react/lib/ReactMarkupChecksum.js 1.39 kB {4} [built] [INFO] [64] ./~/react/lib/adler32.js 1.2 kB {4} [built] [INFO] [65] ./~/react/lib/ReactReconciler.js 3.55 kB {4} [built] [INFO] [66] ./~/react/lib/ReactRef.js 2.34 kB {4} [built] [INFO] [67] ./~/react/lib/ReactOwner.js 3.45 kB {4} [built] [INFO] [68] ./~/react/lib/ReactUpdateQueue.js 10.9 kB {4} [built] [INFO] [69] ./~/react/lib/ReactUpdates.js 8.54 kB {4} [built] [INFO] [70] ./~/react/lib/CallbackQueue.js 2.44 kB {4} [built] [INFO] [71] ./~/react/lib/PooledClass.js 3.55 kB {4} [built] [INFO] [72] ./~/react/lib/Transaction.js 9.55 kB {4} [built] [INFO] [73] ./~/fbjs/lib/emptyObject.js 482 bytes {4} [built] [INFO] [74] ./~/fbjs/lib/containsNode.js 1.43 kB {4} [built] [INFO] [75] ./~/fbjs/lib/isTextNode.js 628 bytes {4} [built] [INFO] [76] ./~/fbjs/lib/isNode.js 712 bytes {4} [built] [INFO] [77] ./~/react/lib/instantiateReactComponent.js 4.52 kB {4} [built] [INFO] [78] ./~/react/lib/ReactCompositeComponent.js 27.5 kB {4} [built] [INFO] [79] ./~/react/lib/ReactComponentEnvironment.js 1.67 kB {4} [built] [INFO] [80] ./~/react/lib/ReactPropTypeLocations.js 549 bytes {4} [built] [INFO] [81] ./~/react/lib/ReactPropTypeLocationNames.js 611 bytes {4} [built] [INFO] [82] ./~/react/lib/shouldUpdateReactComponent.js 1.49 kB {4} [built] [INFO] [83] ./~/react/lib/ReactEmptyComponent.js 1.8 kB {4} [built] [INFO] [84] ./~/react/lib/ReactNativeComponent.js 3.02 kB {4} [built] [INFO] [85] ./~/react/lib/validateDOMNesting.js 13.1 kB {4} [built] [INFO] [86] ./~/react/lib/ReactDefaultInjection.js 3.99 kB {4} [built] [INFO] [87] ./~/react/lib/BeforeInputEventPlugin.js 14.9 kB {4} [built] [INFO] [88] ./~/react/lib/EventPropagators.js 5.22 kB {4} [built] [INFO] [89] ./~/react/lib/FallbackCompositionState.js 2.49 kB {4} [built] [INFO] [90] ./~/react/lib/getTextContentAccessor.js 994 bytes {4} [built] [INFO] [91] ./~/react/lib/SyntheticCompositionEvent.js 1.16 kB {4} [built] [INFO] [92] ./~/react/lib/SyntheticEvent.js 5.79 kB {4} [built] [INFO] [93] ./~/react/lib/SyntheticInputEvent.js 1.15 kB {4} [built] [INFO] [94] ./~/fbjs/lib/keyOf.js 1.11 kB {4} [built] [INFO] [95] ./~/react/lib/ChangeEventPlugin.js 11.5 kB {4} [built] [INFO] [96] ./~/react/lib/getEventTarget.js 930 bytes {4} [built] [INFO] [97] ./~/react/lib/isTextInputElement.js 1.03 kB {4} [built] [INFO] [98] ./~/react/lib/ClientReactRootIndex.js 551 bytes {4} [built] [INFO] [99] ./~/react/lib/DefaultEventPluginOrder.js 1.26 kB {4} [built] [INFO] [100] ./~/react/lib/EnterLeaveEventPlugin.js 3.9 kB {4} [built] [INFO] [101] ./~/react/lib/SyntheticMouseEvent.js 2.2 kB {4} [built] [INFO] [102] ./~/react/lib/SyntheticUIEvent.js 1.64 kB {4} [built] [INFO] [103] ./~/react/lib/getEventModifierState.js 1.3 kB {4} [built] [INFO] [104] ./~/react/lib/HTMLDOMPropertyConfig.js 7.63 kB {4} [built] [INFO] [105] ./~/react/lib/ReactBrowserComponentMixin.js 1.15 kB {4} [built] [INFO] [106] ./~/react/lib/findDOMNode.js 2.17 kB {4} [built] [INFO] [107] ./~/react/lib/ReactDefaultBatchingStrategy.js 1.92 kB {4} [built] [INFO] [108] ./~/react/lib/ReactDOMComponent.js 36.9 kB {4} [built] [INFO] [109] ./~/react/lib/AutoFocusUtils.js 816 bytes {4} [built] [INFO] [110] ./~/fbjs/lib/focusNode.js 725 bytes {4} [built] [INFO] [111] ./~/react/lib/CSSPropertyOperations.js 5.71 kB {4} [built] [INFO] [112] ./~/react/lib/CSSProperty.js 3.5 kB {4} [built] [INFO] [113] ./~/fbjs/lib/camelizeStyleName.js 1.03 kB {4} [built] [INFO] [114] ./~/fbjs/lib/camelize.js 729 bytes {4} [built] [INFO] [115] ./~/react/lib/dangerousStyleValue.js 1.93 kB {4} [built] [INFO] [116] ./~/fbjs/lib/hyphenateStyleName.js 1 kB {4} [built] [INFO] [117] ./~/fbjs/lib/hyphenate.js 822 bytes {4} [built] [INFO] [118] ./~/fbjs/lib/memoizeStringOnly.js 778 bytes {4} [built] [INFO] [119] ./~/react/lib/ReactDOMButton.js 1.15 kB {4} [built] [INFO] [120] ./~/react/lib/ReactDOMInput.js 5.74 kB {4} [built] [INFO] [121] ./~/react/lib/LinkedValueUtils.js 5.18 kB {4} [built] [INFO] [122] ./~/react/lib/ReactPropTypes.js 12.3 kB {4} [built] [INFO] [123] ./~/react/lib/getIteratorFn.js 1.17 kB {4} [built] [INFO] [124] ./~/react/lib/ReactDOMOption.js 2.82 kB {4} [built] [INFO] [125] ./~/react/lib/ReactChildren.js 5.83 kB {4} [built] [INFO] [126] ./~/react/lib/traverseAllChildren.js 6.9 kB {4} [built] [INFO] [127] ./~/react/lib/ReactDOMSelect.js 6.11 kB {4} [built] [INFO] [128] ./~/react/lib/ReactDOMTextarea.js 4.35 kB {4} [built] [INFO] [129] ./~/react/lib/ReactMultiChild.js 14.7 kB {4} [built] [INFO] [130] ./~/react/lib/ReactChildReconciler.js 4.52 kB {4} [built] [INFO] [131] ./~/react/lib/flattenChildren.js 1.65 kB {4} [built] [INFO] [132] ./~/fbjs/lib/shallowEqual.js 1.28 kB {4} [built] [INFO] [133] ./~/react/lib/ReactEventListener.js 7.51 kB {4} [built] [INFO] [134] ./~/fbjs/lib/EventListener.js 2.65 kB {4} [built] [INFO] [135] ./~/fbjs/lib/getUnboundedScrollPosition.js 1.09 kB {4} [built] [INFO] [136] ./~/react/lib/ReactInjection.js 1.37 kB {4} [built] [INFO] [137] ./~/react/lib/ReactClass.js 27.8 kB {4} [built] [INFO] [138] ./~/react/lib/ReactComponent.js 5.04 kB {4} [built] [INFO] [139] ./~/react/lib/ReactNoopUpdateQueue.js 3.94 kB {4} [built] [INFO] [140] ./~/react/lib/ReactReconcileTransaction.js 4.58 kB {4} [built] [INFO] [141] ./~/react/lib/ReactInputSelection.js 4.32 kB {4} [built] [INFO] [142] ./~/react/lib/ReactDOMSelection.js 6.83 kB {4} [built] [INFO] [143] ./~/react/lib/getNodeForCharacterOffset.js 1.66 kB {4} [built] [INFO] [144] ./~/fbjs/lib/getActiveElement.js 924 bytes {4} [built] [INFO] [145] ./~/react/lib/SelectEventPlugin.js 6.71 kB {4} [built] [INFO] [146] ./~/react/lib/ServerReactRootIndex.js 868 bytes {4} [built] [INFO] [147] ./~/react/lib/SimpleEventPlugin.js 17.4 kB {4} [built] [INFO] [148] ./~/react/lib/SyntheticClipboardEvent.js 1.23 kB {4} [built] [INFO] [149] ./~/react/lib/SyntheticFocusEvent.js 1.12 kB {4} [built] [INFO] [150] ./~/react/lib/SyntheticKeyboardEvent.js 2.76 kB {4} [built] [INFO] [151] ./~/react/lib/getEventCharCode.js 1.56 kB {4} [built] [INFO] [152] ./~/react/lib/getEventKey.js 2.93 kB {4} [built] [INFO] [153] ./~/react/lib/SyntheticDragEvent.js 1.13 kB {4} [built] [INFO] [154] ./~/react/lib/SyntheticTouchEvent.js 1.33 kB {4} [built] [INFO] [155] ./~/react/lib/SyntheticWheelEvent.js 1.99 kB {4} [built] [INFO] [156] ./~/react/lib/SVGDOMPropertyConfig.js 3.8 kB {4} [built] [INFO] [157] ./~/react/lib/ReactVersion.js 379 bytes {4} [built] [INFO] [158] ./~/react/lib/renderSubtreeIntoContainer.js 463 bytes {4} [built] [INFO] [159] ./~/react/lib/ReactDOMServer.js 766 bytes {4} [built] [INFO] [160] ./~/react/lib/ReactServerRendering.js 3.3 kB {4} [built] [INFO] [161] ./~/react/lib/ReactServerBatchingStrategy.js 673 bytes {4} [built] [INFO] [162] ./~/react/lib/ReactServerRenderingTransaction.js 2.3 kB {4} [built] [INFO] [163] ./~/react/lib/ReactIsomorphic.js 2.05 kB {4} [built] [INFO] [164] ./~/react/lib/ReactDOMFactories.js 3.36 kB {4} [built] [INFO] [165] ./~/react/lib/ReactElementValidator.js 10.8 kB {4} [built] [INFO] [166] ./~/fbjs/lib/mapObject.js 1.47 kB {4} [built] [INFO] [167] ./~/react/lib/onlyChild.js 1.21 kB {4} [built] [INFO] [168] ./~/react/lib/deprecated.js 1.77 kB {4} [built] [INFO] [169] ./~/react-dom/index.js 63 bytes {4} [built] [INFO] [173] ./~/react-bootstrap/lib/index.js 9.74 kB {4} [built] [INFO] [174] ./~/babel-runtime/helpers/interop-require-default.js 148 bytes {4} [built] [INFO] [175] ./~/babel-runtime/helpers/interop-require-wildcard.js 366 bytes {4} [built] [INFO] [176] ./~/react-bootstrap/lib/utils/childrenValueInputValidation.js 774 bytes {4} [built] [INFO] [177] ./~/react-prop-types/lib/singlePropFrom.js 1.06 kB {4} [built] [INFO] [178] ./~/react-bootstrap/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [179] ./~/react-bootstrap/lib/utils/ValidComponentChildren.js 3.89 kB {4} [built] [INFO] [180] ./~/react-bootstrap/lib/utils/bootstrapUtils.js 4.86 kB {4} [built] [INFO] [181] ./~/babel-runtime/helpers/extends.js 428 bytes {4} [built] [INFO] [182] ./~/babel-runtime/core-js/object/assign.js 94 bytes {4} [built] [INFO] [183] ./~/core-js/library/fn/object/assign.js 107 bytes {4} [built] [INFO] [184] ./~/core-js/library/modules/es6.object.assign.js 161 bytes {4} [built] [INFO] [185] ./~/core-js/library/modules/$.export.js 1.73 kB {4} [built] [INFO] [186] ./~/core-js/library/modules/$.global.js 322 bytes {4} [built] [INFO] [187] ./~/core-js/library/modules/$.core.js 117 bytes {4} [built] [INFO] [188] ./~/core-js/library/modules/$.ctx.js 506 bytes {4} [built] [INFO] [189] ./~/core-js/library/modules/$.a-function.js 120 bytes {4} [built] [INFO] [190] ./~/core-js/library/modules/$.object-assign.js 1.09 kB {4} [built] [INFO] [191] ./~/core-js/library/modules/$.js 417 bytes {4} [built] [INFO] [192] ./~/core-js/library/modules/$.to-object.js 130 bytes {4} [built] [INFO] [193] ./~/core-js/library/modules/$.defined.js 157 bytes {4} [built] [INFO] [194] ./~/core-js/library/modules/$.iobject.js 237 bytes {4} [built] [INFO] [195] ./~/core-js/library/modules/$.cof.js 103 bytes {4} [built] [INFO] [196] ./~/core-js/library/modules/$.fails.js 99 bytes {4} [built] [INFO] [197] ./~/react-bootstrap/lib/styleMaps.js 1.21 kB {4} [built] [INFO] [198] ./~/babel-runtime/core-js/object/create.js 94 bytes {4} [built] [INFO] [199] ./~/core-js/library/fn/object/create.js 103 bytes {4} [built] [INFO] [200] ./~/babel-runtime/core-js/object/keys.js 92 bytes {4} [built] [INFO] [201] ./~/core-js/library/fn/object/keys.js 103 bytes {4} [built] [INFO] [202] ./~/core-js/library/modules/es6.object.keys.js 189 bytes {4} [built] [INFO] [203] ./~/core-js/library/modules/$.object-sap.js 371 bytes {4} [built] [INFO] [204] ./~/invariant/browser.js 1.52 kB {4} [built] [INFO] [205] ./~/warning/browser.js 1.81 kB {4} [built] [INFO] [206] ./~/react-bootstrap/lib/Accordion.js 738 bytes {4} [built] [INFO] [207] ./~/react-bootstrap/lib/PanelGroup.js 3.23 kB {4} [built] [INFO] [208] ./~/babel-runtime/helpers/object-without-properties.js 283 bytes {4} [built] [INFO] [209] ./~/classnames/index.js 1.1 kB {4} [built] [INFO] [210] ./~/react-bootstrap/lib/Alert.js 2.66 kB {4} [built] [INFO] [211] ./~/react-bootstrap/lib/Badge.js 1.74 kB {4} [built] [INFO] [212] ./~/react-bootstrap/lib/Breadcrumb.js 1.86 kB {4} [built] [INFO] [213] ./~/react-bootstrap/lib/BreadcrumbItem.js 2.64 kB {4} [built] [INFO] [214] ./~/react-bootstrap/lib/SafeAnchor.js 1.76 kB {4} [built] [INFO] [215] ./~/babel-runtime/helpers/inherits.js 780 bytes {4} [built] [INFO] [216] ./~/babel-runtime/core-js/object/set-prototype-of.js 104 bytes {4} [built] [INFO] [217] ./~/core-js/library/fn/object/set-prototype-of.js 125 bytes {4} [built] [INFO] [218] ./~/core-js/library/modules/es6.object.set-prototype-of.js 159 bytes {4} [built] [INFO] [219] ./~/core-js/library/modules/$.set-proto.js 914 bytes {4} [built] [INFO] [220] ./~/core-js/library/modules/$.is-object.js 107 bytes {4} [built] [INFO] [221] ./~/core-js/library/modules/$.an-object.js 150 bytes {4} [built] [INFO] [222] ./~/babel-runtime/helpers/class-call-check.js 211 bytes {4} [built] [INFO] [223] ./~/react-bootstrap/lib/Button.js 3.88 kB {4} [built] [INFO] [224] ./~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [225] ./~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [226] ./~/react-bootstrap/lib/ButtonGroup.js 2.4 kB {4} [built] [INFO] [227] ./~/react-prop-types/lib/all.js 949 bytes {4} [built] [INFO] [228] ./~/react-bootstrap/lib/ButtonInput.js 2.55 kB {4} [built] [INFO] [229] ./~/react-bootstrap/lib/FormGroup.js 2.09 kB {4} [built] [INFO] [230] ./~/react-bootstrap/lib/InputBase.js 9.05 kB {4} [built] [INFO] [231] ./~/react-bootstrap/lib/Glyphicon.js 1.56 kB {4} [built] [INFO] [232] ./~/react-bootstrap/lib/ButtonToolbar.js 1.29 kB {4} [built] [INFO] [233] ./~/react-bootstrap/lib/Carousel.js 9.54 kB {4} [built] [INFO] [234] ./~/react-bootstrap/lib/CarouselCaption.js 1.29 kB {4} [built] [INFO] [235] ./~/react-bootstrap/lib/CarouselItem.js 3.48 kB {4} [built] [INFO] [236] ./~/react-bootstrap/lib/utils/TransitionEvents.js 3.44 kB {4} [built] [INFO] [237] ./~/react-bootstrap/lib/Clearfix.js 2.47 kB {4} [built] [INFO] [238] ./~/react-bootstrap/lib/Col.js 6.13 kB {4} [built] [INFO] [239] ./~/react-bootstrap/lib/CollapsibleNav.js 3.62 kB {4} [built] [INFO] [240] ./~/react-bootstrap/lib/Collapse.js 7.75 kB {4} [built] [INFO] [241] ./~/dom-helpers/style/index.js 787 bytes {4} [built] [INFO] [242] ./~/dom-helpers/util/camelizeStyle.js 383 bytes {4} [built] [INFO] [243] ./~/dom-helpers/util/camelize.js 175 bytes {4} [built] [INFO] [244] ./~/dom-helpers/util/hyphenateStyle.js 389 bytes {4} [built] [INFO] [245] ./~/dom-helpers/util/hyphenate.js 143 bytes {4} [built] [INFO] [246] ./~/dom-helpers/style/getComputedStyle.js 1.67 kB {4} [built] [INFO] [247] ./~/dom-helpers/util/babelHelpers.js 755 bytes {4} [built] [INFO] [248] ./~/dom-helpers/style/removeStyle.js 176 bytes {4} [built] [INFO] [249] ./~/react-overlays/lib/Transition.js 11 kB {4} [built] [INFO] [250] ./~/dom-helpers/transition/properties.js 1.45 kB {4} [built] [INFO] [251] ./~/dom-helpers/util/inDOM.js 117 bytes {4} [built] [INFO] [252] ./~/dom-helpers/events/on.js 465 bytes {4} [built] [INFO] [253] ./~/react-prop-types/lib/deprecated.js 840 bytes {4} [built] [INFO] [254] ./~/react-bootstrap/lib/utils/deprecationWarning.js 2.04 kB {4} [built] [INFO] [255] ./~/react-bootstrap/lib/Dropdown.js 11.5 kB {4} [built] [INFO] [256] ./~/dom-helpers/activeElement.js 484 bytes {4} [built] [INFO] [257] ./~/dom-helpers/ownerDocument.js 198 bytes {4} [built] [INFO] [258] ./~/dom-helpers/query/contains.js 574 bytes {4} [built] [INFO] [259] ./~/keycode/index.js 2.74 kB {4} [built] [INFO] [260] ./~/lodash-compat/collection/find.js 1.93 kB {4} [built] [INFO] [261] ./~/lodash-compat/internal/baseEach.js 489 bytes {4} [built] [INFO] [262] ./~/lodash-compat/internal/baseForOwn.js 475 bytes {4} [built] [INFO] [263] ./~/lodash-compat/internal/baseFor.js 608 bytes {4} [built] [INFO] [264] ./~/lodash-compat/internal/createBaseFor.js 709 bytes {4} [built] [INFO] [265] ./~/lodash-compat/internal/toObject.js 627 bytes {4} [built] [INFO] [266] ./~/lodash-compat/lang/isObject.js 732 bytes {4} [built] [INFO] [267] ./~/lodash-compat/lang/isString.js 889 bytes {4} [built] [INFO] [268] ./~/lodash-compat/internal/isObjectLike.js 289 bytes {4} [built] [INFO] [269] ./~/lodash-compat/support.js 2.85 kB {4} [built] [INFO] [270] ./~/lodash-compat/object/keys.js 1.36 kB {4} [built] [INFO] [271] ./~/lodash-compat/internal/getNative.js 456 bytes {4} [built] [INFO] [272] ./~/lodash-compat/lang/isNative.js 1.38 kB {4} [built] [INFO] [273] ./~/lodash-compat/lang/isFunction.js 1.06 kB {4} [built] [INFO] [274] ./~/lodash-compat/internal/isHostObject.js 631 bytes {4} [built] [INFO] [275] ./~/lodash-compat/internal/isArrayLike.js 372 bytes {4} [built] [INFO] [276] ./~/lodash-compat/internal/getLength.js 440 bytes {4} [built] [INFO] [277] ./~/lodash-compat/internal/baseProperty.js 400 bytes {4} [built] [INFO] [278] ./~/lodash-compat/internal/isLength.js 644 bytes {4} [built] [INFO] [279] ./~/lodash-compat/internal/shimKeys.js 1.21 kB {4} [built] [INFO] [280] ./~/lodash-compat/lang/isArguments.js 963 bytes {4} [built] [INFO] [281] ./~/lodash-compat/lang/isArray.js 1.16 kB {4} [built] [INFO] [282] ./~/lodash-compat/internal/isIndex.js 778 bytes {4} [built] [INFO] [283] ./~/lodash-compat/object/keysIn.js 4.58 kB {4} [built] [INFO] [284] ./~/lodash-compat/internal/arrayEach.js 534 bytes {4} [built] [INFO] [285] ./~/lodash-compat/internal/createBaseEach.js 913 bytes {4} [built] [INFO] [286] ./~/lodash-compat/internal/createFind.js 843 bytes {4} [built] [INFO] [287] ./~/lodash-compat/internal/baseCallback.js 1.06 kB {4} [built] [INFO] [288] ./~/lodash-compat/internal/baseMatches.js 847 bytes {4} [built] [INFO] [289] ./~/lodash-compat/internal/baseIsMatch.js 1.46 kB {4} [built] [INFO] [290] ./~/lodash-compat/internal/baseIsEqual.js 1.09 kB {4} [built] [INFO] [291] ./~/lodash-compat/internal/baseIsEqualDeep.js 3.44 kB {4} [built] [INFO] [292] ./~/lodash-compat/internal/equalArrays.js 1.8 kB {4} [built] [INFO] [293] ./~/lodash-compat/internal/arraySome.js 591 bytes {4} [built] [INFO] [294] ./~/lodash-compat/internal/equalByTag.js 1.58 kB {4} [built] [INFO] [295] ./~/lodash-compat/internal/equalObjects.js 2.37 kB {4} [built] [INFO] [296] ./~/lodash-compat/lang/isTypedArray.js 2.5 kB {4} [built] [INFO] [297] ./~/lodash-compat/internal/getMatchData.js 523 bytes {4} [built] [INFO] [298] ./~/lodash-compat/internal/isStrictComparable.js 420 bytes {4} [built] [INFO] [299] ./~/lodash-compat/object/pairs.js 800 bytes {4} [built] [INFO] [300] ./~/lodash-compat/internal/baseMatchesProperty.js 1.4 kB {4} [built] [INFO] [301] ./~/lodash-compat/internal/baseGet.js 779 bytes {4} [built] [INFO] [302] ./~/lodash-compat/internal/baseSlice.js 832 bytes {4} [built] [INFO] [303] ./~/lodash-compat/internal/isKey.js 848 bytes {4} [built] [INFO] [304] ./~/lodash-compat/array/last.js 377 bytes {4} [built] [INFO] [305] ./~/lodash-compat/internal/toPath.js 806 bytes {4} [built] [INFO] [306] ./~/lodash-compat/internal/baseToString.js 329 bytes {4} [built] [INFO] [307] ./~/lodash-compat/internal/bindCallback.js 1.22 kB {4} [built] [INFO] [308] ./~/lodash-compat/utility/identity.js 355 bytes {4} [built] [INFO] [309] ./~/lodash-compat/utility/property.js 799 bytes {4} [built] [INFO] [310] ./~/lodash-compat/internal/basePropertyDeep.js 476 bytes {4} [built] [INFO] [311] ./~/lodash-compat/internal/baseFind.js 927 bytes {4} [built] [INFO] [312] ./~/lodash-compat/internal/baseFindIndex.js 709 bytes {4} [built] [INFO] [313] ./~/lodash-compat/object/omit.js 1.6 kB {4} [built] [INFO] [314] ./~/lodash-compat/internal/arrayMap.js 553 bytes {4} [built] [INFO] [315] ./~/lodash-compat/internal/baseDifference.js 1.36 kB {4} [built] [INFO] [316] ./~/lodash-compat/internal/baseIndexOf.js 678 bytes {4} [built] [INFO] [317] ./~/lodash-compat/internal/indexOfNaN.js 657 bytes {4} [built] [INFO] [318] ./~/lodash-compat/internal/cacheIndexOf.js 586 bytes {4} [built] [INFO] [319] ./~/lodash-compat/internal/createCache.js 650 bytes {4} [built] [INFO] [320] ./~/lodash-compat/internal/SetCache.js 706 bytes {4} [built] [INFO] [321] ./~/lodash-compat/internal/cachePush.js 379 bytes {4} [built] [INFO] [322] ./~/lodash-compat/internal/baseFlatten.js 1.29 kB {4} [built] [INFO] [323] ./~/lodash-compat/internal/arrayPush.js 437 bytes {4} [built] [INFO] [324] ./~/lodash-compat/internal/pickByArray.js 611 bytes {4} [built] [INFO] [325] ./~/lodash-compat/internal/pickByCallback.js 573 bytes {4} [built] [INFO] [326] ./~/lodash-compat/internal/baseForIn.js 478 bytes {4} [built] [INFO] [327] ./~/lodash-compat/function/restParam.js 1.9 kB {4} [built] [INFO] [328] ./~/react-prop-types/lib/isRequiredForA11y.js 499 bytes {4} [built] [INFO] [329] ./~/uncontrollable/index.js 852 bytes {4} [built] [INFO] [330] ./~/uncontrollable/createUncontrollable.js 5.39 kB {4} [built] [INFO] [331] ./~/uncontrollable/utils.js 3.74 kB {4} [built] [INFO] [332] ./~/react-bootstrap/lib/DropdownMenu.js 6.09 kB {4} [built] [INFO] [333] ./~/react-overlays/lib/RootCloseWrapper.js 5.83 kB {4} [built] [INFO] [334] ./~/react-overlays/lib/utils/addEventListener.js 682 bytes {4} [built] [INFO] [335] ./~/dom-helpers/events/off.js 473 bytes {4} [built] [INFO] [336] ./~/react-overlays/lib/utils/createChainedFunction.js 1.04 kB {4} [built] [INFO] [337] ./~/react-overlays/lib/utils/ownerDocument.js 582 bytes {4} [built] [INFO] [338] ./~/react-bootstrap/lib/DropdownToggle.js 2.29 kB {4} [built] [INFO] [339] ./~/react-bootstrap/lib/utils/CustomPropTypes.js 2.35 kB {4} [built] [INFO] [340] ./~/react-bootstrap/lib/utils/childrenToArray.js 604 bytes {4} [built] [INFO] [341] ./~/react-bootstrap/lib/DropdownButton.js 3.14 kB {4} [built] [INFO] [342] ./~/lodash-compat/object/pick.js 1.51 kB {4} [built] [INFO] [343] ./~/react-bootstrap/lib/Grid.js 1.54 kB {4} [built] [INFO] [344] ./~/react-bootstrap/lib/Image.js 1.5 kB {4} [built] [INFO] [345] ./~/react-bootstrap/lib/Input.js 1.5 kB {4} [built] [INFO] [346] ./~/react-bootstrap/lib/FormControls/index.js 266 bytes {4} [built] [INFO] [347] ./~/react-bootstrap/lib/FormControls/Static.js 2.37 kB {4} [built] [INFO] [348] ./~/react-bootstrap/lib/Interpolate.js 2.54 kB {4} [built] [INFO] [349] ./~/react-bootstrap/lib/Jumbotron.js 1.25 kB {4} [built] [INFO] [350] ./~/react-bootstrap/lib/Label.js 1.59 kB {4} [built] [INFO] [351] ./~/react-bootstrap/lib/ListGroup.js 3.71 kB {4} [built] [INFO] [352] ./~/react-bootstrap/lib/ListGroupItem.js 4.37 kB {4} [built] [INFO] [353] ./~/react-bootstrap/lib/MenuItem.js 5.14 kB {4} [built] [INFO] [354] ./~/react-bootstrap/lib/Media.js 2.37 kB {4} [built] [INFO] [355] ./~/react-bootstrap/lib/MediaHeading.js 1.47 kB {4} [built] [INFO] [356] ./~/react-bootstrap/lib/MediaBody.js 1.46 kB {4} [built] [INFO] [357] ./~/react-bootstrap/lib/MediaLeft.js 1.38 kB {4} [built] [INFO] [358] ./~/react-bootstrap/lib/MediaRight.js 1.38 kB {4} [built] [INFO] [359] ./~/react-bootstrap/lib/MediaList.js 948 bytes {4} [built] [INFO] [360] ./~/react-bootstrap/lib/MediaListItem.js 955 bytes {4} [built] [INFO] [361] ./~/react-bootstrap/lib/Modal.js 10.2 kB {4} [built] [INFO] [362] ./~/dom-helpers/util/scrollbarSize.js 581 bytes {4} [built] [INFO] [363] ./~/dom-helpers/events/index.js 157 bytes {4} [built] [INFO] [364] ./~/dom-helpers/events/filter.js 394 bytes {4} [built] [INFO] [365] ./~/dom-helpers/query/querySelectorAll.js 918 bytes {4} [built] [INFO] [366] ./~/react-bootstrap/lib/Fade.js 3.35 kB {4} [built] [INFO] [367] ./~/react-bootstrap/lib/ModalDialog.js 2.06 kB {4} [built] [INFO] [368] ./~/react-bootstrap/lib/ModalBody.js 1.36 kB {4} [built] [INFO] [369] ./~/react-bootstrap/lib/ModalHeader.js 3.07 kB {4} [built] [INFO] [370] ./~/react-bootstrap/lib/ModalTitle.js 1.37 kB {4} [built] [INFO] [371] ./~/react-bootstrap/lib/ModalFooter.js 1.56 kB {4} [built] [INFO] [372] ./~/react-overlays/lib/Modal.js 15.9 kB {4} [built] [INFO] [373] ./~/react-overlays/~/react-prop-types/lib/mountable.js 776 bytes {4} [built] [INFO] [374] ./~/react-overlays/~/react-prop-types/lib/common.js 1.09 kB {4} [built] [INFO] [375] ./~/react-overlays/~/react-prop-types/lib/elementType.js 1.14 kB {4} [built] [INFO] [376] ./~/react-overlays/lib/Portal.js 4.14 kB {4} [built] [INFO] [377] ./~/react-overlays/lib/utils/getContainer.js 509 bytes {4} [built] [INFO] [378] ./~/react-overlays/lib/ModalManager.js 4.64 kB {4} [built] [INFO] [379] ./~/dom-helpers/class/index.js 146 bytes {4} [built] [INFO] [380] ./~/dom-helpers/class/addClass.js 256 bytes {4} [built] [INFO] [381] ./~/dom-helpers/class/hasClass.js 241 bytes {4} [built] [INFO] [382] ./~/dom-helpers/class/removeClass.js 297 bytes {4} [built] [INFO] [383] ./~/react-overlays/lib/utils/isOverflowing.js 1.26 kB {4} [built] [INFO] [384] ./~/dom-helpers/query/isWindow.js 169 bytes {4} [built] [INFO] [385] ./~/react-overlays/lib/utils/manageAriaHidden.js 1.08 kB {4} [built] [INFO] [386] ./~/react-overlays/lib/utils/addFocusListener.js 837 bytes {4} [built] [INFO] [387] ./~/react-bootstrap/lib/Nav.js 6.94 kB {4} [built] [INFO] [388] ./~/react-bootstrap/lib/Navbar.js 9.22 kB {4} [built] [INFO] [389] ./~/react-bootstrap/lib/deprecated/Navbar.js 8.76 kB {4} [built] [INFO] [390] ./~/react-bootstrap/lib/NavBrand.js 699 bytes {4} [built] [INFO] [391] ./~/react-bootstrap/lib/NavbarBrand.js 2.12 kB {4} [built] [INFO] [392] ./~/react-bootstrap/lib/NavbarHeader.js 1.44 kB {4} [built] [INFO] [393] ./~/react-bootstrap/lib/NavbarToggle.js 2.65 kB {4} [built] [INFO] [394] ./~/react-bootstrap/lib/NavbarCollapse.js 1.63 kB {4} [built] [INFO] [395] ./~/react-bootstrap/lib/NavDropdown.js 1.89 kB {4} [built] [INFO] [396] ./~/react-bootstrap/lib/NavItem.js 3.25 kB {4} [built] [INFO] [397] ./~/react-bootstrap/lib/Overlay.js 3.76 kB {4} [built] [INFO] [398] ./~/react-overlays/lib/Overlay.js 6.82 kB {4} [built] [INFO] [399] ./~/react-overlays/lib/Position.js 6.78 kB {4} [built] [INFO] [400] ./~/react-overlays/lib/utils/overlayPositionUtils.js 4.57 kB {4} [built] [INFO] [401] ./~/dom-helpers/query/offset.js 938 bytes {4} [built] [INFO] [402] ./~/dom-helpers/query/position.js 1.95 kB {4} [built] [INFO] [403] ./~/dom-helpers/query/offsetParent.js 824 bytes {4} [built] [INFO] [404] ./~/dom-helpers/query/scrollTop.js 410 bytes {4} [built] [INFO] [405] ./~/dom-helpers/query/scrollLeft.js 412 bytes {4} [built] [INFO] [406] ./~/react-bootstrap/lib/OverlayTrigger.js 9.03 kB {4} [built] [INFO] [407] ./~/react-bootstrap/lib/PageHeader.js 855 bytes {4} [built] [INFO] [408] ./~/react-bootstrap/lib/PageItem.js 2.05 kB {4} [built] [INFO] [409] ./~/react-bootstrap/lib/Pager.js 1.49 kB {4} [built] [INFO] [410] ./~/react-bootstrap/lib/Pagination.js 9.03 kB {4} [built] [INFO] [411] ./~/react-bootstrap/lib/PaginationButton.js 2.47 kB {4} [built] [INFO] [412] ./~/react-bootstrap/lib/utils/createSelectedEvent.js 433 bytes {4} [built] [INFO] [413] ./~/react-bootstrap/lib/Panel.js 7.82 kB {4} [built] [INFO] [414] ./~/react-bootstrap/lib/Popover.js 3.52 kB {4} [built] [INFO] [415] ./~/react-bootstrap/lib/ProgressBar.js 5.76 kB {4} [built] [INFO] [416] ./~/react-bootstrap/lib/ResponsiveEmbed.js 2.63 kB {4} [built] [INFO] [417] ./~/react-bootstrap/lib/Row.js 1.24 kB {4} [built] [INFO] [418] ./~/react-bootstrap/lib/SplitButton.js 3.72 kB {4} [built] [INFO] [419] ./~/react-bootstrap/lib/SplitToggle.js 1.19 kB {4} [built] [INFO] [420] ./~/react-bootstrap/lib/Tab.js 3.38 kB {4} [built] [INFO] [421] ./~/react-bootstrap/lib/Table.js 1.59 kB {4} [built] [INFO] [422] ./~/react-bootstrap/lib/Tabs.js 13.4 kB {4} [built] [INFO] [423] ./~/react-bootstrap/lib/Thumbnail.js 2.14 kB {4} [built] [INFO] [424] ./~/react-bootstrap/lib/Tooltip.js 3.17 kB {4} [built] [INFO] [425] ./~/react-bootstrap/lib/Well.js 1.53 kB {4} [built] [INFO] [475] ./~/superagent/lib/client.js 23.8 kB {4} [built] [INFO] [476] ./~/component-emitter/index.js 3.18 kB {4} [built] [INFO] [477] ./~/reduce-component/index.js 405 bytes {4} [built] [INFO] [478] ./~/superagent/lib/request-base.js 2.98 kB {4} [built] [INFO] [479] ./~/superagent/lib/is-object.js 207 bytes {4} [built] [INFO] [480] ./~/superagent/lib/request.js 739 bytes {4} [built] [INFO] [522] ./~/moment/moment.js 135 kB {4} [built] [INFO] [523] (webpack)/buildin/module.js 251 bytes {4} [built] [INFO] [524] ./~/moment/locale ^.\/(ru)$ 169 bytes {4} [optional] [built] [INFO] [525] ./~/moment/locale/ru.js 7.08 kB {4} [optional] [built] [INFO] [INFO] WARNING in ./client/src/scripts/core/page-not-found.jsx [INFO] Missing localization: pagenotfound [INFO] Missing localization: pagenotfound.msg [INFO] Missing localization: pagenotfound.home [INFO] [INFO] WARNING in ./client/src/scripts/sys/toolbar-content.jsx [INFO] Missing localization: action.logout [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/routes.jsx [INFO] Missing localization: cases.details [INFO] [INFO] WARNING in ./client/src/scripts/pub/login.jsx [INFO] Missing localization: login.invaliduserpwd [INFO] Missing localization: action.entering [INFO] [INFO] WARNING in ./client/src/scripts/init/initoptions.jsx [INFO] Missing localization: init.newworkspace [INFO] Missing localization: init.initoptions.sync [INFO] Missing localization: init.initoptions.import [INFO] Missing localization: action.continue [INFO] [INFO] WARNING in ./client/src/scripts/init/welcome.jsx [INFO] Missing localization: init.welcome [INFO] Missing localization: init.welcome.msg1 [INFO] Missing localization: action.continue [INFO] [INFO] WARNING in ./client/src/scripts/init/newworkspace.jsx [INFO] Missing localization: validation.pwdNotSame [INFO] Missing localization: action.create [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/details.jsx [INFO] Missing localization: cases.delete [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables.jsx [INFO] Missing localization: admin.units [INFO] [INFO] WARNING in ./client/src/scripts/commons/messages.js [INFO] Missing localization: NotValid [INFO] Missing localization: NotValidPassword [INFO] Missing localization: NotValidEmail [INFO] Missing localization: validation.client.min [INFO] Missing localization: validation.client.max [INFO] [INFO] WARNING in ./client/src/scripts/init/success.jsx [INFO] Missing localization: init.ws.gotologin [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/settings/sys-config.jsx [INFO] Missing localization: SystemConfig.ulaActive [INFO] Missing localization: Unit [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/new-notifform.jsx [INFO] Missing localization: DrugResistanceType.MONO_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.POLY_RESISTANCE_RIF [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/case-data.jsx [INFO] Missing localization: DrugResistanceType.MONO_RESISTANCE_RIF [INFO] Missing localization: DrugResistanceType.POLY_RESISTANCE_RIF [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/admunits.jsx [INFO] Missing localization: admin.adminunits.showcs [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/units.jsx [INFO] Missing localization: admin.tbunits.edt [INFO] Missing localization: Laboratory.performMicroscopy [INFO] Missing localization: Laboratory.performXpert [INFO] Missing localization: Laboratory.performCulture [INFO] Missing localization: Laboratory.performDst [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/products.jsx [INFO] Missing localization: Product [INFO] Missing localization: admin.products.edt [INFO] Missing localization: admin.meds.edt [INFO] [INFO] WARNING in ./client/src/scripts/sys/admin/tables/users-ws.jsx [INFO] Missing localization: UserWorkspace.unit [INFO] Missing localization: admin.users.edt [INFO] [INFO] WARNING in ./client/src/scripts/sys/home/cases/contacts.jsx [INFO] Missing localization: TbContact.dateOfExamination [INFO] [INFO] WARNING in ./client/src/scripts/sys/crud-card.jsx [INFO] Missing localization: action.go [INFO] [INFO] WARNING in app.303243481228942a3b20.js from UglifyJs [INFO] Condition always false [app.303243481228942a3b20.js:151,8] [INFO] Dropping unreachable code [app.303243481228942a3b20.js:152,5] [INFO] Side effects in initialization of unused variable App [app.303243481228942a3b20.js:116,5] [INFO] Side effects in initialization of unused variable APP_INIT [app.303243481228942a3b20.js:1153,5] [INFO] Side effects in initialization of unused variable AUTHENTICATED [app.303243481228942a3b20.js:1154,5] [INFO] Side effects in initialization of unused variable LOGOUT [app.303243481228942a3b20.js:1155,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGING [app.303243481228942a3b20.js:1156,5] [INFO] Side effects in initialization of unused variable WORKSPACE_CHANGE [app.303243481228942a3b20.js:1157,5] [INFO] Side effects in initialization of unused variable ERROR [app.303243481228942a3b20.js:1158,5] [INFO] Side effects in initialization of unused variable TB_SET [app.303243481228942a3b20.js:1161,5] [INFO] Side effects in initialization of unused variable TB_CLEAR [app.303243481228942a3b20.js:1162,5] [INFO] Side effects in initialization of unused variable CRUD_BEGIN [app.303243481228942a3b20.js:1165,5] [INFO] Side effects in initialization of unused variable CRUD_END [app.303243481228942a3b20.js:1166,5] [INFO] Side effects in initialization of unused variable DOC_CREATE [app.303243481228942a3b20.js:1169,5] [INFO] Side effects in initialization of unused variable DOC_UPDATE [app.303243481228942a3b20.js:1170,5] [INFO] Side effects in initialization of unused variable DOC_DELETE [app.303243481228942a3b20.js:1171,5] [INFO] Condition always true [app.303243481228942a3b20.js:1613,5] [INFO] Condition always false [app.303243481228942a3b20.js:2184,7] [INFO] Dropping unreachable code [app.303243481228942a3b20.js:2185,4] [INFO] Condition always false [app.303243481228942a3b20.js:2291,4] [INFO] Dropping unreachable code [app.303243481228942a3b20.js:2293,2] [INFO] Side effects in initialization of unused variable update [app.303243481228942a3b20.js:2288,5] [INFO] Condition always false [app.303243481228942a3b20.js:2383,4] [INFO] Dropping unreachable code [app.303243481228942a3b20.js:2385,2] [INFO] Side effects in initialization of unused variable update [app.303243481228942a3b20.js:2380,5] [INFO] Side effects in initialization of unused variable sourceMap [app.303243481228942a3b20.js:2699,6] [INFO] Side effects in initialization of unused variable media [app.303243481228942a3b20.js:2717,6] [INFO] Condition always true [app.303243481228942a3b20.js:2537,5] [INFO] [INFO] WARNING in 1.1.d5f31dd68f43a5260a6c.js from UglifyJs [INFO] Condition always false [1.1.d5f31dd68f43a5260a6c.js:563,9] [INFO] Dropping unreachable code [1.1.d5f31dd68f43a5260a6c.js:564,9] [INFO] Condition always false [1.1.d5f31dd68f43a5260a6c.js:593,9] [INFO] Dropping unreachable code [1.1.d5f31dd68f43a5260a6c.js:594,9] [INFO] [INFO] WARNING in 2.2.b651f999a746e21ff3b4.js from UglifyJs [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:1051,4] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:1053,2] [INFO] Side effects in initialization of unused variable update [2.2.b651f999a746e21ff3b4.js:1048,5] [INFO] Side effects in initialization of unused variable expitem [2.2.b651f999a746e21ff3b4.js:1846,8] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:2722,31] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:2742,31] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:2775,31] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:2915,4] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:2917,2] [INFO] Side effects in initialization of unused variable update [2.2.b651f999a746e21ff3b4.js:2912,5] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:3582,7] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:3582,14] [INFO] Declarations in unreachable code! [2.2.b651f999a746e21ff3b4.js:3587,4] [INFO] Dropping unused variable schema [2.2.b651f999a746e21ff3b4.js:3587,8] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:3556,8] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:3557,5] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:3915,9] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:3916,9] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:3945,9] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:3946,9] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:4210,6] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:4211,3] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:4589,8] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:4590,5] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:4799,9] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:4800,6] [INFO] Side effects in initialization of unused variable _formControl2 [2.2.b651f999a746e21ff3b4.js:6870,5] [INFO] Condition always false [2.2.b651f999a746e21ff3b4.js:7336,7] [INFO] Dropping unreachable code [2.2.b651f999a746e21ff3b4.js:7336,14] [INFO] [INFO] WARNING in 3.3.02d66be975a40f8b5426.js from UglifyJs [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:660,4] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:662,2] [INFO] Side effects in initialization of unused variable update [3.3.02d66be975a40f8b5426.js:657,5] [INFO] Side effects in initialization of unused variable expitem [3.3.02d66be975a40f8b5426.js:1451,8] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:2321,31] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:2341,31] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:2374,31] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:2512,4] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:2514,2] [INFO] Side effects in initialization of unused variable update [3.3.02d66be975a40f8b5426.js:2509,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:3174,7] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:3174,14] [INFO] Declarations in unreachable code! [3.3.02d66be975a40f8b5426.js:3179,4] [INFO] Dropping unused variable schema [3.3.02d66be975a40f8b5426.js:3179,8] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:3148,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:3149,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:3505,9] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:3506,9] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:3535,9] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:3536,9] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:3798,6] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:3799,3] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:4175,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:4176,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:4336,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:4336,15] [INFO] Declarations in unreachable code! [3.3.02d66be975a40f8b5426.js:4337,5] [INFO] Dropping unused variable DevIndex [3.3.02d66be975a40f8b5426.js:4337,9] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:4851,9] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:4852,6] [INFO] Side effects in initialization of unused variable _formControl2 [3.3.02d66be975a40f8b5426.js:6907,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:7371,7] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:7371,14] [INFO] Side effects in initialization of unused variable _form2 [3.3.02d66be975a40f8b5426.js:9079,5] [INFO] Dropping unused variable res [3.3.02d66be975a40f8b5426.js:9794,8] [INFO] Side effects in initialization of unused variable _reactBootstrap [3.3.02d66be975a40f8b5426.js:10693,5] [INFO] Side effects in initialization of unused variable _index [3.3.02d66be975a40f8b5426.js:10695,5] [INFO] Side effects in initialization of unused variable _app [3.3.02d66be975a40f8b5426.js:10697,5] [INFO] Side effects in initialization of unused variable _app [3.3.02d66be975a40f8b5426.js:10750,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:13686,4] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:13688,2] [INFO] Side effects in initialization of unused variable update [3.3.02d66be975a40f8b5426.js:13683,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:14445,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:14446,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:14551,9] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:14552,6] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:14630,9] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:14631,6] [INFO] Side effects in initialization of unused variable _crudController2 [3.3.02d66be975a40f8b5426.js:14401,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:14890,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:14891,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:14945,10] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:14947,7] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:15039,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:15040,5] [INFO] Condition always false [3.3.02d66be975a40f8b5426.js:15062,8] [INFO] Dropping unreachable code [3.3.02d66be975a40f8b5426.js:15063,5] [INFO] Side effects in initialization of unused variable _components [3.3.02d66be975a40f8b5426.js:15618,5] [INFO] Side effects in initialization of unused variable _reactDom2 [3.3.02d66be975a40f8b5426.js:21464,5] [INFO] [INFO] WARNING in vendor.e6f2d981aa3358894b95.js from UglifyJs [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:238,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:238,12] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:239,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:252,5] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:263,10] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:208,5] [INFO] Dropping unused variable ExecutionEnvironment [vendor.e6f2d981aa3358894b95.js:239,7] [INFO] Dropping unused variable ieCompatibilityMode [vendor.e6f2d981aa3358894b95.js:252,9] [INFO] Dropping unused variable expectedFeatures [vendor.e6f2d981aa3358894b95.js:256,9] [INFO] Dropping unused variable i [vendor.e6f2d981aa3358894b95.js:263,14] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:382,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:383,7] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.e6f2d981aa3358894b95.js:335,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:519,26] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:630,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:635,25] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:677,55] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:684,20] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:685,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:692,59] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:694,51] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:708,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:709,16] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:710,53] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:825,19] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:842,22] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:979,87] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:981,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:983,43] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1036,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1037,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1145,19] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1283,54] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1336,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1337,7] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:1337,12] [INFO] Dropping unused variable key [vendor.e6f2d981aa3358894b95.js:1337,16] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1355,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1355,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:1356,7] [INFO] Dropping unused variable measuredFunc [vendor.e6f2d981aa3358894b95.js:1356,11] [INFO] Dropping unused variable wrapper [vendor.e6f2d981aa3358894b95.js:1357,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1620,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:1620,4] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1628,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1629,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:1629,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1696,16] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1697,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1755,16] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1756,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1794,16] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1795,7] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:1601,5] [INFO] Dropping unused variable reactProps [vendor.e6f2d981aa3358894b95.js:1629,7] [INFO] Dropping unused variable warnedProperties [vendor.e6f2d981aa3358894b95.js:1635,7] [INFO] Dropping unused variable warnUnknownProperty [vendor.e6f2d981aa3358894b95.js:1637,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1887,60] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1907,77] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1908,74] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1909,119] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1911,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1912,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:1918,13] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:1919,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2001,29] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2107,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2108,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2239,55] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2408,34] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2486,38] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2548,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2548,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:2552,5] [INFO] Dropping unused variable tag [vendor.e6f2d981aa3358894b95.js:2552,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2342,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2344,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:2344,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2660,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2661,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2720,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2722,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2736,161] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2756,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:2756,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2767,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2769,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2789,85] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2794,50] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2798,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:2798,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2823,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2826,7] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:2827,9] [INFO] Dropping unused variable rootElementSibling [vendor.e6f2d981aa3358894b95.js:2827,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2896,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:2896,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2898,161] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2911,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2912,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2920,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2921,7] [INFO] Side effects in initialization of unused variable containerHasNonRootReactChild [vendor.e6f2d981aa3358894b95.js:2905,11] [INFO] Side effects in initialization of unused variable isContainerReactRoot [vendor.e6f2d981aa3358894b95.js:2909,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2937,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:2937,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:2938,7] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:2944,9] [INFO] Dropping unused variable rootElement [vendor.e6f2d981aa3358894b95.js:2938,11] [INFO] Dropping unused variable containerChild [vendor.e6f2d981aa3358894b95.js:2944,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:2999,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:3001,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3053,14] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:3053,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3057,161] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3071,13] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:3071,20] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:3076,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3093,52] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3095,13] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:3096,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3101,48] [INFO] Dropping unused variable normalizer [vendor.e6f2d981aa3358894b95.js:3076,15] [INFO] Side effects in initialization of unused variable difference [vendor.e6f2d981aa3358894b95.js:3091,13] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.e6f2d981aa3358894b95.js:2305,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.e6f2d981aa3358894b95.js:2324,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:2325,5] [INFO] Dropping unused variable rootElementsByReactRootID [vendor.e6f2d981aa3358894b95.js:2344,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3635,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:3635,4] [INFO] Side effects in initialization of unused variable valid [vendor.e6f2d981aa3358894b95.js:3634,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3679,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:3680,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3685,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:3686,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3716,42] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3831,21] [INFO] Dropping unused function validateInstanceHandle [vendor.e6f2d981aa3358894b95.js:3633,10] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:3591,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3894,28] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3898,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3902,86] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3916,79] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3944,70] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:3986,27] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4010,41] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4169,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4170,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4197,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4198,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4238,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4239,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4243,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4111,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4112,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4131,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4132,3] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:4097,5] [INFO] Dropping unused variable validateEventDispatches [vendor.e6f2d981aa3358894b95.js:4130,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4344,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4349,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:4350,5] [INFO] Dropping unused variable fakeNode [vendor.e6f2d981aa3358894b95.js:4350,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4399,22] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4744,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4749,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4859,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4861,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.e6f2d981aa3358894b95.js:4698,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:4948,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:4949,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5109,59] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5110,49] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5152,34] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5172,24] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5174,51] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5187,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5767,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5781,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5826,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:5830,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5835,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:5836,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5856,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:5856,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:5857,7] [INFO] Dropping unused variable owner [vendor.e6f2d981aa3358894b95.js:5857,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5883,42] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:5908,42] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6006,25] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6035,25] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.e6f2d981aa3358894b95.js:5810,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:5817,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6088,68] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6168,40] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6246,42] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6253,30] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6258,27] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6259,66] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6260,68] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6347,50] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6464,35] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6633,33] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6697,32] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6760,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:6761,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6951,95] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6967,14] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:6967,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6970,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:6971,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6983,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:6984,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:6990,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:6991,5] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.e6f2d981aa3358894b95.js:6916,10] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:6908,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7149,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7149,18] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7166,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7169,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7190,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7194,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7207,76] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7313,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7313,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:7314,7] [INFO] Dropping unused variable Component [vendor.e6f2d981aa3358894b95.js:7314,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7332,61] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7333,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7334,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7337,51] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7354,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7354,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:7355,7] [INFO] Dropping unused variable Component [vendor.e6f2d981aa3358894b95.js:7355,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7381,59] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7394,14] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:7394,14] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7396,14] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:7396,14] [INFO] Side effects in initialization of unused variable addendum [vendor.e6f2d981aa3358894b95.js:7390,15] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7470,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7471,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7592,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7594,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7617,117] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7631,24] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7633,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7633,16] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:7634,7] [INFO] Dropping unused variable componentName [vendor.e6f2d981aa3358894b95.js:7634,11] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.e6f2d981aa3358894b95.js:7024,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:7032,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7744,21] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7802,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7803,3] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:7855,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:7989,29] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:8042,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:8042,12] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:8055,3] [INFO] Side effects in initialization of unused variable assign [vendor.e6f2d981aa3358894b95.js:8036,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:8038,5] [INFO] Dropping unused variable specialTags [vendor.e6f2d981aa3358894b95.js:8055,7] [INFO] Dropping unused variable inScopeTags [vendor.e6f2d981aa3358894b95.js:8058,7] [INFO] Dropping unused variable buttonScopeTags [vendor.e6f2d981aa3358894b95.js:8066,7] [INFO] Dropping unused variable impliedEndTags [vendor.e6f2d981aa3358894b95.js:8069,7] [INFO] Dropping unused variable emptyAncestorInfo [vendor.e6f2d981aa3358894b95.js:8071,7] [INFO] Dropping unused variable updatedAncestorInfo [vendor.e6f2d981aa3358894b95.js:8084,7] [INFO] Dropping unused variable isTagValidWithParent [vendor.e6f2d981aa3358894b95.js:8134,7] [INFO] Dropping unused variable findInvalidAncestorForTag [vendor.e6f2d981aa3358894b95.js:8219,7] [INFO] Dropping unused variable findOwnerStack [vendor.e6f2d981aa3358894b95.js:8292,7] [INFO] Dropping unused variable didWarn [vendor.e6f2d981aa3358894b95.js:8307,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:8476,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:8476,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:8477,5] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:8479,7] [INFO] Dropping unused variable url [vendor.e6f2d981aa3358894b95.js:8477,9] [INFO] Dropping unused variable ReactDefaultPerf [vendor.e6f2d981aa3358894b95.js:8479,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:8943,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:8944,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:8919,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:9315,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:9316,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:9332,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:9333,7] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:9241,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10541,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:10541,6] [INFO] Side effects in initialization of unused variable ReactInstanceMap [vendor.e6f2d981aa3358894b95.js:10525,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:10528,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10581,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10581,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:10582,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10597,94] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10598,12] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:10598,4] [INFO] Dropping unused variable owner [vendor.e6f2d981aa3358894b95.js:10582,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.e6f2d981aa3358894b95.js:10567,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:10572,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10765,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10765,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:10766,5] [INFO] Dropping unused variable component [vendor.e6f2d981aa3358894b95.js:10766,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10774,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10775,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10781,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10781,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:10782,5] [INFO] Dropping unused variable component [vendor.e6f2d981aa3358894b95.js:10782,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10789,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10790,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10803,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10804,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10864,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:10864,4] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10876,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10877,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10882,34] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10883,102] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10885,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10886,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10889,64] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10893,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10896,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10947,24] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10949,12] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11029,35] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11070,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11071,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:10751,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:10752,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11133,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11134,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11139,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11140,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11212,17] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11214,15] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11365,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11369,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11447,15] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11448,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11585,18] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:11585,10] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11614,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11615,9] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.e6f2d981aa3358894b95.js:10737,10] [INFO] Dropping unused function friendlyStringify [vendor.e6f2d981aa3358894b95.js:10815,10] [INFO] Dropping unused function checkAndWarnForMutatedStyle [vendor.e6f2d981aa3358894b95.js:10841,10] [INFO] Dropping unused function processChildContextDev [vendor.e6f2d981aa3358894b95.js:11034,10] [INFO] Side effects in initialization of unused variable isEventSupported [vendor.e6f2d981aa3358894b95.js:10716,5] [INFO] Side effects in initialization of unused variable shallowEqual [vendor.e6f2d981aa3358894b95.js:10720,5] [INFO] Side effects in initialization of unused variable validateDOMNesting [vendor.e6f2d981aa3358894b95.js:10721,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:10722,5] [INFO] Dropping unused variable legacyPropsDescriptor [vendor.e6f2d981aa3358894b95.js:10750,5] [INFO] Dropping unused variable styleMutationWarning [vendor.e6f2d981aa3358894b95.js:10839,5] [INFO] Side effects in initialization of unused variable voidElementTags [vendor.e6f2d981aa3358894b95.js:11015,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11762,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11764,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:11764,3] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11838,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11839,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:11862,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:11863,9] [INFO] Side effects in initialization of unused variable camelizeStyleName [vendor.e6f2d981aa3358894b95.js:11736,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:11740,5] [INFO] Dropping unused variable badVendoredStyleNamePattern [vendor.e6f2d981aa3358894b95.js:11764,7] [INFO] Dropping unused variable badStyleValueWithSemicolonPattern [vendor.e6f2d981aa3358894b95.js:11767,7] [INFO] Dropping unused variable warnedStyleNames [vendor.e6f2d981aa3358894b95.js:11769,7] [INFO] Dropping unused variable warnedStyleValues [vendor.e6f2d981aa3358894b95.js:11770,7] [INFO] Dropping unused variable warnHyphenatedStyleName [vendor.e6f2d981aa3358894b95.js:11772,7] [INFO] Dropping unused variable warnBadVendoredStyleName [vendor.e6f2d981aa3358894b95.js:11781,7] [INFO] Dropping unused variable warnStyleValueWithSemicolon [vendor.e6f2d981aa3358894b95.js:11790,7] [INFO] Dropping unused variable warnValidStyle [vendor.e6f2d981aa3358894b95.js:11803,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12496,19] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12498,25] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12420,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:12421,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12546,72] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12550,65] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12555,67] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:12601,10] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:12601,10] [INFO] Side effects in initialization of unused variable addendum [vendor.e6f2d981aa3358894b95.js:12600,13] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:12533,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13087,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13088,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13135,10] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:13135,10] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:13077,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13469,13] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13470,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13485,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13490,9] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:13491,11] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13498,16] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:13498,8] [INFO] Dropping unused variable addendum [vendor.e6f2d981aa3358894b95.js:13484,11] [INFO] Dropping unused variable name [vendor.e6f2d981aa3358894b95.js:13491,15] [INFO] Side effects in initialization of unused variable childrenString [vendor.e6f2d981aa3358894b95.js:13497,11] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.e6f2d981aa3358894b95.js:13354,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:13360,5] [INFO] Dropping unused variable didWarnAboutMaps [vendor.e6f2d981aa3358894b95.js:13378,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13596,8] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:13596,8] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13598,8] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:13598,8] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13666,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13667,7] [INFO] Dropping unused function getDeclarationErrorAddendum [vendor.e6f2d981aa3358894b95.js:13570,10] [INFO] Dropping unused function checkSelectPropTypes [vendor.e6f2d981aa3358894b95.js:13586,10] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:13553,5] [INFO] Dropping unused variable valuePropNames [vendor.e6f2d981aa3358894b95.js:13580,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13773,49] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13788,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13789,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13796,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:13797,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13799,34] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:13801,36] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:13747,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:14038,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:14039,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:14053,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:14054,9] [INFO] Side effects in initialization of unused variable ReactCurrentOwner [vendor.e6f2d981aa3358894b95.js:13863,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:14371,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:14372,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:14366,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:14499,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:14500,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:14488,5] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:14653,3] [INFO] Dropping unused function handleTopLevelWithPath [vendor.e6f2d981aa3358894b95.js:14679,10] [INFO] Dropping unused variable DOCUMENT_FRAGMENT_NODE_TYPE [vendor.e6f2d981aa3358894b95.js:14607,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:14869,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:14870,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15032,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:15032,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15341,8] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:15341,8] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15351,51] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15356,97] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15369,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15370,42] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15417,127] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15428,15] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15431,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15452,21] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15455,22] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15468,74] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15472,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15527,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15527,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:15531,5] [INFO] Dropping unused variable componentName [vendor.e6f2d981aa3358894b95.js:15531,9] [INFO] Dropping unused variable _bind [vendor.e6f2d981aa3358894b95.js:15532,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15302,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15303,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15308,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15309,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15325,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15326,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15610,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15611,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15629,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15630,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15661,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15662,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15681,11] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15683,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15689,78] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15705,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15710,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15718,38] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15720,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15721,7] [INFO] Dropping unused function warnSetProps [vendor.e6f2d981aa3358894b95.js:15029,10] [INFO] Dropping unused function validateTypeDef [vendor.e6f2d981aa3358894b95.js:15336,10] [INFO] Side effects in initialization of unused variable ReactPropTypeLocations [vendor.e6f2d981aa3358894b95.js:14988,5] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.e6f2d981aa3358894b95.js:14989,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:14997,5] [INFO] Dropping unused variable warnedSetProps [vendor.e6f2d981aa3358894b95.js:15028,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15809,104] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15810,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15811,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15845,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15845,12] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:15846,3] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:15863,8] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.e6f2d981aa3358894b95.js:15764,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:15767,5] [INFO] Dropping unused variable deprecatedAPIs [vendor.e6f2d981aa3358894b95.js:15846,7] [INFO] Dropping unused variable defineDeprecationWarning [vendor.e6f2d981aa3358894b95.js:15853,7] [INFO] Dropping unused variable fnName [vendor.e6f2d981aa3358894b95.js:15863,12] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:15892,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:15893,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:15889,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:17417,26] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18176,44] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18204,44] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18383,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:18384,3] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.e6f2d981aa3358894b95.js:18372,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18459,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:18460,5] [INFO] Side effects in initialization of unused variable ReactElementValidator [vendor.e6f2d981aa3358894b95.js:18448,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18685,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18681,7] [INFO] Side effects in initialization of unused variable addenda [vendor.e6f2d981aa3358894b95.js:18680,7] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18791,57] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18796,8] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18796,8] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18803,10] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18803,10] [INFO] Side effects in initialization of unused variable addendum [vendor.e6f2d981aa3358894b95.js:18802,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18825,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18825,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18835,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:18835,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18866,9] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:18867,7] [INFO] Side effects in initialization of unused variable ReactPropTypeLocationNames [vendor.e6f2d981aa3358894b95.js:18637,5] [INFO] Side effects in initialization of unused variable canDefineProperty [vendor.e6f2d981aa3358894b95.js:18640,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:18643,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:18985,45] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:19024,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:19024,14] [INFO] Declarations in unreachable code! [vendor.e6f2d981aa3358894b95.js:19025,5] [INFO] Dropping unused variable warned [vendor.e6f2d981aa3358894b95.js:19023,7] [INFO] Dropping unused variable newFn [vendor.e6f2d981aa3358894b95.js:19025,9] [INFO] Side effects in initialization of unused variable assign [vendor.e6f2d981aa3358894b95.js:19008,5] [INFO] Side effects in initialization of unused variable warning [vendor.e6f2d981aa3358894b95.js:19009,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:19809,36] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:19922,12] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:19922,12] [INFO] Side effects in initialization of unused variable _warning2 [vendor.e6f2d981aa3358894b95.js:19788,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:20351,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:20352,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:20405,5] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:20406,3] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:20665,13] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:20671,3] [INFO] Side effects in initialization of unused variable bsStyle [vendor.e6f2d981aa3358894b95.js:21580,9] [INFO] Side effects in initialization of unused variable value [vendor.e6f2d981aa3358894b95.js:21581,9] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:23591,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:23593,10] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:24147,4] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:24147,4] [INFO] Side effects in initialization of unused variable _warning2 [vendor.e6f2d981aa3358894b95.js:24126,5] [INFO] Side effects in initialization of unused variable _ownerDocument2 [vendor.e6f2d981aa3358894b95.js:24608,5] [INFO] Side effects in initialization of unused variable valueLink [vendor.e6f2d981aa3358894b95.js:27671,13] [INFO] Side effects in initialization of unused variable checkedLink [vendor.e6f2d981aa3358894b95.js:27672,13] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:27781,7] [INFO] Dropping unreachable code [vendor.e6f2d981aa3358894b95.js:27782,5] [INFO] Side effects in initialization of unused variable _invariant2 [vendor.e6f2d981aa3358894b95.js:27760,5] [INFO] Side effects in initialization of unused variable children [vendor.e6f2d981aa3358894b95.js:30280,9] [INFO] Side effects in initialization of unused variable children [vendor.e6f2d981aa3358894b95.js:31214,9] [INFO] Side effects in initialization of unused variable fixedTop [vendor.e6f2d981aa3358894b95.js:32729,9] [INFO] Side effects in initialization of unused variable fixedBottom [vendor.e6f2d981aa3358894b95.js:32730,9] [INFO] Side effects in initialization of unused variable staticTop [vendor.e6f2d981aa3358894b95.js:32731,9] [INFO] Side effects in initialization of unused variable inverse [vendor.e6f2d981aa3358894b95.js:32732,9] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:34443,8] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:34443,8] [INFO] Side effects in initialization of unused variable _warning2 [vendor.e6f2d981aa3358894b95.js:34242,5] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:35758,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:35758,6] [INFO] Condition always false [vendor.e6f2d981aa3358894b95.js:35759,6] [INFO] Dropping side-effect-free statement [vendor.e6f2d981aa3358894b95.js:35759,6] [INFO] Side effects in initialization of unused variable _warning2 [vendor.e6f2d981aa3358894b95.js:35737,5] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:38063,5] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:38533,6] [INFO] Condition always true [vendor.e6f2d981aa3358894b95.js:42616,5] [INFO] [22:05:56] Finished 'webpack-prod' after 1.95 min [INFO] [22:05:56] Starting 'transpile'... [INFO] [22:05:59] Finished 'transpile' after 2.98 s [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ etbmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 92 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ etbmanager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 401 source files to C:\apps\jenkins\workspace\eTBM 3 (master)\target\classes [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/main/java/org/msh/etbm/services/usersession/UserSessionService.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/main/java/org/msh/etbm/services/usersession/UserSessionService.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-test-resources) @ etbmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ etbmanager --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ etbmanager --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to C:\apps\jenkins\workspace\eTBM 3 (master)\target\test-classes [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/test/java/org/msh/etbm/test/services/admin/UserViewOptionsTest.java: Some input files use unchecked or unsafe operations. [WARNING] /C:/apps/jenkins/workspace/eTBM 3 (master)/src/test/java/org/msh/etbm/test/services/admin/UserViewOptionsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ etbmanager --- [INFO] Surefire report directory: C:\apps\jenkins\workspace\eTBM 3 (master)\target\surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- 22:06:04.725 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.DozerTest] 22:06:04.741 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.741 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.757 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.DozerTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.772 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@10bbd20a declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.788 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.788 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.788 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.788 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.DozerTest] 22:06:04.788 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.DozerTest]: using defaults. 22:06:04.788 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.819 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@3ecd23d9, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@569cfc36, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@43bd930a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@33723e30, org.springframework.test.context.transaction.TransactionalTestExecutionListener@64f6106c, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@553a3d88] 22:06:04.819 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.entities.EntityDAOTest] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.entities.EntityDAOTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.819 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@cb0ed20 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.819 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.819 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.819 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.819 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.entities.EntityDAOTest] 22:06:04.819 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.entities.EntityDAOTest]: using defaults. 22:06:04.819 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.819 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@c81cdd1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@1fc2b765, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@75881071, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a70a3d8, org.springframework.test.context.transaction.TransactionalTestExecutionListener@289d1c02, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@22eeefeb] 22:06:04.819 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.forms.FormServiceTest] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.819 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.forms.FormServiceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.819 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@78ac1102 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.819 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.819 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.819 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.819 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.forms.FormServiceTest] 22:06:04.819 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.forms.FormServiceTest]: using defaults. 22:06:04.835 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.835 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@25bbf683, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6ec8211c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7276c8cd, org.springframework.test.context.support.DirtiesContextTestExecutionListener@544a2ea6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2e3fc542, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@150c158] 22:06:04.835 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.LocaleRequestInterceptorTest] 22:06:04.835 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.835 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.835 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.LocaleRequestInterceptorTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.850 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@727803de declaringClass = 'org.msh.etbm.test.LocaleRequestInterceptorTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.850 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: class path resource [org/msh/etbm/test/LocaleRequestInterceptorTest-context.xml] does not exist 22:06:04.850 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: class path resource [org/msh/etbm/test/LocaleRequestInterceptorTestContext.groovy] does not exist 22:06:04.850 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.850 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.LocaleRequestInterceptorTest] 22:06:04.850 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.LocaleRequestInterceptorTest]: using defaults. 22:06:04.850 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.850 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4fcd19b3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@376b4233, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2fd66ad3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5d11346a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@7a36aefa, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@17211155] 22:06:04.850 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.CountryStructureTest] 22:06:04.850 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.850 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.850 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.CountryStructureTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.850 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@10d59286 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.850 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.850 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.850 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.850 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.CountryStructureTest] 22:06:04.850 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.CountryStructureTest]: using defaults. 22:06:04.850 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.866 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@587c290d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4516af24, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4ae82894, org.springframework.test.context.support.DirtiesContextTestExecutionListener@543788f3, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d3af739, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1da51a35] 22:06:04.866 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.LogMessagesTest] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.LogMessagesTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.866 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@768b970c declaringClass = 'org.msh.etbm.test.services.admin.LogMessagesTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.866 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: class path resource [org/msh/etbm/test/services/admin/LogMessagesTest-context.xml] does not exist 22:06:04.866 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: class path resource [org/msh/etbm/test/services/admin/LogMessagesTestContext.groovy] does not exist 22:06:04.866 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.866 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.LogMessagesTest] 22:06:04.866 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.LogMessagesTest]: using defaults. 22:06:04.866 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.866 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@8b87145, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6483f5ae, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@b9afc07, org.springframework.test.context.support.DirtiesContextTestExecutionListener@382db087, org.springframework.test.context.transaction.TransactionalTestExecutionListener@73d4cc9e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@80169cf] 22:06:04.866 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.MedicineTest] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.866 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.MedicineTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.866 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@57f23557 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.866 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.866 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.866 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.866 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.MedicineTest] 22:06:04.866 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.MedicineTest]: using defaults. 22:06:04.866 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.866 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4f51b3e0, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@4b9e255, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5e57643e, org.springframework.test.context.support.DirtiesContextTestExecutionListener@133e16fd, org.springframework.test.context.transaction.TransactionalTestExecutionListener@51b279c9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ad282e0] 22:06:04.882 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.882 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@2df32bf7 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.882 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.882 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.882 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.882 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 22:06:04.882 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest]: using defaults. 22:06:04.882 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.882 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@40f08448, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@276438c9, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@588df31b, org.springframework.test.context.support.DirtiesContextTestExecutionListener@33b37288, org.springframework.test.context.transaction.TransactionalTestExecutionListener@77a57272, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7181ae3f] 22:06:04.882 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SourceTest] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SourceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.882 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@32464a14 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.882 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.882 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.882 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.882 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SourceTest] 22:06:04.882 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SourceTest]: using defaults. 22:06:04.882 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.882 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@799d4f69, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@49c43f4e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@290dbf45, org.springframework.test.context.support.DirtiesContextTestExecutionListener@12028586, org.springframework.test.context.transaction.TransactionalTestExecutionListener@17776a8, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@69a10787] 22:06:04.882 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SubstanceTest] 22:06:04.882 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SubstanceTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@11c20519 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.897 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.897 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SubstanceTest] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SubstanceTest]: using defaults. 22:06:04.897 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.897 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@4df828d7, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@b59d31, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@62fdb4a6, org.springframework.test.context.support.DirtiesContextTestExecutionListener@11e21d0e, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1dd02175, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@31206beb] 22:06:04.897 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.SysConfigTest] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.SysConfigTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@23bb8443 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.897 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.897 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.SysConfigTest] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.SysConfigTest]: using defaults. 22:06:04.897 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.897 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@6a396c1e, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6c3f5566, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@12405818, org.springframework.test.context.support.DirtiesContextTestExecutionListener@314c508a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@10b48321, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6b67034] 22:06:04.897 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.TagTest] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.897 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.TagTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@71248c21 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.897 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.897 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.897 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.TagTest] 22:06:04.897 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.TagTest]: using defaults. 22:06:04.897 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.913 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@38364841, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@28c4711c, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@59717824, org.springframework.test.context.support.DirtiesContextTestExecutionListener@146044d7, org.springframework.test.context.transaction.TransactionalTestExecutionListener@1e9e725a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@15d9bc04] 22:06:04.913 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.services.admin.UserViewOptionsTest] 22:06:04.913 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.913 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.913 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.services.admin.UserViewOptionsTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.913 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@797badd3 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.913 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.913 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.913 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.913 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.services.admin.UserViewOptionsTest] 22:06:04.913 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.services.admin.UserViewOptionsTest]: using defaults. 22:06:04.913 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.913 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@ba8d91c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7364985f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5d20e46, org.springframework.test.context.support.DirtiesContextTestExecutionListener@709ba3fb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3d36e4cd, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@6a472554] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.DozerTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.entities.EntityDAOTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.entities.EntityDAOTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.forms.FormServiceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.forms.FormServiceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.LocaleRequestInterceptorTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.LocaleRequestInterceptorTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.CountryStructureTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.CountryStructureTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.LogMessagesTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.LogMessagesTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.MedicineTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.MedicineTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.PermissionTreeOptionsTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SourceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SourceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SubstanceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SubstanceTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.SysConfigTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.SysConfigTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.TagTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.TagTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.services.admin.UserViewOptionsTest] 22:06:04.913 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.services.admin.UserViewOptionsTest] Running org.msh.etbm.test.commons.commands.DetailWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.commons.commands.DetailWriterTest Running org.msh.etbm.test.commons.DozerTest 22:06:04.944 [main] DEBUG o.s.t.c.j.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate] 22:06:04.944 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)] 22:06:04.944 [main] DEBUG o.s.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [org.msh.etbm.test.commons.DozerTest] from class [org.springframework.test.context.web.WebTestContextBootstrapper] 22:06:04.944 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - Found explicit ContextLoader class [org.springframework.boot.test.SpringApplicationContextLoader] for context configuration attributes [ContextConfigurationAttributes@4206a205 declaringClass = 'org.msh.etbm.test.AuthenticatedTest', classes = '{class org.msh.etbm.Application}', locations = '{}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.boot.test.SpringApplicationContextLoader'] 22:06:04.944 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTest-context.xml] does not exist 22:06:04.944 [main] DEBUG o.s.t.c.s.AbstractContextLoader - Did not detect default resource location for test class [org.msh.etbm.test.AuthenticatedTest]: class path resource [org/msh/etbm/test/AuthenticatedTestContext.groovy] does not exist 22:06:04.944 [main] INFO o.s.t.c.s.AbstractContextLoader - Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 22:06:04.944 [main] DEBUG o.s.t.c.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.c.w.WebTestContextBootstrapper - @TestExecutionListeners is not present for class [org.msh.etbm.test.commons.DozerTest]: using defaults. 22:06:04.944 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 22:06:04.944 [main] INFO o.s.t.c.w.WebTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@44a664f2, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@7f9fcf7f, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@2357d90a, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6328d34a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@145eaa29, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@15bb6bea] 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.c.s.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@41ee392b testClass = DozerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@1e67a849 testClass = DozerTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null]. 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [org.msh.etbm.test.commons.DozerTest] 22:06:04.944 [main] DEBUG o.s.t.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [org.msh.etbm.test.commons.DozerTest] 22:06:05.022 [main] DEBUG o.s.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence 22:06:05.022 [main] DEBUG o.s.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence 22:06:05.022 [main] DEBUG o.s.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment] 22:06:05.022 [main] DEBUG o.s.core.env.StandardEnvironment - Adding [integrationTest] PropertySource with search precedence immediately lower than [systemEnvironment] _______ ____ __ __ |__ __| _ \ | \/ | ___ ______| | | |_) | | \ / | __ _ _ __ __ _ __ _ ___ _ __ / _ \______| | | _ < | |\/| |/ _` | '_ \ / _` |/ _` |/ _ \ '__| | __/ | | | |_) | | | | | (_| | | | | (_| | (_| | __/ | \___| |_| |____/ |_| |_|\__,_|_| |_|\__,_|\__, |\___|_| __/ | |___/ Copyright (c) 2005 Management Sciences for Health, Inc. All rights reserved. 2016-05-26 22:06:05.382 INFO 6940 --- [ main] org.msh.etbm.test.commons.DozerTest : Starting DozerTest on DC-CPM-APP02 with PID 6940 (started by jenkins in C:\apps\jenkins\workspace\eTBM 3 (master)\target\test) 2016-05-26 22:06:05.397 INFO 6940 --- [ main] org.msh.etbm.test.commons.DozerTest : No active profile set, falling back to default profiles: default 2016-05-26 22:06:05.522 INFO 6940 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@723ca036: startup date [Thu May 26 22:06:05 EDT 2016]; root of context hierarchy 2016-05-26 22:06:07.960 INFO 6940 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]] 2016-05-26 22:06:08.319 INFO 6940 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [class org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$7324cb73] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2016-05-26 22:06:08.538 INFO 6940 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cache.annotation.ProxyCachingConfiguration' of type [class org.springframework.cache.annotation.ProxyCachingConfiguration$$EnhancerBySpringCGLIB$$da8295d1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2016-05-26 22:06:09.991 INFO 6940 --- [ main] liquibase : Successfully acquired change log lock 2016-05-26 22:06:09.991 INFO 6940 --- [ main] liquibase : Dropping Database Objects in schema: etbm3_test.etbm3_test 2016-05-26 22:06:11.757 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.757 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.772 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.772 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.788 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.788 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.803 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.803 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.819 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.819 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.835 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.835 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.850 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.850 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.866 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.866 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.882 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.882 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.897 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.897 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.928 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.928 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.944 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.944 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.960 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.960 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.975 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.975 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.991 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:11.991 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.007 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.007 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.022 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.022 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.038 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.038 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.038 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.053 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.053 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.069 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.069 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.069 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.085 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.085 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.100 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.100 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.116 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.132 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.132 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.132 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.147 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.147 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.163 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.178 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.194 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.194 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.210 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.210 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.210 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.225 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.225 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.335 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.350 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.350 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.366 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.366 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.366 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.382 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.382 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.397 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.397 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.397 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.413 WARN 6940 --- [ main] liquibase : Database does not support drop with cascade 2016-05-26 22:06:12.460 INFO 6940 --- [ main] liquibase : Successfully acquired change log lock 2016-05-26 22:06:12.960 INFO 6940 --- [ main] liquibase : Creating database history table with name: etbm3_test.DATABASECHANGELOG 2016-05-26 22:06:12.991 INFO 6940 --- [ main] liquibase : Reading from etbm3_test.DATABASECHANGELOG 2016-05-26 22:06:13.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-1::rmemoria: Table administrativeunit created 2016-05-26 22:06:13.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-1::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-1::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-2::rmemoria: Table agerange created 2016-05-26 22:06:13.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-2::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-3::rmemoria: Table batch created 2016-05-26 22:06:13.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-3::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-3::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-4::rmemoria: Table batchdispensing created 2016-05-26 22:06:13.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-4::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-4::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-5::rmemoria: Table batchmovement created 2016-05-26 22:06:13.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-5::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-5::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-7::rmemoria: Table casecomment created 2016-05-26 22:06:13.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-7::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-7::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-8::rmemoria: Table casecomorbidity created 2016-05-26 22:06:13.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-8::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-8::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-9::rmemoria: Table caseresistancepattern created 2016-05-26 22:06:13.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-9::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-9::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-10::rmemoria: Table casesideeffect created 2016-05-26 22:06:13.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-10::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-10::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-11::rmemoria: Table countrystructure created 2016-05-26 22:06:13.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-11::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-11::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-12::rmemoria: Table errorlog created 2016-05-26 22:06:13.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-12::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-12::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-13::rmemoria: Table examculture created 2016-05-26 22:06:13.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-13::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-13::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-14::rmemoria: Table examdst created 2016-05-26 22:06:13.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-14::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-14::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-15::rmemoria: Table examdstresult created 2016-05-26 22:06:13.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-15::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-15::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-16::rmemoria: Table examhiv created 2016-05-26 22:06:13.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-16::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-16::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-17::rmemoria: Table exammicroscopy created 2016-05-26 22:06:13.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-17::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-17::rmemoria ran successfully in 31ms 2016-05-26 22:06:13.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-18::rmemoria: Table examrequest created 2016-05-26 22:06:13.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-18::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-18::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-19::rmemoria: Table examxpert created 2016-05-26 22:06:13.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-19::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-19::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-20::rmemoria: Table examxray created 2016-05-26 22:06:13.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-20::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-20::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.475 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-23::rmemoria: Table issue created 2016-05-26 22:06:13.475 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-23::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-23::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-24::rmemoria: Table issuefollowup created 2016-05-26 22:06:13.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-24::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-24::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.507 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-25::rmemoria: Table journal created 2016-05-26 22:06:13.507 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-25::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-25::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-27::rmemoria: Table medicalexamination created 2016-05-26 22:06:13.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-27::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-27::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-28::rmemoria: Table product created 2016-05-26 22:06:13.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-28::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-28::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-29::rmemoria: Table medicine_substances created 2016-05-26 22:06:13.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-29::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-29::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-30::rmemoria: Table medicinedispensing created 2016-05-26 22:06:13.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-30::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-30::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-31::rmemoria: Table medicinedispensingbatch created 2016-05-26 22:06:13.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-31::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-31::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-32::rmemoria: Table medicinedispensingcase created 2016-05-26 22:06:13.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-32::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-32::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.647 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-33::rmemoria: Table medicinedispensingitem created 2016-05-26 22:06:13.647 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-33::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-33::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-34::rmemoria: Table productorder created 2016-05-26 22:06:13.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-34::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-34::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-35::rmemoria: Table productreceiving created 2016-05-26 22:06:13.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-35::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-35::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-36::rmemoria: Table medicinereceivingitem created 2016-05-26 22:06:13.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-36::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-36::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-37::rmemoria: Table medicineregimen created 2016-05-26 22:06:13.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-37::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-37::rmemoria ran successfully in 31ms 2016-05-26 22:06:13.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-38::rmemoria: Table movement created 2016-05-26 22:06:13.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-38::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-38::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-39::rmemoria: Table movements_dispensing created 2016-05-26 22:06:13.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-39::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-39::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-40::rmemoria: Table movements_receiving created 2016-05-26 22:06:13.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-40::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-40::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-41::rmemoria: Table orderbatch created 2016-05-26 22:06:13.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-41::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-41::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-42::rmemoria: Table ordercase created 2016-05-26 22:06:13.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-42::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-42::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-43::rmemoria: Table ordercomment created 2016-05-26 22:06:13.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-43::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-43::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-44::rmemoria: Table orderitem created 2016-05-26 22:06:13.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-44::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-44::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-45::rmemoria: Table patient created 2016-05-26 22:06:13.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-45::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-45::rmemoria ran successfully in 31ms 2016-05-26 22:06:13.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-46::rmemoria: Table prescribedmedicine created 2016-05-26 22:06:13.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-46::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-46::rmemoria ran successfully in 15ms 2016-05-26 22:06:13.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-47::rmemoria: Table prevtbtreatment created 2016-05-26 22:06:13.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-47::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-47::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-48::rmemoria: Table regimen created 2016-05-26 22:06:13.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-48::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-48::rmemoria ran successfully in 16ms 2016-05-26 22:06:13.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-49::rmemoria: Table report created 2016-05-26 22:06:13.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-49::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-49::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-50::rmemoria: Table res_prevtbtreatment created 2016-05-26 22:06:14.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-50::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-50::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-51::rmemoria: Table resistancepattern created 2016-05-26 22:06:14.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-51::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-51::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-52::rmemoria: Table sequenceinfo created 2016-05-26 22:06:14.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-52::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-52::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-53::rmemoria: Table source created 2016-05-26 22:06:14.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-53::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-53::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-55::rmemoria: Table substance created 2016-05-26 22:06:14.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-55::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-55::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-56::rmemoria: Table substances_resistpattern created 2016-05-26 22:06:14.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-56::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-56::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-57::rmemoria: Table sys_user created 2016-05-26 22:06:14.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-57::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-57::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-58::rmemoria: Table systemconfig created 2016-05-26 22:06:14.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-58::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-58::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-59::rmemoria: Table tag created 2016-05-26 22:06:14.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-59::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-59::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-60::rmemoria: Table tags_case created 2016-05-26 22:06:14.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-60::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-60::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-61::rmemoria: Table tbcase created 2016-05-26 22:06:14.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-61::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-61::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-62::rmemoria: Table tbcontact created 2016-05-26 22:06:14.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-62::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-62::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-63::rmemoria: Table unit created 2016-05-26 22:06:14.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-63::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-63::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-65::rmemoria: Table transfer created 2016-05-26 22:06:14.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-65::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-65::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-66::rmemoria: Table transferbatch created 2016-05-26 22:06:14.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-66::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-66::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-67::rmemoria: Table transferitem created 2016-05-26 22:06:14.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-67::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-67::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-68::rmemoria: Table treatmenthealthunit created 2016-05-26 22:06:14.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-68::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-68::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-69::rmemoria: Table treatmentmonitoring created 2016-05-26 22:06:14.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-69::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-69::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-70::rmemoria: Table userlog created 2016-05-26 22:06:14.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-70::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-70::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-71::rmemoria: Table userlogin created 2016-05-26 22:06:14.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-71::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-71::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-72::rmemoria: Table userpermission created 2016-05-26 22:06:14.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-72::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-72::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-73::rmemoria: Table userprofile created 2016-05-26 22:06:14.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-73::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-73::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-73.2::rmemoria: Table userworkspace_profiles created 2016-05-26 22:06:14.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-73.2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-73.2::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.475 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-75::rmemoria: Table userworkspace created 2016-05-26 22:06:14.475 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-75::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-75::rmemoria ran successfully in 15ms 2016-05-26 22:06:14.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-76::rmemoria: Table workspace created 2016-05-26 22:06:14.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-76::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-76::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.507 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-77::rmemoria: Table workspacelog created 2016-05-26 22:06:14.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-77::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-77::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-78::rmemoria: Table workspaceview created 2016-05-26 22:06:14.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-78::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-78::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::rmemoria::300-1: Table commandhistory created 2016-05-26 22:06:14.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::rmemoria::300-1: ChangeSet classpath:/db/changelog/changelog-master.xml::rmemoria::300-1 ran successfully in 15ms 2016-05-26 22:06:14.585 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-79::rmemoria: Primary key added to administrativeunit (id) 2016-05-26 22:06:14.585 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-79::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-79::rmemoria ran successfully in 32ms 2016-05-26 22:06:14.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-80::rmemoria: Primary key added to agerange (id) 2016-05-26 22:06:14.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-80::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-80::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.647 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-81::rmemoria: Primary key added to batch (id) 2016-05-26 22:06:14.647 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-81::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-81::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-82::rmemoria: Primary key added to batchdispensing (id) 2016-05-26 22:06:14.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-82::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-82::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-83::rmemoria: Primary key added to batchmovement (id) 2016-05-26 22:06:14.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-83::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-83::rmemoria ran successfully in 32ms 2016-05-26 22:06:14.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-85::rmemoria: Primary key added to casecomment (id) 2016-05-26 22:06:14.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-85::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-85::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-86::rmemoria: Primary key added to casecomorbidity (id) 2016-05-26 22:06:14.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-86::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-86::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-87::rmemoria: Primary key added to caseresistancepattern (id) 2016-05-26 22:06:14.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-87::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-87::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-88::rmemoria: Primary key added to casesideeffect (id) 2016-05-26 22:06:14.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-88::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-88::rmemoria ran successfully in 32ms 2016-05-26 22:06:14.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-89::rmemoria: Primary key added to countrystructure (id) 2016-05-26 22:06:14.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-89::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-89::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-90::rmemoria: Primary key added to errorlog (id) 2016-05-26 22:06:14.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-90::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-90::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-91::rmemoria: Primary key added to examculture (id) 2016-05-26 22:06:14.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-91::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-91::rmemoria ran successfully in 31ms 2016-05-26 22:06:14.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-92::rmemoria: Primary key added to examdst (id) 2016-05-26 22:06:14.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-92::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-92::rmemoria ran successfully in 16ms 2016-05-26 22:06:14.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-93::rmemoria: Primary key added to examdstresult (id) 2016-05-26 22:06:14.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-93::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-93::rmemoria ran successfully in 16ms 2016-05-26 22:06:15.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-94::rmemoria: Primary key added to examhiv (id) 2016-05-26 22:06:15.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-94::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-94::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-95::rmemoria: Primary key added to exammicroscopy (id) 2016-05-26 22:06:15.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-95::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-95::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-96::rmemoria: Primary key added to examrequest (id) 2016-05-26 22:06:15.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-96::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-96::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-97::rmemoria: Primary key added to examxpert (id) 2016-05-26 22:06:15.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-97::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-97::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-98::rmemoria: Primary key added to examxray (id) 2016-05-26 22:06:15.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-98::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-98::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-101::rmemoria: Primary key added to issue (id) 2016-05-26 22:06:15.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-101::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-101::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-102::rmemoria: Primary key added to issuefollowup (id) 2016-05-26 22:06:15.241 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-102::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-102::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-103::rmemoria: Primary key added to journal (id) 2016-05-26 22:06:15.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-103::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-103::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-104::rmemoria: Primary key added to unit (id) 2016-05-26 22:06:15.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-104::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-104::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-105::rmemoria: Primary key added to medicalexamination (id) 2016-05-26 22:06:15.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-105::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-105::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-106::rmemoria: Primary key added to product (id) 2016-05-26 22:06:15.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-106::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-106::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-107::rmemoria: Primary key added to medicine_substances (medicine_id,substance_id) 2016-05-26 22:06:15.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-107::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-107::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-108::rmemoria: Primary key added to medicinedispensing (id) 2016-05-26 22:06:15.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-108::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-108::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-109::rmemoria: Primary key added to medicinedispensingbatch (id) 2016-05-26 22:06:15.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-109::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-109::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-110::rmemoria: Primary key added to medicinedispensingcase (id) 2016-05-26 22:06:15.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-110::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-110::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-111::rmemoria: Primary key added to medicinedispensingitem (id) 2016-05-26 22:06:15.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-111::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-111::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-112::rmemoria: Primary key added to productorder (id) 2016-05-26 22:06:15.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-112::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-112::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-113::rmemoria: Primary key added to productreceiving (id) 2016-05-26 22:06:15.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-113::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-113::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-114::rmemoria: Primary key added to medicinereceivingitem (id) 2016-05-26 22:06:15.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-114::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-114::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-115::rmemoria: Primary key added to medicineregimen (id) 2016-05-26 22:06:15.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-115::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-115::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-116::rmemoria: Primary key added to movement (id) 2016-05-26 22:06:15.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-116::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-116::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-117::rmemoria: Primary key added to orderbatch (id) 2016-05-26 22:06:15.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-117::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-117::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-118::rmemoria: Primary key added to ordercase (id) 2016-05-26 22:06:15.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-118::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-118::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-119::rmemoria: Primary key added to ordercomment (id) 2016-05-26 22:06:15.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-119::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-119::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-120::rmemoria: Primary key added to orderitem (id) 2016-05-26 22:06:15.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-120::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-120::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-121::rmemoria: Primary key added to patient (id) 2016-05-26 22:06:15.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-121::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-121::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-122::rmemoria: Primary key added to prescribedmedicine (id) 2016-05-26 22:06:15.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-122::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-122::rmemoria ran successfully in 32ms 2016-05-26 22:06:15.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-123::rmemoria: Primary key added to prevtbtreatment (id) 2016-05-26 22:06:15.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-123::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-123::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-124::rmemoria: Primary key added to regimen (id) 2016-05-26 22:06:15.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-124::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-124::rmemoria ran successfully in 31ms 2016-05-26 22:06:15.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-125::rmemoria: Primary key added to report (id) 2016-05-26 22:06:15.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-125::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-125::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-126::rmemoria: Primary key added to res_prevtbtreatment (PREVTBTREATMENT_ID, SUBSTANCE_ID) 2016-05-26 22:06:16.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-126::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-126::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-127::rmemoria: Primary key added to resistancepattern (id) 2016-05-26 22:06:16.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-127::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-127::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-128::rmemoria: Primary key added to sequenceinfo (id) 2016-05-26 22:06:16.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-128::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-128::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-129::rmemoria: Primary key added to source (id) 2016-05-26 22:06:16.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-129::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-129::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-131::rmemoria: Primary key added to substance (id) 2016-05-26 22:06:16.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-131::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-131::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-132::rmemoria: Primary key added to sys_user (id) 2016-05-26 22:06:16.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-132::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-132::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-133::rmemoria: Primary key added to systemconfig (id) 2016-05-26 22:06:16.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-133::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-133::rmemoria ran successfully in 47ms 2016-05-26 22:06:16.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-134::rmemoria: Primary key added to tag (id) 2016-05-26 22:06:16.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-134::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-134::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-135::rmemoria: Primary key added to tbcase (id) 2016-05-26 22:06:16.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-135::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-135::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-136::rmemoria: Primary key added to tbcontact (id) 2016-05-26 22:06:16.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-136::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-136::rmemoria ran successfully in 63ms 2016-05-26 22:06:16.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-139::rmemoria: Primary key added to transfer (id) 2016-05-26 22:06:16.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-139::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-139::rmemoria ran successfully in 47ms 2016-05-26 22:06:16.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-140::rmemoria: Primary key added to transferbatch (id) 2016-05-26 22:06:16.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-140::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-140::rmemoria ran successfully in 47ms 2016-05-26 22:06:16.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-141::rmemoria: Primary key added to transferitem (id) 2016-05-26 22:06:16.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-141::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-141::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-142::rmemoria: Primary key added to treatmenthealthunit (id) 2016-05-26 22:06:16.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-142::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-142::rmemoria ran successfully in 47ms 2016-05-26 22:06:16.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-143::rmemoria: Primary key added to treatmentmonitoring (id) 2016-05-26 22:06:16.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-143::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-143::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-144::rmemoria: Primary key added to userlog (id) 2016-05-26 22:06:16.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-144::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-144::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-145::rmemoria: Primary key added to userlogin (id) 2016-05-26 22:06:16.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-145::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-145::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-146::rmemoria: Primary key added to userpermission (id) 2016-05-26 22:06:16.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-146::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-146::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-147::rmemoria: Primary key added to userprofile (id) 2016-05-26 22:06:16.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-147::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-147::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-149::rmemoria: Primary key added to userworkspace (id) 2016-05-26 22:06:16.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-149::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-149::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-150::rmemoria: Primary key added to workspace (id) 2016-05-26 22:06:16.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-150::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-150::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-151::rmemoria: Primary key added to workspacelog (id) 2016-05-26 22:06:16.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-151::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-151::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-152::rmemoria: Primary key added to workspaceview (id) 2016-05-26 22:06:16.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-152::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-152::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-154::rmemoria: Foreign key constraint added to resistancepattern (WORKSPACE_ID) 2016-05-26 22:06:16.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-154::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-154::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-156::rmemoria: Foreign key constraint added to prescribedmedicine (SOURCE_ID) 2016-05-26 22:06:16.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-156::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-156::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-157::rmemoria: Foreign key constraint added to prescribedmedicine (CASE_ID) 2016-05-26 22:06:16.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-157::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-157::rmemoria ran successfully in 31ms 2016-05-26 22:06:16.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-158::rmemoria: Foreign key constraint added to prescribedmedicine (PRODUCT_ID) 2016-05-26 22:06:16.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-158::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-158::rmemoria ran successfully in 32ms 2016-05-26 22:06:16.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-159::rmemoria: Foreign key constraint added to examdst (LABORATORY_ID) 2016-05-26 22:06:16.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-159::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-159::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-161::rmemoria: Foreign key constraint added to userlogin (WORKSPACE_ID) 2016-05-26 22:06:17.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-161::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-161::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-161.2::rmemoria: Foreign key constraint added to batch (WORKSPACE_ID) 2016-05-26 22:06:17.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-161.2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-161.2::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-162::rmemoria: Foreign key constraint added to userlogin (USER_ID) 2016-05-26 22:06:17.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-162::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-162::rmemoria ran successfully in 47ms 2016-05-26 22:06:17.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-166::rmemoria: Foreign key constraint added to substance (WORKSPACE_ID) 2016-05-26 22:06:17.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-166::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-166::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-169::rmemoria: Foreign key constraint added to tbcontact (CASE_ID) 2016-05-26 22:06:17.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-169::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-169::rmemoria ran successfully in 46ms 2016-05-26 22:06:17.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-171::rmemoria: Foreign key constraint added to orderbatch (BATCH_ID) 2016-05-26 22:06:17.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-171::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-171::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-172::rmemoria: Foreign key constraint added to orderbatch (ORDERITEM_ID) 2016-05-26 22:06:17.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-172::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-172::rmemoria ran successfully in 47ms 2016-05-26 22:06:17.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-174::rmemoria: Foreign key constraint added to sequenceinfo (WORKSPACE_ID) 2016-05-26 22:06:17.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-174::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-174::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-176::rmemoria: Foreign key constraint added to countrystructure (WORKSPACE_ID) 2016-05-26 22:06:17.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-176::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-176::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-177::rmemoria: Foreign key constraint added to medicinedispensingbatch (BATCH_ID) 2016-05-26 22:06:17.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-177::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-177::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-178::rmemoria: Foreign key constraint added to medicinedispensingbatch (DISPENSINGITEM_ID) 2016-05-26 22:06:17.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-178::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-178::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-179::rmemoria: Foreign key constraint added to administrativeunit (COUNTRYSTRUCTURE_ID) 2016-05-26 22:06:17.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-179::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-179::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-180::rmemoria: Foreign key constraint added to administrativeunit (WORKSPACE_ID) 2016-05-26 22:06:17.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-180::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-180::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-181::rmemoria: Foreign key constraint added to administrativeunit (PARENT_ID) 2016-05-26 22:06:17.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-181::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-181::rmemoria ran successfully in 47ms 2016-05-26 22:06:17.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-188::rmemoria: Foreign key constraint added to userworkspace (UNIT_ID) 2016-05-26 22:06:17.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-188::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-188::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-190::rmemoria: Foreign key constraint added to userworkspace (WORKSPACE_ID) 2016-05-26 22:06:17.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-190::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-190::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-191::rmemoria: Foreign key constraint added to userworkspace (USER_ID) 2016-05-26 22:06:17.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-191::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-191::rmemoria ran successfully in 47ms 2016-05-26 22:06:17.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-192::rmemoria: Foreign key constraint added to userworkspace (ADMINUNIT_ID) 2016-05-26 22:06:17.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-192::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-192::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-193::rmemoria: Foreign key constraint added to regimen (WORKSPACE_ID) 2016-05-26 22:06:17.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-193::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-193::rmemoria ran successfully in 62ms 2016-05-26 22:06:17.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-194::rmemoria: Foreign key constraint added to batchdispensing (SOURCE_ID) 2016-05-26 22:06:17.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-194::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-194::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-195::rmemoria: Foreign key constraint added to batchdispensing (BATCH_ID) 2016-05-26 22:06:17.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-195::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-195::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-196::rmemoria: Foreign key constraint added to batchdispensing (DISPENSING_ID) 2016-05-26 22:06:17.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-196::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-196::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-197::rmemoria: Foreign key constraint added to transfer (UNIT_ID_TO) 2016-05-26 22:06:17.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-197::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-197::rmemoria ran successfully in 32ms 2016-05-26 22:06:17.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-198::rmemoria: Foreign key constraint added to transfer (USER_TO_ID) 2016-05-26 22:06:17.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-198::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-198::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-199::rmemoria: Foreign key constraint added to transfer (UNIT_ID_FROM) 2016-05-26 22:06:17.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-199::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-199::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-200::rmemoria: Foreign key constraint added to transfer (USER_FROM_ID) 2016-05-26 22:06:17.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-200::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-200::rmemoria ran successfully in 31ms 2016-05-26 22:06:17.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-201::rmemoria: Foreign key constraint added to movements_receiving (MOVEMENT_ID) 2016-05-26 22:06:17.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-201::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-201::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-202::rmemoria: Foreign key constraint added to movements_receiving (RECEIVING_ID) 2016-05-26 22:06:18.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-202::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-202::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-203::rmemoria: Foreign key constraint added to productorder (UNIT_TO_ID) 2016-05-26 22:06:18.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-203::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-203::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-204::rmemoria: Foreign key constraint added to productorder (USER_CREATOR_ID) 2016-05-26 22:06:18.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-204::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-204::rmemoria ran successfully in 32ms 2016-05-26 22:06:18.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-204.2::rmemoria: Foreign key constraint added to productorder (workspace_id) 2016-05-26 22:06:18.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-204.2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-204.2::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-205::rmemoria: Foreign key constraint added to productorder (AUTHORIZER_UNIT_ID) 2016-05-26 22:06:18.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-205::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-205::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-206::rmemoria: Foreign key constraint added to productorder (UNIT_FROM_ID) 2016-05-26 22:06:18.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-206::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-206::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-208::rmemoria: Foreign key constraint added to agerange (WORKSPACE_ID) 2016-05-26 22:06:18.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-208::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-208::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-210::rmemoria: Foreign key constraint added to batch (PRODUCT_ID) 2016-05-26 22:06:18.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-210::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-210::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-211::rmemoria: Foreign key constraint added to batchmovement (BATCH_ID) 2016-05-26 22:06:18.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-211::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-211::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-212::rmemoria: Foreign key constraint added to batchmovement (MOVEMENT_ID) 2016-05-26 22:06:18.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-212::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-212::rmemoria ran successfully in 32ms 2016-05-26 22:06:18.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-214::rmemoria: Foreign key constraint added to medicineregimen (MEDICINE_ID) 2016-05-26 22:06:18.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-214::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-214::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-215::rmemoria: Foreign key constraint added to medicineregimen (REGIMEN_ID) 2016-05-26 22:06:18.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-215::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-215::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-217::rmemoria: Foreign key constraint added to casecomorbidity (CASE_ID) 2016-05-26 22:06:18.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-217::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-217::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-219::rmemoria: Foreign key constraint added to medicinedispensingcase (SOURCE_ID) 2016-05-26 22:06:18.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-219::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-219::rmemoria ran successfully in 32ms 2016-05-26 22:06:18.507 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-220::rmemoria: Foreign key constraint added to medicinedispensingcase (BATCH_ID) 2016-05-26 22:06:18.507 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-220::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-220::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-221::rmemoria: Foreign key constraint added to medicinedispensingcase (CASE_ID) 2016-05-26 22:06:18.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-221::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-221::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.585 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-222::rmemoria: Foreign key constraint added to medicinedispensingcase (DISPENSING_ID) 2016-05-26 22:06:18.585 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-222::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-222::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-223::rmemoria: Foreign key constraint added to medicinedispensingitem (SOURCE_ID) 2016-05-26 22:06:18.616 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-223::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-223::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-224::rmemoria: Foreign key constraint added to medicinedispensingitem (MOVEMENT_ID) 2016-05-26 22:06:18.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-224::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-224::rmemoria ran successfully in 47ms 2016-05-26 22:06:18.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-225::rmemoria: Foreign key constraint added to medicinedispensingitem (DISPENSING_ID) 2016-05-26 22:06:18.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-225::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-225::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-226::rmemoria: Foreign key constraint added to medicinedispensingitem (PRODUCT_ID) 2016-05-26 22:06:18.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-226::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-226::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-228::rmemoria: Foreign key constraint added to examxray (CASE_ID) 2016-05-26 22:06:18.757 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-228::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-228::rmemoria ran successfully in 16ms 2016-05-26 22:06:18.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-230::rmemoria: Foreign key constraint added to medicinedispensing (UNIT_ID) 2016-05-26 22:06:18.788 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-230::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-230::rmemoria ran successfully in 16ms 2016-05-26 22:06:18.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-232::rmemoria: Foreign key constraint added to userprofile (WORKSPACE_ID) 2016-05-26 22:06:18.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-232::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-232::rmemoria ran successfully in 32ms 2016-05-26 22:06:18.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-234::rmemoria: Foreign key constraint added to examdstresult (SUBSTANCE_ID) 2016-05-26 22:06:18.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-234::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-234::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-235::rmemoria: Foreign key constraint added to examdstresult (EXAM_ID) 2016-05-26 22:06:18.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-235::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-235::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-236::rmemoria: Foreign key constraint added to transferitem (SOURCE_ID) 2016-05-26 22:06:18.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-236::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-236::rmemoria ran successfully in 31ms 2016-05-26 22:06:18.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-237::rmemoria: Foreign key constraint added to transferitem (TRANSFER_ID) 2016-05-26 22:06:18.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-237::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-237::rmemoria ran successfully in 47ms 2016-05-26 22:06:19.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-238::rmemoria: Foreign key constraint added to transferitem (MOV_OUT_ID) 2016-05-26 22:06:19.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-238::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-238::rmemoria ran successfully in 32ms 2016-05-26 22:06:19.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-239::rmemoria: Foreign key constraint added to transferitem (MOV_IN_ID) 2016-05-26 22:06:19.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-239::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-239::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-240::rmemoria: Foreign key constraint added to transferitem (PRODUCT_ID) 2016-05-26 22:06:19.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-240::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-240::rmemoria ran successfully in 47ms 2016-05-26 22:06:19.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-241::rmemoria: Foreign key constraint added to medicinereceivingitem (MOVEMENT_ID) 2016-05-26 22:06:19.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-241::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-241::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-242::rmemoria: Foreign key constraint added to medicinereceivingitem (RECEIVING_ID) 2016-05-26 22:06:19.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-242::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-242::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-243::rmemoria: Foreign key constraint added to medicine_substances (SUBSTANCE_ID) 2016-05-26 22:06:19.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-243::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-243::rmemoria ran successfully in 47ms 2016-05-26 22:06:19.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-244::rmemoria: Foreign key constraint added to medicine_substances (MEDICINE_ID) 2016-05-26 22:06:19.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-244::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-244::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-245::rmemoria: Foreign key constraint added to prevtbtreatment (CASE_ID) 2016-05-26 22:06:19.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-245::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-245::rmemoria ran successfully in 32ms 2016-05-26 22:06:19.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-246::rmemoria: Foreign key constraint added to transferbatch (BATCH_ID) 2016-05-26 22:06:19.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-246::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-246::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-247::rmemoria: Foreign key constraint added to transferbatch (TRANSFERITEM_ID) 2016-05-26 22:06:19.319 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-247::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-247::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-248::rmemoria: Foreign key constraint added to exammicroscopy (CASE_ID) 2016-05-26 22:06:19.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-248::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-248::rmemoria ran successfully in 15ms 2016-05-26 22:06:19.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-249::rmemoria: Foreign key constraint added to exammicroscopy (LAB_ADMINUNIT_ID) 2016-05-26 22:06:19.397 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-249::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-249::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-251::rmemoria: Foreign key constraint added to medicalexamination (CASE_ID) 2016-05-26 22:06:19.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-251::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-251::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-252::rmemoria: Foreign key constraint added to res_prevtbtreatment (SUBSTANCE_ID) 2016-05-26 22:06:19.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-252::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-252::rmemoria ran successfully in 32ms 2016-05-26 22:06:19.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-253::rmemoria: Foreign key constraint added to res_prevtbtreatment (PREVTBTREATMENT_ID) 2016-05-26 22:06:19.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-253::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-253::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-254::rmemoria: Foreign key constraint added to userpermission (PROFILE_ID) 2016-05-26 22:06:19.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-254::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-254::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-256::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE_ID) 2016-05-26 22:06:19.553 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-256::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-256::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-258::rmemoria: Foreign key constraint added to casesideeffect (CASE_ID) 2016-05-26 22:06:19.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-258::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-258::rmemoria ran successfully in 47ms 2016-05-26 22:06:19.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-259::rmemoria: Foreign key constraint added to casesideeffect (SUBSTANCE2_ID) 2016-05-26 22:06:19.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-259::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-259::rmemoria ran successfully in 32ms 2016-05-26 22:06:19.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-260::rmemoria: Foreign key constraint added to tags_case (CASE_ID) 2016-05-26 22:06:19.663 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-260::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-260::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-261::rmemoria: Foreign key constraint added to tags_case (TAG_ID) 2016-05-26 22:06:19.694 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-261::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-261::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-262::rmemoria: Foreign key constraint added to ordercomment (ORDER_ID) 2016-05-26 22:06:19.725 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-262::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-262::rmemoria ran successfully in 15ms 2016-05-26 22:06:19.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-263::rmemoria: Foreign key constraint added to movements_dispensing (MOVEMENT_ID) 2016-05-26 22:06:19.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-263::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-263::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264::rmemoria: Foreign key constraint added to movements_dispensing (DISPENSING_ID) 2016-05-26 22:06:19.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-264::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264.2::rmemoria: Foreign key constraint added to userworkspace_profiles (userworkspace_id) 2016-05-26 22:06:19.835 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264.2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-264.2::rmemoria ran successfully in 32ms 2016-05-26 22:06:19.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264.3::rmemoria: Foreign key constraint added to userworkspace_profiles (userprofile_id) 2016-05-26 22:06:19.866 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-264.3::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-264.3::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::rmemoria::1433264274749-264.4: Primary key added to userworkspace_profiles (userworkspace_id,userprofile_id) 2016-05-26 22:06:19.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::rmemoria::1433264274749-264.4: ChangeSet classpath:/db/changelog/changelog-master.xml::rmemoria::1433264274749-264.4 ran successfully in 31ms 2016-05-26 22:06:19.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-265::rmemoria: Foreign key constraint added to examdst (CASE_ID) 2016-05-26 22:06:19.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-265::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-265::rmemoria ran successfully in 31ms 2016-05-26 22:06:19.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-266::rmemoria: Foreign key constraint added to examhiv (CASE_ID) 2016-05-26 22:06:19.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-266::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-266::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-268::rmemoria: Foreign key constraint added to unit (WORKSPACE_ID) 2016-05-26 22:06:20.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-268::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-268::rmemoria ran successfully in 32ms 2016-05-26 22:06:20.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-269::rmemoria: Foreign key constraint added to unit (ADMINUNIT_ID) 2016-05-26 22:06:20.038 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-269::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-269::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-270::rmemoria: Foreign key constraint added to exammicroscopy (LABORATORY_ID) 2016-05-26 22:06:20.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-270::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-270::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-272::rmemoria: Foreign key constraint added to product (WORKSPACE_ID) 2016-05-26 22:06:20.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-272::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-272::rmemoria ran successfully in 15ms 2016-05-26 22:06:20.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-273::rmemoria: Foreign key constraint added to source (WORKSPACE_ID) 2016-05-26 22:06:20.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-273::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-273::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-274.2::rmemoria: Foreign key constraint added to tbcase (WORKSPACE_ID) 2016-05-26 22:06:20.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-274.2::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-274.2::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-275::rmemoria: Foreign key constraint added to tbcase (CURR_ADMINUNIT_ID) 2016-05-26 22:06:20.210 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-275::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-275::rmemoria ran successfully in 32ms 2016-05-26 22:06:20.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-276::rmemoria: Foreign key constraint added to tbcase (OWNER_UNIT_ID) 2016-05-26 22:06:20.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-276::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-276::rmemoria ran successfully in 47ms 2016-05-26 22:06:20.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-278::rmemoria: Foreign key constraint added to tbcase (NOTIFICATION_UNIT_ID) 2016-05-26 22:06:20.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-278::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-278::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-279::rmemoria: Foreign key constraint added to tbcase (PATIENT_ID) 2016-05-26 22:06:20.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-279::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-279::rmemoria ran successfully in 47ms 2016-05-26 22:06:20.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-281::rmemoria: Foreign key constraint added to tbcase (REGIMEN_INI_ID) 2016-05-26 22:06:20.366 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-281::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-281::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-282::rmemoria: Foreign key constraint added to tbcase (NOTIF_ADMINUNIT_ID) 2016-05-26 22:06:20.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-282::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-282::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-283::rmemoria: Foreign key constraint added to tbcase (REGIMEN_ID) 2016-05-26 22:06:20.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-283::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-283::rmemoria ran successfully in 47ms 2016-05-26 22:06:20.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-286::rmemoria: Foreign key constraint added to unit (AUTHORIZERUNIT_ID) 2016-05-26 22:06:20.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-286::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-286::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-289::rmemoria: Foreign key constraint added to unit (SUPPLIER_ID) 2016-05-26 22:06:20.538 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-289::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-289::rmemoria ran successfully in 47ms 2016-05-26 22:06:20.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-293::rmemoria: Foreign key constraint added to substances_resistpattern (ResistancePattern_id) 2016-05-26 22:06:20.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-293::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-293::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-294::rmemoria: Foreign key constraint added to substances_resistpattern (substances_id) 2016-05-26 22:06:20.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-294::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-294::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-295::rmemoria: Foreign key constraint added to patient (WORKSPACE_ID) 2016-05-26 22:06:20.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-295::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-295::rmemoria ran successfully in 16ms 2016-05-26 22:06:20.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-296::rmemoria: Foreign key constraint added to ordercase (ORDERITEM_ID) 2016-05-26 22:06:20.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-296::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-296::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-297::rmemoria: Foreign key constraint added to ordercase (CASE_ID) 2016-05-26 22:06:20.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-297::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-297::rmemoria ran successfully in 32ms 2016-05-26 22:06:20.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-298::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_IN_ID) 2016-05-26 22:06:20.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-298::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-298::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-299::rmemoria: Foreign key constraint added to orderitem (SOURCE_ID) 2016-05-26 22:06:20.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-299::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-299::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-300::rmemoria: Foreign key constraint added to orderitem (MOVEMENT_OUT_ID) 2016-05-26 22:06:20.819 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-300::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-300::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-301::rmemoria: Foreign key constraint added to orderitem (PRODUCT_ID) 2016-05-26 22:06:20.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-301::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-301::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-302::rmemoria: Foreign key constraint added to orderitem (ORDER_ID) 2016-05-26 22:06:20.897 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-302::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-302::rmemoria ran successfully in 47ms 2016-05-26 22:06:20.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-303::rmemoria: Foreign key constraint added to examculture (LABORATORY_ID) 2016-05-26 22:06:20.928 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-303::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-303::rmemoria ran successfully in 31ms 2016-05-26 22:06:20.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-304::rmemoria: Foreign key constraint added to examculture (CASE_ID) 2016-05-26 22:06:20.960 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-304::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-304::rmemoria ran successfully in 32ms 2016-05-26 22:06:20.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-307::rmemoria: Foreign key constraint added to systemconfig (USERPROFILE_ID) 2016-05-26 22:06:20.991 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-307::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-307::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-308::rmemoria: Foreign key constraint added to systemconfig (UNIT_ID) 2016-05-26 22:06:21.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-308::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-308::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-309::rmemoria: Foreign key constraint added to systemconfig (WORKSPACE_ID) 2016-05-26 22:06:21.069 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-309::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-309::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-310::rmemoria: Foreign key constraint added to casecomment (CASE_ID) 2016-05-26 22:06:21.100 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-310::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-310::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-311::rmemoria: Foreign key constraint added to casecomment (USER_ID) 2016-05-26 22:06:21.132 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-311::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-311::rmemoria ran successfully in 32ms 2016-05-26 22:06:21.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-312::rmemoria: Foreign key constraint added to productreceiving (SOURCE_ID) 2016-05-26 22:06:21.163 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-312::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-312::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-313::rmemoria: Foreign key constraint added to productreceiving (UNIT_ID) 2016-05-26 22:06:21.194 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-313::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-313::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-314::rmemoria: Foreign key constraint added to treatmenthealthunit (UNIT_ID) 2016-05-26 22:06:21.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-314::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-314::rmemoria ran successfully in 15ms 2016-05-26 22:06:21.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-315::rmemoria: Foreign key constraint added to treatmenthealthunit (CASE_ID) 2016-05-26 22:06:21.272 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-315::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-315::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-317::rmemoria: Foreign key constraint added to movement (PRODUCT_ID) 2016-05-26 22:06:21.303 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-317::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-317::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-318::rmemoria: Foreign key constraint added to movement (SOURCE_ID) 2016-05-26 22:06:21.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-318::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-318::rmemoria ran successfully in 32ms 2016-05-26 22:06:21.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-319::rmemoria: Foreign key constraint added to movement (UNIT_ID) 2016-05-26 22:06:21.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-319::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-319::rmemoria ran successfully in 47ms 2016-05-26 22:06:21.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-320::rmemoria: Foreign key constraint added to productorder (SHIP_ADMINUNIT_ID) 2016-05-26 22:06:21.413 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-320::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-320::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-321::rmemoria: Foreign key constraint added to tag (WORKSPACE_ID) 2016-05-26 22:06:21.444 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-321::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-321::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-323::rmemoria: Foreign key constraint added to sys_user (PARENTUSER_ID) 2016-05-26 22:06:21.491 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-323::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-323::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-324::rmemoria: Foreign key constraint added to sys_user (DEFAULTWORKSPACE_ID) 2016-05-26 22:06:21.522 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-324::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-324::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-325::rmemoria: Foreign key constraint added to examculture (request_id) 2016-05-26 22:06:21.569 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-325::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-325::rmemoria ran successfully in 47ms 2016-05-26 22:06:21.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-326::rmemoria: Foreign key constraint added to examdst (request_id) 2016-05-26 22:06:21.600 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-326::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-326::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-327::rmemoria: Foreign key constraint added to journal (user_id) 2016-05-26 22:06:21.632 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-327::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-327::rmemoria ran successfully in 32ms 2016-05-26 22:06:21.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-328::rmemoria: Foreign key constraint added to journal (workspace_id) 2016-05-26 22:06:21.678 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-328::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-328::rmemoria ran successfully in 46ms 2016-05-26 22:06:21.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-329::rmemoria: Foreign key constraint added to exammicroscopy (request_id) 2016-05-26 22:06:21.710 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-329::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-329::rmemoria ran successfully in 32ms 2016-05-26 22:06:21.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-331::rmemoria: Foreign key constraint added to report (owner_id) 2016-05-26 22:06:21.741 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-331::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-331::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-332::rmemoria: Foreign key constraint added to report (workspace_id) 2016-05-26 22:06:21.772 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-332::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-332::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-333::rmemoria: Foreign key constraint added to examrequest (case_id) 2016-05-26 22:06:21.803 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-333::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-333::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-334::rmemoria: Foreign key constraint added to examrequest (laboratory_id) 2016-05-26 22:06:21.850 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-334::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-334::rmemoria ran successfully in 47ms 2016-05-26 22:06:21.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-335::rmemoria: Foreign key constraint added to examrequest (unit_id) 2016-05-26 22:06:21.882 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-335::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-335::rmemoria ran successfully in 32ms 2016-05-26 22:06:21.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-337::rmemoria: Foreign key constraint added to workspaceview (id) 2016-05-26 22:06:21.913 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-337::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-337::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-338::rmemoria: Foreign key constraint added to examxpert (request_id) 2016-05-26 22:06:21.944 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-338::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-338::rmemoria ran successfully in 31ms 2016-05-26 22:06:21.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-339::rmemoria: Foreign key constraint added to caseresistancepattern (case_id) 2016-05-26 22:06:21.975 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-339::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-339::rmemoria ran successfully in 15ms 2016-05-26 22:06:22.007 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-383::rmemoria: Foreign key constraint added to treatmentmonitoring (case_id) 2016-05-26 22:06:22.022 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-383::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-383::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-389::rmemoria: Foreign key constraint added to issue (case_id) 2016-05-26 22:06:22.053 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-389::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-389::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-390::rmemoria: Foreign key constraint added to issue (unit_id) 2016-05-26 22:06:22.085 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-390::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-390::rmemoria ran successfully in 32ms 2016-05-26 22:06:22.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-391::rmemoria: Foreign key constraint added to issue (user_id) 2016-05-26 22:06:22.116 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-391::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-391::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-392::rmemoria: Foreign key constraint added to issuefollowup (issue_id) 2016-05-26 22:06:22.147 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-392::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-392::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-393::rmemoria: Foreign key constraint added to issuefollowup (unit_id) 2016-05-26 22:06:22.178 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-393::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-393::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-394::rmemoria: Foreign key constraint added to issuefollowup (user_id) 2016-05-26 22:06:22.225 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-394::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-394::rmemoria ran successfully in 47ms 2016-05-26 22:06:22.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-399::rmemoria: Foreign key constraint added to examxpert (case_ID) 2016-05-26 22:06:22.257 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-399::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-399::rmemoria ran successfully in 32ms 2016-05-26 22:06:22.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-400::rmemoria: Foreign key constraint added to examxpert (laboratory_ID) 2016-05-26 22:06:22.288 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-400::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-400::rmemoria ran successfully in 31ms 2016-05-26 22:06:22.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-403::rmemoria: Foreign key constraint added to caseresistancepattern (resistpattern_id) 2016-05-26 22:06:22.335 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-403::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-403::rmemoria ran successfully in 32ms 2016-05-26 22:06:22.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-406::rmemoria: Index fk_adminunit_code created 2016-05-26 22:06:22.350 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::1433264274749-406::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::1433264274749-406::rmemoria ran successfully in 15ms 2016-05-26 22:06:22.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-3::rmemoria: Foreign key constraint added to commandhistory (WORKSPACELOG_ID) 2016-05-26 22:06:22.382 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-3::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::300-3::rmemoria ran successfully in 32ms 2016-05-26 22:06:22.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-4::rmemoria: Foreign key constraint added to commandhistory (USERLOG_ID) 2016-05-26 22:06:22.428 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-4::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::300-4::rmemoria ran successfully in 46ms 2016-05-26 22:06:22.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-5::rmemoria: Foreign key constraint added to commandhistory (UNIT_ID) 2016-05-26 22:06:22.460 INFO 6940 --- [ main] liquibase : classpath:/db/changelog/changelog-master.xml: classpath:/db/changelog/changelog-master.xml::300-5::rmemoria: ChangeSet classpath:/db/changelog/changelog-master.xml::300-5::rmemoria ran successfully in 32ms 2016-05-26 22:06:22.460 INFO 6940 --- [ main] liquibase : Successfully released change log lock 2016-05-26 22:06:22.694 INFO 6940 --- [ main] j.LocalContainerEntityManagerFactoryBean : Building JPA container EntityManagerFactory for persistence unit 'default' 2016-05-26 22:06:22.710 INFO 6940 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [ name: default ...] 2016-05-26 22:06:22.788 INFO 6940 --- [ main] org.hibernate.Version : HHH000412: Hibernate Core {4.3.11.Final} 2016-05-26 22:06:22.788 INFO 6940 --- [ main] org.hibernate.cfg.Environment : HHH000206: hibernate.properties not found 2016-05-26 22:06:22.788 INFO 6940 --- [ main] org.hibernate.cfg.Environment : HHH000021: Bytecode provider name : javassist 2016-05-26 22:06:23.069 INFO 6940 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {4.0.5.Final} 2016-05-26 22:06:23.194 INFO 6940 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 2016-05-26 22:06:23.553 INFO 6940 --- [ main] o.h.h.i.ast.ASTQueryTranslatorFactory : HHH000397: Using ASTQueryTranslatorFactory 2016-05-26 22:06:24.382 INFO 6940 --- [ main] o.h.tool.hbm2ddl.SchemaValidator : HHH000229: Running schema validator 2016-05-26 22:06:24.382 INFO 6940 --- [ main] o.h.tool.hbm2ddl.SchemaValidator : HHH000102: Fetching database metadata 2016-05-26 22:06:24.397 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.administrativeunit 2016-05-26 22:06:24.397 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, code, parent_id, name, id, unitscount, customid, countrystructure_id] 2016-05-26 22:06:24.413 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.agerange 2016-05-26 22:06:24.413 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, endage, iniage, id] 2016-05-26 22:06:24.428 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.batch 2016-05-26 22:06:24.428 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, expirydate, medicine_id, batchnumber, product_id, id, brandname, unitprice, manufacturer] 2016-05-26 22:06:24.460 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.batchdispensing 2016-05-26 22:06:24.460 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [dispensing_id, quantity, batch_id, id, source_id] 2016-05-26 22:06:24.460 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.batchmovement 2016-05-26 22:06:24.460 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [quantity, batch_id, movement_id, header, id, availablequantity] 2016-05-26 22:06:24.491 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.casecomment 2016-05-26 22:06:24.491 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [view, viewid, user_id, case_id, comment, comment_date, id] 2016-05-26 22:06:24.507 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.casecomorbidity 2016-05-26 22:06:24.507 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [duration, comorbidity, case_id, comment, id, othercasecomorbidity] 2016-05-26 22:06:24.522 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.caseresistancepattern 2016-05-26 22:06:24.522 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [resistpattern_id, case_id, diagnosis, id] 2016-05-26 22:06:24.538 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.casesideeffect 2016-05-26 22:06:24.538 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [substance_id, datechangereg, medicines, symptomtherapy, sideeffect, otheradverseeffect, dtype, effectst, discriminator, actiontaken, seriousness, substance2_id, grade, case_id, comment, id, effectend, se_month, outcome, resolved] 2016-05-26 22:06:24.553 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.commandhistory 2016-05-26 22:06:24.553 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [execdate, userlog_id, data, workspacelog_id, datatype, entityname, action, entityid, id, type, unit_id, parentid] 2016-05-26 22:06:24.569 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.countrystructure 2016-05-26 22:06:24.569 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, name, structure_level, id] 2016-05-26 22:06:24.569 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.errorlog 2016-05-26 22:06:24.569 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [request, workspace, stacktrace, exceptionmessage, id, userid, errordate, url, exceptionclass, username] 2016-05-26 22:06:24.585 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examculture 2016-05-26 22:06:24.585 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [numberofcolonies, comments, method, samplenumber, laboratory_id, datecollected, dtype, result, sampletype, case_id, daterelease, id, request_id, status] 2016-05-26 22:06:24.600 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examdst 2016-05-26 22:06:24.600 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, numresistant, method, samplenumber, laboratory_id, numcontaminated, datecollected, dtype, mtbdetected, dateplating, sampletype, case_id, daterelease, numsusceptible, id, request_id, status] 2016-05-26 22:06:24.616 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examdstresult 2016-05-26 22:06:24.616 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [result, substance_id, id, exam_id] 2016-05-26 22:06:24.632 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examhiv 2016-05-26 22:06:24.632 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [result, startedvctdate, comments, laboratory, startedarvdate, event_date, case_id, startedcptdate, startedartdate, resultdate, id] 2016-05-26 22:06:24.647 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.exammicroscopy 2016-05-26 22:06:24.647 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, method, samplenumber, laboratory_id, lab_adminunit_id, visualappearance, datecollected, numberofafb, result, dateplating, sampletype, othersampletype, case_id, daterelease, laboratoryname, id, request_id, status] 2016-05-26 22:06:24.663 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examrequest 2016-05-26 22:06:24.663 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [user_id, laboratory_id, case_id, requestdate, id, unit_id] 2016-05-26 22:06:24.678 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examxpert 2016-05-26 22:06:24.678 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, samplenumber, method, laboratory_id, datecollected, reason_id, discriminator, result, rifresult, otherreason, case_id, daterelease, id, request_id, status] 2016-05-26 22:06:24.694 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.examxray 2016-05-26 22:06:24.694 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [result, presentation, comments, event_date, case_id, id, baseline, evolution, destruction, discriminator] 2016-05-26 22:06:24.710 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.issue 2016-05-26 22:06:24.710 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [creationdate, user_id, case_id, closed, description, id, answerdate, title, unit_id] 2016-05-26 22:06:24.725 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.issuefollowup 2016-05-26 22:06:24.725 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [issue_id, user_id, id, text, unit_id, followupdate] 2016-05-26 22:06:24.741 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.medicalexamination 2016-05-26 22:06:24.741 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, positionresponsible, event_date, responsible, usingprescmedicines, reasonnotusingprescmedicines, case_id, weight, id, appointmenttype, height] 2016-05-26 22:06:24.757 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.medicine_substances 2016-05-26 22:06:24.757 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [substance_id, medicine_id] 2016-05-26 22:06:24.772 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.medicinedispensing 2016-05-26 22:06:24.772 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [enddate, dispensingdate, id, inidate, unit_id] 2016-05-26 22:06:24.788 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.medicinedispensingcase 2016-05-26 22:06:24.788 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [dispensing_id, quantity, batch_id, case_id, id, source_id] 2016-05-26 22:06:24.788 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.medicineregimen 2016-05-26 22:06:24.788 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [medicine_id, iniday, regimen_id, defaultdoseunit, days, id, defaultfrequency] 2016-05-26 22:06:24.803 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.movement 2016-05-26 22:06:24.803 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [mov_date, product_id, adjustmenttype, header, comment, id, recorddate, source_id, totalpriceinventory, type, unit_id, availablequantity] 2016-05-26 22:06:24.819 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.movements_dispensing 2016-05-26 22:06:24.819 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [dispensing_id, movement_id] 2016-05-26 22:06:24.835 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.movements_receiving 2016-05-26 22:06:24.835 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [movement_id, receiving_id] 2016-05-26 22:06:24.850 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.orderbatch 2016-05-26 22:06:24.850 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [quantity, batch_id, id, receivedquantity, orderitem_id] 2016-05-26 22:06:24.866 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.ordercase 2016-05-26 22:06:24.866 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [estimatedquantity, case_id, id, orderitem_id] 2016-05-26 22:06:24.882 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.ordercomment 2016-05-26 22:06:24.882 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [date, statusoncomment, user_creator_id, comment, id, order_id] 2016-05-26 22:06:24.897 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.orderitem 2016-05-26 22:06:24.897 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [movement_out_id, estimatedquantity, receivedquantity, stockquantity, movement_in_id, approvedquantity, shippedquantity, numpatients, product_id, comment, id, source_id, requestedquantity, order_id] 2016-05-26 22:06:24.913 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.patient 2016-05-26 22:06:24.913 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, birthdate, fathername, gender, name, middlename, id, mothername, customid, recordnumber, securitynumber, lastname] 2016-05-26 22:06:24.928 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.prescribedmedicine 2016-05-26 22:06:24.928 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [enddate, comments, product_id, case_id, id, source_id, inidate, doseunit, frequency] 2016-05-26 22:06:24.944 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.prevtbtreatment 2016-05-26 22:06:24.944 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [treatment_month, case_id, outcome_month, outcome_year, id, outcome, treatment_year] 2016-05-26 22:06:24.960 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.product 2016-05-26 22:06:24.960 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, line, name, active, id, category, shortname, customid, discriminator] 2016-05-26 22:06:24.975 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.productorder 2016-05-26 22:06:24.975 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [shipcontactphone, cancelreason, comments, shipaddresscont, shipaddress, user_creator_id, shipinstitutionname, ship_adminunit_id, approvingdate, orderdate, unit_from_id, customid, authorizer_unit_id, workspace_id, shipcontactname, shipzipcode, id, shippingdate, receivingdate, unit_to_id, numdays, status] 2016-05-26 22:06:24.991 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.productreceiving 2016-05-26 22:06:24.991 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, totalprice, id, source_id, receivingdate, unit_id] 2016-05-26 22:06:25.007 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.regimen 2016-05-26 22:06:25.007 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, name, active, id, classification, customid] 2016-05-26 22:06:25.022 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.report 2016-05-26 22:06:25.022 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, data, owner_id, registrationdate, id, published, title, dashboard] 2016-05-26 22:06:25.022 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.res_prevtbtreatment 2016-05-26 22:06:25.022 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [substance_id, prevtbtreatment_id] 2016-05-26 22:06:25.038 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.resistancepattern 2016-05-26 22:06:25.038 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [pattern_name, workspace_id, criteria, id] 2016-05-26 22:06:25.053 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.sequenceinfo 2016-05-26 22:06:25.053 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, number, seq_name, id] 2016-05-26 22:06:25.069 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.source 2016-05-26 22:06:25.069 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, name, active, id, shortname, customid] 2016-05-26 22:06:25.085 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.substance 2016-05-26 22:06:25.085 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, prevtreatmentform, line, name, dstresultform, active, id, displayorder, shortname, customid] 2016-05-26 22:06:25.100 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.substances_resistpattern 2016-05-26 22:06:25.100 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [resistancepattern_id, substances_id] 2016-05-26 22:06:25.116 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.sys_user 2016-05-26 22:06:25.116 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, timezone, registrationdate, login, customid, ulaaccepted, pwdchangerequest, password, name, id, state, defaultworkspace_id, parentuser_id, sendsystemmessages, email] 2016-05-26 22:06:25.132 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.systemconfig 2016-05-26 22:06:25.132 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, pubds_workspace_id, ulaactive, userprofile_id, allowregpage, pagerooturl, updatesite, id, otherlinks, systemurl, unit_id, adminmail] 2016-05-26 22:06:25.147 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.tag 2016-05-26 22:06:25.147 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, name, sqlcondition, active, id, consistencycheck, dailyupdate] 2016-05-26 22:06:25.163 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.tags_case 2016-05-26 22:06:25.163 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [case_id, tag_id] 2016-05-26 22:06:25.178 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.tbcase 2016-05-26 22:06:25.178 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [patientcontactname, pulmonarytype, registrationcode, drugresistancetype, otheroutcome, extrapulmonarytype2, movedsecondlinetreatment, workspace_id, extrapulmonarytype, curr_complement, notif_address, id, patienttypeother, state, tbcontact, notif_adminunit_id, notification_unit_id, curr_localitytype, classification, version, suspectregistrationcode, suspectclassification, nationality, curr_zipcode, patient_id, lastbmutbregistnumber, endintensivephase, owner_unit_id, previouslytreatedtype, secdrugsreceived, mobilenumber, diagnosistype, regimen_id, phonenumber, issuecounter, registrationdate, lastbmudatetbregister, rifampcinresistance, validationstate, casenumber, endtreatmentdate, notif_localitytype, initreatmentdate, notif_zipcode, patienttype, infectionsite, outcomedate, comments, daystreatplanned, curr_adminunit_id, curr_address, regimen_ini_id, customid, casedefinition, diagnosisdate, notif_complement, category, age, notifaddresschanged] 2016-05-26 22:06:25.194 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.tbcontact 2016-05-26 22:06:25.194 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [comments, gender, conduct, contacttype, dateofexamination, name, case_id, examinated, id, age] 2016-05-26 22:06:25.210 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.transfer 2016-05-26 22:06:25.210 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [commentsfrom, consignmentnumber, cancelreason, user_to_id, commentsto, unit_id_from, id, shippingdate, receivingdate, unit_id_to, user_from_id, status] 2016-05-26 22:06:25.225 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.transferbatch 2016-05-26 22:06:25.225 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [quantity, quantityreceived, batch_id, id, transferitem_id] 2016-05-26 22:06:25.241 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.transferitem 2016-05-26 22:06:25.241 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [mov_in_id, product_id, id, mov_out_id, source_id, transfer_id] 2016-05-26 22:06:25.257 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.treatmenthealthunit 2016-05-26 22:06:25.257 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [transferring, enddate, case_id, id, inidate, unit_id] 2016-05-26 22:06:25.257 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.treatmentmonitoring 2016-05-26 22:06:25.257 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [day29, day28, day27, day26, day14, day13, day12, day11, day10, day31, day30, case_id, id, year_treat, day19, day18, day17, day16, day15, day25, day24, day8, day23, day9, day22, day6, day21, day7, day20, day4, day5, day2, day3, day1, month_treat] 2016-05-26 22:06:25.272 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.unit 2016-05-26 22:06:25.272 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [shipcontactphone, performdst, shipaddress, ntmfacility, tbfacility, inventorystartdate, ship_adminunit_id, performxpert, drtbfacility, workspace_id, performculture, authorizerunit_id, id, performmicroscopy, numdaysorder, address, active, shortname, customid, adminunit_id, shipaddresscompl, discriminator, inventoryclosedate, zipcode, shipcontactname, notificationunit, shipzipcode, name, receivefrommanufacturer, supplier_id, addresscompl] 2016-05-26 22:06:25.288 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userlog 2016-05-26 22:06:25.288 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [name, id] 2016-05-26 22:06:25.303 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userlogin 2016-05-26 22:06:25.303 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, ipaddress, lastaccess, application, logoutdate, user_id, logindate, id, sessionid] 2016-05-26 22:06:25.319 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userpermission 2016-05-26 22:06:25.319 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [profile_id, permission, id, canchange] 2016-05-26 22:06:25.335 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userprofile 2016-05-26 22:06:25.335 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, name, id, customid] 2016-05-26 22:06:25.350 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userworkspace 2016-05-26 22:06:25.350 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [workspace_id, administrator, user_view, user_id, id, unit_id, playotherunits, adminunit_id] 2016-05-26 22:06:25.366 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.userworkspace_profiles 2016-05-26 22:06:25.366 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [userprofile_id, userworkspace_id] 2016-05-26 22:06:25.382 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.workspace 2016-05-26 22:06:25.382 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [weekfreq1, casevalidationtb, maxstockonhand, weekfreq2, weekfreq3, weekfreq4, weekfreq5, casevalidationntm, customid, weekfreq6, patientaddrrequiredlevels, weekfreq7, monthstoalertexpiredmedicines, suspectcasenumber, name, patientnamecomposition, treatmonitoringinput, id, confirmedcasenumber, minstockonhand, sendsystemmessages, casevalidationdrtb] 2016-05-26 22:06:25.397 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.workspacelog 2016-05-26 22:06:25.397 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [name, id] 2016-05-26 22:06:25.413 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000261: Table found: etbm3_test.workspaceview 2016-05-26 22:06:25.413 INFO 6940 --- [ main] o.hibernate.tool.hbm2ddl.TableMetadata : HHH000037: Columns: [logoimage, picturecontenttype, id, picture] 2016-05-26 22:06:25.616 INFO 6940 --- [ main] org.dozer.config.GlobalSettings : Trying to find Dozer configuration file: dozer.properties 2016-05-26 22:06:25.632 WARN 6940 --- [ main] org.dozer.config.GlobalSettings : Dozer configuration file not found: dozer.properties. Using defaults for all Dozer global properties. 2016-05-26 22:06:25.632 INFO 6940 --- [ main] org.dozer.DozerInitializer : Initializing Dozer. Version: 5.5.0, Thread Name: main 2016-05-26 22:06:25.632 INFO 6940 --- [ main] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerStatisticsController] auto registered with the Platform MBean Server 2016-05-26 22:06:25.632 INFO 6940 --- [ main] org.dozer.jmx.JMXPlatformImpl : Dozer JMX MBean [org.dozer.jmx:type=DozerAdminController] auto registered with the Platform MBean Server 2016-05-26 22:06:25.632 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Initializing a new instance of dozer bean mapper. 2016-05-26 22:06:26.335 INFO 6940 --- [ main] o.s.w.s.v.f.FreeMarkerConfigurer : ClassTemplateLoader for Spring macros added to FreeMarker configuration 2016-05-26 22:06:26.569 INFO 6940 --- [ main] o.m.e.commons.forms.FormConfiguration : Scanning form type handlers 2016-05-26 22:06:27.475 INFO 6940 --- [ main] o.m.e.commons.forms.FormConfiguration : Form request types found: adminUnit, medicines, substances, unit, perms-tree, profiles, users, userViews, workspaces 2016-05-26 22:06:28.460 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.web.context.support.GenericWebApplicationContext@723ca036: startup date [Thu May 26 22:06:05 EDT 2016]; root of context hierarchy 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/message]}" onto public java.lang.String org.msh.etbm.test.TestRest.getMessage() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/workspace]}" onto public java.util.List org.msh.etbm.test.TestRest.getWorkspace(java.lang.String) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/sendmail],methods=[GET]}" onto public void org.msh.etbm.test.TestRest.send() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/map],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.mapTest(java.util.Map) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/hello]}" onto public java.lang.String org.msh.etbm.test.TestRest.hello() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/optionaltest]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.test.TestRest.optionalTest(org.msh.etbm.test.DataRequest,org.springframework.validation.BindingResult) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/mappintest]}" onto public java.lang.String org.msh.etbm.test.TestRest.mappingTest() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/test/workspaces]}" onto public java.util.List org.msh.etbm.test.TestRest.getWorkspaces() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.AdminUnitDetailedData org.msh.etbm.web.api.admin.AdminUnitsREST.get(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.AdminUnitFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.AdminUnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AdminUnitsREST.create(org.msh.etbm.services.admin.admunits.AdminUnitFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AdminUnitsREST.query(org.msh.etbm.services.admin.admunits.AdminUnitQueryParams) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/adminunit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.AdminUnitFormData org.msh.etbm.web.api.admin.AdminUnitsREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeData org.msh.etbm.web.api.admin.AgeRangesREST.get(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.update(java.util.UUID,org.msh.etbm.services.admin.ageranges.AgeRangeRequest) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.AgeRangesREST.delete(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.AgeRangesREST.create(org.msh.etbm.services.admin.ageranges.AgeRangeRequest) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.AgeRangesREST.query() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/agerange/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.ageranges.AgeRangeFormData org.msh.etbm.web.api.admin.AgeRangesREST.getForm(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/cmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.query(org.msh.etbm.services.admin.cmdhisotryrep.CmdHistoryRepQueryParams) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/todaycmdhistory],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CmdHistoryRepREST.todayResult() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureData org.msh.etbm.web.api.admin.CountryStructureREST.get(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.update(java.util.UUID,org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.CountryStructureREST.delete(java.util.UUID) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.CountryStructureREST.create(org.msh.etbm.services.admin.admunits.CountryStructureFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.CountryStructureREST.query(org.msh.etbm.services.admin.admunits.CountryStructureQueryParams) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/countrystructure/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.admunits.CountryStructureFormData org.msh.etbm.web.api.admin.CountryStructureREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/onlineusers],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.admin.OnlineUsersRepREST.query() 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductDetailedData org.msh.etbm.web.api.admin.ProductsREST.get(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.update(java.util.UUID,org.msh.etbm.services.admin.products.ProductFormData) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.ProductsREST.delete(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.ProductsREST.create(org.msh.etbm.services.admin.products.ProductFormData) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.ProductsREST.query(org.msh.etbm.services.admin.products.ProductQueryParams) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/product/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.products.ProductFormData org.msh.etbm.web.api.admin.ProductsREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenData org.msh.etbm.web.api.admin.RegimensREST.get(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.update(java.util.UUID,org.msh.etbm.services.admin.regimens.RegimenFormData) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.RegimensREST.delete(java.util.UUID) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.RegimensREST.create(org.msh.etbm.services.admin.regimens.RegimenFormData) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.RegimensREST.query(org.msh.etbm.services.admin.regimens.RegimenQueryParams) 2016-05-26 22:06:28.569 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/regimen/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.regimens.RegimenFormData org.msh.etbm.web.api.admin.RegimensREST.getForm(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceData org.msh.etbm.web.api.admin.SourcesREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.update(java.util.UUID,org.msh.etbm.services.admin.sources.SourceFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.SourcesREST.delete(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SourcesREST.create(org.msh.etbm.services.admin.sources.SourceFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SourcesREST.query(org.msh.etbm.services.admin.sources.SourceQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/source/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.sources.SourceFormData org.msh.etbm.web.api.admin.SourcesREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceData org.msh.etbm.web.api.admin.SubstancesREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.update(java.util.UUID,org.msh.etbm.services.admin.substances.SubstanceFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.SubstancesREST.delete(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SubstancesREST.create(org.msh.etbm.services.admin.substances.SubstanceFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.SubstancesREST.query(org.msh.etbm.services.admin.substances.SubstanceQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/substance/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.substances.SubstanceFormData org.msh.etbm.web.api.admin.SubstancesREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[GET]}" onto public org.msh.etbm.services.admin.sysconfig.SysConfigFormData org.msh.etbm.web.api.admin.SysConfigREST.readConfig() 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/sysconfig],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.SysConfigREST.postConfig(org.msh.etbm.services.admin.sysconfig.SysConfigFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagData org.msh.etbm.web.api.admin.TagsREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.update(java.util.UUID,org.msh.etbm.services.admin.tags.TagFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.TagsREST.delete(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.TagsREST.create(org.msh.etbm.services.admin.tags.TagFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.TagsREST.query(org.msh.etbm.services.admin.tags.TagQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/tag/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.tags.TagFormData org.msh.etbm.web.api.admin.TagsREST.getForm(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitDetailedData org.msh.etbm.web.api.admin.UnitsREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.update(java.util.UUID,org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.UnitsREST.delete(java.util.UUID) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UnitsREST.create(org.msh.etbm.services.admin.units.data.UnitFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.units.data.UnitFormData org.msh.etbm.web.api.admin.UnitsREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/unit/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UnitsREST.queryUnits(org.msh.etbm.services.admin.units.UnitQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileDetailedData org.msh.etbm.web.api.admin.UserProfileREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.update(java.util.UUID,org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.UserProfileREST.delete(java.util.UUID) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UserProfileREST.create(org.msh.etbm.services.admin.userprofiles.UserProfileFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserProfileREST.query(org.msh.etbm.services.admin.userprofiles.UserProfileQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userprofile/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.userprofiles.UserProfileFormData org.msh.etbm.web.api.admin.UserProfileREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/usersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.query(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/admin/rep/dailyusersession],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UserSessionsRepREST.queryByDay(org.msh.etbm.services.admin.sessionreport.UserSessionRepQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsDetailedData org.msh.etbm.web.api.admin.UsersWsREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.update(java.util.UUID,org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.UsersWsREST.delete(java.util.UUID) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.UsersWsREST.create(org.msh.etbm.services.admin.usersws.data.UserWsFormData) throws org.springframework.validation.BindException 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.UsersWsREST.query(org.msh.etbm.services.admin.usersws.UserWsQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/userws/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.usersws.data.UserWsFormData org.msh.etbm.web.api.admin.UsersWsREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceDetailData org.msh.etbm.web.api.admin.WorkspacesREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.update(java.util.UUID,org.msh.etbm.services.admin.workspaces.WorkspaceRequest) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.admin.WorkspacesREST.delete(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.admin.WorkspacesREST.create(org.msh.etbm.services.admin.workspaces.WorkspaceFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.admin.WorkspacesREST.query(org.msh.etbm.services.admin.workspaces.WorkspaceQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/tbl/workspace/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.admin.workspaces.WorkspaceFormData org.msh.etbm.web.api.admin.WorkspacesREST.getFormData(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/logout],methods=[GET]}" onto public void org.msh.etbm.web.api.authentication.AuthenticatorREST.logout(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/login],methods=[POST]}" onto public org.msh.etbm.web.api.authentication.LoginResponse org.msh.etbm.web.api.authentication.AuthenticatorREST.login(org.msh.etbm.web.api.authentication.LoginRequest,javax.servlet.http.HttpServletRequest) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/auth/workspaces],methods=[POST]}" onto public java.util.List org.msh.etbm.web.api.authentication.AuthenticatorREST.getWorkspaces(org.msh.etbm.web.api.authentication.WorkspacesRequest) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.cases.CaseData org.msh.etbm.web.api.cases.CasesREST.get(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case/{id}],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasesREST.update(java.util.UUID,org.msh.etbm.services.cases.cases.CaseFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case/{id}],methods=[DELETE]}" onto public java.util.UUID org.msh.etbm.web.api.cases.CasesREST.delete(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case],methods=[POST]}" onto public org.msh.etbm.web.api.StandardResult org.msh.etbm.web.api.cases.CasesREST.create(org.msh.etbm.services.cases.cases.CaseFormData) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case/query],methods=[POST]}" onto public org.msh.etbm.commons.entities.query.QueryResult org.msh.etbm.web.api.cases.CasesREST.query(org.msh.etbm.services.cases.cases.CaseQueryParams) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/casesman/case/form/{id}],methods=[GET]}" onto public org.msh.etbm.services.cases.cases.CaseFormData org.msh.etbm.web.api.cases.CasesREST.getForm(java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/form/request],methods=[POST]}" onto public java.util.Map org.msh.etbm.web.api.forms.FormsREST.initFields(java.util.List) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/init/workspace],methods=[POST]}" onto public java.util.UUID org.msh.etbm.web.api.init.RegisterWorkspaceRest.registerWorkspace(org.msh.etbm.services.init.RegisterWorkspaceRequest) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/info]}" onto public org.msh.etbm.services.sys.SystemInformation org.msh.etbm.web.api.sys.SystemRest.getInformation(java.lang.String,java.lang.String) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/session],methods=[POST]}" onto public org.msh.etbm.services.usersession.UserSessionResponse org.msh.etbm.web.api.usersession.UserSessionRest.getUserSession(javax.servlet.http.HttpServletRequest) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/sys/changews/{userwsId}],methods=[POST]}" onto public org.msh.etbm.web.api.usersession.ChangeWsResponse org.msh.etbm.web.api.usersession.UserSessionRest.changeWorkspace(javax.servlet.http.HttpServletRequest,java.util.UUID) 2016-05-26 22:06:28.585 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto public java.lang.String org.msh.etbm.web.templates.IndexController.welcome(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2016-05-26 22:06:28.600 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2016-05-26 22:06:28.600 INFO 6940 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2016-05-26 22:06:28.647 INFO 6940 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-05-26 22:06:28.647 INFO 6940 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-05-26 22:06:28.663 INFO 6940 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in exceptionHandlingController 2016-05-26 22:06:28.694 INFO 6940 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2016-05-26 22:06:29.022 INFO 6940 --- [ main] org.msh.etbm.test.commons.DozerTest : Started DozerTest in 23.984 seconds (JVM running for 24.806) 2016-05-26 22:06:29.038 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : Initializing database: running setup-database.sql 2016-05-26 22:06:29.053 INFO 6940 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executing SQL script from class path resource [setup-database.sql] 2016-05-26 22:06:29.053 INFO 6940 --- [ main] o.s.jdbc.datasource.init.ScriptUtils : Executed SQL script from class path resource [setup-database.sql] in 0 ms. Hibernate: select count(*) as col_0_0_ from workspace workspace0_ Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? 2016-05-26 22:06:29.241 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using the following xml files to load custom mappings for the bean mapper instance: [dozer/config.mapper.xml, dozer/global.mapper.xml, dozer/adminunit.mapper.xml, dozer/unit.mapper.xml, dozer/source.mapper.xml, dozer/product.mapper.xml, dozer/substance.mapper.xml, dozer/workspace.mapper.xml, dozer/userws.mapper.xml, dozer/regimen.mapper.xml, dozer/sysconfig.mapper.xml] 2016-05-26 22:06:29.241 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/config.mapper.xml 2016-05-26 22:06:29.241 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.257 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/config.mapper.xml] 2016-05-26 22:06:29.257 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/global.mapper.xml 2016-05-26 22:06:29.272 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.288 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/global.mapper.xml] 2016-05-26 22:06:29.288 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/adminunit.mapper.xml 2016-05-26 22:06:29.288 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.288 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/adminunit.mapper.xml] 2016-05-26 22:06:29.288 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/unit.mapper.xml 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/unit.mapper.xml] 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/source.mapper.xml 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/source.mapper.xml] 2016-05-26 22:06:29.303 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/product.mapper.xml 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/product.mapper.xml] 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/substance.mapper.xml 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/substance.mapper.xml] 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/workspace.mapper.xml 2016-05-26 22:06:29.319 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.335 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/workspace.mapper.xml] 2016-05-26 22:06:29.335 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/userws.mapper.xml 2016-05-26 22:06:29.335 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.335 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/userws.mapper.xml] 2016-05-26 22:06:29.335 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/regimen.mapper.xml 2016-05-26 22:06:29.350 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.350 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/regimen.mapper.xml] 2016-05-26 22:06:29.350 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Trying to find xml mapping file: dozer/sysconfig.mapper.xml 2016-05-26 22:06:29.350 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Using URL [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] to load custom xml mappings 2016-05-26 22:06:29.350 INFO 6940 --- [ main] org.dozer.DozerBeanMapper : Successfully loaded custom xml mappings from URL: [file:/C:/apps/jenkins/workspace/eTBM%203%20(master)/target/classes/dozer/sysconfig.mapper.xml] 2016-05-26 22:06:29.475 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : Initializing workspace and admin user Hibernate: insert into workspace (caseValidationDRTB, caseValidationNTM, caseValidationTB, confirmedCaseNumber, customId, maxStockOnHand, minStockOnHand, monthsToAlertExpiredMedicines, name, patientAddrRequiredLevels, patientNameComposition, sendSystemMessages, suspectCaseNumber, treatMonitoringInput, weekFreq1, weekFreq2, weekFreq3, weekFreq4, weekFreq5, weekFreq6, weekFreq7, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into workspacelog (name, id) values (?, ?) Hibernate: insert into countrystructure (WORKSPACE_ID, STRUCTURE_LEVEL, name, id) values (?, ?, ?, ?) Hibernate: insert into countrystructure (WORKSPACE_ID, STRUCTURE_LEVEL, name, id) values (?, ?, ?, ?) Hibernate: insert into administrativeunit (WORKSPACE_ID, code, COUNTRYSTRUCTURE_ID, customId, name, PARENT_ID, unitsCount, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into administrativeunit (WORKSPACE_ID, code, COUNTRYSTRUCTURE_ID, customId, name, PARENT_ID, unitsCount, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: update administrativeunit set WORKSPACE_ID=?, code=?, COUNTRYSTRUCTURE_ID=?, customId=?, name=?, PARENT_ID=?, unitsCount=? where id=? Hibernate: insert into unit (WORKSPACE_ID, active, ADDRESS, ADMINUNIT_ID, addressCompl, zipcode, AUTHORIZERUNIT_ID, customId, inventoryCloseDate, inventoryStartDate, name, receiveFromManufacturer, shipAddress, SHIP_ADMINUNIT_ID, shipAddressCompl, shipZipCode, shipContactName, shipContactPhone, SUPPLIER_ID, drtbFacility, notificationUnit, ntmFacility, numDaysOrder, tbFacility, DISCRIMINATOR, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 'unit', ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userpermission (canChange, permission, PROFILE_ID, id) values (?, ?, ?, ?) Hibernate: insert into userprofile (WORKSPACE_ID, customId, name, id) values (?, ?, ?, ?) Hibernate: insert into sys_user (comments, customId, DEFAULTWORKSPACE_ID, email, login, name, PARENTUSER_ID, password, pwdChangeRequest, registrationDate, sendSystemMessages, state, timeZone, ulaAccepted, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into userlog (name, id) values (?, ?) Hibernate: select unit0_.id as id2_59_, unit0_.WORKSPACE_ID as WORKSPA26_59_, unit0_.active as active3_59_, unit0_.ADDRESS as ADDRESS4_59_, unit0_.ADMINUNIT_ID as ADMINUN27_59_, unit0_.addressCompl as addressC5_59_, unit0_.zipcode as zipcode6_59_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_, unit0_.customId as customId7_59_, unit0_.inventoryCloseDate as inventor8_59_, unit0_.inventoryStartDate as inventor9_59_, unit0_.name as name10_59_, unit0_.receiveFromManufacturer as receive11_59_, unit0_.shipAddress as shipAdd12_59_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_, unit0_.shipAddressCompl as shipAdd13_59_, unit0_.shipZipCode as shipZip14_59_, unit0_.shipContactName as shipCon15_59_, unit0_.shipContactPhone as shipCon16_59_, unit0_.SUPPLIER_ID as SUPPLIE30_59_, unit0_.performCulture as perform17_59_, unit0_.performDst as perform18_59_, unit0_.performMicroscopy as perform19_59_, unit0_.performXpert as perform20_59_, unit0_.drtbFacility as drtbFac21_59_, unit0_.notificationUnit as notific22_59_, unit0_.ntmFacility as ntmFaci23_59_, unit0_.numDaysOrder as numDays24_59_, unit0_.tbFacility as tbFacil25_59_, unit0_.DISCRIMINATOR as DISCRIMI1_59_ from unit unit0_ where unit0_.WORKSPACE_ID=? limit ? Hibernate: insert into userworkspace (WORKSPACE_ID, ADMINUNIT_ID, administrator, playOtherUnits, UNIT_ID, USER_ID, USER_VIEW, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? Hibernate: insert into systemconfig (adminMail, allowRegPage, pageRootURL, PUBDS_WORKSPACE_ID, systemURL, ulaActive, UNIT_ID, updateSite, USERPROFILE_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.email=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:29.866 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2016-05-26 22:06:29.866 INFO 6940 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@41ee392b testClass = DozerTest, testInstance = org.msh.etbm.test.commons.DozerTest@22fb60f3, testMethod = testUnit@DozerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@1e67a849 testClass = DozerTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@14a3d15b]; rollback [true] Hibernate: select tbunit0_.id as id2_59_, tbunit0_.WORKSPACE_ID as WORKSPA26_59_, tbunit0_.active as active3_59_, tbunit0_.ADDRESS as ADDRESS4_59_, tbunit0_.ADMINUNIT_ID as ADMINUN27_59_, tbunit0_.addressCompl as addressC5_59_, tbunit0_.zipcode as zipcode6_59_, tbunit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_, tbunit0_.customId as customId7_59_, tbunit0_.inventoryCloseDate as inventor8_59_, tbunit0_.inventoryStartDate as inventor9_59_, tbunit0_.name as name10_59_, tbunit0_.receiveFromManufacturer as receive11_59_, tbunit0_.shipAddress as shipAdd12_59_, tbunit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_, tbunit0_.shipAddressCompl as shipAdd13_59_, tbunit0_.shipZipCode as shipZip14_59_, tbunit0_.shipContactName as shipCon15_59_, tbunit0_.shipContactPhone as shipCon16_59_, tbunit0_.SUPPLIER_ID as SUPPLIE30_59_, tbunit0_.drtbFacility as drtbFac21_59_, tbunit0_.notificationUnit as notific22_59_, tbunit0_.ntmFacility as ntmFaci23_59_, tbunit0_.numDaysOrder as numDays24_59_, tbunit0_.tbFacility as tbFacil25_59_ from unit tbunit0_ where tbunit0_.DISCRIMINATOR='unit' and tbunit0_.WORKSPACE_ID=? limit ? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:29.866 INFO 6940 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@41ee392b testClass = DozerTest, testInstance = org.msh.etbm.test.commons.DozerTest@22fb60f3, testMethod = testUnit@DozerTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@1e67a849 testClass = DozerTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.906 sec - in org.msh.etbm.test.commons.DozerTest Running org.msh.etbm.test.commons.entities.EntityDAOTest 2016-05-26 22:06:29.882 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:29.882 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:29.882 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@e2bdc58, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@bc007f5, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@42b2319c, org.springframework.test.context.support.DirtiesContextTestExecutionListener@40c65a03, org.springframework.test.context.transaction.TransactionalTestExecutionListener@105f875f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1babd50e] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:29.897 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated 2016-05-26 22:06:29.897 INFO 6940 --- [ main] o.s.t.c.transaction.TransactionContext : Began transaction (1) for test context [DefaultTestContext@3aa2646f testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@562b791b, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@48c63936 testClass = EntityDAOTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]; transaction manager [org.springframework.orm.jpa.JpaTransactionManager@14a3d15b]; rollback [true] Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: insert into source (WORKSPACE_ID, active, customId, name, shortName, id) values (?, ?, ?, ?, ?, ?) Hibernate: delete from source where id=? Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? 2016-05-26 22:06:29.928 INFO 6940 --- [ main] o.s.t.c.transaction.TransactionContext : Rolled back transaction for test context [DefaultTestContext@3aa2646f testClass = EntityDAOTest, testInstance = org.msh.etbm.test.commons.entities.EntityDAOTest@562b791b, testMethod = crudTest@EntityDAOTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@48c63936 testClass = EntityDAOTest, locations = '{}', classes = '{class org.msh.etbm.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.SpringApplicationContextLoader', parent = [null]]]. Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:29.944 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.msh.etbm.test.commons.entities.EntityDAOTest Running org.msh.etbm.test.commons.forms.FormServiceTest 2016-05-26 22:06:29.975 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:29.975 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:29.975 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@25082311, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@48acb864, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@45bf1ee3, org.springframework.test.context.support.DirtiesContextTestExecutionListener@57e273e0, org.springframework.test.context.transaction.TransactionalTestExecutionListener@3396d2a6, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1ed43328] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.007 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select substance0_.id as id1_46_, substance0_.WORKSPACE_ID as WORKSPA10_46_, substance0_.active as active2_46_, substance0_.customId as customId3_46_, substance0_.displayOrder as displayO4_46_, substance0_.dstResultForm as dstResul5_46_, substance0_.line as line6_46_, substance0_.name as name7_46_, substance0_.prevTreatmentForm as prevTrea8_46_, substance0_.shortName as shortNam9_46_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.active=1 order by substance0_.name Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.msh.etbm.test.commons.forms.FormServiceTest Running org.msh.etbm.test.commons.objutils.DiffsUtilsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.objutils.DiffsUtilsTest Running org.msh.etbm.test.commons.objutils.ObjectUtilsTest user action Ricardo Lima (Editing data) 1197118459 1197118460 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.commons.objutils.ObjectUtilsTest Running org.msh.etbm.test.LocaleRequestInterceptorTest 2016-05-26 22:06:30.038 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.LocaleRequestInterceptorTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.038 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.038 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@2158d1d1, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72238cf0, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@7e32261f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7414167a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@13258770, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7d8fcde8] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.LocaleRequestInterceptorTest Running org.msh.etbm.test.MessageTest :name :lastname Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.msh.etbm.test.MessageTest Running org.msh.etbm.test.services.admin.CountryStructureTest 2016-05-26 22:06:30.053 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.053 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.053 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@506d7831, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@497746ea, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@4f3f8115, org.springframework.test.context.support.DirtiesContextTestExecutionListener@3713ebe9, org.springframework.test.context.transaction.TransactionalTestExecutionListener@c04a1ca, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7f37f6b6] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.100 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from countrystructure countrystr0_ where countrystr0_.WORKSPACE_ID=? and countrystr0_.name=? and countrystr0_.STRUCTURE_LEVEL=1 Hibernate: insert into countrystructure (WORKSPACE_ID, STRUCTURE_LEVEL, name, id) values (?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: update countrystructure set WORKSPACE_ID=?, STRUCTURE_LEVEL=?, name=? where id=? Hibernate: select count(*) as col_0_0_ from countrystructure countrystr0_ where countrystr0_.WORKSPACE_ID=? and countrystr0_.name=? and countrystr0_.id<>? and countrystr0_.STRUCTURE_LEVEL=1 Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from countrystructure where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.178 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from countrystructure countrystr0_ where countrystr0_.WORKSPACE_ID=? and countrystr0_.name=? and countrystr0_.STRUCTURE_LEVEL=1 Hibernate: insert into countrystructure (WORKSPACE_ID, STRUCTURE_LEVEL, name, id) values (?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from countrystructure countrystr0_ where countrystr0_.WORKSPACE_ID=? and countrystr0_.name=? and countrystr0_.STRUCTURE_LEVEL=2 Hibernate: insert into countrystructure (WORKSPACE_ID, STRUCTURE_LEVEL, name, id) values (?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from countrystructure countrystr0_ where countrystr0_.WORKSPACE_ID=? and countrystr0_.name=? and countrystr0_.STRUCTURE_LEVEL=2 Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from countrystructure where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.msh.etbm.test.services.admin.CountryStructureTest Running org.msh.etbm.test.services.admin.LogMessagesTest 2016-05-26 22:06:30.241 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.services.admin.LogMessagesTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.241 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.241 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@32be0ebd, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6174ff60, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@3b5950f, org.springframework.test.context.support.DirtiesContextTestExecutionListener@70921720, org.springframework.test.context.transaction.TransactionalTestExecutionListener@321b2469, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@74d242b5] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.services.admin.LogMessagesTest Running org.msh.etbm.test.services.admin.MedicineTest 2016-05-26 22:06:30.257 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.257 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.257 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@21d08148, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5acf07e7, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@42c8f458, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1334a246, org.springframework.test.context.transaction.TransactionalTestExecutionListener@364bbba9, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@141962b8] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.272 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: insert into substance (WORKSPACE_ID, active, customId, displayOrder, dstResultForm, line, name, prevTreatmentForm, shortName, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: insert into substance (WORKSPACE_ID, active, customId, displayOrder, dstResultForm, line, name, prevTreatmentForm, shortName, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: insert into substance (WORKSPACE_ID, active, customId, displayOrder, dstResultForm, line, name, prevTreatmentForm, shortName, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: insert into substance (WORKSPACE_ID, active, customId, displayOrder, dstResultForm, line, name, prevTreatmentForm, shortName, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.name=? Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.shortName=? Hibernate: insert into product (WORKSPACE_ID, active, customId, name, shortName, category, line, DISCRIMINATOR, id) values (?, ?, ?, ?, ?, ?, ?, 'med', ?) Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Hibernate: select substances0_.MEDICINE_ID as MEDICINE1_37_0_, substances0_.SUBSTANCE_ID as SUBSTANC2_23_0_, substance1_.id as id1_46_1_, substance1_.WORKSPACE_ID as WORKSPA10_46_1_, substance1_.active as active2_46_1_, substance1_.customId as customId3_46_1_, substance1_.displayOrder as displayO4_46_1_, substance1_.dstResultForm as dstResul5_46_1_, substance1_.line as line6_46_1_, substance1_.name as name7_46_1_, substance1_.prevTreatmentForm as prevTrea8_46_1_, substance1_.shortName as shortNam9_46_1_ from medicine_substances substances0_ inner join substance substance1_ on substances0_.SUBSTANCE_ID=substance1_.id where substances0_.MEDICINE_ID=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.name=? Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.shortName=? Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Hibernate: select substances0_.MEDICINE_ID as MEDICINE1_37_0_, substances0_.SUBSTANCE_ID as SUBSTANC2_23_0_, substance1_.id as id1_46_1_, substance1_.WORKSPACE_ID as WORKSPA10_46_1_, substance1_.active as active2_46_1_, substance1_.customId as customId3_46_1_, substance1_.displayOrder as displayO4_46_1_, substance1_.dstResultForm as dstResul5_46_1_, substance1_.line as line6_46_1_, substance1_.name as name7_46_1_, substance1_.prevTreatmentForm as prevTrea8_46_1_, substance1_.shortName as shortNam9_46_1_ from medicine_substances substances0_ inner join substance substance1_ on substances0_.SUBSTANCE_ID=substance1_.id where substances0_.MEDICINE_ID=? Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Hibernate: select substances0_.MEDICINE_ID as MEDICINE1_37_0_, substances0_.SUBSTANCE_ID as SUBSTANC2_23_0_, substance1_.id as id1_46_1_, substance1_.WORKSPACE_ID as WORKSPA10_46_1_, substance1_.active as active2_46_1_, substance1_.customId as customId3_46_1_, substance1_.displayOrder as displayO4_46_1_, substance1_.dstResultForm as dstResul5_46_1_, substance1_.line as line6_46_1_, substance1_.name as name7_46_1_, substance1_.prevTreatmentForm as prevTrea8_46_1_, substance1_.shortName as shortNam9_46_1_ from medicine_substances substances0_ inner join substance substance1_ on substances0_.SUBSTANCE_ID=substance1_.id where substances0_.MEDICINE_ID=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: update product set WORKSPACE_ID=?, active=?, customId=?, name=?, shortName=?, category=?, line=? where id=? Hibernate: delete from medicine_substances where MEDICINE_ID=? Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: insert into medicine_substances (MEDICINE_ID, SUBSTANCE_ID) values (?, ?) Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.name=? and product0_.id<>? Hibernate: select count(*) as col_0_0_ from product product0_ where product0_.WORKSPACE_ID=? and product0_.shortName=? and product0_.id<>? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Hibernate: select substances0_.MEDICINE_ID as MEDICINE1_37_0_, substances0_.SUBSTANCE_ID as SUBSTANC2_23_0_, substance1_.id as id1_46_1_, substance1_.WORKSPACE_ID as WORKSPA10_46_1_, substance1_.active as active2_46_1_, substance1_.customId as customId3_46_1_, substance1_.displayOrder as displayO4_46_1_, substance1_.dstResultForm as dstResul5_46_1_, substance1_.line as line6_46_1_, substance1_.name as name7_46_1_, substance1_.prevTreatmentForm as prevTrea8_46_1_, substance1_.shortName as shortNam9_46_1_ from medicine_substances substances0_ inner join substance substance1_ on substances0_.SUBSTANCE_ID=substance1_.id where substances0_.MEDICINE_ID=? Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from medicine_substances where MEDICINE_ID=? Hibernate: delete from product where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select product0_.id as id2_37_0_, product0_.WORKSPACE_ID as WORKSPAC9_37_0_, product0_.active as active3_37_0_, product0_.customId as customId4_37_0_, product0_.name as name5_37_0_, product0_.shortName as shortNam6_37_0_, product0_.category as category7_37_0_, product0_.line as line8_37_0_, product0_.DISCRIMINATOR as DISCRIMI1_37_0_ from product product0_ where product0_.id=? Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.msh.etbm.test.services.admin.MedicineTest Running org.msh.etbm.test.services.admin.PermissionTreeOptionsTest 2016-05-26 22:06:30.444 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.444 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.444 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@447f9a09, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@eba003e, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@659b0c20, org.springframework.test.context.support.DirtiesContextTestExecutionListener@1c696163, org.springframework.test.context.transaction.TransactionalTestExecutionListener@247e1f35, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@7a1b4074] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.460 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.msh.etbm.test.services.admin.PermissionTreeOptionsTest Running org.msh.etbm.test.services.admin.SourceTest 2016-05-26 22:06:30.460 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.460 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.460 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@54d20609, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@763a46fe, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@106361e9, org.springframework.test.context.support.DirtiesContextTestExecutionListener@22974eba, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6631e6af, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@42985121] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.475 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.name=? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.shortName=? Hibernate: insert into source (WORKSPACE_ID, active, customId, name, shortName, id) values (?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.name=? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.shortName=? Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: update source set WORKSPACE_ID=?, active=?, customId=?, name=?, shortName=? where id=? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.name=? and source0_.id<>? Hibernate: select count(*) as col_0_0_ from source source0_ where source0_.WORKSPACE_ID=? and source0_.shortName=? and source0_.id<>? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from source where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select source0_.id as id1_45_0_, source0_.WORKSPACE_ID as WORKSPAC6_45_0_, source0_.active as active2_45_0_, source0_.customId as customId3_45_0_, source0_.name as name4_45_0_, source0_.shortName as shortNam5_45_0_ from source source0_ where source0_.id=? Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.msh.etbm.test.services.admin.SourceTest Running org.msh.etbm.test.services.admin.SubstanceTest 2016-05-26 22:06:30.553 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.553 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.553 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@dc1cfde, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@2ae84b49, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@65fd3ebe, org.springframework.test.context.support.DirtiesContextTestExecutionListener@63cf0da6, org.springframework.test.context.transaction.TransactionalTestExecutionListener@60f3813e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@8292c6a] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.569 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: insert into substance (WORKSPACE_ID, active, customId, displayOrder, dstResultForm, line, name, prevTreatmentForm, shortName, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: update substance set WORKSPACE_ID=?, active=?, customId=?, displayOrder=?, dstResultForm=?, line=?, name=?, prevTreatmentForm=?, shortName=? where id=? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.name=? and substance0_.id<>? Hibernate: select count(*) as col_0_0_ from substance substance0_ where substance0_.WORKSPACE_ID=? and substance0_.shortName=? and substance0_.id<>? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from substance where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select substance0_.id as id1_46_0_, substance0_.WORKSPACE_ID as WORKSPA10_46_0_, substance0_.active as active2_46_0_, substance0_.customId as customId3_46_0_, substance0_.displayOrder as displayO4_46_0_, substance0_.dstResultForm as dstResul5_46_0_, substance0_.line as line6_46_0_, substance0_.name as name7_46_0_, substance0_.prevTreatmentForm as prevTrea8_46_0_, substance0_.shortName as shortNam9_46_0_ from substance substance0_ where substance0_.id=? Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec - in org.msh.etbm.test.services.admin.SubstanceTest Running org.msh.etbm.test.services.admin.SysConfigTest 2016-05-26 22:06:30.632 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.632 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.632 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@112188cc, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@19ad99fa, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@5331be15, org.springframework.test.context.support.DirtiesContextTestExecutionListener@32a53a59, org.springframework.test.context.transaction.TransactionalTestExecutionListener@2f5fb329, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5ac88d71] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.663 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? Hibernate: update systemconfig set adminMail=?, allowRegPage=?, pageRootURL=?, PUBDS_WORKSPACE_ID=?, systemURL=?, ulaActive=?, UNIT_ID=?, updateSite=?, USERPROFILE_ID=?, WORKSPACE_ID=? where id=? Hibernate: select systemconf0_.id as id1_49_0_, systemconf0_.adminMail as adminMai2_49_0_, systemconf0_.allowRegPage as allowReg3_49_0_, systemconf0_.pageRootURL as pageRoot4_49_0_, systemconf0_.PUBDS_WORKSPACE_ID as PUBDS_WO8_49_0_, systemconf0_.systemURL as systemUR5_49_0_, systemconf0_.ulaActive as ulaActiv6_49_0_, systemconf0_.UNIT_ID as UNIT_ID9_49_0_, systemconf0_.updateSite as updateSi7_49_0_, systemconf0_.USERPROFILE_ID as USERPRO10_49_0_, systemconf0_.WORKSPACE_ID as WORKSPA11_49_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_, unit2_.id as id2_59_2_, unit2_.WORKSPACE_ID as WORKSPA26_59_2_, unit2_.active as active3_59_2_, unit2_.ADDRESS as ADDRESS4_59_2_, unit2_.ADMINUNIT_ID as ADMINUN27_59_2_, unit2_.addressCompl as addressC5_59_2_, unit2_.zipcode as zipcode6_59_2_, unit2_.AUTHORIZERUNIT_ID as AUTHORI28_59_2_, unit2_.customId as customId7_59_2_, unit2_.inventoryCloseDate as inventor8_59_2_, unit2_.inventoryStartDate as inventor9_59_2_, unit2_.name as name10_59_2_, unit2_.receiveFromManufacturer as receive11_59_2_, unit2_.shipAddress as shipAdd12_59_2_, unit2_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_2_, unit2_.shipAddressCompl as shipAdd13_59_2_, unit2_.shipZipCode as shipZip14_59_2_, unit2_.shipContactName as shipCon15_59_2_, unit2_.shipContactPhone as shipCon16_59_2_, unit2_.SUPPLIER_ID as SUPPLIE30_59_2_, unit2_.performCulture as perform17_59_2_, unit2_.performDst as perform18_59_2_, unit2_.performMicroscopy as perform19_59_2_, unit2_.performXpert as perform20_59_2_, unit2_.drtbFacility as drtbFac21_59_2_, unit2_.notificationUnit as notific22_59_2_, unit2_.ntmFacility as ntmFaci23_59_2_, unit2_.numDaysOrder as numDays24_59_2_, unit2_.tbFacility as tbFacil25_59_2_, unit2_.DISCRIMINATOR as DISCRIMI1_59_2_, userprofil3_.id as id1_63_3_, userprofil3_.WORKSPACE_ID as WORKSPAC4_63_3_, userprofil3_.customId as customId2_63_3_, userprofil3_.name as name3_63_3_, workspace4_.id as id1_66_4_, workspace4_.caseValidationDRTB as caseVali2_66_4_, workspace4_.caseValidationNTM as caseVali3_66_4_, workspace4_.caseValidationTB as caseVali4_66_4_, workspace4_.confirmedCaseNumber as confirme5_66_4_, workspace4_.customId as customId6_66_4_, workspace4_.maxStockOnHand as maxStock7_66_4_, workspace4_.minStockOnHand as minStock8_66_4_, workspace4_.monthsToAlertExpiredMedicines as monthsTo9_66_4_, workspace4_.name as name10_66_4_, workspace4_.patientAddrRequiredLevels as patient11_66_4_, workspace4_.patientNameComposition as patient12_66_4_, workspace4_.sendSystemMessages as sendSys13_66_4_, workspace4_.suspectCaseNumber as suspect14_66_4_, workspace4_.treatMonitoringInput as treatMo15_66_4_, workspace4_.weekFreq1 as weekFre16_66_4_, workspace4_.weekFreq2 as weekFre17_66_4_, workspace4_.weekFreq3 as weekFre18_66_4_, workspace4_.weekFreq4 as weekFre19_66_4_, workspace4_.weekFreq5 as weekFre20_66_4_, workspace4_.weekFreq6 as weekFre21_66_4_, workspace4_.weekFreq7 as weekFre22_66_4_ from systemconfig systemconf0_ left outer join workspace workspace1_ on systemconf0_.PUBDS_WORKSPACE_ID=workspace1_.id left outer join unit unit2_ on systemconf0_.UNIT_ID=unit2_.id left outer join userprofile userprofil3_ on systemconf0_.USERPROFILE_ID=userprofil3_.id left outer join workspace workspace4_ on systemconf0_.WORKSPACE_ID=workspace4_.id where systemconf0_.id=? Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.msh.etbm.test.services.admin.SysConfigTest Running org.msh.etbm.test.services.admin.TagTest 2016-05-26 22:06:30.678 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.678 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.678 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@159c9c91, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@71e32098, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@385d9880, org.springframework.test.context.support.DirtiesContextTestExecutionListener@497c267a, org.springframework.test.context.transaction.TransactionalTestExecutionListener@38f553d0, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@507a53b6] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.694 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from tag tag0_ where tag0_.WORKSPACE_ID=? and tag0_.name=? Hibernate: select count(*) from tbcase a inner join patient p on p.id=a.patient_id where a.state > 2 Hibernate: insert into tag (WORKSPACE_ID, active, consistencyCheck, dailyUpdate, name, sqlCondition, id) values (?, ?, ?, ?, ?, ?, ?) Hibernate: delete from tags_case where tag_id = ? Hibernate: insert into tags_case (case_id, tag_id) select a.id, 'c0a8fe74-54ef-1668-8154-eff683450044' from tbcase a join patient p on p.id=a.patient_id where a.state > 2 and p.workspace_id = ? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from tag tag0_ where tag0_.WORKSPACE_ID=? and tag0_.name=? Hibernate: select count(*) from tbcase a inner join patient p on p.id=a.patient_id where a.state > 2 Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: update tag set WORKSPACE_ID=?, active=?, consistencyCheck=?, dailyUpdate=?, name=?, sqlCondition=? where id=? Hibernate: select count(*) as col_0_0_ from tag tag0_ where tag0_.WORKSPACE_ID=? and tag0_.name=? and tag0_.id<>? Hibernate: select count(*) from tbcase a inner join patient p on p.id=a.patient_id where a.state > 3 Hibernate: delete from tags_case where tag_id = ? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: delete from tag where id=? Hibernate: select userlog0_.id as id1_60_0_, userlog0_.name as name2_60_0_ from userlog userlog0_ where userlog0_.id=? Hibernate: select workspacel0_.id as id1_67_0_, workspacel0_.name as name2_67_0_ from workspacelog workspacel0_ where workspacel0_.id=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: insert into commandhistory (action, data, entityId, entityName, execDate, parentId, type, UNIT_ID, USERLOG_ID, WORKSPACELOG_ID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select tag0_.id as id1_50_0_, tag0_.WORKSPACE_ID as WORKSPAC7_50_0_, tag0_.active as active2_50_0_, tag0_.consistencyCheck as consiste3_50_0_, tag0_.dailyUpdate as dailyUpd4_50_0_, tag0_.name as name5_50_0_, tag0_.sqlCondition as sqlCondi6_50_0_ from tag tag0_ where tag0_.id=? Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.788 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select count(*) as col_0_0_ from tag tag0_ where tag0_.WORKSPACE_ID=? and tag0_.name=? Hibernate: select count(*) from tbcase a inner join patient p on p.id=a.patient_id where a.statee > 2 2016-05-26 22:06:30.803 WARN 6940 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1054, SQLState: 42S22 2016-05-26 22:06:30.803 ERROR 6940 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'a.statee' in 'where clause' 2016-05-26 22:06:30.803 WARN 6940 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Warning Code: 1054, SQLState: 42S22 2016-05-26 22:06:30.803 WARN 6940 --- [ main] o.h.engine.jdbc.spi.SqlExceptionHelper : Unknown column 'a.statee' in 'where clause' Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.msh.etbm.test.services.admin.TagTest Running org.msh.etbm.test.services.admin.UserViewOptionsTest 2016-05-26 22:06:30.803 INFO 6940 --- [ main] o.s.t.c.support.AbstractContextLoader : Could not detect default resource locations for test class [org.msh.etbm.test.AuthenticatedTest]: no resource found for suffixes {-context.xml, Context.groovy}. 2016-05-26 22:06:30.803 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] 2016-05-26 22:06:30.803 INFO 6940 --- [ main] o.s.t.c.web.WebTestContextBootstrapper : Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@5002fc11, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@695d8186, org.springframework.test.context.support.DependencyInjectionTestExecutionListener@221b4175, org.springframework.test.context.support.DirtiesContextTestExecutionListener@58ae3cb, org.springframework.test.context.transaction.TransactionalTestExecutionListener@42af751f, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@477b8d7d] Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.819 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Hibernate: select unit0_.id as id2_59_, unit0_.WORKSPACE_ID as WORKSPA26_59_, unit0_.active as active3_59_, unit0_.ADDRESS as ADDRESS4_59_, unit0_.ADMINUNIT_ID as ADMINUN27_59_, unit0_.addressCompl as addressC5_59_, unit0_.zipcode as zipcode6_59_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_, unit0_.customId as customId7_59_, unit0_.inventoryCloseDate as inventor8_59_, unit0_.inventoryStartDate as inventor9_59_, unit0_.name as name10_59_, unit0_.receiveFromManufacturer as receive11_59_, unit0_.shipAddress as shipAdd12_59_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_, unit0_.shipAddressCompl as shipAdd13_59_, unit0_.shipZipCode as shipZip14_59_, unit0_.shipContactName as shipCon15_59_, unit0_.shipContactPhone as shipCon16_59_, unit0_.SUPPLIER_ID as SUPPLIE30_59_, unit0_.performCulture as perform17_59_, unit0_.performDst as perform18_59_, unit0_.performMicroscopy as perform19_59_, unit0_.performXpert as perform20_59_, unit0_.drtbFacility as drtbFac21_59_, unit0_.notificationUnit as notific22_59_, unit0_.ntmFacility as ntmFaci23_59_, unit0_.numDaysOrder as numDays24_59_, unit0_.tbFacility as tbFacil25_59_, unit0_.DISCRIMINATOR as DISCRIMI1_59_ from unit unit0_ where unit0_.WORKSPACE_ID=? and unit0_.active=1 order by unit0_.name limit ? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? Hibernate: select count(*) as col_0_0_ from unit unit0_ where unit0_.WORKSPACE_ID=? and unit0_.active=1 Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select countrystr0_.id as id1_10_0_, countrystr0_.WORKSPACE_ID as WORKSPAC4_10_0_, countrystr0_.STRUCTURE_LEVEL as STRUCTUR2_10_0_, countrystr0_.name as name3_10_0_ from countrystructure countrystr0_ where countrystr0_.id=? Hibernate: select user0_.id as id1_48_, user0_.comments as comments2_48_, user0_.customId as customId3_48_, user0_.DEFAULTWORKSPACE_ID as DEFAULT14_48_, user0_.email as email4_48_, user0_.login as login5_48_, user0_.name as name6_48_, user0_.PARENTUSER_ID as PARENTU15_48_, user0_.password as password7_48_, user0_.pwdChangeRequest as pwdChang8_48_, user0_.registrationDate as registra9_48_, user0_.sendSystemMessages as sendSys10_48_, user0_.state as state11_48_, user0_.timeZone as timeZon12_48_, user0_.ulaAccepted as ulaAcce13_48_ from sys_user user0_ where user0_.login=? and upper(user0_.password)=? and user0_.state<>? Hibernate: select userworksp0_.id as id1_64_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_, userworksp0_.administrator as administ2_64_, userworksp0_.playOtherUnits as playOthe3_64_, userworksp0_.UNIT_ID as UNIT_ID7_64_, userworksp0_.USER_ID as USER_ID8_64_, userworksp0_.USER_VIEW as USER_VIE4_64_ from userworkspace userworksp0_ where userworksp0_.id=(select min(userworksp1_.id) from userworkspace userworksp1_ where userworksp1_.USER_ID=?) limit ? Hibernate: insert into userlogin (Application, IpAddress, lastAccess, loginDate, logoutDate, USER_ID, WORKSPACE_ID, id) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select workspace0_.id as id1_66_0_, workspace0_.caseValidationDRTB as caseVali2_66_0_, workspace0_.caseValidationNTM as caseVali3_66_0_, workspace0_.caseValidationTB as caseVali4_66_0_, workspace0_.confirmedCaseNumber as confirme5_66_0_, workspace0_.customId as customId6_66_0_, workspace0_.maxStockOnHand as maxStock7_66_0_, workspace0_.minStockOnHand as minStock8_66_0_, workspace0_.monthsToAlertExpiredMedicines as monthsTo9_66_0_, workspace0_.name as name10_66_0_, workspace0_.patientAddrRequiredLevels as patient11_66_0_, workspace0_.patientNameComposition as patient12_66_0_, workspace0_.sendSystemMessages as sendSys13_66_0_, workspace0_.suspectCaseNumber as suspect14_66_0_, workspace0_.treatMonitoringInput as treatMo15_66_0_, workspace0_.weekFreq1 as weekFre16_66_0_, workspace0_.weekFreq2 as weekFre17_66_0_, workspace0_.weekFreq3 as weekFre18_66_0_, workspace0_.weekFreq4 as weekFre19_66_0_, workspace0_.weekFreq5 as weekFre20_66_0_, workspace0_.weekFreq6 as weekFre21_66_0_, workspace0_.weekFreq7 as weekFre22_66_0_ from workspace workspace0_ where workspace0_.id=? Hibernate: select workspacev0_.id as id1_68_0_, workspacev0_.logoImage as logoImag2_68_0_, workspacev0_.picture as picture3_68_0_, workspacev0_.pictureContentType as pictureC4_68_0_, workspace1_.id as id1_66_1_, workspace1_.caseValidationDRTB as caseVali2_66_1_, workspace1_.caseValidationNTM as caseVali3_66_1_, workspace1_.caseValidationTB as caseVali4_66_1_, workspace1_.confirmedCaseNumber as confirme5_66_1_, workspace1_.customId as customId6_66_1_, workspace1_.maxStockOnHand as maxStock7_66_1_, workspace1_.minStockOnHand as minStock8_66_1_, workspace1_.monthsToAlertExpiredMedicines as monthsTo9_66_1_, workspace1_.name as name10_66_1_, workspace1_.patientAddrRequiredLevels as patient11_66_1_, workspace1_.patientNameComposition as patient12_66_1_, workspace1_.sendSystemMessages as sendSys13_66_1_, workspace1_.suspectCaseNumber as suspect14_66_1_, workspace1_.treatMonitoringInput as treatMo15_66_1_, workspace1_.weekFreq1 as weekFre16_66_1_, workspace1_.weekFreq2 as weekFre17_66_1_, workspace1_.weekFreq3 as weekFre18_66_1_, workspace1_.weekFreq4 as weekFre19_66_1_, workspace1_.weekFreq5 as weekFre20_66_1_, workspace1_.weekFreq6 as weekFre21_66_1_, workspace1_.weekFreq7 as weekFre22_66_1_ from workspaceview workspacev0_ left outer join workspace workspace1_ on workspacev0_.id=workspace1_.id where workspacev0_.id=? Hibernate: select userworksp0_.id as id1_64_0_, user1_.id as id1_48_1_, workspace2_.id as id1_66_2_, userworksp0_.WORKSPACE_ID as WORKSPAC5_64_0_, userworksp0_.ADMINUNIT_ID as ADMINUNI6_64_0_, userworksp0_.administrator as administ2_64_0_, userworksp0_.playOtherUnits as playOthe3_64_0_, userworksp0_.UNIT_ID as UNIT_ID7_64_0_, userworksp0_.USER_ID as USER_ID8_64_0_, userworksp0_.USER_VIEW as USER_VIE4_64_0_, user1_.comments as comments2_48_1_, user1_.customId as customId3_48_1_, user1_.DEFAULTWORKSPACE_ID as DEFAULT14_48_1_, user1_.email as email4_48_1_, user1_.login as login5_48_1_, user1_.name as name6_48_1_, user1_.PARENTUSER_ID as PARENTU15_48_1_, user1_.password as password7_48_1_, user1_.pwdChangeRequest as pwdChang8_48_1_, user1_.registrationDate as registra9_48_1_, user1_.sendSystemMessages as sendSys10_48_1_, user1_.state as state11_48_1_, user1_.timeZone as timeZon12_48_1_, user1_.ulaAccepted as ulaAcce13_48_1_, workspace2_.caseValidationDRTB as caseVali2_66_2_, workspace2_.caseValidationNTM as caseVali3_66_2_, workspace2_.caseValidationTB as caseVali4_66_2_, workspace2_.confirmedCaseNumber as confirme5_66_2_, workspace2_.customId as customId6_66_2_, workspace2_.maxStockOnHand as maxStock7_66_2_, workspace2_.minStockOnHand as minStock8_66_2_, workspace2_.monthsToAlertExpiredMedicines as monthsTo9_66_2_, workspace2_.name as name10_66_2_, workspace2_.patientAddrRequiredLevels as patient11_66_2_, workspace2_.patientNameComposition as patient12_66_2_, workspace2_.sendSystemMessages as sendSys13_66_2_, workspace2_.suspectCaseNumber as suspect14_66_2_, workspace2_.treatMonitoringInput as treatMo15_66_2_, workspace2_.weekFreq1 as weekFre16_66_2_, workspace2_.weekFreq2 as weekFre17_66_2_, workspace2_.weekFreq3 as weekFre18_66_2_, workspace2_.weekFreq4 as weekFre19_66_2_, workspace2_.weekFreq5 as weekFre20_66_2_, workspace2_.weekFreq6 as weekFre21_66_2_, workspace2_.weekFreq7 as weekFre22_66_2_ from userworkspace userworksp0_ inner join sys_user user1_ on userworksp0_.USER_ID=user1_.id inner join workspace workspace2_ on userworksp0_.WORKSPACE_ID=workspace2_.id where userworksp0_.USER_ID=? and userworksp0_.WORKSPACE_ID=? Hibernate: select unit0_.id as id2_59_0_, unit0_.WORKSPACE_ID as WORKSPA26_59_0_, unit0_.active as active3_59_0_, unit0_.ADDRESS as ADDRESS4_59_0_, unit0_.ADMINUNIT_ID as ADMINUN27_59_0_, unit0_.addressCompl as addressC5_59_0_, unit0_.zipcode as zipcode6_59_0_, unit0_.AUTHORIZERUNIT_ID as AUTHORI28_59_0_, unit0_.customId as customId7_59_0_, unit0_.inventoryCloseDate as inventor8_59_0_, unit0_.inventoryStartDate as inventor9_59_0_, unit0_.name as name10_59_0_, unit0_.receiveFromManufacturer as receive11_59_0_, unit0_.shipAddress as shipAdd12_59_0_, unit0_.SHIP_ADMINUNIT_ID as SHIP_AD29_59_0_, unit0_.shipAddressCompl as shipAdd13_59_0_, unit0_.shipZipCode as shipZip14_59_0_, unit0_.shipContactName as shipCon15_59_0_, unit0_.shipContactPhone as shipCon16_59_0_, unit0_.SUPPLIER_ID as SUPPLIE30_59_0_, unit0_.performCulture as perform17_59_0_, unit0_.performDst as perform18_59_0_, unit0_.performMicroscopy as perform19_59_0_, unit0_.performXpert as perform20_59_0_, unit0_.drtbFacility as drtbFac21_59_0_, unit0_.notificationUnit as notific22_59_0_, unit0_.ntmFacility as ntmFaci23_59_0_, unit0_.numDaysOrder as numDays24_59_0_, unit0_.tbFacility as tbFacil25_59_0_, unit0_.DISCRIMINATOR as DISCRIMI1_59_0_ from unit unit0_ where unit0_.id=? Hibernate: select administra0_.id as id1_0_0_, administra0_.WORKSPACE_ID as WORKSPAC6_0_0_, administra0_.code as code2_0_0_, administra0_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_0_, administra0_.customId as customId3_0_0_, administra0_.name as name4_0_0_, administra0_.PARENT_ID as PARENT_I8_0_0_, administra0_.unitsCount as unitsCou5_0_0_, administra1_.id as id1_0_1_, administra1_.WORKSPACE_ID as WORKSPAC6_0_1_, administra1_.code as code2_0_1_, administra1_.COUNTRYSTRUCTURE_ID as COUNTRYS7_0_1_, administra1_.customId as customId3_0_1_, administra1_.name as name4_0_1_, administra1_.PARENT_ID as PARENT_I8_0_1_, administra1_.unitsCount as unitsCou5_0_1_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id where administra0_.id=? Hibernate: select administra0_.id as col_0_0_, administra0_.name as col_1_0_, administra1_.id as col_2_0_, administra1_.name as col_3_0_, administra2_.id as col_4_0_, administra2_.name as col_5_0_, administra3_.id as col_6_0_, administra3_.name as col_7_0_, administra4_.id as col_8_0_, administra4_.name as col_9_0_ from administrativeunit administra0_ left outer join administrativeunit administra1_ on administra0_.PARENT_ID=administra1_.id left outer join administrativeunit administra2_ on administra1_.PARENT_ID=administra2_.id left outer join administrativeunit administra3_ on administra2_.PARENT_ID=administra3_.id left outer join administrativeunit administra4_ on administra3_.PARENT_ID=administra4_.id where administra0_.id=? 2016-05-26 22:06:30.850 INFO 6940 --- [ main] org.msh.etbm.test.TestSetup : User admin authenticated Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.msh.etbm.test.services.admin.UserViewOptionsTest 2016-05-26 22:06:30.850 INFO 6940 --- [ Thread-2] o.s.w.c.s.GenericWebApplicationContext : Closing org.springframework.web.context.support.GenericWebApplicationContext@723ca036: startup date [Thu May 26 22:06:05 EDT 2016]; root of context hierarchy 2016-05-26 22:06:30.866 INFO 6940 --- [ Thread-2] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default' Results : Tests run: 31, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ etbmanager --- [INFO] Building jar: C:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-2.9.1.jar [INFO] [INFO] --- maven-dependency-plugin:2.10:copy (copy) @ etbmanager --- [INFO] Configured Artifact: com.sun.winsw:winsw:bin:?:exe [INFO] Copying winsw-1.18-bin.exe to C:\apps\jenkins\workspace\eTBM 3 (master)\target\dist\service.exe [INFO] [INFO] --- maven-assembly-plugin:2.5.5:single (assembly) @ etbmanager --- [INFO] Reading assembly descriptor: src/main/assembly/unix.xml [INFO] Reading assembly descriptor: src/main/assembly/windows.xml [INFO] Building zip: C:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-2.9.1-unix.zip [INFO] Building zip: C:\apps\jenkins\workspace\eTBM 3 (master)\target\etbmanager-2.9.1-windows.zip [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:12 min [INFO] Finished at: 2016-05-26T22:06:36-04:00 [INFO] Final Memory: 47M/799M [INFO] ------------------------------------------------------------------------ [locks-and-latches] Releasing all the locks [locks-and-latches] All the locks released Recording test results Finished: SUCCESS