Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 957 | labels stringlengths 4 795 | body stringlengths 1 259k | index stringclasses 12
values | text_combine stringlengths 96 259k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
111,830 | 4,488,810,039 | IssuesEvent | 2016-08-30 08:47:22 | chrisdone/hindent | https://api.github.com/repos/chrisdone/hindent | closed | `deriving` keyword not aligned with pipe symbol for type declarations | component: hindent priority: medium type: bug | When I have a declaration for a sum type, deriving is aligned one space after the pipe. Ex:
```haskell
data Stuffs
= Things
| This
| That
deriving (Show)
```
I'm not sure this is normal. The leading space is also inserted for declarations without pipes:
```haskell
data Simple =
Simple
deriving (Show)
``` | 1.0 | `deriving` keyword not aligned with pipe symbol for type declarations - When I have a declaration for a sum type, deriving is aligned one space after the pipe. Ex:
```haskell
data Stuffs
= Things
| This
| That
deriving (Show)
```
I'm not sure this is normal. The leading space is also inserted for declarations without pipes:
```haskell
data Simple =
Simple
deriving (Show)
``` | priority | deriving keyword not aligned with pipe symbol for type declarations when i have a declaration for a sum type deriving is aligned one space after the pipe ex haskell data stuffs things this that deriving show i m not sure this is normal the leading space is also inserted for declarations without pipes haskell data simple simple deriving show | 1 |
434,261 | 12,516,044,543 | IssuesEvent | 2020-06-03 08:44:52 | canonical-web-and-design/build.snapcraft.io | https://api.github.com/repos/canonical-web-and-design/build.snapcraft.io | closed | table row height doesn't match design | Priority: Medium | Can we update the hight of table rows on the repos page to match the designs?
According to the designs, based on MAAS tables, they should be 45px high, not 65px | 1.0 | table row height doesn't match design - Can we update the hight of table rows on the repos page to match the designs?
According to the designs, based on MAAS tables, they should be 45px high, not 65px | priority | table row height doesn t match design can we update the hight of table rows on the repos page to match the designs according to the designs based on maas tables they should be high not | 1 |
701,902 | 24,114,062,247 | IssuesEvent | 2022-09-20 13:34:01 | LLK/scratch-gui | https://api.github.com/repos/LLK/scratch-gui | opened | Deleting section of sound doesn't work if delete comes too quickly after selecting section | bug help wanted priority 4 Low Severity Medium Impact | ### Expected Behavior
1. highlight section of sound
2. wait 1 second
3. hit delete
4. selected part of sound is deleted
5. highlight another section of sound
6. quickly hit delete after finished selecting (like, < 1/4 second)
7. selected part of sound is deleted
### Actual Behavior
7. selected part of sound is NOT deleted

### System Details
Mac OS 11.3.1 (M1)
Chrome 105.0.5195.102 | 1.0 | Deleting section of sound doesn't work if delete comes too quickly after selecting section - ### Expected Behavior
1. highlight section of sound
2. wait 1 second
3. hit delete
4. selected part of sound is deleted
5. highlight another section of sound
6. quickly hit delete after finished selecting (like, < 1/4 second)
7. selected part of sound is deleted
### Actual Behavior
7. selected part of sound is NOT deleted

### System Details
Mac OS 11.3.1 (M1)
Chrome 105.0.5195.102 | priority | deleting section of sound doesn t work if delete comes too quickly after selecting section expected behavior highlight section of sound wait second hit delete selected part of sound is deleted highlight another section of sound quickly hit delete after finished selecting like second selected part of sound is deleted actual behavior selected part of sound is not deleted system details mac os chrome | 1 |
62,750 | 3,193,007,649 | IssuesEvent | 2015-09-30 00:52:49 | cs2103aug2015-w15-3j/main | https://api.github.com/repos/cs2103aug2015-w15-3j/main | closed | Setup history stack to store snapshots of program internal memory | priority.medium type.story | Allow user to undo and redo an action | 1.0 | Setup history stack to store snapshots of program internal memory - Allow user to undo and redo an action | priority | setup history stack to store snapshots of program internal memory allow user to undo and redo an action | 1 |
684,175 | 23,410,052,096 | IssuesEvent | 2022-08-12 16:29:03 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] Master metric 'is_load_balancing_enabled' displays inconsistent statistic value | kind/bug area/docdb priority/medium | Jira Link: [DB-3153](https://yugabyte.atlassian.net/browse/DB-3153)
### Description
In version 2.15.2.0-b83, when using the `/metrics` endpoint for the master server, the statistic `is_load_balancing_enabled ` shows the value: false.
However, the values for name/value combinations are always numeric, and therefore is inconsistent with other name/value statistics.
This is an excerpt from the /metrics page:
```
"type": "cluster",
"id": "yb.cluster",
"attributes": {},
"metrics": [
{
"name": "is_load_balancing_enabled",
"value": false
}
```
In general false should be '0' and true should be '1'. | 1.0 | [DocDB] Master metric 'is_load_balancing_enabled' displays inconsistent statistic value - Jira Link: [DB-3153](https://yugabyte.atlassian.net/browse/DB-3153)
### Description
In version 2.15.2.0-b83, when using the `/metrics` endpoint for the master server, the statistic `is_load_balancing_enabled ` shows the value: false.
However, the values for name/value combinations are always numeric, and therefore is inconsistent with other name/value statistics.
This is an excerpt from the /metrics page:
```
"type": "cluster",
"id": "yb.cluster",
"attributes": {},
"metrics": [
{
"name": "is_load_balancing_enabled",
"value": false
}
```
In general false should be '0' and true should be '1'. | priority | master metric is load balancing enabled displays inconsistent statistic value jira link description in version when using the metrics endpoint for the master server the statistic is load balancing enabled shows the value false however the values for name value combinations are always numeric and therefore is inconsistent with other name value statistics this is an excerpt from the metrics page type cluster id yb cluster attributes metrics name is load balancing enabled value false in general false should be and true should be | 1 |
786,597 | 27,659,664,941 | IssuesEvent | 2023-03-12 11:27:15 | moonD4rk/HackBrowserData | https://api.github.com/repos/moonD4rk/HackBrowserData | closed | [BUG] Key not valid for use in specified state. | bug Priority: Medium | **Describe the bug**
[NOTICE] [logger.go:383,logf] find browser Chromium failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Opera failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser CocCoc failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser QQ failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Microsoft Edge success
[NOTICE] [logger.go:383,logf] find browser microsoft_edge_default success
[NOTICE] [logger.go:383,logf] find browser Sougou failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Chrome success
[NOTICE] [logger.go:383,logf] find browser chrome_default success
[NOTICE] [logger.go:383,logf] find browser Chrome Beta failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser OperaGX failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Vivaldi failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Brave failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Yandex failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser 360speed failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser dcbrowser failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser firefox firefox-p9o2twj0.default-release success
[INFO] [logger.go:383,logf] microsoft_edge_default initialized master key success
[ERROR] [logger.go:375,log] Key not valid for use in specified state.
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x7ff77ae9689b]
goroutine 1 [running]:
hack-browser-data/internal/browingdata.(*Data).Output(0xc000022d00?, {0x7ff77b0723c2, 0x7}, {0xc000010720, 0x16}, {0x7ff77b06d0d5?, 0xf77aeb7fc5?})
C:/Users/Administrator/Desktop/HackBrowserData/internal/browingdata/browsingdata.go:51 +0x7b
main.Execute.func1(0xc000003cc0?)
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:59 +0x23e
github.com/urfave/cli/v2.(*Command).Run(0xc000003cc0, 0xc000026540, {0xc0000523c0, 0x2, 0x2})
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/command.go:271 +0xaab
github.com/urfave/cli/v2.(*App).RunContext(0xc000120000, {0x7ff77b0eeca8?, 0xc00000e0d8}, {0xc0000523c0, 0x2, 0x2})
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/app.go:321 +0x658
github.com/urfave/cli/v2.(*App).Run(...)
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/app.go:298
main.Execute()
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:70 +0x7d7
main.main()
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:24 +0x17
**Desktop (please complete the following information):**
- OS Name: Windows 10 22H2
- Browser Name: Microsoft Edge
- Browser Version: 108.0.1462.54
**Additional context**
| 1.0 | [BUG] Key not valid for use in specified state. - **Describe the bug**
[NOTICE] [logger.go:383,logf] find browser Chromium failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Opera failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser CocCoc failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser QQ failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Microsoft Edge success
[NOTICE] [logger.go:383,logf] find browser microsoft_edge_default success
[NOTICE] [logger.go:383,logf] find browser Sougou failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Chrome success
[NOTICE] [logger.go:383,logf] find browser chrome_default success
[NOTICE] [logger.go:383,logf] find browser Chrome Beta failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser OperaGX failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Vivaldi failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Brave failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser Yandex failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser 360speed failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser dcbrowser failed, profile folder does not exist
[NOTICE] [logger.go:383,logf] find browser firefox firefox-p9o2twj0.default-release success
[INFO] [logger.go:383,logf] microsoft_edge_default initialized master key success
[ERROR] [logger.go:375,log] Key not valid for use in specified state.
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x7ff77ae9689b]
goroutine 1 [running]:
hack-browser-data/internal/browingdata.(*Data).Output(0xc000022d00?, {0x7ff77b0723c2, 0x7}, {0xc000010720, 0x16}, {0x7ff77b06d0d5?, 0xf77aeb7fc5?})
C:/Users/Administrator/Desktop/HackBrowserData/internal/browingdata/browsingdata.go:51 +0x7b
main.Execute.func1(0xc000003cc0?)
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:59 +0x23e
github.com/urfave/cli/v2.(*Command).Run(0xc000003cc0, 0xc000026540, {0xc0000523c0, 0x2, 0x2})
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/command.go:271 +0xaab
github.com/urfave/cli/v2.(*App).RunContext(0xc000120000, {0x7ff77b0eeca8?, 0xc00000e0d8}, {0xc0000523c0, 0x2, 0x2})
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/app.go:321 +0x658
github.com/urfave/cli/v2.(*App).Run(...)
C:/Users/Administrator/go/pkg/mod/github.com/urfave/cli/v2@v2.23.0/app.go:298
main.Execute()
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:70 +0x7d7
main.main()
C:/Users/Administrator/Desktop/HackBrowserData/cmd/hack-browser-data/main.go:24 +0x17
**Desktop (please complete the following information):**
- OS Name: Windows 10 22H2
- Browser Name: Microsoft Edge
- Browser Version: 108.0.1462.54
**Additional context**
| priority | key not valid for use in specified state describe the bug find browser chromium failed profile folder does not exist find browser opera failed profile folder does not exist find browser coccoc failed profile folder does not exist find browser qq failed profile folder does not exist find browser microsoft edge success find browser microsoft edge default success find browser sougou failed profile folder does not exist find browser chrome success find browser chrome default success find browser chrome beta failed profile folder does not exist find browser operagx failed profile folder does not exist find browser vivaldi failed profile folder does not exist find browser brave failed profile folder does not exist find browser yandex failed profile folder does not exist find browser failed profile folder does not exist find browser dcbrowser failed profile folder does not exist find browser firefox firefox default release success microsoft edge default initialized master key success key not valid for use in specified state panic runtime error invalid memory address or nil pointer dereference goroutine hack browser data internal browingdata data output c users administrator desktop hackbrowserdata internal browingdata browsingdata go main execute c users administrator desktop hackbrowserdata cmd hack browser data main go github com urfave cli command run c users administrator go pkg mod github com urfave cli command go github com urfave cli app runcontext c users administrator go pkg mod github com urfave cli app go github com urfave cli app run c users administrator go pkg mod github com urfave cli app go main execute c users administrator desktop hackbrowserdata cmd hack browser data main go main main c users administrator desktop hackbrowserdata cmd hack browser data main go desktop please complete the following information os name windows browser name microsoft edge browser version additional context | 1 |
48,684 | 2,999,447,594 | IssuesEvent | 2015-07-23 19:04:44 | jayway/powermock | https://api.github.com/repos/jayway/powermock | closed | findUniqueConstructor must filter PowerMock generated constructor | bug imported Milestone-Release1.4 Priority-Medium | _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on November 03, 2009 15:09:18_
Whitebox#findUniqueConstructor must use filterPowerMockConstructor when
listing constructors.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=189_ | 1.0 | findUniqueConstructor must filter PowerMock generated constructor - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on November 03, 2009 15:09:18_
Whitebox#findUniqueConstructor must use filterPowerMockConstructor when
listing constructors.
_Original issue: http://code.google.com/p/powermock/issues/detail?id=189_ | priority | finduniqueconstructor must filter powermock generated constructor from on november whitebox finduniqueconstructor must use filterpowermockconstructor when listing constructors original issue | 1 |
55,747 | 3,074,293,809 | IssuesEvent | 2015-08-20 05:57:05 | RobotiumTech/robotium | https://api.github.com/repos/RobotiumTech/robotium | closed | clickOnButton not working on some screens | bug imported invalid Priority-Medium | _From [flavioca...@gmail.com](https://code.google.com/u/107380997665066938982/) on December 04, 2013 02:51:17_
What steps will reproduce the problem? 1. I run a script on an application and it runs well. I use solo.clickOnButton(3); to click a button
2. I try to run the same script on a new version of the application but the action solo.clickOnButton(3); has no effects. What is the expected output? What do you see instead? I expect to see a popup after clicking on a button identified by its id- What version of the product are you using? On what operating system? I've this problems on Samsung S4 and other devices too. Android version is 4.2.2 Please provide any additional information below. I think this problem could be related to the fact that these buttons are marked as NAF Button in UI Automator screen.
You can see a screenshot on this page: http://stackoverflow.com/questions/20358149/naf-nodes-automation-with-robotium
_Original issue: http://code.google.com/p/robotium/issues/detail?id=560_ | 1.0 | clickOnButton not working on some screens - _From [flavioca...@gmail.com](https://code.google.com/u/107380997665066938982/) on December 04, 2013 02:51:17_
What steps will reproduce the problem? 1. I run a script on an application and it runs well. I use solo.clickOnButton(3); to click a button
2. I try to run the same script on a new version of the application but the action solo.clickOnButton(3); has no effects. What is the expected output? What do you see instead? I expect to see a popup after clicking on a button identified by its id- What version of the product are you using? On what operating system? I've this problems on Samsung S4 and other devices too. Android version is 4.2.2 Please provide any additional information below. I think this problem could be related to the fact that these buttons are marked as NAF Button in UI Automator screen.
You can see a screenshot on this page: http://stackoverflow.com/questions/20358149/naf-nodes-automation-with-robotium
_Original issue: http://code.google.com/p/robotium/issues/detail?id=560_ | priority | clickonbutton not working on some screens from on december what steps will reproduce the problem i run a script on an application and it runs well i use solo clickonbutton to click a button i try to run the same script on a new version of the application but the action solo clickonbutton has no effects what is the expected output what do you see instead i expect to see a popup after clicking on a button identified by its id what version of the product are you using on what operating system i ve this problems on samsung and other devices too android version is please provide any additional information below i think this problem could be related to the fact that these buttons are marked as naf button in ui automator screen you can see a screenshot on this page original issue | 1 |
43,778 | 2,892,646,282 | IssuesEvent | 2015-06-15 14:08:42 | ukwa/w3act | https://api.github.com/repos/ukwa/w3act | opened | Unable to edit Collection Title | bug Medium Priority | I'm not sure if this been reported or not but I am unable to edit a collection title in live W3ACT.
I tried to edit this Collection in W3ACT https://www.webarchive.org.uk/act/collections/449
I tried to edit the title from 'Venues' to 'Venues and festivals' but the edit is not saved. Also the revision log I entered has not been saved. | 1.0 | Unable to edit Collection Title - I'm not sure if this been reported or not but I am unable to edit a collection title in live W3ACT.
I tried to edit this Collection in W3ACT https://www.webarchive.org.uk/act/collections/449
I tried to edit the title from 'Venues' to 'Venues and festivals' but the edit is not saved. Also the revision log I entered has not been saved. | priority | unable to edit collection title i m not sure if this been reported or not but i am unable to edit a collection title in live i tried to edit this collection in i tried to edit the title from venues to venues and festivals but the edit is not saved also the revision log i entered has not been saved | 1 |
804,724 | 29,498,499,539 | IssuesEvent | 2023-06-02 19:13:49 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID: 316518] Out-of-bounds access in subsys/net/lib/coap/coap.c | bug priority: medium area: Networking Coverity |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/lib/coap/coap.c
Category: Memory - corruptions
Function: `coap_reply_init`
Component: Networking
CID: [316518](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=316518)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/lib/coap/coap.c#L1506
Please fix or provide comments in coverity using the link:
https://scan9.scan.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_OVERRUN). ([CWE-119](http://cwe.mitre.org/data/definitions/119.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID: 316518] Out-of-bounds access in subsys/net/lib/coap/coap.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/lib/coap/coap.c
Category: Memory - corruptions
Function: `coap_reply_init`
Component: Networking
CID: [316518](https://scan9.scan.coverity.com/reports.htm#v29726/p12996/mergedDefectId=316518)
Details:
https://github.com/zephyrproject-rtos/zephyr/blob/dae79cefaabf63086946a48ccca4094f26f146c8/subsys/net/lib/coap/coap.c#L1506
Please fix or provide comments in coverity using the link:
https://scan9.scan.coverity.com/reports.htm#v29271/p12996.
For more information about the violation, check the [Coverity Reference](https://scan9.scan.coverity.com/doc/en/cov_checker_ref.html#static_checker_OVERRUN). ([CWE-119](http://cwe.mitre.org/data/definitions/119.html))
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | out of bounds access in subsys net lib coap coap c static code scan issues found in file category memory corruptions function coap reply init component networking cid details please fix or provide comments in coverity using the link for more information about the violation check the note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
479,470 | 13,797,361,527 | IssuesEvent | 2020-10-09 21:54:05 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | zefi.py has incorrect assertions | area: X86_64 bug priority: medium | **Describe the bug**
I ran into this build error:
```
[1/1] Linking C executable zephyr/zephyr.elf
FAILED: zephyr/zephyr.elf zephyr/zephyr.bin zephyr/zephyr.lst zephyr/zephyr.stat zephyr/zephyr.strip
: && ccache /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-gcc -m64 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -o zephyr/zephyr.elf zephyr/arch/arch/x86/pagetables.o zephyr/kobject_hash_renamed.o -Wl,-T zephyr/linker_pass_final.cmd -Wl,-Map=/home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr/zephyr_final.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/arch/x86/core/libarch__x86__core.a zephyr/lib/libc/minimal/liblib__libc__minimal.a zephyr/lib/posix/liblib__posix.a zephyr/soc/x86/apollo_lake/libsoc__x86__apollo_lake.a zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a zephyr/drivers/serial/libdrivers__serial.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a zephyr/CMakeFiles/offsets.dir/arch/x86/core/offsets/offsets.c.obj -L"/home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/../lib/gcc/x86_64-zephyr-elf/9.2.0" -L/home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr -lgcc -m64 -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -no-pie -Wl,-X -Wl,-N -Wl,--orphan-handling=warn && cd /home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr && /usr/bin/cmake -E rename zephyr_final.map zephyr.map && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-objcopy --gap-fill 0xff --output-target=binary --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.bin && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-objdump -d -S zephyr.elf >zephyr.lst && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-readelf -e zephyr.elf > zephyr.stat && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-strip --strip-all zephyr.elf -ozephyr.strip && /usr/bin/python3.8 /home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py -f /home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr/zephyr.elf
Traceback (most recent call last):
File "/home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py", line 161, in <module>
build_elf(args.elf_file)
File "/home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py", line 55, in build_elf
assert (h.p_filesz % 4) == 0
AssertionError
ninja: build stopped: subcommand failed.
```
This assertion is not correct. From dumping the file we have an unaligned filesiz/memsiz, I have no reason to believe our ELF binary is incorrect:
```
$ readelf -l zephyr/zephyr.elf
Elf file type is EXEC (Executable file)
Entry point 0x104b
There are 3 program headers, starting at offset 64
Program Headers:
Type Offset VirtAddr PhysAddr
FileSiz MemSiz Flags Align
LOAD 0x0000000000000100 0x0000000000001000 0x0000000000001000
0x0000000000006000 0x0000000000006000 RWE 0x20
LOAD 0x0000000000007000 0x0000000000100000 0x0000000000100000
0x000000000001a000 0x00000000044af000 RWE 0x1000
LOAD 0x0000000000021000 0x00000000045af000 0x00000000045af000
0x0000000000405b21 0x0000000000405b21 RW 0x20
Section to Segment mapping:
Segment Sections...
00 .locore
01 text initlevel app_shmem_regions log_const_sections rodata app_smem bss noinit
02 datas devices _static_thread_data_area k_timer_area k_heap_area k_mutex_area k_msgq_area k_sem_area pagetables kobject_data
```
**To Reproduce**
Currently I can reproduce this with this PR https://github.com/zephyrproject-rtos/zephyr/pull/28986 and building tests/kernel/mem_protect/mem_protect on up_squared
**Expected behavior**
Build to complete successfully.
**Impact**
Showstopper
| 1.0 | zefi.py has incorrect assertions - **Describe the bug**
I ran into this build error:
```
[1/1] Linking C executable zephyr/zephyr.elf
FAILED: zephyr/zephyr.elf zephyr/zephyr.bin zephyr/zephyr.lst zephyr/zephyr.stat zephyr/zephyr.strip
: && ccache /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-gcc -m64 zephyr/CMakeFiles/zephyr_final.dir/misc/empty_file.c.obj -o zephyr/zephyr.elf zephyr/arch/arch/x86/pagetables.o zephyr/kobject_hash_renamed.o -Wl,-T zephyr/linker_pass_final.cmd -Wl,-Map=/home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr/zephyr_final.map -Wl,--whole-archive app/libapp.a zephyr/libzephyr.a zephyr/arch/arch/x86/core/libarch__x86__core.a zephyr/lib/libc/minimal/liblib__libc__minimal.a zephyr/lib/posix/liblib__posix.a zephyr/soc/x86/apollo_lake/libsoc__x86__apollo_lake.a zephyr/subsys/testsuite/ztest/libsubsys__testsuite__ztest.a zephyr/drivers/serial/libdrivers__serial.a -Wl,--no-whole-archive zephyr/kernel/libkernel.a zephyr/CMakeFiles/offsets.dir/arch/x86/core/offsets/offsets.c.obj -L"/home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/../lib/gcc/x86_64-zephyr-elf/9.2.0" -L/home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr -lgcc -m64 -Wl,--gc-sections -Wl,--build-id=none -Wl,--sort-common=descending -Wl,--sort-section=alignment -Wl,-u,_OffsetAbsSyms -Wl,-u,_ConfigAbsSyms -nostdlib -static -no-pie -Wl,-X -Wl,-N -Wl,--orphan-handling=warn && cd /home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr && /usr/bin/cmake -E rename zephyr_final.map zephyr.map && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-objcopy --gap-fill 0xff --output-target=binary --remove-section=.comment --remove-section=COMMON --remove-section=.eh_frame zephyr.elf zephyr.bin && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-objdump -d -S zephyr.elf >zephyr.lst && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-readelf -e zephyr.elf > zephyr.stat && /home/apboie/zephyr-sdk/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-strip --strip-all zephyr.elf -ozephyr.strip && /usr/bin/python3.8 /home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py -f /home/apboie/projects/zephyr2/zephyr/tests/kernel/mem_protect/mem_protect/build/zephyr/zephyr.elf
Traceback (most recent call last):
File "/home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py", line 161, in <module>
build_elf(args.elf_file)
File "/home/apboie/projects/zephyr2/zephyr/arch/x86/zefi/zefi.py", line 55, in build_elf
assert (h.p_filesz % 4) == 0
AssertionError
ninja: build stopped: subcommand failed.
```
This assertion is not correct. From dumping the file we have an unaligned filesiz/memsiz, I have no reason to believe our ELF binary is incorrect:
```
$ readelf -l zephyr/zephyr.elf
Elf file type is EXEC (Executable file)
Entry point 0x104b
There are 3 program headers, starting at offset 64
Program Headers:
Type Offset VirtAddr PhysAddr
FileSiz MemSiz Flags Align
LOAD 0x0000000000000100 0x0000000000001000 0x0000000000001000
0x0000000000006000 0x0000000000006000 RWE 0x20
LOAD 0x0000000000007000 0x0000000000100000 0x0000000000100000
0x000000000001a000 0x00000000044af000 RWE 0x1000
LOAD 0x0000000000021000 0x00000000045af000 0x00000000045af000
0x0000000000405b21 0x0000000000405b21 RW 0x20
Section to Segment mapping:
Segment Sections...
00 .locore
01 text initlevel app_shmem_regions log_const_sections rodata app_smem bss noinit
02 datas devices _static_thread_data_area k_timer_area k_heap_area k_mutex_area k_msgq_area k_sem_area pagetables kobject_data
```
**To Reproduce**
Currently I can reproduce this with this PR https://github.com/zephyrproject-rtos/zephyr/pull/28986 and building tests/kernel/mem_protect/mem_protect on up_squared
**Expected behavior**
Build to complete successfully.
**Impact**
Showstopper
| priority | zefi py has incorrect assertions describe the bug i ran into this build error linking c executable zephyr zephyr elf failed zephyr zephyr elf zephyr zephyr bin zephyr zephyr lst zephyr zephyr stat zephyr zephyr strip ccache home apboie zephyr sdk zephyr elf bin zephyr elf gcc zephyr cmakefiles zephyr final dir misc empty file c obj o zephyr zephyr elf zephyr arch arch pagetables o zephyr kobject hash renamed o wl t zephyr linker pass final cmd wl map home apboie projects zephyr tests kernel mem protect mem protect build zephyr zephyr final map wl whole archive app libapp a zephyr libzephyr a zephyr arch arch core libarch core a zephyr lib libc minimal liblib libc minimal a zephyr lib posix liblib posix a zephyr soc apollo lake libsoc apollo lake a zephyr subsys testsuite ztest libsubsys testsuite ztest a zephyr drivers serial libdrivers serial a wl no whole archive zephyr kernel libkernel a zephyr cmakefiles offsets dir arch core offsets offsets c obj l home apboie zephyr sdk zephyr elf bin lib gcc zephyr elf l home apboie projects zephyr tests kernel mem protect mem protect build zephyr lgcc wl gc sections wl build id none wl sort common descending wl sort section alignment wl u offsetabssyms wl u configabssyms nostdlib static no pie wl x wl n wl orphan handling warn cd home apboie projects zephyr tests kernel mem protect mem protect build zephyr usr bin cmake e rename zephyr final map zephyr map home apboie zephyr sdk zephyr elf bin zephyr elf objcopy gap fill output target binary remove section comment remove section common remove section eh frame zephyr elf zephyr bin home apboie zephyr sdk zephyr elf bin zephyr elf objdump d s zephyr elf zephyr lst home apboie zephyr sdk zephyr elf bin zephyr elf readelf e zephyr elf zephyr stat home apboie zephyr sdk zephyr elf bin zephyr elf strip strip all zephyr elf ozephyr strip usr bin home apboie projects zephyr arch zefi zefi py f home apboie projects zephyr tests kernel mem protect mem protect build zephyr zephyr elf traceback most recent call last file home apboie projects zephyr arch zefi zefi py line in build elf args elf file file home apboie projects zephyr arch zefi zefi py line in build elf assert h p filesz assertionerror ninja build stopped subcommand failed this assertion is not correct from dumping the file we have an unaligned filesiz memsiz i have no reason to believe our elf binary is incorrect readelf l zephyr zephyr elf elf file type is exec executable file entry point there are program headers starting at offset program headers type offset virtaddr physaddr filesiz memsiz flags align load rwe load rwe load rw section to segment mapping segment sections locore text initlevel app shmem regions log const sections rodata app smem bss noinit datas devices static thread data area k timer area k heap area k mutex area k msgq area k sem area pagetables kobject data to reproduce currently i can reproduce this with this pr and building tests kernel mem protect mem protect on up squared expected behavior build to complete successfully impact showstopper | 1 |
275,460 | 8,576,024,812 | IssuesEvent | 2018-11-12 19:04:15 | aowen87/TicketTester | https://api.github.com/repos/aowen87/TicketTester | closed | Add arrowhead option to 3D Line annotation object. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | I didn't add arrowhead options when I created the object, they should be added.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2335
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Add arrowhead option to 3D Line annotation object.
Assigned to:
Category:
Target version:
Author: Kathleen Biagas
Start: 07/14/2015
Due date:
% Done: 100
Estimated time: 3.0
Created: 07/14/2015 12:45 am
Updated: 07/14/2015 07:54 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
I didn't add arrowhead options when I created the object, they should be added.
Comments:
M /src/avt/VisWindow/Colleagues/avtLine3DColleague.CM /src/avt/VisWindow/Colleagues/avtLine3DColleague.hM /src/visitpy/common/PyLine3DObject.CM /src/gui/QvisLine3DInterface.CM /src/gui/QvisLine3DInterface.hAdded arrow options for both endpoints.
| 1.0 | Add arrowhead option to 3D Line annotation object. - I didn't add arrowhead options when I created the object, they should be added.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 2335
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Add arrowhead option to 3D Line annotation object.
Assigned to:
Category:
Target version:
Author: Kathleen Biagas
Start: 07/14/2015
Due date:
% Done: 100
Estimated time: 3.0
Created: 07/14/2015 12:45 am
Updated: 07/14/2015 07:54 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
I didn't add arrowhead options when I created the object, they should be added.
Comments:
M /src/avt/VisWindow/Colleagues/avtLine3DColleague.CM /src/avt/VisWindow/Colleagues/avtLine3DColleague.hM /src/visitpy/common/PyLine3DObject.CM /src/gui/QvisLine3DInterface.CM /src/gui/QvisLine3DInterface.hAdded arrow options for both endpoints.
| priority | add arrowhead option to line annotation object i didn t add arrowhead options when i created the object they should be added redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject add arrowhead option to line annotation object assigned to category target version author kathleen biagas start due date done estimated time created am updated pm likelihood severity found in version impact medium expected use occasional os all support group any description i didn t add arrowhead options when i created the object they should be added comments m src avt viswindow colleagues cm src avt viswindow colleagues hm src visitpy common cm src gui cm src gui hadded arrow options for both endpoints | 1 |
603,736 | 18,670,723,680 | IssuesEvent | 2021-10-30 16:57:49 | bounswe/2021SpringGroup6 | https://api.github.com/repos/bounswe/2021SpringGroup6 | closed | Write the Validation Check For Age | Status: Complete Platform: Back-end Priority: Medium Back-End: Validation | Using the validation library, create the model for user age:
Age should:
- Contains only positive numbers | 1.0 | Write the Validation Check For Age - Using the validation library, create the model for user age:
Age should:
- Contains only positive numbers | priority | write the validation check for age using the validation library create the model for user age age should contains only positive numbers | 1 |
354,183 | 10,563,462,970 | IssuesEvent | 2019-10-04 21:02:43 | cb-geo/mpm | https://api.github.com/repos/cb-geo/mpm | closed | Remove redundant nodal_coords in cell | Priority: Medium Status: Pending Type: Refactor | Rewrite `nodal_coords` as a transpose of `nodal_coordinates_` | 1.0 | Remove redundant nodal_coords in cell - Rewrite `nodal_coords` as a transpose of `nodal_coordinates_` | priority | remove redundant nodal coords in cell rewrite nodal coords as a transpose of nodal coordinates | 1 |
580,100 | 17,205,027,450 | IssuesEvent | 2021-07-18 04:09:05 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Request rejection text got cut | priority: medium quality | ## Describe the bug
In the popup of Rejection Publishing, the description text is cut off and not fully display.
## To Reproduce
Steps to reproduce the behavior:
1. Create an item for Approval
2. Select the above item and click Reject
3. Input some text in Rejection Reason
4. Notice that "Rejection Reason" text is cut off the upper and text are too tight to each other.
## Expected behavior
Text should not be cut off and easy to see
## Screenshots

## Logs
## Specs
### Version
Crafter CMS v4.0.0-SNAPSHOT.
### OS
Ubuntu 20.04.1 LTS (fossa-varys X54.1)
### Browser
Chrome - Version 91.0.4472.114 (Official Build) (64-bit)
## Additional context
| 1.0 | [studio-ui] Request rejection text got cut - ## Describe the bug
In the popup of Rejection Publishing, the description text is cut off and not fully display.
## To Reproduce
Steps to reproduce the behavior:
1. Create an item for Approval
2. Select the above item and click Reject
3. Input some text in Rejection Reason
4. Notice that "Rejection Reason" text is cut off the upper and text are too tight to each other.
## Expected behavior
Text should not be cut off and easy to see
## Screenshots

## Logs
## Specs
### Version
Crafter CMS v4.0.0-SNAPSHOT.
### OS
Ubuntu 20.04.1 LTS (fossa-varys X54.1)
### Browser
Chrome - Version 91.0.4472.114 (Official Build) (64-bit)
## Additional context
| priority | request rejection text got cut describe the bug in the popup of rejection publishing the description text is cut off and not fully display to reproduce steps to reproduce the behavior create an item for approval select the above item and click reject input some text in rejection reason notice that rejection reason text is cut off the upper and text are too tight to each other expected behavior text should not be cut off and easy to see screenshots logs specs version crafter cms snapshot os ubuntu lts fossa varys browser chrome version official build bit additional context | 1 |
587,935 | 17,634,928,288 | IssuesEvent | 2021-08-19 12:45:04 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Classification url should use the same baseUrl of style service | enhancement Priority: Medium Accepted StyleEditor C183-ALMAVIVA-2020-GeoNode-DEV | ## Description
<!-- A few sentences describing new feature -->
<!-- screenshot, video, or link to mockup/prototype are welcome -->
Currently classification url is formatted based on the layer url property but in case of static configuration the style service url could not match with the layer url. We should introduce a way to ensure that the baseUrl of style service is used also in the SLDService request.
setup for develop this enhancement
- change in the localConfig the StyleEditor configuration with this one
```js
{
"name": "StyleEditor",
"cfg": {
"styleService": {
"baseUrl": "https://gs-stable.geo-solutions.it/geoserver/",
"formats": [ "sld" ],
"availableUrls": [],
"fonts": []
}
}
}
```
- open this [map](http://localhost:8081/#/viewer/openlayers/10358)
- login as admin
- open the TOCItemSetting and then click on the style tab (layer `States of US`)
- edit an existing style
- add a classification symbolizer
- request a new classification (after selecting the attribute a new request is sent to the sldservice)

the request need to **use the baseUrl in the style service only if the styleService as isStatic property equal to true** (this means it has been configured in the localConfig).
the classification request use the layer object to compose the base url of sldservice https://github.com/geosolutions-it/MapStore2/blob/master/web/client/api/StyleEditor.js#L159 so probably we could add an entry to the this [layer](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/plugins/styleeditor/StyleCodeEditor.jsx#L109) prop the access the styleService baseUrl value in the classification requests. This is only a proposal, evaluate which is the best solution while developing.
**What kind of improvement you want to add?** (check one with "x", remove the others)
- [x] Minor changes to existing features
## Other useful information
This issue is related to the configuration of mapstore geonode client because there the baseUrl of the style service use a proxy path /gs while layers objects are using the complete path /geoserver.
There is an issue on temporary styles on the style editor so please close the settings panel each time you use the editor to ensure that the temporary style is deleted.
| 1.0 | Classification url should use the same baseUrl of style service - ## Description
<!-- A few sentences describing new feature -->
<!-- screenshot, video, or link to mockup/prototype are welcome -->
Currently classification url is formatted based on the layer url property but in case of static configuration the style service url could not match with the layer url. We should introduce a way to ensure that the baseUrl of style service is used also in the SLDService request.
setup for develop this enhancement
- change in the localConfig the StyleEditor configuration with this one
```js
{
"name": "StyleEditor",
"cfg": {
"styleService": {
"baseUrl": "https://gs-stable.geo-solutions.it/geoserver/",
"formats": [ "sld" ],
"availableUrls": [],
"fonts": []
}
}
}
```
- open this [map](http://localhost:8081/#/viewer/openlayers/10358)
- login as admin
- open the TOCItemSetting and then click on the style tab (layer `States of US`)
- edit an existing style
- add a classification symbolizer
- request a new classification (after selecting the attribute a new request is sent to the sldservice)

the request need to **use the baseUrl in the style service only if the styleService as isStatic property equal to true** (this means it has been configured in the localConfig).
the classification request use the layer object to compose the base url of sldservice https://github.com/geosolutions-it/MapStore2/blob/master/web/client/api/StyleEditor.js#L159 so probably we could add an entry to the this [layer](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/plugins/styleeditor/StyleCodeEditor.jsx#L109) prop the access the styleService baseUrl value in the classification requests. This is only a proposal, evaluate which is the best solution while developing.
**What kind of improvement you want to add?** (check one with "x", remove the others)
- [x] Minor changes to existing features
## Other useful information
This issue is related to the configuration of mapstore geonode client because there the baseUrl of the style service use a proxy path /gs while layers objects are using the complete path /geoserver.
There is an issue on temporary styles on the style editor so please close the settings panel each time you use the editor to ensure that the temporary style is deleted.
| priority | classification url should use the same baseurl of style service description currently classification url is formatted based on the layer url property but in case of static configuration the style service url could not match with the layer url we should introduce a way to ensure that the baseurl of style service is used also in the sldservice request setup for develop this enhancement change in the localconfig the styleeditor configuration with this one js name styleeditor cfg styleservice baseurl formats availableurls fonts open this login as admin open the tocitemsetting and then click on the style tab layer states of us edit an existing style add a classification symbolizer request a new classification after selecting the attribute a new request is sent to the sldservice the request need to use the baseurl in the style service only if the styleservice as isstatic property equal to true this means it has been configured in the localconfig the classification request use the layer object to compose the base url of sldservice so probably we could add an entry to the this prop the access the styleservice baseurl value in the classification requests this is only a proposal evaluate which is the best solution while developing what kind of improvement you want to add check one with x remove the others minor changes to existing features other useful information this issue is related to the configuration of mapstore geonode client because there the baseurl of the style service use a proxy path gs while layers objects are using the complete path geoserver there is an issue on temporary styles on the style editor so please close the settings panel each time you use the editor to ensure that the temporary style is deleted | 1 |
699,759 | 24,031,568,272 | IssuesEvent | 2022-09-15 15:24:32 | space-wizards/space-station-14 | https://api.github.com/repos/space-wizards/space-station-14 | opened | Processing ores/materials into chemicals should be possible. | Priority: 2-Before Release Issue: Feature Request Difficulty: 2-Medium | This provides the following chemicals:
- Iron (metal)
- Aluminum (metal)
- Sulfur (iron ores)
- Silicon (glass and quartz)
- Copper (does this even get used? Might need new ore.)
- Mercury (above)
- Lithium (above)
- Potassium (above)
- Phosphorous (above)
- Fluorine (Aluminium processing byproduct, might need new ore)
- Gold
- Silver
- Uranium
- Plasma
- Radium (component of uranium ores)
- Water (if you add ice to asteroids)
- Carbon (if you add ice to asteroids, it's part of Methane)
- Hydrogen (same as carbon) | 1.0 | Processing ores/materials into chemicals should be possible. - This provides the following chemicals:
- Iron (metal)
- Aluminum (metal)
- Sulfur (iron ores)
- Silicon (glass and quartz)
- Copper (does this even get used? Might need new ore.)
- Mercury (above)
- Lithium (above)
- Potassium (above)
- Phosphorous (above)
- Fluorine (Aluminium processing byproduct, might need new ore)
- Gold
- Silver
- Uranium
- Plasma
- Radium (component of uranium ores)
- Water (if you add ice to asteroids)
- Carbon (if you add ice to asteroids, it's part of Methane)
- Hydrogen (same as carbon) | priority | processing ores materials into chemicals should be possible this provides the following chemicals iron metal aluminum metal sulfur iron ores silicon glass and quartz copper does this even get used might need new ore mercury above lithium above potassium above phosphorous above fluorine aluminium processing byproduct might need new ore gold silver uranium plasma radium component of uranium ores water if you add ice to asteroids carbon if you add ice to asteroids it s part of methane hydrogen same as carbon | 1 |
226,379 | 7,518,588,991 | IssuesEvent | 2018-04-12 08:53:54 | Codaone/DEXBot | https://api.github.com/repos/Codaone/DEXBot | closed | Relative Order Size | Priority: Medium Status: In Progress Type: Enhancement | To be used in the _Relative Orders_ strategy.
In stead of having the order size defined in absolute terms, it should be a percentage of the total balance of the asset in question. The percentage can be set by the user, and 10% can be the default.
The benefits of this are:
1. Order size will automatically increase with profits - effectively reinvesting them, and without any additional mechanisms
2. The bot will never completely sell out all of the asset. Order size will decrease as an asset is sold out
3. The order sizes will always be equal to the asset's proportions in ones account, and attempt to keep them in balance
4. It's very simple. One parameter and many benefits. | 1.0 | Relative Order Size - To be used in the _Relative Orders_ strategy.
In stead of having the order size defined in absolute terms, it should be a percentage of the total balance of the asset in question. The percentage can be set by the user, and 10% can be the default.
The benefits of this are:
1. Order size will automatically increase with profits - effectively reinvesting them, and without any additional mechanisms
2. The bot will never completely sell out all of the asset. Order size will decrease as an asset is sold out
3. The order sizes will always be equal to the asset's proportions in ones account, and attempt to keep them in balance
4. It's very simple. One parameter and many benefits. | priority | relative order size to be used in the relative orders strategy in stead of having the order size defined in absolute terms it should be a percentage of the total balance of the asset in question the percentage can be set by the user and can be the default the benefits of this are order size will automatically increase with profits effectively reinvesting them and without any additional mechanisms the bot will never completely sell out all of the asset order size will decrease as an asset is sold out the order sizes will always be equal to the asset s proportions in ones account and attempt to keep them in balance it s very simple one parameter and many benefits | 1 |
398,643 | 11,742,104,850 | IssuesEvent | 2020-03-11 23:37:23 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Usage of striptags | priority: medium | In GitLab by @se-bastiaan on Apr 19, 2017, 20:03
We're currently using [striptags](https://docs.djangoproject.com/en/1.11/ref/templates/builtins/#striptags) in a lot of places. We should check if this is safe. As the docs state:
>Note that striptags doesn’t give any guarantee about its output being HTML safe, particularly with non valid HTML input. So NEVER apply the safe filter to a striptags output. If you are looking for something more robust, you can use the bleach Python library, notably its clean method.
And I found [at least one place](https://gitlab.science.ru.nl/thalia/concrexit/blob/master/website/events/templates/events/cards.html#L27) where the safe filter is applied to the striptags output. | 1.0 | Usage of striptags - In GitLab by @se-bastiaan on Apr 19, 2017, 20:03
We're currently using [striptags](https://docs.djangoproject.com/en/1.11/ref/templates/builtins/#striptags) in a lot of places. We should check if this is safe. As the docs state:
>Note that striptags doesn’t give any guarantee about its output being HTML safe, particularly with non valid HTML input. So NEVER apply the safe filter to a striptags output. If you are looking for something more robust, you can use the bleach Python library, notably its clean method.
And I found [at least one place](https://gitlab.science.ru.nl/thalia/concrexit/blob/master/website/events/templates/events/cards.html#L27) where the safe filter is applied to the striptags output. | priority | usage of striptags in gitlab by se bastiaan on apr we re currently using in a lot of places we should check if this is safe as the docs state note that striptags doesn’t give any guarantee about its output being html safe particularly with non valid html input so never apply the safe filter to a striptags output if you are looking for something more robust you can use the bleach python library notably its clean method and i found where the safe filter is applied to the striptags output | 1 |
68,007 | 3,283,656,475 | IssuesEvent | 2015-10-28 13:46:09 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | [IE] SHARE - Some provider icons are only a period | enhancement priority - medium | Reported by me in the 0.46 Trello board
## Steps
1. Go to osf.io/share in the IE 11 (or the latest version of IE)
2. Notice the provider icons
3. Enter a search term to pull up search results
4. In the left column of providers, notice the provider icons
## Expected behavior
I expected that all the icons would render properly
## Actual behavior

## Comments
@erinspace on August 13 at 2:57 PM
> Yep - thanks for pointing this out! Going to defer this for now, as it's because some of the original provider icons are pngs and not .ico files. | 1.0 | [IE] SHARE - Some provider icons are only a period - Reported by me in the 0.46 Trello board
## Steps
1. Go to osf.io/share in the IE 11 (or the latest version of IE)
2. Notice the provider icons
3. Enter a search term to pull up search results
4. In the left column of providers, notice the provider icons
## Expected behavior
I expected that all the icons would render properly
## Actual behavior

## Comments
@erinspace on August 13 at 2:57 PM
> Yep - thanks for pointing this out! Going to defer this for now, as it's because some of the original provider icons are pngs and not .ico files. | priority | share some provider icons are only a period reported by me in the trello board steps go to osf io share in the ie or the latest version of ie notice the provider icons enter a search term to pull up search results in the left column of providers notice the provider icons expected behavior i expected that all the icons would render properly actual behavior comments erinspace on august at pm yep thanks for pointing this out going to defer this for now as it s because some of the original provider icons are pngs and not ico files | 1 |
140,310 | 5,400,073,892 | IssuesEvent | 2017-02-27 21:05:58 | canadainc/sunnah10 | https://api.github.com/repos/canadainc/sunnah10 | closed | Implement md5 hash check during tafsir submission | Admin auto-migrated enhancement logic Priority-Medium security | ```
http://www.qtcentre.org/threads/35674-QCryptographicHash-an-entire-file
```
Original issue reported on code.google.com by `canadai...@gmail.com` on 21 Feb 2015 at 5:05
| 1.0 | Implement md5 hash check during tafsir submission - ```
http://www.qtcentre.org/threads/35674-QCryptographicHash-an-entire-file
```
Original issue reported on code.google.com by `canadai...@gmail.com` on 21 Feb 2015 at 5:05
| priority | implement hash check during tafsir submission original issue reported on code google com by canadai gmail com on feb at | 1 |
506,476 | 14,665,956,738 | IssuesEvent | 2020-12-29 15:19:09 | GSA/fpki-guides | https://api.github.com/repos/GSA/fpki-guides | closed | Explaining different types of FPKI User / Person Certificates | Priority - Medium general overview | #29 breakdown
This would be new -- not based on any particular existing document. Target audience is agency relying parties. Guide would address topics such as:
Making agencies aware of different types of FPKI credentials
- Focus on Persons
- Short succinct information on types (basic, medium, med hw, etc) - in non acronym terms
- Mapping table or diagram to the identity assurance for each
- what is needed such as in-person, biometrics, no biometrics, remote, etc
@dasgituser thoughts?
| 1.0 | Explaining different types of FPKI User / Person Certificates - #29 breakdown
This would be new -- not based on any particular existing document. Target audience is agency relying parties. Guide would address topics such as:
Making agencies aware of different types of FPKI credentials
- Focus on Persons
- Short succinct information on types (basic, medium, med hw, etc) - in non acronym terms
- Mapping table or diagram to the identity assurance for each
- what is needed such as in-person, biometrics, no biometrics, remote, etc
@dasgituser thoughts?
| priority | explaining different types of fpki user person certificates breakdown this would be new not based on any particular existing document target audience is agency relying parties guide would address topics such as making agencies aware of different types of fpki credentials focus on persons short succinct information on types basic medium med hw etc in non acronym terms mapping table or diagram to the identity assurance for each what is needed such as in person biometrics no biometrics remote etc dasgituser thoughts | 1 |
246,481 | 7,895,372,435 | IssuesEvent | 2018-06-29 02:51:14 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Add a new query | Expected Use: 3 - Occasional Feature Impact: 3 - Medium OS: All Priority: Normal Support Group: Any | Add a query that returns the following:
R = sqrt(sum (Mi * (Ri - Rcm))^2/ sum (Mi))
Where Mi is the mass of cell i and (Ri - Rcm) is the distance of cell i from the center of mass.
The avtCentroidQuery class is probably a good starting point. Especially, since the center of mass is part of the expression.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 06/09/2016 06:17 pm
Original update: 08/11/2016 02:27 pm
Ticket number: 2630 | 1.0 | Add a new query - Add a query that returns the following:
R = sqrt(sum (Mi * (Ri - Rcm))^2/ sum (Mi))
Where Mi is the mass of cell i and (Ri - Rcm) is the distance of cell i from the center of mass.
The avtCentroidQuery class is probably a good starting point. Especially, since the center of mass is part of the expression.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Eric Brugger
Original creation: 06/09/2016 06:17 pm
Original update: 08/11/2016 02:27 pm
Ticket number: 2630 | priority | add a new query add a query that returns the following r sqrt sum mi ri rcm sum mi where mi is the mass of cell i and ri rcm is the distance of cell i from the center of mass the avtcentroidquery class is probably a good starting point especially since the center of mass is part of the expression redmine migration this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author eric brugger original creation pm original update pm ticket number | 1 |
394,382 | 11,643,035,862 | IssuesEvent | 2020-02-29 10:59:22 | vladgh/docker_base_images | https://api.github.com/repos/vladgh/docker_base_images | closed | MiniDLNA. ERROR: no matching manifest for linux/arm/v7 in the manifest list entries | Priority: Medium Type: Enhancement | Getting the error while trying to run the container on mini computers: odroid-xu4 and raspberry pi 3 model b+. | 1.0 | MiniDLNA. ERROR: no matching manifest for linux/arm/v7 in the manifest list entries - Getting the error while trying to run the container on mini computers: odroid-xu4 and raspberry pi 3 model b+. | priority | minidlna error no matching manifest for linux arm in the manifest list entries getting the error while trying to run the container on mini computers odroid and raspberry pi model b | 1 |
822,093 | 30,852,085,959 | IssuesEvent | 2023-08-02 17:31:20 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [YSQL] stdout printing of test rewrites can grow large | kind/enhancement area/docdb priority/medium | Jira Link: [DB-7431](https://yugabyte.atlassian.net/browse/DB-7431)
### Description
After #13000 introduced test rewrites to simplify the logs, the number of lines can grow quite large, pushing more useful information off screen.
Since this information is also output to the test's logfile, it is redundant. If we can set a parameter / env var to control this, we could give developers the option to shorten the output.
e.g. running `TestPgRegressPushdown`
```
...
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.778 s
[INFO] Finished at: 2023-07-27T13:52:45-04:00
[INFO] ------------------------------------------------------------------------
real 0m35.599s
user 0m28.708s
sys 0m14.901s
[2023-07-27T13:52:45 common-test-env.sh:1673 run_java_test] Maven exited with code 0
[2023-07-27T13:52:45 common-test-env.sh:1703 run_java_test] Filtered JUnit XML file '/Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown.xml' is valid
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] test_host_name = Tims-MacBook-Pro
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m1_peer_id = 60764349b3e64d0d96609b87fcb0a157
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m2_peer_id = a782d2ce02da408fa92ff843fb9b7239
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m3_peer_id = 5016020f973748538f588dd6876042a1
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts1_peer_id = 820ae5de0bca471490bfe617c0af93f8
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts2_peer_id = 367720c9152842ed8a7b4ed4961a1db0
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts3_peer_id = 81927498260b4d7e88cbe670724ba388
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id1 = 08bbf9a0cc7b4ed492c85209040c4e10
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id2 = 1b492809ddd647af8072fe10612b7661
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id3 = a9e975d884ba4c2eae8c8a05f217f4d7
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = d53d73dc73ae49afbc88adf368592ced
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = e151e2b6a94049eaac93b4ea54e8b646
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = f18ea19168ac47c5937ef2a546055dca
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = 0d271244a9434ebabdf43a0acf977350
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = c4d1c01b59624bf796b7d00e342a94c8
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = f0aa56b7fa2c40f8ae2e6808ab268c37
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id1 = 3b8dd36714f74d3995daab8b130d8564
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id2 = 5d8fa8eb968c4a8cbf56d90ec1b2965e
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id3 = 68bfb25b55204d94a9f3c5c5af833855
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id1 = 0a6c6eba291445a49e296e5c11a0bb7a
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id2 = c3319464ad3448c8a343a9aa2ccfa56a
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id3 = fa35ffc00d2c4f32b67a76ff0506dc27
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id1 = 1306da0ce5094de2a027708596fb3c5b
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id2 = 623b03fa7a8c4f54a490f91bfcf8f90e
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id3 = e452baf1b69c48b0a972142ef292b7dc
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id1 = 2fbf300fec3744fdaefdd2befa9aa7bf
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id2 = ba6e279aaf5949f69ec19af4b6cdf979
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id3 = f0c6bc1befed44d5849e480f22ffc268
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id1 = 6463ffb442c14e5c8519fc0d9c21003f
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id2 = 671e7980a81b448b8022977c5f4fa056
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id3 = 9a40cc04fb2b4d3792e53d650922aaa9
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id1 = 02ab68e7b2d94d629b8d8c6b7b69ad9f
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id2 = e37606bdd53b4ed6b283d7f99a51d507
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id3 = f529c092c4a6426fa97e72c1169eb385
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_range_asc_primary_key_tablet_id1 = 6a4cd2a72e2e4f42b9927632e412ab98
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_range_desc_primary_key_tablet_id1 = c5d320bf80cd42f0a1f6a1ea6d7460a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id1 = 356879bc66ac4979958dc143670045f2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id2 = 85704a811ede4fb6bb6d5a8a0a3c8750
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id3 = e7edfc4310fa4648860ea2855df16f91
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id1 = 32a3179779b949f2aa9d67ad861b64af
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id2 = aa59c074310e4454a574f0179601b7ad
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id3 = c74d8ed2b9914a03934675ae606e0fa3
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id1 = 208094d965354ba9a3ff8e141f90e724
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id2 = 3a5f57a443334836972ce840fb243404
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id3 = a6afbdc6e51942f9a1ab873a09e3c8dd
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id1 = 6daca7799cac469eaf8c6456c98f1706
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id2 = 88bd863acfa845c28509e026571182fc
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id3 = 9858ad59ab9441fa8879b1c5d02dbc44
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id1 = 8c1a1af637b3485c9a3cbb9331d7a49b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id2 = 97fde6323e864587909dd28e387e8de4
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id3 = c27174205501409a9920a836f7430c80
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = 067cdfcd1dc94179bbd9a10af7ceaea9
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = 2ce58062301840738b9967781ecaf8a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = 5e991a88182548b5b0599b6423876579
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id1 = 1eafc120a0ab4e989020256a08a11b59
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id2 = 2b340ce4b59e4ae68d0aea7c35c8009a
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id3 = 66075e3852dd4e58b5143f1ece940388
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id1 = 57616a75a0d2470cb352cce0cb877d95
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id2 = 962cb725f8104c4f9efc2857abf99503
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id3 = e55476c2fb1a4116ab71cff66fbd3c52
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id1 = 3f633fba665f478ebdcaed1b92524761
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id2 = 53c88ce07c6c4d16ab8ec67426b4811b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id3 = 787eb27fed014aac804219a5a3ad93a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id1 = 26af2f701db84bd795ef1d8e6137bcbb
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id2 = 8987fa8c58184be996102e4cd94af90e
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id3 = c0e9564271cd42b1beaeefb723272b5e
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_value_idx_tablet_id1 = 041fbe41b1e44fc19fbf6edeea581d36
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id1 = 99202513c8f8410f82d29ff24d521095
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id2 = a45103a724ab4b36a5535d16354e6ef5
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id3 = ad2722d8e8934528b9aa404bf8050ede
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_lower_idx_tablet_id1 = 83e8cc97b38243129800118fa66a77a7
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id1 = ba6427ee9f634de986a2c41db8be9024
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id2 = e5d03a9250924627abbb3d892c3539c4
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id3 = ed922a286ffa4021bec4abf73f00e08a
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id1 = 04464af0fdd7494188710fcbd5ddf2db
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id2 = 11c43dcc1b734819950e8a16aeb64167
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id3 = e7d5d8ee0d7049c1be754ba1d7a51482
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id1 = 716b7dfaaf3840cdbbe44ff10b8dbbf2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id2 = d7f5f3903a6144aab19a6d9375547feb
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id3 = ef8bd8d45124438fa8a3ebb8bab23a2d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id1 = 5fc79f1e2a0b486c8e6327f58724671b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id2 = e86134588d664511a0a25ee5f17c08f7
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id3 = f7642eac5a5e4e6f9ff5ca1f39600296
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id1 = 884067c78c974fe797f7df777b23686d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id2 = abd4b6f458f54d0bb5cbe6589cde65ed
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id3 = d103a6eb02b04c2884ed6ad4a8da5ba1
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id1 = 1ec7dd8adb9c4384a08fb59893d76ad5
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id2 = 39c2b6b681f94b76b865d85ad31493bf
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id3 = d27dc791aa11450bb728d302e15c7348
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id1 = 46b00273bb0145f69a1b532631f813f2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id2 = ba0e7b1774fb496d9b81c4afb165567c
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id3 = dd9c56fc02ea4aa9bb3a7963e388a4ec
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id1 = 19b8f6e3a7bd486c946dfefcf50f6d2d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id2 = 33eb654dab5740f1a9e7c756f1b44510
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id3 = da01ae78149f473fa2d435c5b2f23b8f
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id1 = 3ab83f82055c4cb092d40dc24a7192cf
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id2 = 3d07c7265bbd4e6e921abe44a11ec798
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id3 = 9b13c9dd09c848edb394576483c71172
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id1 = 207dff2056fc42b5a395a4ca3f8a01b8
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id2 = 20ff9601a6914c43a5ec759ffb943447
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id3 = e37152bc5bb64e10b8287a686b683abe
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id1 = 170347689aaf4ccea411523628f5de74
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id2 = 34a9a742b827474eb082a2d8ccdf47ab
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id3 = a5fb2422956a40d9bda559ef37b61c50
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id1 = 72d211c52c234c69960ad0d1b4355b44
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id2 = 8f51429d60e74ccdaec7aa35d17037d8
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id3 = 9168184f897742d4b14f1949b6445d39
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id1 = 27cbcf55349b46d1a572bde7996c3736
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id2 = 9a51bb29c802429e8b600cab6e8277da
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id3 = cc7e154ebe8d4054bc367175400a3e56
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id1 = 26587027be38438f98b2419fabe7e805
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id2 = 289dbcf3926148bc8cea52d42ff72ad6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id3 = 6a67b3ca8dba4a1bad327120a2729e09
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id1 = 0b18ec328ca04a4b83c64588e14cf1a2
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id2 = 20f6ce33a6d840ea90ae5a4b53e0d0a1
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id3 = e9e91990fa464d449cf1ddd23f8664c4
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id1 = 07736c21b02d441d8fe1c9830bceee2f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id2 = 3e817cf1d2244401a6c6bbb4bc3edc3f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id3 = 464969afb3ac4d85830a19bfdf313b52
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id4 = 87fc4e6a010c4cb5bb6884e48a0ca4fe
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id5 = 9ace1457b83645e7beebc2081f801736
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id6 = b5dc31fc6f7e441099d89cef000b9ebb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id7 = b9bb3d4a0e954a4ea43cd363d9a518bb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id8 = ce71acfc2f924b32841179ea648f00af
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id9 = de033622f0dd4a63adbfcf58e645d1ee
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id1 = 64e8c8e60cfc4f78b7b69efbf51dd56c
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id2 = f4e10a2ea3d442fa85e0d138929dd153
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id3 = f8a163e181eb41d99201c732d8a0c665
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id1 = 05f47b90b7d74d76a524178c24567ad1
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id2 = 406c1c876147466d99eec6d1a8d02825
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id3 = 585809f386a142ca9f81e032070b44c6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id1 = 1be5f86719524c88b38e085058600a35
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id2 = 5bc9d5b71ba947509d06e0c2d05c6762
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id3 = ab1b01fb0b014c3095310a9ea5628173
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id1 = 5edda5bfb4a643df8222f91464879b29
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id2 = 6da8ae72864943d195acbc7c266e7abc
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id3 = d6cc57ab896c4049a0e78fddf9003523
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id1 = 0d2305270f414c33965de0de3a868685
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id2 = 55fff66353854c4bb08f30cf427c08d6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id3 = 5bd8b991a8144e1d81bbb116f41bf1f4
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id1 = 61406ff88dba4487a38deffa147db62d
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id2 = 78600d6100004e13893594b7ad4248d5
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id3 = 842c12308d594eaa8aeb8f553c264e3f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id1 = 250678c61dd242c588a98523beb7f0f3
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id2 = 50d8ea3d1e984df9932fcf6ef9a070c5
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id3 = 5557688f12e947bbbffcd1c7ee3c4121
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id1 = 2b15f43b711f49afb6149b8aa3548ac7
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id2 = 2c48efb70fba46b7b302d30e10386ccb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id3 = f519a6a27b944a9b83483606b23b078a
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id1 = 590e0055231843a48416b2ac23cdb02e
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id2 = 835cd2b8a3954f6d845fdc428134ca74
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id3 = c31055ab8e07474187acf91a90c572bf
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id1 = 850bb7133e6b47f7a31de7b9999bc8eb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id2 = ace7b853db8940babdca3c15debc9875
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id3 = ee1d9e5da89440c4920a3a086b6ca736
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sys_catalog_tablet_id = 00000000000000000000000000000000
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] BUILD_ROOT = /Users/timputer/code/yugabyte-db/build/release-clang-dynamic-arm64-ninja
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] YB_SRC_ROOT = /Users/timputer/code/yugabyte-db
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] TEST_TMPDIR = /tmp/yb_test.tmp.13368.32147.11436.pid50065
2023-07-27 13:52:48,337 [postprocess_test_result.py:187 INFO] Log path: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/org.yb.pgsql.TestPgRegressPushdown-output.txt
2023-07-27 13:52:48,337 [postprocess_test_result.py:188 INFO] JUnit XML path: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown.xml
2023-07-27 13:52:48,337 [postprocess_test_result.py:201 INFO] Externally specified class name: org.yb.pgsql.TestPgRegressPushdown
2023-07-27 13:52:48,337 [postprocess_test_result.py:203 INFO] Externally specified test name: testPgRegressPushdown
2023-07-27 13:52:48,338 [postprocess_test_result.py:316 INFO] Wrote JSON test report file: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown_test_report.json
```
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7431]: https://yugabyte.atlassian.net/browse/DB-7431?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [YSQL] stdout printing of test rewrites can grow large - Jira Link: [DB-7431](https://yugabyte.atlassian.net/browse/DB-7431)
### Description
After #13000 introduced test rewrites to simplify the logs, the number of lines can grow quite large, pushing more useful information off screen.
Since this information is also output to the test's logfile, it is redundant. If we can set a parameter / env var to control this, we could give developers the option to shorten the output.
e.g. running `TestPgRegressPushdown`
```
...
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.778 s
[INFO] Finished at: 2023-07-27T13:52:45-04:00
[INFO] ------------------------------------------------------------------------
real 0m35.599s
user 0m28.708s
sys 0m14.901s
[2023-07-27T13:52:45 common-test-env.sh:1673 run_java_test] Maven exited with code 0
[2023-07-27T13:52:45 common-test-env.sh:1703 run_java_test] Filtered JUnit XML file '/Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown.xml' is valid
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] test_host_name = Tims-MacBook-Pro
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m1_peer_id = 60764349b3e64d0d96609b87fcb0a157
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m2_peer_id = a782d2ce02da408fa92ff843fb9b7239
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] m3_peer_id = 5016020f973748538f588dd6876042a1
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts1_peer_id = 820ae5de0bca471490bfe617c0af93f8
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts2_peer_id = 367720c9152842ed8a7b4ed4961a1db0
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] ts3_peer_id = 81927498260b4d7e88cbe670724ba388
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id1 = 08bbf9a0cc7b4ed492c85209040c4e10
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id2 = 1b492809ddd647af8072fe10612b7661
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_tablet_id3 = a9e975d884ba4c2eae8c8a05f217f4d7
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = d53d73dc73ae49afbc88adf368592ced
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = e151e2b6a94049eaac93b4ea54e8b646
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = f18ea19168ac47c5937ef2a546055dca
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = 0d271244a9434ebabdf43a0acf977350
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = c4d1c01b59624bf796b7d00e342a94c8
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = f0aa56b7fa2c40f8ae2e6808ab268c37
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id1 = 3b8dd36714f74d3995daab8b130d8564
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id2 = 5d8fa8eb968c4a8cbf56d90ec1b2965e
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_comp_key_tablet_id3 = 68bfb25b55204d94a9f3c5c5af833855
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id1 = 0a6c6eba291445a49e296e5c11a0bb7a
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id2 = c3319464ad3448c8a343a9aa2ccfa56a
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_function_test_tablet_id3 = fa35ffc00d2c4f32b67a76ff0506dc27
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id1 = 1306da0ce5094de2a027708596fb3c5b
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id2 = 623b03fa7a8c4f54a490f91bfcf8f90e
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_tablet_id3 = e452baf1b69c48b0a972142ef292b7dc
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id1 = 2fbf300fec3744fdaefdd2befa9aa7bf
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id2 = ba6e279aaf5949f69ec19af4b6cdf979
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_array_tablet_id3 = f0c6bc1befed44d5849e480f22ffc268
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id1 = 6463ffb442c14e5c8519fc0d9c21003f
2023-07-27 13:52:47,209 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id2 = 671e7980a81b448b8022977c5f4fa056
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_complex_returning_tablet_id3 = 9a40cc04fb2b4d3792e53d650922aaa9
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id1 = 02ab68e7b2d94d629b8d8c6b7b69ad9f
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id2 = e37606bdd53b4ed6b283d7f99a51d507
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_no_primary_key_tablet_id3 = f529c092c4a6426fa97e72c1169eb385
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_range_asc_primary_key_tablet_id1 = 6a4cd2a72e2e4f42b9927632e412ab98
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_range_desc_primary_key_tablet_id1 = c5d320bf80cd42f0a1f6a1ea6d7460a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id1 = 356879bc66ac4979958dc143670045f2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id2 = 85704a811ede4fb6bb6d5a8a0a3c8750
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_not_null_constraints_tablet_id3 = e7edfc4310fa4648860ea2855df16f91
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id1 = 32a3179779b949f2aa9d67ad861b64af
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id2 = aa59c074310e4454a574f0179601b7ad
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints_tablet_id3 = c74d8ed2b9914a03934675ae606e0fa3
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id1 = 208094d965354ba9a3ff8e141f90e724
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id2 = 3a5f57a443334836972ce840fb243404
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_check_constraints2_tablet_id3 = a6afbdc6e51942f9a1ab873a09e3c8dd
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id1 = 6daca7799cac469eaf8c6456c98f1706
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id2 = 88bd863acfa845c28509e026571182fc
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_tablet_id3 = 9858ad59ab9441fa8879b1c5d02dbc44
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id1 = 8c1a1af637b3485c9a3cbb9331d7a49b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id2 = 97fde6323e864587909dd28e387e8de4
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_decimal_fk_tablet_id3 = c27174205501409a9920a836f7430c80
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id1 = 067cdfcd1dc94179bbd9a10af7ceaea9
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id2 = 2ce58062301840738b9967781ecaf8a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_tablet_id3 = 5e991a88182548b5b0599b6423876579
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id1 = 1eafc120a0ab4e989020256a08a11b59
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id2 = 2b340ce4b59e4ae68d0aea7c35c8009a
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_index_idx_tablet_id3 = 66075e3852dd4e58b5143f1ece940388
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id1 = 57616a75a0d2470cb352cce0cb877d95
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id2 = 962cb725f8104c4f9efc2857abf99503
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_col_order_tablet_id3 = e55476c2fb1a4116ab71cff66fbd3c52
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id1 = 3f633fba665f478ebdcaed1b92524761
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id2 = 53c88ce07c6c4d16ab8ec67426b4811b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_default_col_tablet_id3 = 787eb27fed014aac804219a5a3ad93a0
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id1 = 26af2f701db84bd795ef1d8e6137bcbb
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id2 = 8987fa8c58184be996102e4cd94af90e
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_tablet_id3 = c0e9564271cd42b1beaeefb723272b5e
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_partial_index_value_idx_tablet_id1 = 041fbe41b1e44fc19fbf6edeea581d36
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id1 = 99202513c8f8410f82d29ff24d521095
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id2 = a45103a724ab4b36a5535d16354e6ef5
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_tablet_id3 = ad2722d8e8934528b9aa404bf8050ede
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] single_row_expression_index_lower_idx_tablet_id1 = 83e8cc97b38243129800118fa66a77a7
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id1 = ba6427ee9f634de986a2c41db8be9024
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id2 = e5d03a9250924627abbb3d892c3539c4
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t1_tablet_id3 = ed922a286ffa4021bec4abf73f00e08a
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id1 = 04464af0fdd7494188710fcbd5ddf2db
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id2 = 11c43dcc1b734819950e8a16aeb64167
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t2_tablet_id3 = e7d5d8ee0d7049c1be754ba1d7a51482
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id1 = 716b7dfaaf3840cdbbe44ff10b8dbbf2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id2 = d7f5f3903a6144aab19a6d9375547feb
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t3_tablet_id3 = ef8bd8d45124438fa8a3ebb8bab23a2d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id1 = 5fc79f1e2a0b486c8e6327f58724671b
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id2 = e86134588d664511a0a25ee5f17c08f7
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] array_t4_tablet_id3 = f7642eac5a5e4e6f9ff5ca1f39600296
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id1 = 884067c78c974fe797f7df777b23686d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id2 = abd4b6f458f54d0bb5cbe6589cde65ed
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] json_t1_tablet_id3 = d103a6eb02b04c2884ed6ad4a8da5ba1
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id1 = 1ec7dd8adb9c4384a08fb59893d76ad5
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id2 = 39c2b6b681f94b76b865d85ad31493bf
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] t0_tablet_id3 = d27dc791aa11450bb728d302e15c7348
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id1 = 46b00273bb0145f69a1b532631f813f2
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id2 = ba0e7b1774fb496d9b81c4afb165567c
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] multi_row_tablet_id3 = dd9c56fc02ea4aa9bb3a7963e388a4ec
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id1 = 19b8f6e3a7bd486c946dfefcf50f6d2d
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id2 = 33eb654dab5740f1a9e7c756f1b44510
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_tablet_id3 = da01ae78149f473fa2d435c5b2f23b8f
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id1 = 3ab83f82055c4cb092d40dc24a7192cf
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id2 = 3d07c7265bbd4e6e921abe44a11ec798
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_lookup_tablet_id3 = 9b13c9dd09c848edb394576483c71172
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id1 = 207dff2056fc42b5a395a4ca3f8a01b8
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id2 = 20ff9601a6914c43a5ec759ffb943447
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_test_i1_tablet_id3 = e37152bc5bb64e10b8287a686b683abe
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id1 = 170347689aaf4ccea411523628f5de74
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id2 = 34a9a742b827474eb082a2d8ccdf47ab
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_composite_tablet_id3 = a5fb2422956a40d9bda559ef37b61c50
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id1 = 72d211c52c234c69960ad0d1b4355b44
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id2 = 8f51429d60e74ccdaec7aa35d17037d8
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_enum_tablet_id3 = 9168184f897742d4b14f1949b6445d39
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id1 = 27cbcf55349b46d1a572bde7996c3736
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id2 = 9a51bb29c802429e8b600cab6e8277da
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_collation_tablet_id3 = cc7e154ebe8d4054bc367175400a3e56
2023-07-27 13:52:47,210 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id1 = 26587027be38438f98b2419fabe7e805
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id2 = 289dbcf3926148bc8cea52d42ff72ad6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_tablet_id3 = 6a67b3ca8dba4a1bad327120a2729e09
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id1 = 0b18ec328ca04a4b83c64588e14cf1a2
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id2 = 20f6ce33a6d840ea90ae5a4b53e0d0a1
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_index_v1_v2_v3v4_idx_tablet_id3 = e9e91990fa464d449cf1ddd23f8664c4
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id1 = 07736c21b02d441d8fe1c9830bceee2f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id2 = 3e817cf1d2244401a6c6bbb4bc3edc3f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id3 = 464969afb3ac4d85830a19bfdf313b52
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id4 = 87fc4e6a010c4cb5bb6884e48a0ca4fe
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id5 = 9ace1457b83645e7beebc2081f801736
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id6 = b5dc31fc6f7e441099d89cef000b9ebb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id7 = b9bb3d4a0e954a4ea43cd363d9a518bb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id8 = ce71acfc2f924b32841179ea648f00af
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] pushdown_range_tablet_id9 = de033622f0dd4a63adbfcf58e645d1ee
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id1 = 64e8c8e60cfc4f78b7b69efbf51dd56c
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id2 = f4e10a2ea3d442fa85e0d138929dd153
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral1_tablet_id3 = f8a163e181eb41d99201c732d8a0c665
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id1 = 05f47b90b7d74d76a524178c24567ad1
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id2 = 406c1c876147466d99eec6d1a8d02825
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tlateral2_tablet_id3 = 585809f386a142ca9f81e032070b44c6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id1 = 1be5f86719524c88b38e085058600a35
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id2 = 5bc9d5b71ba947509d06e0c2d05c6762
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tmaster_tablet_id3 = ab1b01fb0b014c3095310a9ea5628173
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id1 = 5edda5bfb4a643df8222f91464879b29
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id2 = 6da8ae72864943d195acbc7c266e7abc
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tsub_tablet_id3 = d6cc57ab896c4049a0e78fddf9003523
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id1 = 0d2305270f414c33965de0de3a868685
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id2 = 55fff66353854c4bb08f30cf427c08d6
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan1_tablet_id3 = 5bd8b991a8144e1d81bbb116f41bf1f4
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id1 = 61406ff88dba4487a38deffa147db62d
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id2 = 78600d6100004e13893594b7ad4248d5
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan2_tablet_id3 = 842c12308d594eaa8aeb8f553c264e3f
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id1 = 250678c61dd242c588a98523beb7f0f3
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id2 = 50d8ea3d1e984df9932fcf6ef9a070c5
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_tablet_id3 = 5557688f12e947bbbffcd1c7ee3c4121
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id1 = 2b15f43b711f49afb6149b8aa3548ac7
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id2 = 2c48efb70fba46b7b302d30e10386ccb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] tidxrescan3_k1_v1_idx_tablet_id3 = f519a6a27b944a9b83483606b23b078a
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id1 = 590e0055231843a48416b2ac23cdb02e
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id2 = 835cd2b8a3954f6d845fdc428134ca74
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sequences_data_tablet_id3 = c31055ab8e07474187acf91a90c572bf
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id1 = 850bb7133e6b47f7a31de7b9999bc8eb
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id2 = ace7b853db8940babdca3c15debc9875
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] transactions_tablet_id3 = ee1d9e5da89440c4920a3a086b6ca736
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] sys_catalog_tablet_id = 00000000000000000000000000000000
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] BUILD_ROOT = /Users/timputer/code/yugabyte-db/build/release-clang-dynamic-arm64-ninja
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] YB_SRC_ROOT = /Users/timputer/code/yugabyte-db
2023-07-27 13:52:47,211 [rewrite_test_log.py:173 INFO] TEST_TMPDIR = /tmp/yb_test.tmp.13368.32147.11436.pid50065
2023-07-27 13:52:48,337 [postprocess_test_result.py:187 INFO] Log path: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/org.yb.pgsql.TestPgRegressPushdown-output.txt
2023-07-27 13:52:48,337 [postprocess_test_result.py:188 INFO] JUnit XML path: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown.xml
2023-07-27 13:52:48,337 [postprocess_test_result.py:201 INFO] Externally specified class name: org.yb.pgsql.TestPgRegressPushdown
2023-07-27 13:52:48,337 [postprocess_test_result.py:203 INFO] Externally specified test name: testPgRegressPushdown
2023-07-27 13:52:48,338 [postprocess_test_result.py:316 INFO] Wrote JSON test report file: /Users/timputer/code/yugabyte-db/java/yb-pgsql/target/surefire-reports_org.yb.pgsql.TestPgRegressPushdown__testPgRegressPushdown/TEST-org.yb.pgsql.TestPgRegressPushdown_test_report.json
```
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7431]: https://yugabyte.atlassian.net/browse/DB-7431?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | stdout printing of test rewrites can grow large jira link description after introduced test rewrites to simplify the logs the number of lines can grow quite large pushing more useful information off screen since this information is also output to the test s logfile it is redundant if we can set a parameter env var to control this we could give developers the option to shorten the output e g running testpgregresspushdown tests run failures errors skipped build success total time s finished at real user sys maven exited with code filtered junit xml file users timputer code yugabyte db java yb pgsql target surefire reports org yb pgsql testpgregresspushdown testpgregresspushdown test org yb pgsql testpgregresspushdown xml is valid test host name tims macbook pro peer id peer id peer id peer id peer id peer id single row tablet single row tablet single row tablet single row index tablet single row index tablet single row index tablet single row index tablet single row index tablet single row index tablet single row comp key tablet single row comp key tablet single row comp key tablet single row function test tablet single row function test tablet single row function test tablet single row complex tablet single row complex tablet single row complex tablet single row array tablet single row array tablet single row array tablet single row complex returning tablet single row complex returning tablet single row complex returning tablet single row no primary key tablet single row no primary key tablet single row no primary key tablet single row range asc primary key tablet single row range desc primary key tablet single row not null constraints tablet single row not null constraints tablet single row not null constraints tablet single row check constraints tablet single row check constraints tablet single row check constraints tablet single row check tablet single row check tablet single row check tablet single row decimal tablet single row decimal tablet single row decimal tablet single row decimal fk tablet single row decimal fk tablet single row decimal fk tablet single row index tablet single row index tablet single row index tablet single row index idx tablet single row index idx tablet single row index idx tablet single row col order tablet single row col order tablet single row col order tablet single row default col tablet single row default col tablet single row default col tablet single row partial index tablet single row partial index tablet single row partial index tablet single row partial index value idx tablet single row expression index tablet single row expression index tablet single row expression index tablet single row expression index lower idx tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet array tablet json tablet json tablet json tablet tablet tablet tablet multi row tablet multi row tablet multi row tablet pushdown test tablet pushdown test tablet pushdown test tablet pushdown lookup tablet pushdown lookup tablet pushdown lookup tablet pushdown test tablet pushdown test tablet pushdown test tablet pushdown composite tablet pushdown composite tablet pushdown composite tablet pushdown enum tablet pushdown enum tablet pushdown enum tablet pushdown collation tablet pushdown collation tablet pushdown collation tablet pushdown index tablet pushdown index tablet pushdown index tablet pushdown index idx tablet pushdown index idx tablet pushdown index idx tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet pushdown range tablet tablet tablet tablet tablet tablet tablet tmaster tablet tmaster tablet tmaster tablet tsub tablet tsub tablet tsub tablet tablet tablet tablet tablet tablet tablet tablet tablet tablet idx tablet idx tablet idx tablet sequences data tablet sequences data tablet sequences data tablet transactions tablet transactions tablet transactions tablet sys catalog tablet id build root users timputer code yugabyte db build release clang dynamic ninja yb src root users timputer code yugabyte db test tmpdir tmp yb test tmp log path users timputer code yugabyte db java yb pgsql target surefire reports org yb pgsql testpgregresspushdown testpgregresspushdown org yb pgsql testpgregresspushdown output txt junit xml path users timputer code yugabyte db java yb pgsql target surefire reports org yb pgsql testpgregresspushdown testpgregresspushdown test org yb pgsql testpgregresspushdown xml externally specified class name org yb pgsql testpgregresspushdown externally specified test name testpgregresspushdown wrote json test report file users timputer code yugabyte db java yb pgsql target surefire reports org yb pgsql testpgregresspushdown testpgregresspushdown test org yb pgsql testpgregresspushdown test report json warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
25,462 | 2,683,808,155 | IssuesEvent | 2015-03-28 10:27:49 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | ConEmu.Maximus5.090627b.7z не воспринимается настройка "TabCloseMacro" | 2–5 stars bug imported Priority-Medium | _From [Zero...@gmail.com](https://code.google.com/u/103642962356045697092/) on June 27, 2009 15:00:34_
Версия ОС:xpsp3
Версия FAR:1.75 build 2596 x86 Описание бага... Не воспринимается настройка
;; Key macros for close active tab (editor/viewer/panel)
"TabCloseMacro"="F12"
всё что не пишу туда приводит к закрытию TAB'a
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=26_ | 1.0 | ConEmu.Maximus5.090627b.7z не воспринимается настройка "TabCloseMacro" - _From [Zero...@gmail.com](https://code.google.com/u/103642962356045697092/) on June 27, 2009 15:00:34_
Версия ОС:xpsp3
Версия FAR:1.75 build 2596 x86 Описание бага... Не воспринимается настройка
;; Key macros for close active tab (editor/viewer/panel)
"TabCloseMacro"="F12"
всё что не пишу туда приводит к закрытию TAB'a
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=26_ | priority | conemu не воспринимается настройка tabclosemacro from on june версия ос версия far build описание бага не воспринимается настройка key macros for close active tab editor viewer panel tabclosemacro всё что не пишу туда приводит к закрытию tab a original issue | 1 |
37,008 | 2,814,314,050 | IssuesEvent | 2015-05-18 19:19:35 | m-lab/mlab-wikis | https://api.github.com/repos/m-lab/mlab-wikis | closed | Make the UpdateHandler robust to Nagios errors | auto-migrated Priority-Medium Type-Enhancement | ```
Issue:
The UpdateHandler trusts Nagios when querying the status of each slice. There
was a recent issue in the Nagios 'check_neubot' plugin, that resulted in
setting as 'offline' all Neubot slivers.
Fix:
Ignore Nagios updates if all slivers are set as 'offline' and send
automatically a notification at staff@measurementlab.net.
```
Original issue reported on code.google.com by `claudiu....@gmail.com` on 18 Jan 2013 at 4:52 | 1.0 | Make the UpdateHandler robust to Nagios errors - ```
Issue:
The UpdateHandler trusts Nagios when querying the status of each slice. There
was a recent issue in the Nagios 'check_neubot' plugin, that resulted in
setting as 'offline' all Neubot slivers.
Fix:
Ignore Nagios updates if all slivers are set as 'offline' and send
automatically a notification at staff@measurementlab.net.
```
Original issue reported on code.google.com by `claudiu....@gmail.com` on 18 Jan 2013 at 4:52 | priority | make the updatehandler robust to nagios errors issue the updatehandler trusts nagios when querying the status of each slice there was a recent issue in the nagios check neubot plugin that resulted in setting as offline all neubot slivers fix ignore nagios updates if all slivers are set as offline and send automatically a notification at staff measurementlab net original issue reported on code google com by claudiu gmail com on jan at | 1 |
502,143 | 14,541,132,318 | IssuesEvent | 2020-12-15 14:12:42 | huridocs/uwazi | https://api.github.com/repos/huridocs/uwazi | opened | Create e2e suite for blank state | Good First Issue Priority: Medium | A suite using blank-state instead of the regular e2e fixtures so we can test initial steps, changing admin password, creating new users, creating new templates, creating thesauri and relationships, etc. | 1.0 | Create e2e suite for blank state - A suite using blank-state instead of the regular e2e fixtures so we can test initial steps, changing admin password, creating new users, creating new templates, creating thesauri and relationships, etc. | priority | create suite for blank state a suite using blank state instead of the regular fixtures so we can test initial steps changing admin password creating new users creating new templates creating thesauri and relationships etc | 1 |
601,938 | 18,444,145,551 | IssuesEvent | 2021-10-14 22:15:48 | whimc/Science-Tools | https://api.github.com/repos/whimc/Science-Tools | closed | Sciencetools config loading error | Priority: Medium bug | May have to do with compilation issue.
```
11.10 15:17:01 [Server] INFO Enabling WHIMC-ScienceTools v2.4.3
11.10 15:17:01 [Server] ERROR Cannot load configuration from stream
11.10 15:17:01 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
11.10 15:17:01 [Server] INFO in 'string', line 22, column 1:
11.10 15:17:01 [Server] INFO =======
11.10 15:17:01 [Server] INFO ^
11.10 15:17:01 [Server] INFO could not find expected ':'
11.10 15:17:01 [Server] INFO in 'string', line 23, column 9:
11.10 15:17:01 [Server] INFO unit: "°F"
11.10 15:17:01 [Server] INFO ^
11.10 15:17:01 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.17.1.jar:git-Paper-249]
11.10 15:17:01 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.17.1.jar:git-Paper-249]
...
``` | 1.0 | Sciencetools config loading error - May have to do with compilation issue.
```
11.10 15:17:01 [Server] INFO Enabling WHIMC-ScienceTools v2.4.3
11.10 15:17:01 [Server] ERROR Cannot load configuration from stream
11.10 15:17:01 [Server] INFO org.bukkit.configuration.InvalidConfigurationException: while scanning a simple key
11.10 15:17:01 [Server] INFO in 'string', line 22, column 1:
11.10 15:17:01 [Server] INFO =======
11.10 15:17:01 [Server] INFO ^
11.10 15:17:01 [Server] INFO could not find expected ':'
11.10 15:17:01 [Server] INFO in 'string', line 23, column 9:
11.10 15:17:01 [Server] INFO unit: "°F"
11.10 15:17:01 [Server] INFO ^
11.10 15:17:01 [Server] INFO at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59) ~[patched_1.17.1.jar:git-Paper-249]
11.10 15:17:01 [Server] INFO at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:160) ~[patched_1.17.1.jar:git-Paper-249]
...
``` | priority | sciencetools config loading error may have to do with compilation issue info enabling whimc sciencetools error cannot load configuration from stream info org bukkit configuration invalidconfigurationexception while scanning a simple key info in string line column info info info could not find expected info in string line column info unit °f info info at org bukkit configuration file yamlconfiguration loadfromstring yamlconfiguration java info at org bukkit configuration file fileconfiguration load fileconfiguration java | 1 |
551,317 | 16,166,237,893 | IssuesEvent | 2021-05-01 14:57:53 | DIT112-V21/group-03 | https://api.github.com/repos/DIT112-V21/group-03 | opened | Homepage | Medium Priority sprint#2 user story | As a pet owner, I want to be greeted with a homepage where I can connect to the car when I log into the app so that I can quickly start playing.
Acceptance criteria
- The user can connect to the car on the homepage
- The user is welcomed when they log into the app | 1.0 | Homepage - As a pet owner, I want to be greeted with a homepage where I can connect to the car when I log into the app so that I can quickly start playing.
Acceptance criteria
- The user can connect to the car on the homepage
- The user is welcomed when they log into the app | priority | homepage as a pet owner i want to be greeted with a homepage where i can connect to the car when i log into the app so that i can quickly start playing acceptance criteria the user can connect to the car on the homepage the user is welcomed when they log into the app | 1 |
270,008 | 8,445,497,834 | IssuesEvent | 2018-10-18 21:43:14 | ansible/awx | https://api.github.com/repos/ansible/awx | closed | auxilary project lists rely on legacy ProjectList object | component:ui priority:medium state:needs_review type:enhancement | Currently, projects lists outside the `/#/projects` route itself rely on the old ProjectList json configuration object. They should be updated to consume the new list, similar to the way templates/jobs list views work.
The lists that are affected include:
- rbac
- sources-lookup-proejct.route.js (?)
- org projects
- stateDefinitions.factory.js (state generator)
- workflow template | 1.0 | auxilary project lists rely on legacy ProjectList object - Currently, projects lists outside the `/#/projects` route itself rely on the old ProjectList json configuration object. They should be updated to consume the new list, similar to the way templates/jobs list views work.
The lists that are affected include:
- rbac
- sources-lookup-proejct.route.js (?)
- org projects
- stateDefinitions.factory.js (state generator)
- workflow template | priority | auxilary project lists rely on legacy projectlist object currently projects lists outside the projects route itself rely on the old projectlist json configuration object they should be updated to consume the new list similar to the way templates jobs list views work the lists that are affected include rbac sources lookup proejct route js org projects statedefinitions factory js state generator workflow template | 1 |
57,631 | 3,083,237,381 | IssuesEvent | 2015-08-24 07:30:24 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | opened | Support pluggable validity serializer | enhancement imported Priority-Medium | _From [downch...@gmail.com](https://code.google.com/u/115424359274750685835/) on April 05, 2013 10:04:04_
Currently the flexjson serializer seems only to serialize the session data. Validity information is still handled via custom byte[] processing in the main package of memcached-session-manager. This results in some data being sent to memcached as binary and some as json (with that particular serializer).
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=160_ | 1.0 | Support pluggable validity serializer - _From [downch...@gmail.com](https://code.google.com/u/115424359274750685835/) on April 05, 2013 10:04:04_
Currently the flexjson serializer seems only to serialize the session data. Validity information is still handled via custom byte[] processing in the main package of memcached-session-manager. This results in some data being sent to memcached as binary and some as json (with that particular serializer).
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=160_ | priority | support pluggable validity serializer from on april currently the flexjson serializer seems only to serialize the session data validity information is still handled via custom byte processing in the main package of memcached session manager this results in some data being sent to memcached as binary and some as json with that particular serializer original issue | 1 |
9,272 | 2,607,933,800 | IssuesEvent | 2015-02-26 00:27:56 | chrsmithdemos/minify | https://api.github.com/repos/chrsmithdemos/minify | closed | Cookie-based debug mode | auto-migrated Priority-Medium Type-Enhancement | ```
Make a minify URL that sets/deletes a cookie to cause debug mode to be
called on requests.
In Builder, provide a bookmark to that URL.
```
-----
Original issue reported on code.google.com by `mrclay....@gmail.com` on 13 Apr 2010 at 8:41 | 1.0 | Cookie-based debug mode - ```
Make a minify URL that sets/deletes a cookie to cause debug mode to be
called on requests.
In Builder, provide a bookmark to that URL.
```
-----
Original issue reported on code.google.com by `mrclay....@gmail.com` on 13 Apr 2010 at 8:41 | priority | cookie based debug mode make a minify url that sets deletes a cookie to cause debug mode to be called on requests in builder provide a bookmark to that url original issue reported on code google com by mrclay gmail com on apr at | 1 |
717,161 | 24,664,136,726 | IssuesEvent | 2022-10-18 09:01:18 | wazuh/wazuh-documentation | https://api.github.com/repos/wazuh/wazuh-documentation | closed | Minor typo in syscollector wodle documentation | operations typo priority: medium type: bug | The section, referring to the hotfixes option, `This option is enabled by default but no included in the initial configuration.` is misspelt (`no` -> `not`)
Documentation link: https://documentation.wazuh.com/3.12/user-manual/reference/ossec-conf/wodle-syscollector.html#hotfixes | 1.0 | Minor typo in syscollector wodle documentation - The section, referring to the hotfixes option, `This option is enabled by default but no included in the initial configuration.` is misspelt (`no` -> `not`)
Documentation link: https://documentation.wazuh.com/3.12/user-manual/reference/ossec-conf/wodle-syscollector.html#hotfixes | priority | minor typo in syscollector wodle documentation the section referring to the hotfixes option this option is enabled by default but no included in the initial configuration is misspelt no not documentation link | 1 |
577,250 | 17,106,458,116 | IssuesEvent | 2021-07-09 18:35:42 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | opened | See if name comparison can be added to the Unifying roads model | Category: Algorithms Priority: Medium Status: Defined Type: Feature | It may be possible now. See `HighwayRfClassifier::_createAllExtractors`. | 1.0 | See if name comparison can be added to the Unifying roads model - It may be possible now. See `HighwayRfClassifier::_createAllExtractors`. | priority | see if name comparison can be added to the unifying roads model it may be possible now see highwayrfclassifier createallextractors | 1 |
585,276 | 17,483,993,122 | IssuesEvent | 2021-08-09 08:32:22 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Fix UI for all buttons | Priority: Medium Category: Refactoring Status: Reopen Category: UI Squad: Mountain Goat | - Go through the various prefabs one by one, and change the buttons to use prefabs.
- Make a folder of the different types of buttons that are used in the game. Merge similar buttons. Use prefab variants for close button cousins.
- Make sure each of the prefab buttons have different colors for hover and click, they make a sound when used, and they change the cursor to the hand.
- Make dropdowns do this too.
Do only a few prefabs at a time to avoid merge conflicts. | 1.0 | Fix UI for all buttons - - Go through the various prefabs one by one, and change the buttons to use prefabs.
- Make a folder of the different types of buttons that are used in the game. Merge similar buttons. Use prefab variants for close button cousins.
- Make sure each of the prefab buttons have different colors for hover and click, they make a sound when used, and they change the cursor to the hand.
- Make dropdowns do this too.
Do only a few prefabs at a time to avoid merge conflicts. | priority | fix ui for all buttons go through the various prefabs one by one and change the buttons to use prefabs make a folder of the different types of buttons that are used in the game merge similar buttons use prefab variants for close button cousins make sure each of the prefab buttons have different colors for hover and click they make a sound when used and they change the cursor to the hand make dropdowns do this too do only a few prefabs at a time to avoid merge conflicts | 1 |
801,921 | 28,507,182,937 | IssuesEvent | 2023-04-18 22:50:05 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | opened | Onboarding: Counts of fetched data does not match the account | bug priority 2: medium E:Onboarding | # Bug Report
## Description
After restoring from seed phrase the user is presented with a count of how many items have been synced. The following counts were wrong:
- 10 contacts were shown but the account had 18
- 24 communities are shown but the account only has 13 active

## Steps to reproduce
Take note of how many contacts and communities are expected to be fetched during a restore
With a fresh install, restore the account from seed phrase and check the counts of data shown to be fetched
#### Expected behavior
Counts of contacts and communities before a restore match those after a restore.
#### Actual behavior
Counts do not match
### Additional Information
- Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/aarch64/job/package/job/PR-10292/3/ (found during #10292 )
- Operating System: Mac
| 1.0 | Onboarding: Counts of fetched data does not match the account - # Bug Report
## Description
After restoring from seed phrase the user is presented with a count of how many items have been synced. The following counts were wrong:
- 10 contacts were shown but the account had 18
- 24 communities are shown but the account only has 13 active

## Steps to reproduce
Take note of how many contacts and communities are expected to be fetched during a restore
With a fresh install, restore the account from seed phrase and check the counts of data shown to be fetched
#### Expected behavior
Counts of contacts and communities before a restore match those after a restore.
#### Actual behavior
Counts do not match
### Additional Information
- Status desktop version: https://ci.status.im/job/status-desktop/job/branches/job/macos/job/aarch64/job/package/job/PR-10292/3/ (found during #10292 )
- Operating System: Mac
| priority | onboarding counts of fetched data does not match the account bug report description after restoring from seed phrase the user is presented with a count of how many items have been synced the following counts were wrong contacts were shown but the account had communities are shown but the account only has active steps to reproduce take note of how many contacts and communities are expected to be fetched during a restore with a fresh install restore the account from seed phrase and check the counts of data shown to be fetched expected behavior counts of contacts and communities before a restore match those after a restore actual behavior counts do not match additional information status desktop version found during operating system mac | 1 |
606,091 | 18,754,656,887 | IssuesEvent | 2021-11-05 09:10:51 | SAP/xsk | https://api.github.com/repos/SAP/xsk | opened | Hide perspectives to which user doesn't have access | core priority-medium security | ## Story
As an authorised user I'd like to see only the perspectives to which I have access, so that I can focus on my work.
## Background
If I assign myself Developer role, I can see the Repository perspective, but I cannot see anything in it. I see 403 status code in the console, but this is not reflected in the UI. It would be best to hide the perspective button altogether - both from the sidebar and the help menu. | 1.0 | Hide perspectives to which user doesn't have access - ## Story
As an authorised user I'd like to see only the perspectives to which I have access, so that I can focus on my work.
## Background
If I assign myself Developer role, I can see the Repository perspective, but I cannot see anything in it. I see 403 status code in the console, but this is not reflected in the UI. It would be best to hide the perspective button altogether - both from the sidebar and the help menu. | priority | hide perspectives to which user doesn t have access story as an authorised user i d like to see only the perspectives to which i have access so that i can focus on my work background if i assign myself developer role i can see the repository perspective but i cannot see anything in it i see status code in the console but this is not reflected in the ui it would be best to hide the perspective button altogether both from the sidebar and the help menu | 1 |
541,170 | 15,822,577,825 | IssuesEvent | 2021-04-05 22:35:43 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | cw stats redesign | Category: Cloud Worlds Category: Web Priority: Medium Squad: Lattice Mushroom | we used to have cron job that tracked cw stats.
Graphs seems to be broken atm
They usually are:
number_of_worlds
number_of_citizens
average_number_of_worlds
average_number_of_citizens
| 1.0 | cw stats redesign - we used to have cron job that tracked cw stats.
Graphs seems to be broken atm
They usually are:
number_of_worlds
number_of_citizens
average_number_of_worlds
average_number_of_citizens
| priority | cw stats redesign we used to have cron job that tracked cw stats graphs seems to be broken atm they usually are number of worlds number of citizens average number of worlds average number of citizens | 1 |
761,591 | 26,687,441,807 | IssuesEvent | 2023-01-26 23:35:02 | Dessia-tech/volmdlr | https://api.github.com/repos/Dessia-tech/volmdlr | closed | Edge Collection | priority: Medium type: feature request | * **I'm submitting a ...**
- [x] feature request
* **What is the current behavior?**
Volmdlr does not handle not connected edges collection.
* **What is the expected behavior?**
* To have a new class in volmdlr (e.g. EdgeCollection) that allows to store a list of not connected edges and plot them as a unique object in volmdlr.
* This would allow to better and faster draw lots of edges.
| 1.0 | Edge Collection - * **I'm submitting a ...**
- [x] feature request
* **What is the current behavior?**
Volmdlr does not handle not connected edges collection.
* **What is the expected behavior?**
* To have a new class in volmdlr (e.g. EdgeCollection) that allows to store a list of not connected edges and plot them as a unique object in volmdlr.
* This would allow to better and faster draw lots of edges.
| priority | edge collection i m submitting a feature request what is the current behavior volmdlr does not handle not connected edges collection what is the expected behavior to have a new class in volmdlr e g edgecollection that allows to store a list of not connected edges and plot them as a unique object in volmdlr this would allow to better and faster draw lots of edges | 1 |
306,033 | 9,379,805,104 | IssuesEvent | 2019-04-04 15:38:58 | richelbilderbeek/djog_unos_2018 | https://api.github.com/repos/richelbilderbeek/djog_unos_2018 | closed | Remove tile_type::nonetile | medium priority | **Is your feature request related to a problem? Please describe.**
I've never observed a use of a null-type `tile_type`.
Take for example this line:
```c++
tile_type get_merge_type(tile_type type1, tile_type type2) noexcept
{
// ...
// Cannot find it
return tile_type::nonetile;
}
```
The line above indicates that no tile type exists,
A superior way to indicate the same:
```c++
std::vector<tile_type> get_merge_type(tile_type type1, tile_type type2) noexcept
```
The std::vector will be empty if there is no `tile_type`.
I suggest to do ourselves a favour and remove `tile_type::nonetile`.
**Describe the solution you'd like**
Remove `tile_type::nonetile`. When a null-tile_tyoe is needed, use an empty `std::vector<tile_type>` instead.
**Describe alternatives you've considered**
None.
**Additional context**
None. | 1.0 | Remove tile_type::nonetile - **Is your feature request related to a problem? Please describe.**
I've never observed a use of a null-type `tile_type`.
Take for example this line:
```c++
tile_type get_merge_type(tile_type type1, tile_type type2) noexcept
{
// ...
// Cannot find it
return tile_type::nonetile;
}
```
The line above indicates that no tile type exists,
A superior way to indicate the same:
```c++
std::vector<tile_type> get_merge_type(tile_type type1, tile_type type2) noexcept
```
The std::vector will be empty if there is no `tile_type`.
I suggest to do ourselves a favour and remove `tile_type::nonetile`.
**Describe the solution you'd like**
Remove `tile_type::nonetile`. When a null-tile_tyoe is needed, use an empty `std::vector<tile_type>` instead.
**Describe alternatives you've considered**
None.
**Additional context**
None. | priority | remove tile type nonetile is your feature request related to a problem please describe i ve never observed a use of a null type tile type take for example this line c tile type get merge type tile type tile type noexcept cannot find it return tile type nonetile the line above indicates that no tile type exists a superior way to indicate the same c std vector get merge type tile type tile type noexcept the std vector will be empty if there is no tile type i suggest to do ourselves a favour and remove tile type nonetile describe the solution you d like remove tile type nonetile when a null tile tyoe is needed use an empty std vector instead describe alternatives you ve considered none additional context none | 1 |
645,172 | 20,997,070,056 | IssuesEvent | 2022-03-29 14:18:40 | coders-camp-2021-best-team/TeamUp-Client | https://api.github.com/repos/coders-camp-2021-best-team/TeamUp-Client | opened | feat/ui-mail-confirmation | type: feat scope: ui priority: medium | **AC**
Create mail confirmation screen according to designs ~ https://www.figma.com/file/RkzObeqWU4mYZwuYVnnPOC/TeamUp?node-id=52356%3A15449
| 1.0 | feat/ui-mail-confirmation - **AC**
Create mail confirmation screen according to designs ~ https://www.figma.com/file/RkzObeqWU4mYZwuYVnnPOC/TeamUp?node-id=52356%3A15449
| priority | feat ui mail confirmation ac create mail confirmation screen according to designs | 1 |
800,019 | 28,322,984,054 | IssuesEvent | 2023-04-11 03:54:17 | masastack/MASA.Alert | https://api.github.com/repos/masastack/MASA.Alert | closed | Search for alarm rule, click delete button, search result data is not correct | type/bug severity/medium status/resolved site/staging priority/p2 | 搜索告警规则,点击删除按钮,搜索结果数据不对
https://user-images.githubusercontent.com/95004531/230845012-af23fa42-2b94-4b5a-b53c-e7dfeb4676ee.mp4
| 1.0 | Search for alarm rule, click delete button, search result data is not correct - 搜索告警规则,点击删除按钮,搜索结果数据不对
https://user-images.githubusercontent.com/95004531/230845012-af23fa42-2b94-4b5a-b53c-e7dfeb4676ee.mp4
| priority | search for alarm rule click delete button search result data is not correct 搜索告警规则,点击删除按钮,搜索结果数据不对 | 1 |
818,241 | 30,680,081,490 | IssuesEvent | 2023-07-26 08:35:13 | ContinualAI/avalanche | https://api.github.com/repos/ContinualAI/avalanche | closed | ADD Repeated Augmented Rehearsal | Feature - Medium Priority | [RAR](https://arxiv.org/abs/2209.13917) is equivalent to Avalanche `Naive`, but we should still add a method for easier discovery from the users. | 1.0 | ADD Repeated Augmented Rehearsal - [RAR](https://arxiv.org/abs/2209.13917) is equivalent to Avalanche `Naive`, but we should still add a method for easier discovery from the users. | priority | add repeated augmented rehearsal is equivalent to avalanche naive but we should still add a method for easier discovery from the users | 1 |
740,640 | 25,761,424,487 | IssuesEvent | 2022-12-08 20:53:55 | rmlockwood/FLExTrans | https://api.github.com/repos/rmlockwood/FLExTrans | closed | [Transfer Rule File] Change the source/target radio box to something else | enhancement medium priority | It's very easy to inadvertently click on 'source' in the source/target radio button set as part of the 'clip' element. We should make this into some other control. Maybe a drop-down list. Also in all of our templates, the default should be target since that is by far the most common use. | 1.0 | [Transfer Rule File] Change the source/target radio box to something else - It's very easy to inadvertently click on 'source' in the source/target radio button set as part of the 'clip' element. We should make this into some other control. Maybe a drop-down list. Also in all of our templates, the default should be target since that is by far the most common use. | priority | change the source target radio box to something else it s very easy to inadvertently click on source in the source target radio button set as part of the clip element we should make this into some other control maybe a drop down list also in all of our templates the default should be target since that is by far the most common use | 1 |
167,291 | 6,335,968,225 | IssuesEvent | 2017-07-26 20:02:38 | heartsucker/rust-tuf | https://api.github.com/repos/heartsucker/rust-tuf | opened | Make sure things sanely accept references/ownership | Feature :: API Feature :: Improvement Priority :: Medium | There seems to be some inconsistencies here, and I want this API to be as close to stable as possible before the next release. | 1.0 | Make sure things sanely accept references/ownership - There seems to be some inconsistencies here, and I want this API to be as close to stable as possible before the next release. | priority | make sure things sanely accept references ownership there seems to be some inconsistencies here and i want this api to be as close to stable as possible before the next release | 1 |
225,888 | 7,496,040,188 | IssuesEvent | 2018-04-08 04:37:08 | uracreative/task-management | https://api.github.com/repos/uracreative/task-management | opened | Moving domain | Internal: Sysadmin Priority: Medium | Sinve we have expanded our sysadmin team, the current domains config do not make sense. We should move them to a new management platform. However this would render **ALL** of our services down for a maximum of 48h. Would be ideal to do this before the workweek.
Any suggestion for the movement date? | 1.0 | Moving domain - Sinve we have expanded our sysadmin team, the current domains config do not make sense. We should move them to a new management platform. However this would render **ALL** of our services down for a maximum of 48h. Would be ideal to do this before the workweek.
Any suggestion for the movement date? | priority | moving domain sinve we have expanded our sysadmin team the current domains config do not make sense we should move them to a new management platform however this would render all of our services down for a maximum of would be ideal to do this before the workweek any suggestion for the movement date | 1 |
619,720 | 19,533,425,362 | IssuesEvent | 2021-12-30 22:19:37 | Alluxio/alluxio | https://api.github.com/repos/Alluxio/alluxio | closed | Python script failed because of random write includes | priority-medium area-fuse type-bug | **Alluxio Version:**
Alluxio 2.7.0
**Describe the bug**
```
import h5py
import numpy as np
with h5py.File("/tmp/test/animals_12101333.h5", 'w') as f:
f.create_dataset('animals_included',data=np.array(["dogs".encode(),"cats".encode()]))
dogs_group = f.create_group("dogs")
f.create_dataset('cats',data = np.array(np.random.randn(5,64,64,3)))
dogs_group.create_dataset("husky",data=np.random.randn(64,64,3))
dogs_group.create_dataset("shiba",data=np.random.randn(64,64,3))
f.close()
import h5py
with h5py.File("/tmp/test/animals_12101333.h5", 'w') as f:
for key in f.keys():
print(f[key], key)
```
the operation failed
**To Reproduce**
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip install h5py
pip install numpy
run the script against Alluxio Fuse mount point failed
**Expected behavior**
A clear and concise description of what you expected to happen.
**Urgency**
Describe the impact and urgency of the bug.
**Are you planning to fix it**
Please indicate if you are already working on a PR.
**Additional context**
Add any other context about the problem here.
| 1.0 | Python script failed because of random write includes - **Alluxio Version:**
Alluxio 2.7.0
**Describe the bug**
```
import h5py
import numpy as np
with h5py.File("/tmp/test/animals_12101333.h5", 'w') as f:
f.create_dataset('animals_included',data=np.array(["dogs".encode(),"cats".encode()]))
dogs_group = f.create_group("dogs")
f.create_dataset('cats',data = np.array(np.random.randn(5,64,64,3)))
dogs_group.create_dataset("husky",data=np.random.randn(64,64,3))
dogs_group.create_dataset("shiba",data=np.random.randn(64,64,3))
f.close()
import h5py
with h5py.File("/tmp/test/animals_12101333.h5", 'w') as f:
for key in f.keys():
print(f[key], key)
```
the operation failed
**To Reproduce**
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip install h5py
pip install numpy
run the script against Alluxio Fuse mount point failed
**Expected behavior**
A clear and concise description of what you expected to happen.
**Urgency**
Describe the impact and urgency of the bug.
**Are you planning to fix it**
Please indicate if you are already working on a PR.
**Additional context**
Add any other context about the problem here.
| priority | python script failed because of random write includes alluxio version alluxio describe the bug import import numpy as np with file tmp test animals w as f f create dataset animals included data np array dogs group f create group dogs f create dataset cats data np array np random randn dogs group create dataset husky data np random randn dogs group create dataset shiba data np random randn f close import with file tmp test animals w as f for key in f keys print f key the operation failed to reproduce wget get pip py pip install pip install numpy run the script against alluxio fuse mount point failed expected behavior a clear and concise description of what you expected to happen urgency describe the impact and urgency of the bug are you planning to fix it please indicate if you are already working on a pr additional context add any other context about the problem here | 1 |
533,229 | 15,586,797,504 | IssuesEvent | 2021-03-18 02:48:00 | mlee97/SOEN-390-Team5 | https://api.github.com/repos/mlee97/SOEN-390-Team5 | closed | [USER STORY 4.2]: As the inventory person, I want to be able to preorder bicycle materials if there is no stock available, so that I can receive the parts as soon as possible. | priority: medium risk: medium story point: 8 user story | **Minimum requirement:**
[4] The system must allow defining, ordering, and tracking raw material and final products. Possibly, it should allow optimising production (use of machines, time of use, etc.).
| 1.0 | [USER STORY 4.2]: As the inventory person, I want to be able to preorder bicycle materials if there is no stock available, so that I can receive the parts as soon as possible. - **Minimum requirement:**
[4] The system must allow defining, ordering, and tracking raw material and final products. Possibly, it should allow optimising production (use of machines, time of use, etc.).
| priority | as the inventory person i want to be able to preorder bicycle materials if there is no stock available so that i can receive the parts as soon as possible minimum requirement the system must allow defining ordering and tracking raw material and final products possibly it should allow optimising production use of machines time of use etc | 1 |
448,321 | 12,947,796,136 | IssuesEvent | 2020-07-19 01:12:55 | alanqchen/Bear-Post | https://api.github.com/repos/alanqchen/Bear-Post | closed | Use environment variables | Medium Priority enhancement frontend | Moving away from hardcoded values and separating development and production values would help with docker, Vercel, and general development/testing. [Next.js](https://nextjs.org/docs/basic-features/environment-variables) has good documentation on how to do this. | 1.0 | Use environment variables - Moving away from hardcoded values and separating development and production values would help with docker, Vercel, and general development/testing. [Next.js](https://nextjs.org/docs/basic-features/environment-variables) has good documentation on how to do this. | priority | use environment variables moving away from hardcoded values and separating development and production values would help with docker vercel and general development testing has good documentation on how to do this | 1 |
567,062 | 16,844,591,057 | IssuesEvent | 2021-06-19 07:41:00 | iv-org/invidious | https://api.github.com/repos/iv-org/invidious | closed | [Bug] Embedded player on community tab is broken | bug priority:medium type:client-side | **Describe the bug**
The embedded player's iframe contains nothing
**Steps to Reproduce**
1. Go to any channel's community tab which have videos
**Screenshots**

| 1.0 | [Bug] Embedded player on community tab is broken - **Describe the bug**
The embedded player's iframe contains nothing
**Steps to Reproduce**
1. Go to any channel's community tab which have videos
**Screenshots**

| priority | embedded player on community tab is broken describe the bug the embedded player s iframe contains nothing steps to reproduce go to any channel s community tab which have videos screenshots | 1 |
352,645 | 10,544,420,047 | IssuesEvent | 2019-10-02 16:53:31 | astropy/astropy | https://api.github.com/repos/astropy/astropy | closed | Add a new time format that represents time as year, month, day, hour, min, sec arrays | Effort-medium Feature Request Package-intermediate Priority-High time | It would be good to be able to initialize a `Time` object from a set of (potentially large) ndarrays containing the year, month, etc.., or likewise get those values out from a `Time` object. This should be a fairly straightforward format to implement since it is just a very thin wrapper around `erfa_time.dtf_jd` (and vice-versa).
Exact interface TDB in discussion here. Three possibilities include:
- dict `{'year': year_array, ...}`
- tuple `(year_array, month_array, ...)`
- `Table` object with appropriately named columns
I would vote for `dict`.
Marked as Package-intermediate, but implementing this would mostly be a matter of modifying an existing format, probably `TimeDecimalYear`.
| 1.0 | Add a new time format that represents time as year, month, day, hour, min, sec arrays - It would be good to be able to initialize a `Time` object from a set of (potentially large) ndarrays containing the year, month, etc.., or likewise get those values out from a `Time` object. This should be a fairly straightforward format to implement since it is just a very thin wrapper around `erfa_time.dtf_jd` (and vice-versa).
Exact interface TDB in discussion here. Three possibilities include:
- dict `{'year': year_array, ...}`
- tuple `(year_array, month_array, ...)`
- `Table` object with appropriately named columns
I would vote for `dict`.
Marked as Package-intermediate, but implementing this would mostly be a matter of modifying an existing format, probably `TimeDecimalYear`.
| priority | add a new time format that represents time as year month day hour min sec arrays it would be good to be able to initialize a time object from a set of potentially large ndarrays containing the year month etc or likewise get those values out from a time object this should be a fairly straightforward format to implement since it is just a very thin wrapper around erfa time dtf jd and vice versa exact interface tdb in discussion here three possibilities include dict year year array tuple year array month array table object with appropriately named columns i would vote for dict marked as package intermediate but implementing this would mostly be a matter of modifying an existing format probably timedecimalyear | 1 |
35,932 | 2,793,820,670 | IssuesEvent | 2015-05-11 13:37:32 | elecoest/allevents-3-2 | https://api.github.com/repos/elecoest/allevents-3-2 | closed | Mail de confirmation d'inscription - sous forme d'édition dans paramètres | auto-migrated Priority-Medium Type-Enhancement | ```
Bonjour Emmanuel,
Voici un bout de texte qui apparaît dans le mail envoyé lors d'une
confirmation d'inscription sur un événement:
Votre code d'inscription est %ENROLMENT_CODE%
Y à t-il un point que j'aurais mal configuré?
```
Original issue reported on code.google.com by `laetir...@gmail.com` on 21 Feb 2015 at 10:06 | 1.0 | Mail de confirmation d'inscription - sous forme d'édition dans paramètres - ```
Bonjour Emmanuel,
Voici un bout de texte qui apparaît dans le mail envoyé lors d'une
confirmation d'inscription sur un événement:
Votre code d'inscription est %ENROLMENT_CODE%
Y à t-il un point que j'aurais mal configuré?
```
Original issue reported on code.google.com by `laetir...@gmail.com` on 21 Feb 2015 at 10:06 | priority | mail de confirmation d inscription sous forme d édition dans paramètres bonjour emmanuel voici un bout de texte qui apparaît dans le mail envoyé lors d une confirmation d inscription sur un événement votre code d inscription est enrolment code y à t il un point que j aurais mal configuré original issue reported on code google com by laetir gmail com on feb at | 1 |
254,056 | 8,069,421,883 | IssuesEvent | 2018-08-06 05:43:35 | cloewen8/CJ-Fan-Server | https://api.github.com/repos/cloewen8/CJ-Fan-Server | opened | Secret Roles | priority: medium | Chatting a secret phrase will delete the message and award the user with a special role.
# Phrases
- Phrases will be 1 to 3 properly spelled English words,
- they will relate to,
- myself,
- the server, or
- a well known and active member,
- and at any time I may give a hint on how to earn them. | 1.0 | Secret Roles - Chatting a secret phrase will delete the message and award the user with a special role.
# Phrases
- Phrases will be 1 to 3 properly spelled English words,
- they will relate to,
- myself,
- the server, or
- a well known and active member,
- and at any time I may give a hint on how to earn them. | priority | secret roles chatting a secret phrase will delete the message and award the user with a special role phrases phrases will be to properly spelled english words they will relate to myself the server or a well known and active member and at any time i may give a hint on how to earn them | 1 |
144,421 | 5,540,019,261 | IssuesEvent | 2017-03-22 08:53:48 | CS2103JAN2017-W14-B2/main | https://api.github.com/repos/CS2103JAN2017-W14-B2/main | closed | As a user I can set priority levels for each of my tasks | priority.medium type.story | so that I can give my attention to tasks without deadlines that are urgent | 1.0 | As a user I can set priority levels for each of my tasks - so that I can give my attention to tasks without deadlines that are urgent | priority | as a user i can set priority levels for each of my tasks so that i can give my attention to tasks without deadlines that are urgent | 1 |
644,177 | 20,969,059,437 | IssuesEvent | 2022-03-28 09:37:21 | kubeapps/kubeapps | https://api.github.com/repos/kubeapps/kubeapps | closed | Add custodian rule for unused cloud disks removal | kind/feature priority/medium size/XS component/ci | ### Description:
As pointed out by Jorge Bianquetti, we need to set up a custodian rule that will remove unattached cloud disks that were used in the GCP CI project of Kubeapps.
```bash
---
policies:
- name: remove-unattached-disks
resource: gcp.disk
comment: |
Remove all unattached disks AND created by a GKE cluster
actions:
- type: delete
filters:
- type: value
key: labels
op: contains
value: "goog-gke-volume"
- type: value
key: users
value: absent
- type: value
key: description
op: regex
value: '^.*kubernetes.io/created-for/pv/name.*$'
```
| 1.0 | Add custodian rule for unused cloud disks removal - ### Description:
As pointed out by Jorge Bianquetti, we need to set up a custodian rule that will remove unattached cloud disks that were used in the GCP CI project of Kubeapps.
```bash
---
policies:
- name: remove-unattached-disks
resource: gcp.disk
comment: |
Remove all unattached disks AND created by a GKE cluster
actions:
- type: delete
filters:
- type: value
key: labels
op: contains
value: "goog-gke-volume"
- type: value
key: users
value: absent
- type: value
key: description
op: regex
value: '^.*kubernetes.io/created-for/pv/name.*$'
```
| priority | add custodian rule for unused cloud disks removal description as pointed out by jorge bianquetti we need to set up a custodian rule that will remove unattached cloud disks that were used in the gcp ci project of kubeapps bash policies name remove unattached disks resource gcp disk comment remove all unattached disks and created by a gke cluster actions type delete filters type value key labels op contains value goog gke volume type value key users value absent type value key description op regex value kubernetes io created for pv name | 1 |
755,496 | 26,430,544,465 | IssuesEvent | 2023-01-14 19:08:26 | Caleb-Cohen/Together | https://api.github.com/repos/Caleb-Cohen/Together | closed | Notify the Non-100Devs Users that they cannot login to this application. | Frontend Backend Medium Priority | ## Please provide a summary of the feature
Together will check the Discord profile to ensure that the user logging in is part of the 100Devs Server.
See passport strategy in passport.js
``const is100Dever = profile.guilds.some(server => server.id === "735923219315425401"``
The only issue is the user is just redirected back to login and not notified that their login was rejected.
This task involves keeping the redirect but triggering a modal popup saying, "Sorry! This is currently for 100Devs members only. Click here to join the 100Devs community"
## Are there any potential issues you foresee with this feature
React can get a little funky passing back information to the front-end if necessary for this task.
## Additional context
Modal doesn't need to be generated from scratch. I would take the modal designed by Natalie and developed by Chanel and repurpose it for the notification.
## Which Branch should this fix be Pulled into?
PR into Development
*If you're interested in working on this feature, please comment so you can be assigned*
| 1.0 | Notify the Non-100Devs Users that they cannot login to this application. - ## Please provide a summary of the feature
Together will check the Discord profile to ensure that the user logging in is part of the 100Devs Server.
See passport strategy in passport.js
``const is100Dever = profile.guilds.some(server => server.id === "735923219315425401"``
The only issue is the user is just redirected back to login and not notified that their login was rejected.
This task involves keeping the redirect but triggering a modal popup saying, "Sorry! This is currently for 100Devs members only. Click here to join the 100Devs community"
## Are there any potential issues you foresee with this feature
React can get a little funky passing back information to the front-end if necessary for this task.
## Additional context
Modal doesn't need to be generated from scratch. I would take the modal designed by Natalie and developed by Chanel and repurpose it for the notification.
## Which Branch should this fix be Pulled into?
PR into Development
*If you're interested in working on this feature, please comment so you can be assigned*
| priority | notify the non users that they cannot login to this application please provide a summary of the feature together will check the discord profile to ensure that the user logging in is part of the server see passport strategy in passport js const profile guilds some server server id the only issue is the user is just redirected back to login and not notified that their login was rejected this task involves keeping the redirect but triggering a modal popup saying sorry this is currently for members only click here to join the community are there any potential issues you foresee with this feature react can get a little funky passing back information to the front end if necessary for this task additional context modal doesn t need to be generated from scratch i would take the modal designed by natalie and developed by chanel and repurpose it for the notification which branch should this fix be pulled into pr into development if you re interested in working on this feature please comment so you can be assigned | 1 |
24,041 | 2,665,545,772 | IssuesEvent | 2015-03-20 21:15:52 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Setup-all: Metadata block commands dumps more, less useful info. | Component: API Priority: Medium Status: QA Type: Bug |
Metadablock command would list controlled vocab, etc. Now dumps a huge amount of status info. Was this intentional?
Setup the metadata blocks
{"status":"OK","data":{"message":"NA value created."}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}} | 1.0 | Setup-all: Metadata block commands dumps more, less useful info. -
Metadablock command would list controlled vocab, etc. Now dumps a huge amount of status info. Was this intentional?
Setup the metadata blocks
{"status":"OK","data":{"message":"NA value created."}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}}{"status":"OK","data":{"message":"File parsing completed:\n\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} MetadataBlock added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} DatasetField added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\nOutboundJaxrsResponse{status=200, reason=OK, hasEntity=true, closed=false, buffered=false} Controlled Vocabulary added.\n"}} | priority | setup all metadata block commands dumps more less useful info metadablock command would list controlled vocab etc now dumps a huge amount of status info was this intentional setup the metadata blocks status ok data message na value created status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n status ok data message file parsing completed n noutboundjaxrsresponse status reason ok hasentity true closed false buffered false metadatablock added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false datasetfield added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added noutboundjaxrsresponse status reason ok hasentity true closed false buffered false controlled vocabulary added n | 1 |
830,633 | 32,019,401,849 | IssuesEvent | 2023-09-22 02:15:43 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB][Upgrade][xCluster] ysql_upgrade writes to PGCatalog are disallowed on Standby universe | kind/enhancement area/docdb priority/medium xCluster long_running_universe | Jira Link: [DB-7516](https://yugabyte.atlassian.net/browse/DB-7516)
### Description
When a cluster is set to STANDBY role all writes are disallowed except DDLs. During ysql_upgrade, there is a class of updates that can happen which are not exactly DDLs, but do need to update pgcatalog tables. Since these do not update user data, these need to be allowed even when the cluster is in STANDBY mode similar to how DDLs are allowed.
Without this, upgrading from 1 release version to another which might involve a ysql_upgrade can fail. e.g. Upgrade of xCluster target universe from 2.18.1.0-b84 to 2.19.1.0-b397 fails with the error:
`Data modification by DML is forbidden with STANDBY xCluster role`
Mitigation:
Changing the cluster role to ACTIVE temporarily allows the ysql_upgrade/Upgrade to go through.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7516]: https://yugabyte.atlassian.net/browse/DB-7516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | 1.0 | [DocDB][Upgrade][xCluster] ysql_upgrade writes to PGCatalog are disallowed on Standby universe - Jira Link: [DB-7516](https://yugabyte.atlassian.net/browse/DB-7516)
### Description
When a cluster is set to STANDBY role all writes are disallowed except DDLs. During ysql_upgrade, there is a class of updates that can happen which are not exactly DDLs, but do need to update pgcatalog tables. Since these do not update user data, these need to be allowed even when the cluster is in STANDBY mode similar to how DDLs are allowed.
Without this, upgrading from 1 release version to another which might involve a ysql_upgrade can fail. e.g. Upgrade of xCluster target universe from 2.18.1.0-b84 to 2.19.1.0-b397 fails with the error:
`Data modification by DML is forbidden with STANDBY xCluster role`
Mitigation:
Changing the cluster role to ACTIVE temporarily allows the ysql_upgrade/Upgrade to go through.
### Warning: Please confirm that this issue does not contain any sensitive information
- [X] I confirm this issue does not contain any sensitive information.
[DB-7516]: https://yugabyte.atlassian.net/browse/DB-7516?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ | priority | ysql upgrade writes to pgcatalog are disallowed on standby universe jira link description when a cluster is set to standby role all writes are disallowed except ddls during ysql upgrade there is a class of updates that can happen which are not exactly ddls but do need to update pgcatalog tables since these do not update user data these need to be allowed even when the cluster is in standby mode similar to how ddls are allowed without this upgrading from release version to another which might involve a ysql upgrade can fail e g upgrade of xcluster target universe from to fails with the error data modification by dml is forbidden with standby xcluster role mitigation changing the cluster role to active temporarily allows the ysql upgrade upgrade to go through warning please confirm that this issue does not contain any sensitive information i confirm this issue does not contain any sensitive information | 1 |
26,009 | 2,684,097,713 | IssuesEvent | 2015-03-28 17:08:34 | ConEmu/old-issues | https://api.github.com/repos/ConEmu/old-issues | closed | Hotkeys not working with Windows 8 | 2–5 stars bug imported Priority-Medium | _From [cable...@gmail.com](https://code.google.com/u/115379563189263131166/) on June 11, 2012 18:57:24_
Required information! OS version: Win8 RP x64 ConEmu version: 120609x64
Far version: Default from Current release *Bug description* Most Key combos will work for Minimize/Maximize when I minimize it, but it isn't captured when conemu is minimized. *Steps to reproduction* 1. Setup Min/Max Global Hotkey
2. Press it
3. Try to press it again to bring it up. It won't work
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=572_ | 1.0 | Hotkeys not working with Windows 8 - _From [cable...@gmail.com](https://code.google.com/u/115379563189263131166/) on June 11, 2012 18:57:24_
Required information! OS version: Win8 RP x64 ConEmu version: 120609x64
Far version: Default from Current release *Bug description* Most Key combos will work for Minimize/Maximize when I minimize it, but it isn't captured when conemu is minimized. *Steps to reproduction* 1. Setup Min/Max Global Hotkey
2. Press it
3. Try to press it again to bring it up. It won't work
_Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=572_ | priority | hotkeys not working with windows from on june required information os version rp conemu version far version default from current release bug description most key combos will work for minimize maximize when i minimize it but it isn t captured when conemu is minimized steps to reproduction setup min max global hotkey press it try to press it again to bring it up it won t work original issue | 1 |
698,224 | 23,970,385,288 | IssuesEvent | 2022-09-13 07:13:35 | gotogether-s/gotogether-s-BE | https://api.github.com/repos/gotogether-s/gotogether-s-BE | opened | 마이 페이지 기능 | Type: Feature Priority: Medium | ### 요구하는 기능
- 사용자 정보 수정( 비밀번호, 상품 추천시 받을 데이터)
- 예약 확인 및 취소
- 관심 상품(찜한 상품 확인)
### 필요한 이유
- 개인 정보 수정, 예약 확인 및 취소, 관심상품 관리
### 기타 사항
| 1.0 | 마이 페이지 기능 - ### 요구하는 기능
- 사용자 정보 수정( 비밀번호, 상품 추천시 받을 데이터)
- 예약 확인 및 취소
- 관심 상품(찜한 상품 확인)
### 필요한 이유
- 개인 정보 수정, 예약 확인 및 취소, 관심상품 관리
### 기타 사항
| priority | 마이 페이지 기능 요구하는 기능 사용자 정보 수정 비밀번호 상품 추천시 받을 데이터 예약 확인 및 취소 관심 상품 찜한 상품 확인 필요한 이유 개인 정보 수정 예약 확인 및 취소 관심상품 관리 기타 사항 | 1 |
188,083 | 6,772,612,449 | IssuesEvent | 2017-10-27 00:00:05 | opencurrents/opencurrents | https://api.github.com/repos/opencurrents/opencurrents | opened | export-data: Allow admins to download volunteer data to CSV | priority medium | Note we decided to include this in MVP in the PoC milestones spreadsheet.
PR #178 | 1.0 | export-data: Allow admins to download volunteer data to CSV - Note we decided to include this in MVP in the PoC milestones spreadsheet.
PR #178 | priority | export data allow admins to download volunteer data to csv note we decided to include this in mvp in the poc milestones spreadsheet pr | 1 |
274,324 | 8,559,675,841 | IssuesEvent | 2018-11-08 22:01:39 | OpenSRP/opensrp-server-web | https://api.github.com/repos/OpenSRP/opensrp-server-web | opened | Develop Script or Nifi Flow to import tasks from a GeoJSON location file to OpenSRP | Nifi Priority: Medium | For the first release, we need to import tasks into Reveal. In this case, we want to import one task per structure that's loaded in for the sample operational area.
Process:
- [ ] The GeoJSON is exported from mSpray Vectorlink and cleaned up (https://github.com/OpenSRP/opensrp-server-web/issues/2)
- [ ] Identify which target operational areas we want to use as a sample
- [ ] Extract those operational areas from the OpenSRP server or filter the GeoJSON file
- [ ] Create a template that loads those operational areas in, creates one task per operational area and posts them to the OpenSRP server.
- [ ] Verify that all tasks were added by querying the API or viewing the database. | 1.0 | Develop Script or Nifi Flow to import tasks from a GeoJSON location file to OpenSRP - For the first release, we need to import tasks into Reveal. In this case, we want to import one task per structure that's loaded in for the sample operational area.
Process:
- [ ] The GeoJSON is exported from mSpray Vectorlink and cleaned up (https://github.com/OpenSRP/opensrp-server-web/issues/2)
- [ ] Identify which target operational areas we want to use as a sample
- [ ] Extract those operational areas from the OpenSRP server or filter the GeoJSON file
- [ ] Create a template that loads those operational areas in, creates one task per operational area and posts them to the OpenSRP server.
- [ ] Verify that all tasks were added by querying the API or viewing the database. | priority | develop script or nifi flow to import tasks from a geojson location file to opensrp for the first release we need to import tasks into reveal in this case we want to import one task per structure that s loaded in for the sample operational area process the geojson is exported from mspray vectorlink and cleaned up identify which target operational areas we want to use as a sample extract those operational areas from the opensrp server or filter the geojson file create a template that loads those operational areas in creates one task per operational area and posts them to the opensrp server verify that all tasks were added by querying the api or viewing the database | 1 |
550,692 | 16,130,339,751 | IssuesEvent | 2021-04-29 03:00:05 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Whitelisted Off-Ship submaps show spawn options for non-whitelisted players. | Bug :bug: Could Reproduce :bug: Priority: Medium | <!--
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Every field other than 'specific information for locating' is required.
If you do not fill out the 'specific information' field, please delete the header.
/!\ Omitting or not answering a required field will result in your issue being closed. /!\
Repeated violation of this rule, or joke or spam issues, will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them - it's part of the formatting
-->
#### Description of issue
Whitelisted Submaps show unwhitelisted players that they can spawn on their respective submaps.
Attempting to join gives an error message such as;
https://gyazo.com/260dbcd36b523928ff59ee6ba0fa32f4 or
"You are not whitelisted to play a Kharmaan Gyne."
#### Difference between expected and actual behavior
Unwhitelisted players should not see the option to spawn as whitelisted roles.
They do.
#### Steps to reproduce
Load Vox/Skrell/Ascent submap as player without whitelist.
Click join option.
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
https://gyazo.com/4cb2059948a5388214558400525159a2
https://gyazo.com/260dbcd36b523928ff59ee6ba0fa32f4
#30539
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
Within the last two rounds.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Client Version: 513
Server Revision: 8bc71a78f2651dd9740e8de06a78e6b0aa0dc4df - dev - 2021-04-18
Game ID: cbD-aEy6
Happened prior round.
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [x] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| 1.0 | Whitelisted Off-Ship submaps show spawn options for non-whitelisted players. - <!--
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Every field other than 'specific information for locating' is required.
If you do not fill out the 'specific information' field, please delete the header.
/!\ Omitting or not answering a required field will result in your issue being closed. /!\
Repeated violation of this rule, or joke or spam issues, will result in punishment.
PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS
(The lines with four #'s)
Don't edit them or delete them - it's part of the formatting
-->
#### Description of issue
Whitelisted Submaps show unwhitelisted players that they can spawn on their respective submaps.
Attempting to join gives an error message such as;
https://gyazo.com/260dbcd36b523928ff59ee6ba0fa32f4 or
"You are not whitelisted to play a Kharmaan Gyne."
#### Difference between expected and actual behavior
Unwhitelisted players should not see the option to spawn as whitelisted roles.
They do.
#### Steps to reproduce
Load Vox/Skrell/Ascent submap as player without whitelist.
Click join option.
#### Specific information for locating
<!-- e.g. an object name, paste specific message outputs... -->
https://gyazo.com/4cb2059948a5388214558400525159a2
https://gyazo.com/260dbcd36b523928ff59ee6ba0fa32f4
#30539
#### Length of time in which bug has been known to occur
<!--
Be specific if you approximately know the time it's been occurring
for—this can speed up finding the source. If you're not sure
about it, tell us too!
-->
Within the last two rounds.
#### Client version, Server revision & Game ID
<!-- Found with the "Show server revision" verb in the OOC tab in game. -->
Client Version: 513
Server Revision: 8bc71a78f2651dd9740e8de06a78e6b0aa0dc4df - dev - 2021-04-18
Game ID: cbD-aEy6
Happened prior round.
#### Issue bingo
<!-- Check these by writing an x inside the [ ] (like this: [x])-->
<!-- Don't forget to remove the space between the brackets, or it won't work! -->
- [x] Issue could be reproduced at least once
- [x] Issue could be reproduced by different players
- [x] Issue could be reproduced in multiple rounds
- [x] Issue happened in a recent (less than 7 days ago) round
- [x] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
| priority | whitelisted off ship submaps show spawn options for non whitelisted players anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them every field other than specific information for locating is required if you do not fill out the specific information field please delete the header omitting or not answering a required field will result in your issue being closed repeated violation of this rule or joke or spam issues will result in punishment put your answers on the blank lines below the headers the lines with four s don t edit them or delete them it s part of the formatting description of issue whitelisted submaps show unwhitelisted players that they can spawn on their respective submaps attempting to join gives an error message such as or you are not whitelisted to play a kharmaan gyne difference between expected and actual behavior unwhitelisted players should not see the option to spawn as whitelisted roles they do steps to reproduce load vox skrell ascent submap as player without whitelist click join option specific information for locating length of time in which bug has been known to occur be specific if you approximately know the time it s been occurring for—this can speed up finding the source if you re not sure about it tell us too within the last two rounds client version server revision game id client version server revision dev game id cbd happened prior round issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round | 1 |
187,478 | 6,757,995,652 | IssuesEvent | 2017-10-24 12:53:45 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Update CI images for new protobuf2 dependencies | priority: medium team: kitware type: continuous integration | PR #7303 added some new OS dependencies. Please update CI's default Xenial and Apple images to provide the new packages by default. Thanks! | 1.0 | Update CI images for new protobuf2 dependencies - PR #7303 added some new OS dependencies. Please update CI's default Xenial and Apple images to provide the new packages by default. Thanks! | priority | update ci images for new dependencies pr added some new os dependencies please update ci s default xenial and apple images to provide the new packages by default thanks | 1 |
54,845 | 3,071,438,526 | IssuesEvent | 2015-08-19 12:07:47 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | closed | Прошу вернуть возможность включения/выключения звука одной кнопкой | imported Performance Priority-Medium Type-Other | _From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 22, 2010 07:37:28_
Ребята куда-то делась кнопка отключения/включения звуков. Всё перерыл и в настройках тоже, но найти не могу. В 400-оё ветки она была.
Вот скрин с её отсутствием. http://rghost.ru/2687639/image.png А то не очень приятно слышать писк когда льют с меня большое количество мелких файлов.
А было очень удобно отключил звуки когда они мешают или включил когда нужно одной кнопкой.
**Attachment:** [FlylinkDC-x64-r500-vc2010-beta21-build-4817-20-Sep-2010-23-12.png](http://code.google.com/p/flylinkdc/issues/detail?id=173)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=173_ | 1.0 | Прошу вернуть возможность включения/выключения звука одной кнопкой - _From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 22, 2010 07:37:28_
Ребята куда-то делась кнопка отключения/включения звуков. Всё перерыл и в настройках тоже, но найти не могу. В 400-оё ветки она была.
Вот скрин с её отсутствием. http://rghost.ru/2687639/image.png А то не очень приятно слышать писк когда льют с меня большое количество мелких файлов.
А было очень удобно отключил звуки когда они мешают или включил когда нужно одной кнопкой.
**Attachment:** [FlylinkDC-x64-r500-vc2010-beta21-build-4817-20-Sep-2010-23-12.png](http://code.google.com/p/flylinkdc/issues/detail?id=173)
_Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=173_ | priority | прошу вернуть возможность включения выключения звука одной кнопкой from on september ребята куда то делась кнопка отключения включения звуков всё перерыл и в настройках тоже но найти не могу в оё ветки она была вот скрин с её отсутствием а то не очень приятно слышать писк когда льют с меня большое количество мелких файлов а было очень удобно отключил звуки когда они мешают или включил когда нужно одной кнопкой attachment original issue | 1 |
24,883 | 2,674,365,303 | IssuesEvent | 2015-03-25 01:45:33 | embolalia/willie | https://api.github.com/repos/embolalia/willie | reopened | exit on error Command Line flag | Feature Medium Priority | As suggested by @elad661 for #268
"Run its own willie instance so that we can easily detect commits that breaks the ability of the bot to start and connect. To do that we will need to add a switch willie, something like ``--exit-on-error`` to make the bot exit with a predefined code as soon as a core exception is detected." | 1.0 | exit on error Command Line flag - As suggested by @elad661 for #268
"Run its own willie instance so that we can easily detect commits that breaks the ability of the bot to start and connect. To do that we will need to add a switch willie, something like ``--exit-on-error`` to make the bot exit with a predefined code as soon as a core exception is detected." | priority | exit on error command line flag as suggested by for run its own willie instance so that we can easily detect commits that breaks the ability of the bot to start and connect to do that we will need to add a switch willie something like exit on error to make the bot exit with a predefined code as soon as a core exception is detected | 1 |
417,765 | 12,178,843,737 | IssuesEvent | 2020-04-28 09:40:25 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | opened | Missing containers after update | Priority: Medium Status: Available Type: Bug | **Describe the bug**
Just today I noticed that some of my containers were missing, for some reason. I have watchtower run every day at 6:00AM and send an email notification to me. I checked my emails and got these:
```
2020-04-24 06:00:27 (info): Found new pihole/pihole:beta-v5.0 image (sha256:ca5981dea458146d208796154ff5d5ce8f194d3220210238e0c2637194928a00)
2020-04-24 06:00:49 (info): Found new linuxserver/jackett:latest image (sha256:ae8e1a0ef2104ef2aba45788cfdd77323564795b788659e02f950039d1ae929e)
2020-04-24 06:01:00 (info): Found new linuxserver/jackett:latest image (sha256:ae8e1a0ef2104ef2aba45788cfdd77323564795b788659e02f950039d1ae929e)
2020-04-24 06:01:24 (info): Found new linuxserver/radarr:preview image (sha256:9d5981d2c1d825716bc396e09b5e45f322eee6c17fef461c1302a69f315b3fb0)
2020-04-24 06:01:35 (info): Found new linuxserver/radarr:preview image (sha256:9d5981d2c1d825716bc396e09b5e45f322eee6c17fef461c1302a69f315b3fb0)
2020-04-24 06:02:13 (info): Stopping /radarr_alvin (8ab42778351615ab705aae38f5f7947b9f6d115bac141ba3d637523b171b340d) with SIGTERM
2020-04-24 06:02:17 (info): Stopping /radarr_maine (93737e9111de9ac4a9bb41a7bb5ce97b27d23a76d8732c42ae4149acba1aca8f) with SIGTERM
2020-04-24 06:02:22 (info): Stopping /jackett_maine (d6a2c026a893b5eb357eb4e066742222c2fc122c54c39ef1da1420982ad6115d) with SIGTERM
2020-04-24 06:02:26 (info): Stopping /jackett_alvin (cf192de7672eaf8333fbfefd75a793ee6c5f24697208e1a8ee3506040b0803ab) with SIGTERM
2020-04-24 06:02:30 (info): Stopping /pihole (ac3da16a5fadfd0efa18a6337b2515e7d899432ec12c5c9e5aff1a1f82819b3e) with SIGTERM
2020-04-24 06:02:34 (info): Creating /pihole
2020-04-24 06:02:35 (info): Creating /jackett_alvin
2020-04-24 06:02:36 (info): Creating /jackett_maine
2020-04-24 06:02:38 (info): Creating /radarr_maine
2020-04-24 06:02:39 (info): Creating /radarr_alvin
2020-04-24 06:02:40 (info): Removing image sha256:60fd4c041bed9792332ab0ed092ca190b80be9700ab0301972ee81567e190eda
2020-04-24 06:02:42 (info): Removing image sha256:edddbac86fa6acae0a5943037a0e084fc7f70f35f6acde63de66c0f8e02af7f2
2020-04-24 06:02:42 (info): Removing image sha256:0257e37ef47fb3b90a52d1e5ccc0c60de19c38f83fe6f76bc554a22dac124ca9
```
```
2020-04-25 06:03:23 (info): Found multiple running watchtower instances. Cleaning up.
```
```
2020-04-25 06:03:23 (info): Stopping /jsJAjyBxACnKTciCyGDPStOAvusyjrAf (ac00e3ddf2850668023caf44d5a49bb2d1f9589ef7ebc8772955944ff382bd01) with SIGTERM
```
```
2020-04-25 06:03:24 (info): Removing image sha256:b6acffd47b8f6846249e984144d0c578f1f4f86a24d56bd9c96fb74d3aa42204
```
```
2020-04-25 06:03:24 (info): Starting Watchtower and scheduling first run: 2020-04-26 06:00:00 +0800 PST
```
```
2020-04-26 06:03:04 (info): Found multiple running watchtower instances. Cleaning up.
```
```
2020-04-26 06:03:04 (info): Stopping /fwckhKBCFVGUVknjoMDDuLMrHTlqFaiz (b8bbcc639acccea05b668ce20cd1e80b765699f957512c23ff40e4b9fb1d050e) with SIGTERM
```
```
2020-04-26 06:03:05 (info): Removing image sha256:8c18bd8d51d54f1eeac397063551ef4121d264d9456f1f36115e9f1c8be6a7bc
```
```
2020-04-26 06:03:06 (info): Starting Watchtower and scheduling first run: 2020-04-27 06:00:00 +0800 PST
```
```
2020-04-27 06:00:16 (info): Found new linuxserver/radarr:preview image (sha256:af834bdf3255d190de92ce8393aab221dc4be9e5a9d27615f7699b0ba4188585)
2020-04-27 06:00:50 (info): Found new pihole/pihole:beta-v5.0 image (sha256:22c50af329d38a102d261896820a48b0eb4a878822a8684697b77c0536b0e687)
2020-04-27 06:02:01 (info): Found new linuxserver/sonarr:preview image (sha256:e5c8ad51c9e2d72e2b251772d47b5375ddc3695911cc529185afa9b41fdbf818)
2020-04-27 06:02:17 (info): Found new linuxserver/sonarr:preview image (sha256:e5c8ad51c9e2d72e2b251772d47b5375ddc3695911cc529185afa9b41fdbf818)
2020-04-27 06:02:32 (info): Stopping /sonarr_maine (e1d1d098e0ea43a9970cf38237e7b635fb8da48f24d5e83db95b6e75bceb9907) with SIGTERM
2020-04-27 06:02:37 (info): Stopping /sonarr_alvin (0eeef0ac04190fe1d04e12c81ce27b018f7e7230e1014a1ca2e1200ce648ee05) with SIGTERM
2020-04-27 06:02:42 (info): Stopping /pihole (bd6dff0a73daa600b1ac2d0da559e763bd67b7177be7cafc78e72a4aea8a0b3b) with SIGTERM
2020-04-27 06:02:46 (info): Stopping /radarr_maine (071db17721b8689d0303b0dcdbfde8d251f02a4b76009a25e67aefe979d8cc7e) with SIGTERM
2020-04-27 06:02:52 (info): Creating /radarr_maine
2020-04-27 06:02:53 (info): Creating /pihole
2020-04-27 06:02:55 (info): Creating /sonarr_alvin
2020-04-27 06:02:57 (info): Creating /sonarr_maine
2020-04-27 06:02:58 (info): Removing image sha256:ca33ce17f3ed950baeb7e477ed4b614bca9840a9853fcaef4cafc067ff0a2673
2020-04-27 06:03:03 (info): Removing image sha256:0ca9d50cf917d2ec13b04632718fd9b025b47eb82bb46ebce588e16a4efbac1a
2020-04-27 06:03:04 (info): Removing image sha256:83273b4293de3372ad99ac317f46502ee8a3049fdc88da7f3238dd0fcb359f31
```
The missing containers are:
radarr_alvin
jackett_maine
jackett_alvin
1. Every code snippet above equals one email. If you see the 4/24 email, the two jackett and two radarr containers were updated successfully.
2. I don't understand the 4/25 and 4/26 emails. I occasionally get these but what do they mean? I was assuming it's happening when watchtower updates itself?
3. Lastly, look at the 4/27 email. There was a new image for radarr and it updated radarr_maine but for some reason radarr_alvin was not updated and listed in those email notification logs.
4. I'm also sure that on 4/27, there was an update for the jackett image because I have another system with the same watchtower and container setups and I see jackett updated there. But for some reason, jackett_alvin and jackett_maine were not listed in the email notif above.
**To Reproduce**
Steps to reproduce the behavior:
Not sure how to reproduce
**Expected behavior**
Everything gets updated without watchtower removing any containers
**Environment**
- Platform: Synology NAS DSM 6.2.2-24922 Update 4
- Architecture: Synology NAS DSM 6.2.2-24922 Update 4
- Docker version: Server 18.09.6/Client 18.09.8
**Logs from running watchtower with the `--debug` option**
I have the --debug argument on my docker-compose.yml file for watchtower but I'm not sure where to get the debug log files?
| 1.0 | Missing containers after update - **Describe the bug**
Just today I noticed that some of my containers were missing, for some reason. I have watchtower run every day at 6:00AM and send an email notification to me. I checked my emails and got these:
```
2020-04-24 06:00:27 (info): Found new pihole/pihole:beta-v5.0 image (sha256:ca5981dea458146d208796154ff5d5ce8f194d3220210238e0c2637194928a00)
2020-04-24 06:00:49 (info): Found new linuxserver/jackett:latest image (sha256:ae8e1a0ef2104ef2aba45788cfdd77323564795b788659e02f950039d1ae929e)
2020-04-24 06:01:00 (info): Found new linuxserver/jackett:latest image (sha256:ae8e1a0ef2104ef2aba45788cfdd77323564795b788659e02f950039d1ae929e)
2020-04-24 06:01:24 (info): Found new linuxserver/radarr:preview image (sha256:9d5981d2c1d825716bc396e09b5e45f322eee6c17fef461c1302a69f315b3fb0)
2020-04-24 06:01:35 (info): Found new linuxserver/radarr:preview image (sha256:9d5981d2c1d825716bc396e09b5e45f322eee6c17fef461c1302a69f315b3fb0)
2020-04-24 06:02:13 (info): Stopping /radarr_alvin (8ab42778351615ab705aae38f5f7947b9f6d115bac141ba3d637523b171b340d) with SIGTERM
2020-04-24 06:02:17 (info): Stopping /radarr_maine (93737e9111de9ac4a9bb41a7bb5ce97b27d23a76d8732c42ae4149acba1aca8f) with SIGTERM
2020-04-24 06:02:22 (info): Stopping /jackett_maine (d6a2c026a893b5eb357eb4e066742222c2fc122c54c39ef1da1420982ad6115d) with SIGTERM
2020-04-24 06:02:26 (info): Stopping /jackett_alvin (cf192de7672eaf8333fbfefd75a793ee6c5f24697208e1a8ee3506040b0803ab) with SIGTERM
2020-04-24 06:02:30 (info): Stopping /pihole (ac3da16a5fadfd0efa18a6337b2515e7d899432ec12c5c9e5aff1a1f82819b3e) with SIGTERM
2020-04-24 06:02:34 (info): Creating /pihole
2020-04-24 06:02:35 (info): Creating /jackett_alvin
2020-04-24 06:02:36 (info): Creating /jackett_maine
2020-04-24 06:02:38 (info): Creating /radarr_maine
2020-04-24 06:02:39 (info): Creating /radarr_alvin
2020-04-24 06:02:40 (info): Removing image sha256:60fd4c041bed9792332ab0ed092ca190b80be9700ab0301972ee81567e190eda
2020-04-24 06:02:42 (info): Removing image sha256:edddbac86fa6acae0a5943037a0e084fc7f70f35f6acde63de66c0f8e02af7f2
2020-04-24 06:02:42 (info): Removing image sha256:0257e37ef47fb3b90a52d1e5ccc0c60de19c38f83fe6f76bc554a22dac124ca9
```
```
2020-04-25 06:03:23 (info): Found multiple running watchtower instances. Cleaning up.
```
```
2020-04-25 06:03:23 (info): Stopping /jsJAjyBxACnKTciCyGDPStOAvusyjrAf (ac00e3ddf2850668023caf44d5a49bb2d1f9589ef7ebc8772955944ff382bd01) with SIGTERM
```
```
2020-04-25 06:03:24 (info): Removing image sha256:b6acffd47b8f6846249e984144d0c578f1f4f86a24d56bd9c96fb74d3aa42204
```
```
2020-04-25 06:03:24 (info): Starting Watchtower and scheduling first run: 2020-04-26 06:00:00 +0800 PST
```
```
2020-04-26 06:03:04 (info): Found multiple running watchtower instances. Cleaning up.
```
```
2020-04-26 06:03:04 (info): Stopping /fwckhKBCFVGUVknjoMDDuLMrHTlqFaiz (b8bbcc639acccea05b668ce20cd1e80b765699f957512c23ff40e4b9fb1d050e) with SIGTERM
```
```
2020-04-26 06:03:05 (info): Removing image sha256:8c18bd8d51d54f1eeac397063551ef4121d264d9456f1f36115e9f1c8be6a7bc
```
```
2020-04-26 06:03:06 (info): Starting Watchtower and scheduling first run: 2020-04-27 06:00:00 +0800 PST
```
```
2020-04-27 06:00:16 (info): Found new linuxserver/radarr:preview image (sha256:af834bdf3255d190de92ce8393aab221dc4be9e5a9d27615f7699b0ba4188585)
2020-04-27 06:00:50 (info): Found new pihole/pihole:beta-v5.0 image (sha256:22c50af329d38a102d261896820a48b0eb4a878822a8684697b77c0536b0e687)
2020-04-27 06:02:01 (info): Found new linuxserver/sonarr:preview image (sha256:e5c8ad51c9e2d72e2b251772d47b5375ddc3695911cc529185afa9b41fdbf818)
2020-04-27 06:02:17 (info): Found new linuxserver/sonarr:preview image (sha256:e5c8ad51c9e2d72e2b251772d47b5375ddc3695911cc529185afa9b41fdbf818)
2020-04-27 06:02:32 (info): Stopping /sonarr_maine (e1d1d098e0ea43a9970cf38237e7b635fb8da48f24d5e83db95b6e75bceb9907) with SIGTERM
2020-04-27 06:02:37 (info): Stopping /sonarr_alvin (0eeef0ac04190fe1d04e12c81ce27b018f7e7230e1014a1ca2e1200ce648ee05) with SIGTERM
2020-04-27 06:02:42 (info): Stopping /pihole (bd6dff0a73daa600b1ac2d0da559e763bd67b7177be7cafc78e72a4aea8a0b3b) with SIGTERM
2020-04-27 06:02:46 (info): Stopping /radarr_maine (071db17721b8689d0303b0dcdbfde8d251f02a4b76009a25e67aefe979d8cc7e) with SIGTERM
2020-04-27 06:02:52 (info): Creating /radarr_maine
2020-04-27 06:02:53 (info): Creating /pihole
2020-04-27 06:02:55 (info): Creating /sonarr_alvin
2020-04-27 06:02:57 (info): Creating /sonarr_maine
2020-04-27 06:02:58 (info): Removing image sha256:ca33ce17f3ed950baeb7e477ed4b614bca9840a9853fcaef4cafc067ff0a2673
2020-04-27 06:03:03 (info): Removing image sha256:0ca9d50cf917d2ec13b04632718fd9b025b47eb82bb46ebce588e16a4efbac1a
2020-04-27 06:03:04 (info): Removing image sha256:83273b4293de3372ad99ac317f46502ee8a3049fdc88da7f3238dd0fcb359f31
```
The missing containers are:
radarr_alvin
jackett_maine
jackett_alvin
1. Every code snippet above equals one email. If you see the 4/24 email, the two jackett and two radarr containers were updated successfully.
2. I don't understand the 4/25 and 4/26 emails. I occasionally get these but what do they mean? I was assuming it's happening when watchtower updates itself?
3. Lastly, look at the 4/27 email. There was a new image for radarr and it updated radarr_maine but for some reason radarr_alvin was not updated and listed in those email notification logs.
4. I'm also sure that on 4/27, there was an update for the jackett image because I have another system with the same watchtower and container setups and I see jackett updated there. But for some reason, jackett_alvin and jackett_maine were not listed in the email notif above.
**To Reproduce**
Steps to reproduce the behavior:
Not sure how to reproduce
**Expected behavior**
Everything gets updated without watchtower removing any containers
**Environment**
- Platform: Synology NAS DSM 6.2.2-24922 Update 4
- Architecture: Synology NAS DSM 6.2.2-24922 Update 4
- Docker version: Server 18.09.6/Client 18.09.8
**Logs from running watchtower with the `--debug` option**
I have the --debug argument on my docker-compose.yml file for watchtower but I'm not sure where to get the debug log files?
| priority | missing containers after update describe the bug just today i noticed that some of my containers were missing for some reason i have watchtower run every day at and send an email notification to me i checked my emails and got these info found new pihole pihole beta image info found new linuxserver jackett latest image info found new linuxserver jackett latest image info found new linuxserver radarr preview image info found new linuxserver radarr preview image info stopping radarr alvin with sigterm info stopping radarr maine with sigterm info stopping jackett maine with sigterm info stopping jackett alvin with sigterm info stopping pihole with sigterm info creating pihole info creating jackett alvin info creating jackett maine info creating radarr maine info creating radarr alvin info removing image info removing image info removing image info found multiple running watchtower instances cleaning up info stopping jsjajybxacnktcicygdpstoavusyjraf with sigterm info removing image info starting watchtower and scheduling first run pst info found multiple running watchtower instances cleaning up info stopping fwckhkbcfvguvknjomddulmrhtlqfaiz with sigterm info removing image info starting watchtower and scheduling first run pst info found new linuxserver radarr preview image info found new pihole pihole beta image info found new linuxserver sonarr preview image info found new linuxserver sonarr preview image info stopping sonarr maine with sigterm info stopping sonarr alvin with sigterm info stopping pihole with sigterm info stopping radarr maine with sigterm info creating radarr maine info creating pihole info creating sonarr alvin info creating sonarr maine info removing image info removing image info removing image the missing containers are radarr alvin jackett maine jackett alvin every code snippet above equals one email if you see the email the two jackett and two radarr containers were updated successfully i don t understand the and emails i occasionally get these but what do they mean i was assuming it s happening when watchtower updates itself lastly look at the email there was a new image for radarr and it updated radarr maine but for some reason radarr alvin was not updated and listed in those email notification logs i m also sure that on there was an update for the jackett image because i have another system with the same watchtower and container setups and i see jackett updated there but for some reason jackett alvin and jackett maine were not listed in the email notif above to reproduce steps to reproduce the behavior not sure how to reproduce expected behavior everything gets updated without watchtower removing any containers environment platform synology nas dsm update architecture synology nas dsm update docker version server client logs from running watchtower with the debug option i have the debug argument on my docker compose yml file for watchtower but i m not sure where to get the debug log files | 1 |
512,184 | 14,889,529,311 | IssuesEvent | 2021-01-20 21:34:30 | hochschule-darmstadt-UAS/ddk-artbrowser | https://api.github.com/repos/hochschule-darmstadt-UAS/ddk-artbrowser | opened | More section should not be displayed without content | bug frontend medium priority | **Describe the bug**
'More' button is shown but collapse has no content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://cai-ddk-art-browser.fbi.h-da.de/artist/artist-Maria-Geldern--Herzogin
2. Click on 'More'
3. See no content / error
**Expected behavior**
'More' button should not be displayed.
| 1.0 | More section should not be displayed without content - **Describe the bug**
'More' button is shown but collapse has no content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://cai-ddk-art-browser.fbi.h-da.de/artist/artist-Maria-Geldern--Herzogin
2. Click on 'More'
3. See no content / error
**Expected behavior**
'More' button should not be displayed.
| priority | more section should not be displayed without content describe the bug more button is shown but collapse has no content to reproduce steps to reproduce the behavior go to click on more see no content error expected behavior more button should not be displayed | 1 |
797,843 | 28,181,590,305 | IssuesEvent | 2023-04-04 03:13:24 | masastack/MASA.Scheduler | https://api.github.com/repos/masastack/MASA.Scheduler | closed | Open the alarm Job, click Edit, enter the Edit Job window, and open the New alarm window | type/bug status/resolved severity/medium site/staging priority/p2 | 开启告警的Job,点击编辑,进入编辑Job弹窗,又打开了新建告警弹窗


| 1.0 | Open the alarm Job, click Edit, enter the Edit Job window, and open the New alarm window - 开启告警的Job,点击编辑,进入编辑Job弹窗,又打开了新建告警弹窗


| priority | open the alarm job click edit enter the edit job window and open the new alarm window 开启告警的job,点击编辑,进入编辑job弹窗,又打开了新建告警弹窗 | 1 |
261,535 | 8,237,075,981 | IssuesEvent | 2018-09-10 00:07:55 | Wenzel/r2vmi | https://api.github.com/repos/Wenzel/r2vmi | opened | Set breakpoint on unmapped page | Priority: Medium | LibVMI only allows to set a memory access event on an already mapped page, since it needs access to the page frame | 1.0 | Set breakpoint on unmapped page - LibVMI only allows to set a memory access event on an already mapped page, since it needs access to the page frame | priority | set breakpoint on unmapped page libvmi only allows to set a memory access event on an already mapped page since it needs access to the page frame | 1 |
590,626 | 17,782,960,923 | IssuesEvent | 2021-08-31 07:41:40 | teamforus/general | https://api.github.com/repos/teamforus/general | closed | Geertruidenberg footer has WCAG mistakes | Priority: Must have Urgency: Medium Client: Geertruidenberg | Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
-
### Change description

wcag.nl/quickscan/aNoyLjxtMkYkdxiMvR4K | 1.0 | Geertruidenberg footer has WCAG mistakes - Learn more about change requests here: https://bit.ly/39CWeEE
### Requested by:
-
### Change description

wcag.nl/quickscan/aNoyLjxtMkYkdxiMvR4K | priority | geertruidenberg footer has wcag mistakes learn more about change requests here requested by change description wcag nl quickscan | 1 |
57,680 | 3,083,255,026 | IssuesEvent | 2015-08-24 07:38:44 | magro/memcached-session-manager | https://api.github.com/repos/magro/memcached-session-manager | opened | NullPointerException On Memcached Session Manager Configurations | bug imported Priority-Medium | _From [shahinur...@gmail.com](https://code.google.com/u/117603931713862426778/) on May 26, 2014 04:44:39_
Environment and configurations using here. Just for the information the application works for "JavaSerialization"
Application Using: Java, Tomcat 7.0.42, JSF 2.2.2,Spring 3.2.3
OS : Windows 7.
Memcache : memcached-win64-1.4.4-14
Libs in tomcat : spymemcached-2.10.6.jar, reflectasm-1.03.jar, msm-kryo-serializer-1.8.1.jar, memcached-session-manager-tc7-1.8.1.jar, memcached-session-manager-1.8.1.jar, asm-3.2.jar, minlog-1.2.jar, kryo-1.04.jar, kryo-serializers-0.11.jar
Maven conf:
<dependency>
<groupId>de.javakaffee.msm</groupId>
<artifactId>msm-kryo-serializer</artifactId>
<version>1.8.1</version>
</dependency>
context.xml in tomcat:
<Manager className="de.javakaffee.web.msm.MemcachedBackupSessionManager"
memcachedNodes="127.0.0.1:11211"
sticky="false"
sessionBackupAsync="false"
lockingMode="auto"
requestUriIgnorePattern= ".*\.(png|gif|jpg|css|js)$"
memcachedProtocol="binary"copyCollectionsForSerialization="true"
transcoderFactoryClass="de.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory"
customConverter="de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration"/>
StackTrace:
May 25, 2014 9:34:05 PM de.javakaffee.web.msm.BackupSessionService backupSession
INFO: Could not store session B65472C2CF0928E3FA1ECD97F7B8D438 in memcached.
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at de.javakaffee.web.msm.BackupSessionService$SynchronousExecutorService.submit(BackupSessionService.java:348)
at de.javakaffee.web.msm.BackupSessionService.backupSession(BackupSessionService.java:205)
at de.javakaffee.web.msm.MemcachedSessionService.backupSession(MemcachedSessionService.java:1040)
at de.javakaffee.web.msm.RequestTrackingHostValve.backupSession(RequestTrackingHostValve.java:230)
at de.javakaffee.web.msm.RequestTrackingHostValve.invoke(RequestTrackingHostValve.java:159)
at de.javakaffee.web.msm.RequestTrackingHostValve.invoke(RequestTrackingHostValve.java:124)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
at com.esotericsoftware.kryo.serialize.FieldSerializer.rebuildCachedFields(FieldSerializer.java:61)
at com.esotericsoftware.kryo.serialize.FieldSerializer.<init>(FieldSerializer.java:48)
at com.esotericsoftware.kryo.serialize.ReferenceFieldSerializer.<init>(ReferenceFieldSerializer.java:26)
at de.javakaffee.web.msm.serializer.kryo.ReferenceFieldSerializerFactory.newDefaultSerializer(ReferenceFieldSerializerFactory.java:34)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.newDefaultSerializer(KryoTranscoder.java:198)
at com.esotericsoftware.kryo.Kryo.newSerializer(Kryo.java:273)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.newSerializer(KryoTranscoder.java:176)
at com.esotericsoftware.kryo.Kryo.handleUnregisteredClass(Kryo.java:329)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.handleUnregisteredClass(KryoTranscoder.java:193)
at com.esotericsoftware.kryo.Kryo.getRegisteredClass(Kryo.java:305)
at com.esotericsoftware.kryo.Kryo.writeClass(Kryo.java:374)
at de.javakaffee.kryoserializers.ClassSerializer.write(ClassSerializer.java:51)
at de.javakaffee.kryoserializers.ClassSerializer.write(ClassSerializer.java:30)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.MapSerializer.writeObjectData(MapSerializer.java:104)
at de.javakaffee.kryoserializers.CopyForIterateMapSerializer.writeObjectData(CopyForIterateMapSerializer.java:56)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:87)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:45)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:87)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:45)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.MapSerializer.writeObjectData(MapSerializer.java:104)
at de.javakaffee.kryoserializers.CopyForIterateMapSerializer.writeObjectData(CopyForIterateMapSerializer.java:...
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=206_ | 1.0 | NullPointerException On Memcached Session Manager Configurations - _From [shahinur...@gmail.com](https://code.google.com/u/117603931713862426778/) on May 26, 2014 04:44:39_
Environment and configurations using here. Just for the information the application works for "JavaSerialization"
Application Using: Java, Tomcat 7.0.42, JSF 2.2.2,Spring 3.2.3
OS : Windows 7.
Memcache : memcached-win64-1.4.4-14
Libs in tomcat : spymemcached-2.10.6.jar, reflectasm-1.03.jar, msm-kryo-serializer-1.8.1.jar, memcached-session-manager-tc7-1.8.1.jar, memcached-session-manager-1.8.1.jar, asm-3.2.jar, minlog-1.2.jar, kryo-1.04.jar, kryo-serializers-0.11.jar
Maven conf:
<dependency>
<groupId>de.javakaffee.msm</groupId>
<artifactId>msm-kryo-serializer</artifactId>
<version>1.8.1</version>
</dependency>
context.xml in tomcat:
<Manager className="de.javakaffee.web.msm.MemcachedBackupSessionManager"
memcachedNodes="127.0.0.1:11211"
sticky="false"
sessionBackupAsync="false"
lockingMode="auto"
requestUriIgnorePattern= ".*\.(png|gif|jpg|css|js)$"
memcachedProtocol="binary"copyCollectionsForSerialization="true"
transcoderFactoryClass="de.javakaffee.web.msm.serializer.kryo.KryoTranscoderFactory"
customConverter="de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration"/>
StackTrace:
May 25, 2014 9:34:05 PM de.javakaffee.web.msm.BackupSessionService backupSession
INFO: Could not store session B65472C2CF0928E3FA1ECD97F7B8D438 in memcached.
java.util.concurrent.ExecutionException: java.lang.NullPointerException
at de.javakaffee.web.msm.BackupSessionService$SynchronousExecutorService.submit(BackupSessionService.java:348)
at de.javakaffee.web.msm.BackupSessionService.backupSession(BackupSessionService.java:205)
at de.javakaffee.web.msm.MemcachedSessionService.backupSession(MemcachedSessionService.java:1040)
at de.javakaffee.web.msm.RequestTrackingHostValve.backupSession(RequestTrackingHostValve.java:230)
at de.javakaffee.web.msm.RequestTrackingHostValve.invoke(RequestTrackingHostValve.java:159)
at de.javakaffee.web.msm.RequestTrackingHostValve.invoke(RequestTrackingHostValve.java:124)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
at com.esotericsoftware.kryo.serialize.FieldSerializer.rebuildCachedFields(FieldSerializer.java:61)
at com.esotericsoftware.kryo.serialize.FieldSerializer.<init>(FieldSerializer.java:48)
at com.esotericsoftware.kryo.serialize.ReferenceFieldSerializer.<init>(ReferenceFieldSerializer.java:26)
at de.javakaffee.web.msm.serializer.kryo.ReferenceFieldSerializerFactory.newDefaultSerializer(ReferenceFieldSerializerFactory.java:34)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.newDefaultSerializer(KryoTranscoder.java:198)
at com.esotericsoftware.kryo.Kryo.newSerializer(Kryo.java:273)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.newSerializer(KryoTranscoder.java:176)
at com.esotericsoftware.kryo.Kryo.handleUnregisteredClass(Kryo.java:329)
at de.javakaffee.web.msm.serializer.kryo.KryoTranscoder$1.handleUnregisteredClass(KryoTranscoder.java:193)
at com.esotericsoftware.kryo.Kryo.getRegisteredClass(Kryo.java:305)
at com.esotericsoftware.kryo.Kryo.writeClass(Kryo.java:374)
at de.javakaffee.kryoserializers.ClassSerializer.write(ClassSerializer.java:51)
at de.javakaffee.kryoserializers.ClassSerializer.write(ClassSerializer.java:30)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.MapSerializer.writeObjectData(MapSerializer.java:104)
at de.javakaffee.kryoserializers.CopyForIterateMapSerializer.writeObjectData(CopyForIterateMapSerializer.java:56)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeArray(ArraySerializer.java:123)
at com.esotericsoftware.kryo.serialize.ArraySerializer.writeObjectData(ArraySerializer.java:88)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:87)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:45)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:87)
at de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration$LRUMapSerializer.write(FacesLRUMapRegistration.java:45)
at com.esotericsoftware.kryo.serialize.SimpleSerializer.writeObjectData(SimpleSerializer.java:17)
at com.esotericsoftware.kryo.Kryo.writeClassAndObject(Kryo.java:489)
at com.esotericsoftware.kryo.serialize.MapSerializer.writeObjectData(MapSerializer.java:104)
at de.javakaffee.kryoserializers.CopyForIterateMapSerializer.writeObjectData(CopyForIterateMapSerializer.java:...
_Original issue: http://code.google.com/p/memcached-session-manager/issues/detail?id=206_ | priority | nullpointerexception on memcached session manager configurations from on may environment and configurations using here just for the information the application works for javaserialization application using java tomcat jsf spring os windows memcache memcached libs in tomcat spymemcached jar reflectasm jar msm kryo serializer jar memcached session manager jar memcached session manager jar asm jar minlog jar kryo jar kryo serializers jar maven conf de javakaffee msm msm kryo serializer context xml in tomcat manager classname de javakaffee web msm memcachedbackupsessionmanager memcachednodes sticky false sessionbackupasync false lockingmode auto requesturiignorepattern png gif jpg css js memcachedprotocol binary copycollectionsforserialization true transcoderfactoryclass de javakaffee web msm serializer kryo kryotranscoderfactory customconverter de javakaffee web msm serializer kryo faceslrumapregistration stacktrace may pm de javakaffee web msm backupsessionservice backupsession info could not store session in memcached java util concurrent executionexception java lang nullpointerexception at de javakaffee web msm backupsessionservice synchronousexecutorservice submit backupsessionservice java at de javakaffee web msm backupsessionservice backupsession backupsessionservice java at de javakaffee web msm memcachedsessionservice backupsession memcachedsessionservice java at de javakaffee web msm requesttrackinghostvalve backupsession requesttrackinghostvalve java at de javakaffee web msm requesttrackinghostvalve invoke requesttrackinghostvalve java at de javakaffee web msm requesttrackinghostvalve invoke requesttrackinghostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina valves accesslogvalve invoke accesslogvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote process java at org apache coyote abstractprotocol abstractconnectionhandler process abstractprotocol java at org apache tomcat util net jioendpoint socketprocessor run jioendpoint java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java caused by java lang nullpointerexception at com esotericsoftware kryo serialize fieldserializer rebuildcachedfields fieldserializer java at com esotericsoftware kryo serialize fieldserializer fieldserializer java at com esotericsoftware kryo serialize referencefieldserializer referencefieldserializer java at de javakaffee web msm serializer kryo referencefieldserializerfactory newdefaultserializer referencefieldserializerfactory java at de javakaffee web msm serializer kryo kryotranscoder newdefaultserializer kryotranscoder java at com esotericsoftware kryo kryo newserializer kryo java at de javakaffee web msm serializer kryo kryotranscoder newserializer kryotranscoder java at com esotericsoftware kryo kryo handleunregisteredclass kryo java at de javakaffee web msm serializer kryo kryotranscoder handleunregisteredclass kryotranscoder java at com esotericsoftware kryo kryo getregisteredclass kryo java at com esotericsoftware kryo kryo writeclass kryo java at de javakaffee kryoserializers classserializer write classserializer java at de javakaffee kryoserializers classserializer write classserializer java at com esotericsoftware kryo serialize simpleserializer writeobjectdata simpleserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize arrayserializer writearray arrayserializer java at com esotericsoftware kryo serialize arrayserializer writeobjectdata arrayserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize arrayserializer writearray arrayserializer java at com esotericsoftware kryo serialize arrayserializer writeobjectdata arrayserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize arrayserializer writearray arrayserializer java at com esotericsoftware kryo serialize arrayserializer writeobjectdata arrayserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize arrayserializer writearray arrayserializer java at com esotericsoftware kryo serialize arrayserializer writeobjectdata arrayserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize mapserializer writeobjectdata mapserializer java at de javakaffee kryoserializers copyforiteratemapserializer writeobjectdata copyforiteratemapserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize arrayserializer writearray arrayserializer java at com esotericsoftware kryo serialize arrayserializer writeobjectdata arrayserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at de javakaffee web msm serializer kryo faceslrumapregistration lrumapserializer write faceslrumapregistration java at de javakaffee web msm serializer kryo faceslrumapregistration lrumapserializer write faceslrumapregistration java at com esotericsoftware kryo serialize simpleserializer writeobjectdata simpleserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at de javakaffee web msm serializer kryo faceslrumapregistration lrumapserializer write faceslrumapregistration java at de javakaffee web msm serializer kryo faceslrumapregistration lrumapserializer write faceslrumapregistration java at com esotericsoftware kryo serialize simpleserializer writeobjectdata simpleserializer java at com esotericsoftware kryo kryo writeclassandobject kryo java at com esotericsoftware kryo serialize mapserializer writeobjectdata mapserializer java at de javakaffee kryoserializers copyforiteratemapserializer writeobjectdata copyforiteratemapserializer java original issue | 1 |
255,741 | 8,126,337,157 | IssuesEvent | 2018-08-17 01:32:48 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Would like the ability to display mixed zones as if it they were clean. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | Al Nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing. He would like an option to display all the mixed zones as if they were clean. This could lead to 2 or more materials being drawn for a zone if it had more that one material, but that would be ok with him. He would normally use the subset window to only display the material he was interested in. This isn't for pretty visualizations but for debugging his simulation.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1826
Status: Rejected
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Would like the ability to display mixed zones as if it they were clean.
Assigned to: Eric Brugger
Category:
Target version: 2.8
Author: Eric Brugger
Start: 04/28/2014
Due date:
% Done: 0
Estimated time:
Created: 04/28/2014 01:23 pm
Updated: 08/13/2014 12:20 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Al Nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing. He would like an option to display all the mixed zones as if they were clean. This could lead to 2 or more materials being drawn for a zone if it had more that one material, but that would be ok with him. He would normally use the subset window to only display the material he was interested in. This isn't for pretty visualizations but for debugging his simulation.
Comments:
To see mixed zones as whole -- I would recommend he threshold on the # of materials in a cell.Esp for debugging, I don't think we can expect Pick to make any sense if we are drawing two copies of each cell.
Can't 'simplify heavily mixed' solve this? Maybe it doesn't do what Al wants quite exactly though. But, I would thinking setting the value to '1' (for just one material) would come close to the intended effect.
This doesn't make any sense. Both Cyrus' and Mark's suggestions are good alternatives.
| 1.0 | Would like the ability to display mixed zones as if it they were clean. - Al Nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing. He would like an option to display all the mixed zones as if they were clean. This could lead to 2 or more materials being drawn for a zone if it had more that one material, but that would be ok with him. He would normally use the subset window to only display the material he was interested in. This isn't for pretty visualizations but for debugging his simulation.
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 1826
Status: Rejected
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Would like the ability to display mixed zones as if it they were clean.
Assigned to: Eric Brugger
Category:
Target version: 2.8
Author: Eric Brugger
Start: 04/28/2014
Due date:
% Done: 0
Estimated time:
Created: 04/28/2014 01:23 pm
Updated: 08/13/2014 12:20 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Al Nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing. He would like an option to display all the mixed zones as if they were clean. This could lead to 2 or more materials being drawn for a zone if it had more that one material, but that would be ok with him. He would normally use the subset window to only display the material he was interested in. This isn't for pretty visualizations but for debugging his simulation.
Comments:
To see mixed zones as whole -- I would recommend he threshold on the # of materials in a cell.Esp for debugging, I don't think we can expect Pick to make any sense if we are drawing two copies of each cell.
Can't 'simplify heavily mixed' solve this? Maybe it doesn't do what Al wants quite exactly though. But, I would thinking setting the value to '1' (for just one material) would come close to the intended effect.
This doesn't make any sense. Both Cyrus' and Mark's suggestions are good alternatives.
| priority | would like the ability to display mixed zones as if it they were clean al nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing he would like an option to display all the mixed zones as if they were clean this could lead to or more materials being drawn for a zone if it had more that one material but that would be ok with him he would normally use the subset window to only display the material he was interested in this isn t for pretty visualizations but for debugging his simulation redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status rejected project visit tracker feature priority normal subject would like the ability to display mixed zones as if it they were clean assigned to eric brugger category target version author eric brugger start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description al nichols sometimes has zones that have a small fraction of a material and it is sometimes very small or sometimes even missing he would like an option to display all the mixed zones as if they were clean this could lead to or more materials being drawn for a zone if it had more that one material but that would be ok with him he would normally use the subset window to only display the material he was interested in this isn t for pretty visualizations but for debugging his simulation comments to see mixed zones as whole i would recommend he threshold on the of materials in a cell esp for debugging i don t think we can expect pick to make any sense if we are drawing two copies of each cell can t simplify heavily mixed solve this maybe it doesn t do what al wants quite exactly though but i would thinking setting the value to for just one material would come close to the intended effect this doesn t make any sense both cyrus and mark s suggestions are good alternatives | 1 |
635,223 | 20,382,192,691 | IssuesEvent | 2022-02-22 00:01:25 | MattTheLegoman/RealmsInExile | https://api.github.com/repos/MattTheLegoman/RealmsInExile | opened | Improve the Camera Position list for the Dúnedain Courtroom | priority: medium 3D graphics | The current Camera Position list could do with some tweaking to look better for the Dúnedain Courtroom which is a little different then the vanilla court rooms.
>It's very easy!
_Quote made by Jamie_ | 1.0 | Improve the Camera Position list for the Dúnedain Courtroom - The current Camera Position list could do with some tweaking to look better for the Dúnedain Courtroom which is a little different then the vanilla court rooms.
>It's very easy!
_Quote made by Jamie_ | priority | improve the camera position list for the dúnedain courtroom the current camera position list could do with some tweaking to look better for the dúnedain courtroom which is a little different then the vanilla court rooms it s very easy quote made by jamie | 1 |
625,363 | 19,726,452,765 | IssuesEvent | 2022-01-13 20:28:55 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | sdformat messages should go through drake::log, not directly to cerr | type: bug team: manipulation priority: medium component: multibody plant | There are places where libsdformat complains into `sdferr`. Ideally it should always use an exception and/or `sdformat::Error` instead, to pass along the error to the caller instead of immediately spamming about it.
However in the meantime, we should redirect `sdf::Console` into `drake::log` so at least the messages will be uniformly formatted for our users (and not lost during Jupyter notebooks).
See https://github.com/ignitionrobotics/sdformat/issues/334#issuecomment-683985626 and https://github.com/ignitionrobotics/sdformat/issues/351 for some related thoughts. | 1.0 | sdformat messages should go through drake::log, not directly to cerr - There are places where libsdformat complains into `sdferr`. Ideally it should always use an exception and/or `sdformat::Error` instead, to pass along the error to the caller instead of immediately spamming about it.
However in the meantime, we should redirect `sdf::Console` into `drake::log` so at least the messages will be uniformly formatted for our users (and not lost during Jupyter notebooks).
See https://github.com/ignitionrobotics/sdformat/issues/334#issuecomment-683985626 and https://github.com/ignitionrobotics/sdformat/issues/351 for some related thoughts. | priority | sdformat messages should go through drake log not directly to cerr there are places where libsdformat complains into sdferr ideally it should always use an exception and or sdformat error instead to pass along the error to the caller instead of immediately spamming about it however in the meantime we should redirect sdf console into drake log so at least the messages will be uniformly formatted for our users and not lost during jupyter notebooks see and for some related thoughts | 1 |
122,993 | 4,848,201,253 | IssuesEvent | 2016-11-10 16:52:44 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | Support finer-grained direct feedthrough | priority: medium team: software core type: feature request | This is starting to cause pain in some diagrams related to the IIWA arm.
cc @sammy-tri | 1.0 | Support finer-grained direct feedthrough - This is starting to cause pain in some diagrams related to the IIWA arm.
cc @sammy-tri | priority | support finer grained direct feedthrough this is starting to cause pain in some diagrams related to the iiwa arm cc sammy tri | 1 |
533,335 | 15,588,916,336 | IssuesEvent | 2021-03-18 07:14:41 | berkut-174/webtlo | https://api.github.com/repos/berkut-174/webtlo | closed | Фильтрация по хранителю с отрицанием | medium priority | Требуется отфильтровать все раздачи, кроме тех, на которых есть определённый хранитель | 1.0 | Фильтрация по хранителю с отрицанием - Требуется отфильтровать все раздачи, кроме тех, на которых есть определённый хранитель | priority | фильтрация по хранителю с отрицанием требуется отфильтровать все раздачи кроме тех на которых есть определённый хранитель | 1 |
13,606 | 2,610,272,518 | IssuesEvent | 2015-02-26 19:27:12 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | Support for sina blogs | auto-migrated Priority-Medium Type-Enhancement | ```
What's the problem?
can't publish sina blog
What browser are you using?
chrome+linux
What version of ScribeFire are you running?
1.4.3
```
-----
Original issue reported on code.google.com by `zhangjia...@gmail.com` on 6 Jan 2011 at 2:04 | 1.0 | Support for sina blogs - ```
What's the problem?
can't publish sina blog
What browser are you using?
chrome+linux
What version of ScribeFire are you running?
1.4.3
```
-----
Original issue reported on code.google.com by `zhangjia...@gmail.com` on 6 Jan 2011 at 2:04 | priority | support for sina blogs what s the problem can t publish sina blog what browser are you using chrome linux what version of scribefire are you running original issue reported on code google com by zhangjia gmail com on jan at | 1 |
506,249 | 14,660,645,948 | IssuesEvent | 2020-12-29 00:31:34 | trustwallet/blockatlas | https://api.github.com/repos/trustwallet/blockatlas | closed | [XRP] transaction history doesn't have all transactions | Bug Priority: Medium | <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰ v
v Before smashing the submit button please review the template. v
v Don't forget to set the priority label. v
v Please also ensure that this is not a duplicate issue :) v
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
## Summary of Bug
<!-- Concisely describe the issue -->
A list of transactions for the address has transactions only for 2019 year.
Sample address: https://bithomp.com/explorer/rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd
## Expected Behavior
<!-- What the expected behavior without the issue -->
Blockatlas always should returns laters transaction.
## Steps to Reproduce
<!-- What commands in order should someone run to reproduce your problem -->
____
## More Info (for devs / optional)
##### Request details:
/v2/ripple/transactions/rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd
```
{}
```
##### Response details:
```
{
"total": 25,
"docs": [
{
"id": "D9109DB70B324F0A7F9A2F8081301BAD6A95ED23958D1AD93C4236C8B3097AAD",
"coin": 144,
"from": "rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd",
"to": "raLPjTYeGezfdb6crXZzcC8RkLBEwbBHJ5",
"fee": "12",
"date": 1565788840,
"block": 49339870,
"status": "completed",
"sequence": 0,
"type": "transfer",
"direction": "outgoing",
"memo": "18192049",
"metadata": {
"value": "972000000",
"symbol": "XRP",
"decimals": 6
}
},
{
"id": "614A2946C95E08872DEFA215439743A1FFE501014DE57403BF7E5300A78F621D",
"coin": 144,
"from": "rnWStq33sQr7Rd2VjKAdcY22u7ESffnmjq",
"to": "rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd",
"fee": "45",
"date": 1565783202,
"block": 49338380,
"status": "completed",
"sequence": 0,
"type": "transfer",
"direction": "incoming",
"memo": "",
"metadata": {
"value": "972223600",
"symbol": "XRP",
"decimals": 6
}
}
]
}
```
| 1.0 | [XRP] transaction history doesn't have all transactions - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
v ✰ Thanks for opening an issue! ✰ v
v Before smashing the submit button please review the template. v
v Don't forget to set the priority label. v
v Please also ensure that this is not a duplicate issue :) v
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -->
## Summary of Bug
<!-- Concisely describe the issue -->
A list of transactions for the address has transactions only for 2019 year.
Sample address: https://bithomp.com/explorer/rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd
## Expected Behavior
<!-- What the expected behavior without the issue -->
Blockatlas always should returns laters transaction.
## Steps to Reproduce
<!-- What commands in order should someone run to reproduce your problem -->
____
## More Info (for devs / optional)
##### Request details:
/v2/ripple/transactions/rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd
```
{}
```
##### Response details:
```
{
"total": 25,
"docs": [
{
"id": "D9109DB70B324F0A7F9A2F8081301BAD6A95ED23958D1AD93C4236C8B3097AAD",
"coin": 144,
"from": "rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd",
"to": "raLPjTYeGezfdb6crXZzcC8RkLBEwbBHJ5",
"fee": "12",
"date": 1565788840,
"block": 49339870,
"status": "completed",
"sequence": 0,
"type": "transfer",
"direction": "outgoing",
"memo": "18192049",
"metadata": {
"value": "972000000",
"symbol": "XRP",
"decimals": 6
}
},
{
"id": "614A2946C95E08872DEFA215439743A1FFE501014DE57403BF7E5300A78F621D",
"coin": 144,
"from": "rnWStq33sQr7Rd2VjKAdcY22u7ESffnmjq",
"to": "rZELDA9qJPiZFpJCykAdqaa2Bx9Ucq5Qd",
"fee": "45",
"date": 1565783202,
"block": 49338380,
"status": "completed",
"sequence": 0,
"type": "transfer",
"direction": "incoming",
"memo": "",
"metadata": {
"value": "972223600",
"symbol": "XRP",
"decimals": 6
}
}
]
}
```
| priority | transaction history doesn t have all transactions ☺ v ✰ thanks for opening an issue ✰ v v before smashing the submit button please review the template v v don t forget to set the priority label v v please also ensure that this is not a duplicate issue v ☺ summary of bug a list of transactions for the address has transactions only for year sample address expected behavior blockatlas always should returns laters transaction steps to reproduce more info for devs optional request details ripple transactions response details total docs id coin from to fee date block status completed sequence type transfer direction outgoing memo metadata value symbol xrp decimals id coin from to fee date block status completed sequence type transfer direction incoming memo metadata value symbol xrp decimals | 1 |
211,283 | 7,199,999,119 | IssuesEvent | 2018-02-05 17:35:17 | r-lib/styler | https://api.github.com/repos/r-lib/styler | closed | use styler to cache code | Complexity: High Priority: Medium Status: Postponed Type: Enhancement | Implement a style guide that can be used to cache code. Since styler is non-invasive and tries to change the code as little as possible, that is certainly more work than #340.
Related: #335
cc: @wlandau | 1.0 | use styler to cache code - Implement a style guide that can be used to cache code. Since styler is non-invasive and tries to change the code as little as possible, that is certainly more work than #340.
Related: #335
cc: @wlandau | priority | use styler to cache code implement a style guide that can be used to cache code since styler is non invasive and tries to change the code as little as possible that is certainly more work than related cc wlandau | 1 |
430,467 | 12,453,475,709 | IssuesEvent | 2020-05-27 13:54:33 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | closed | The user has to start the report again if they cancel at summary page | bug medium priority | ## Summary
As a fix in PR#1908. If the user cancels the report in the middle way and use the back arrow key to go back to the previous pages, it will force the user to fill the report again and start at the your privacy page . ---> That's good
But it is not applied for summary page. If the user cancels at summary page and use arrow key to go back, it will take the user to summary page instead of your privacy page. All of info on summary page is cleared but the submit button is enabled (At this time, the user can submit the empty report without consent). The your privacy will be appeared only if the user press Edit button first time on any page ...The user has to re-enter the info by clicking on edit button on each pages (to go back and forth )
I think it will be better to apply the same flow as the other pages to avoid the confusion. If the user cancel at summary page, it will take the user to your privacy page and the user has to start the report from there.
## Steps to reproduce
> How exactly can the bug be reproduced? Be very specific.
## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| 1.0 | The user has to start the report again if they cancel at summary page - ## Summary
As a fix in PR#1908. If the user cancels the report in the middle way and use the back arrow key to go back to the previous pages, it will force the user to fill the report again and start at the your privacy page . ---> That's good
But it is not applied for summary page. If the user cancels at summary page and use arrow key to go back, it will take the user to summary page instead of your privacy page. All of info on summary page is cleared but the submit button is enabled (At this time, the user can submit the empty report without consent). The your privacy will be appeared only if the user press Edit button first time on any page ...The user has to re-enter the info by clicking on edit button on each pages (to go back and forth )
I think it will be better to apply the same flow as the other pages to avoid the confusion. If the user cancel at summary page, it will take the user to your privacy page and the user has to start the report from there.
## Steps to reproduce
> How exactly can the bug be reproduced? Be very specific.
## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| priority | the user has to start the report again if they cancel at summary page summary as a fix in pr if the user cancels the report in the middle way and use the back arrow key to go back to the previous pages it will force the user to fill the report again and start at the your privacy page that s good but it is not applied for summary page if the user cancels at summary page and use arrow key to go back it will take the user to summary page instead of your privacy page all of info on summary page is cleared but the submit button is enabled at this time the user can submit the empty report without consent the your privacy will be appeared only if the user press edit button first time on any page the user has to re enter the info by clicking on edit button on each pages to go back and forth i think it will be better to apply the same flow as the other pages to avoid the confusion if the user cancel at summary page it will take the user to your privacy page and the user has to start the report from there steps to reproduce how exactly can the bug be reproduced be very specific unresolved questions are there any related issues you consider out of scope for this issue that could be addressed in the future | 1 |
64,630 | 3,213,585,921 | IssuesEvent | 2015-10-06 20:33:47 | iipolovinkin/JupiterBank | https://api.github.com/repos/iipolovinkin/JupiterBank | closed | JB-40 Export\Import Clients with Accounts. Use XML format. | enhancement medium priority | Test cases:
Export:
- user open page with Client info
- press link "ExportToXML"
- save file with name Client.xml
Import:
- user open page with Client info
- press link "ImportXML"
- open file with name Client.xml
todo: specify all steps.
| 1.0 | JB-40 Export\Import Clients with Accounts. Use XML format. - Test cases:
Export:
- user open page with Client info
- press link "ExportToXML"
- save file with name Client.xml
Import:
- user open page with Client info
- press link "ImportXML"
- open file with name Client.xml
todo: specify all steps.
| priority | jb export import clients with accounts use xml format test cases export user open page with client info press link exporttoxml save file with name client xml import user open page with client info press link importxml open file with name client xml todo specify all steps | 1 |
176,880 | 6,568,918,125 | IssuesEvent | 2017-09-09 00:00:33 | PlasmaPy/PlasmaPy | https://api.github.com/repos/PlasmaPy/PlasmaPy | opened | Include half-life data for all isotopes with a known half-life | Constants and physical data Priority: medium | Half-life data is presently included for only a subset of isotopes, since I wasn't able to find an easily usable database of nuclide stability. We still need to include half-life data for all nuclides with known half-lives. It would probably be helpful to include information on the uncertainty of each half-life, and information on the source of each half-life.
This is related to #104 since the half-life data would go in the HDF5 file containing isotope data. I'll assign myself to this, but would be happy to work with someone else.
If you have a good, recent table on the stability of nuclides, please post it here!
| 1.0 | Include half-life data for all isotopes with a known half-life - Half-life data is presently included for only a subset of isotopes, since I wasn't able to find an easily usable database of nuclide stability. We still need to include half-life data for all nuclides with known half-lives. It would probably be helpful to include information on the uncertainty of each half-life, and information on the source of each half-life.
This is related to #104 since the half-life data would go in the HDF5 file containing isotope data. I'll assign myself to this, but would be happy to work with someone else.
If you have a good, recent table on the stability of nuclides, please post it here!
| priority | include half life data for all isotopes with a known half life half life data is presently included for only a subset of isotopes since i wasn t able to find an easily usable database of nuclide stability we still need to include half life data for all nuclides with known half lives it would probably be helpful to include information on the uncertainty of each half life and information on the source of each half life this is related to since the half life data would go in the file containing isotope data i ll assign myself to this but would be happy to work with someone else if you have a good recent table on the stability of nuclides please post it here | 1 |
756,581 | 26,477,480,995 | IssuesEvent | 2023-01-17 12:18:12 | Tribler/py-ipv8 | https://api.github.com/repos/Tribler/py-ipv8 | closed | Use secondary mechanism to approve PRs that are approved by `Tribler/core` | priority: medium | This issue is a different approach to core problem of #1091.
To reiterate: GitHub only sees PR approvals from users with write access as "real" approvals and the security model of this repository seeks to use as little write access as possible. This leads to the situation where nobody can offer formal PR approval, even though members of `Tribler/core` should be able to offer "real" approvals.
My new proposal is to use a secondary mechanism that:
1. Listens for new approvals on a PR.
2. Checks if the approving user is a member of `Tribler/core` and separately approves the PR as well.
To make this secondary approval valid/formal/"real" we can use the @tribler-ci account, the only account that will always have write access.
~~These are potential GitHub actions we could use for this: https://github.com/marketplace/actions/auto-approve, https://github.com/marketplace/actions/approve-pull-request~~ *EDIT: This approach failed.* | 1.0 | Use secondary mechanism to approve PRs that are approved by `Tribler/core` - This issue is a different approach to core problem of #1091.
To reiterate: GitHub only sees PR approvals from users with write access as "real" approvals and the security model of this repository seeks to use as little write access as possible. This leads to the situation where nobody can offer formal PR approval, even though members of `Tribler/core` should be able to offer "real" approvals.
My new proposal is to use a secondary mechanism that:
1. Listens for new approvals on a PR.
2. Checks if the approving user is a member of `Tribler/core` and separately approves the PR as well.
To make this secondary approval valid/formal/"real" we can use the @tribler-ci account, the only account that will always have write access.
~~These are potential GitHub actions we could use for this: https://github.com/marketplace/actions/auto-approve, https://github.com/marketplace/actions/approve-pull-request~~ *EDIT: This approach failed.* | priority | use secondary mechanism to approve prs that are approved by tribler core this issue is a different approach to core problem of to reiterate github only sees pr approvals from users with write access as real approvals and the security model of this repository seeks to use as little write access as possible this leads to the situation where nobody can offer formal pr approval even though members of tribler core should be able to offer real approvals my new proposal is to use a secondary mechanism that listens for new approvals on a pr checks if the approving user is a member of tribler core and separately approves the pr as well to make this secondary approval valid formal real we can use the tribler ci account the only account that will always have write access these are potential github actions we could use for this edit this approach failed | 1 |
613,170 | 19,074,429,540 | IssuesEvent | 2021-11-27 14:05:14 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | RobotHandler (logging) is not supporting formatters | bug priority: medium | **UseCase:** see [this answer](https://stackoverflow.com/questions/50843636/using-a-python-root-logger-with-robot-framework/56627468#56627468).
When using the [RobotHandler class](https://github.com/robotframework/robotframework/blob/master/src/robot/output/pyloggingconf.py#L57) as custom handler for python's logging module, the formatters of the config wouldn't be supported.
**Fix:**
Getting the message str from log record as described [here](https://dzone.com/articles/python-custom-logging-handler-example):
```
message = self.format(record)
```
**EDIT**
While providing a fix as branch, I got a 403 (Permission to robotframework/robotframework.git denied)
Here is the patch:
[0001-apply-logging-formatter-as-stated-here-https-dzone.c.patch.zip](https://github.com/robotframework/robotframework/files/3296453/0001-apply-logging-formatter-as-stated-here-https-dzone.c.patch.zip)
| 1.0 | RobotHandler (logging) is not supporting formatters - **UseCase:** see [this answer](https://stackoverflow.com/questions/50843636/using-a-python-root-logger-with-robot-framework/56627468#56627468).
When using the [RobotHandler class](https://github.com/robotframework/robotframework/blob/master/src/robot/output/pyloggingconf.py#L57) as custom handler for python's logging module, the formatters of the config wouldn't be supported.
**Fix:**
Getting the message str from log record as described [here](https://dzone.com/articles/python-custom-logging-handler-example):
```
message = self.format(record)
```
**EDIT**
While providing a fix as branch, I got a 403 (Permission to robotframework/robotframework.git denied)
Here is the patch:
[0001-apply-logging-formatter-as-stated-here-https-dzone.c.patch.zip](https://github.com/robotframework/robotframework/files/3296453/0001-apply-logging-formatter-as-stated-here-https-dzone.c.patch.zip)
| priority | robothandler logging is not supporting formatters usecase see when using the as custom handler for python s logging module the formatters of the config wouldn t be supported fix getting the message str from log record as described message self format record edit while providing a fix as branch i got a permission to robotframework robotframework git denied here is the patch | 1 |
502,684 | 14,564,892,163 | IssuesEvent | 2020-12-17 06:11:03 | Plaxy-Technologies-Inc/YouPlanets-Bug-Report | https://api.github.com/repos/Plaxy-Technologies-Inc/YouPlanets-Bug-Report | opened | Refreshing issue | Priority: Medium | **Describe the bug**
If refreshing on Planet Question on Desktop, it will direct users to Planet Page. If refreshing any pages in planet studio on mobile, it will direct users to Planet Page.
**To Reproduce**
just try | 1.0 | Refreshing issue - **Describe the bug**
If refreshing on Planet Question on Desktop, it will direct users to Planet Page. If refreshing any pages in planet studio on mobile, it will direct users to Planet Page.
**To Reproduce**
just try | priority | refreshing issue describe the bug if refreshing on planet question on desktop it will direct users to planet page if refreshing any pages in planet studio on mobile it will direct users to planet page to reproduce just try | 1 |
667,840 | 22,503,029,410 | IssuesEvent | 2022-06-23 13:25:42 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | 3D Zoom for embedded map | Priority: Medium Accepted Internal | Now the Cesium plugin is not enable for the embedded map but, when the user enable the 3D viewer parameters, the embedded code report the heading, pitch and roll parameters, see in the image below:

The **solutions** can be:
**1_** Add a Cesium plugin for the embedded map
**2_** Remove the heading, pitch and rol parameters on the embedded code
**How to Reproduce**
- Open a map
- Click on 3D
- Click on Options > Share
- Click on Embed tab
- Enable the Advanced options
- Enable the Add center and zoom
| 1.0 | 3D Zoom for embedded map - Now the Cesium plugin is not enable for the embedded map but, when the user enable the 3D viewer parameters, the embedded code report the heading, pitch and roll parameters, see in the image below:

The **solutions** can be:
**1_** Add a Cesium plugin for the embedded map
**2_** Remove the heading, pitch and rol parameters on the embedded code
**How to Reproduce**
- Open a map
- Click on 3D
- Click on Options > Share
- Click on Embed tab
- Enable the Advanced options
- Enable the Add center and zoom
| priority | zoom for embedded map now the cesium plugin is not enable for the embedded map but when the user enable the viewer parameters the embedded code report the heading pitch and roll parameters see in the image below the solutions can be add a cesium plugin for the embedded map remove the heading pitch and rol parameters on the embedded code how to reproduce open a map click on click on options share click on embed tab enable the advanced options enable the add center and zoom | 1 |
200,587 | 7,009,349,900 | IssuesEvent | 2017-12-19 18:49:11 | minio/minio-py | https://api.github.com/repos/minio/minio-py | closed | `fput_object` on large file creates 3 unterminated processes | duplicate priority: medium | ## Summary
Uploading large file creates 3 unterminated Unix processes (in green on the following screenshot):

Those processes are destroyed when their parent dies. I use Minio in Celery task and the Celery worker is always running. Having those unterminated processes causes a huge memory leak (approximately the size of the uploaded file).
## System:
- LSB Release
```
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
```
- Kernel
```
Linux [edited] 4.10.0-42-generic #46-Ubuntu SMP Mon Dec 4 14:38:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
```
- Python
```
Python 3.5.3
minio == 3.0.0.
```
## To reproduce
Put a large file named `payload1.apk` in the same directory as the following script.
```
from minio import Minio
from minio.error import ResponseError
import time
client = Minio('localhost:9000',
access_key='mykey',
secret_key='mykey',
secure = False,
)
try:
client.make_bucket('my-bucketname')
except Exception as err:
print(err)
# Put an object 'my-objectname' with contents from 'my-filepath'
try:
client.fput_object('my-bucketname', 'payload1.apk', 'payload1.apk')
except ResponseError as err:
print(err)
time.sleep(200)
```
Execute this script and check created processes. You will see 3 extra processes. | 1.0 | `fput_object` on large file creates 3 unterminated processes - ## Summary
Uploading large file creates 3 unterminated Unix processes (in green on the following screenshot):

Those processes are destroyed when their parent dies. I use Minio in Celery task and the Celery worker is always running. Having those unterminated processes causes a huge memory leak (approximately the size of the uploaded file).
## System:
- LSB Release
```
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
```
- Kernel
```
Linux [edited] 4.10.0-42-generic #46-Ubuntu SMP Mon Dec 4 14:38:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
```
- Python
```
Python 3.5.3
minio == 3.0.0.
```
## To reproduce
Put a large file named `payload1.apk` in the same directory as the following script.
```
from minio import Minio
from minio.error import ResponseError
import time
client = Minio('localhost:9000',
access_key='mykey',
secret_key='mykey',
secure = False,
)
try:
client.make_bucket('my-bucketname')
except Exception as err:
print(err)
# Put an object 'my-objectname' with contents from 'my-filepath'
try:
client.fput_object('my-bucketname', 'payload1.apk', 'payload1.apk')
except ResponseError as err:
print(err)
time.sleep(200)
```
Execute this script and check created processes. You will see 3 extra processes. | priority | fput object on large file creates unterminated processes summary uploading large file creates unterminated unix processes in green on the following screenshot those processes are destroyed when their parent dies i use minio in celery task and the celery worker is always running having those unterminated processes causes a huge memory leak approximately the size of the uploaded file system lsb release distrib id ubuntu distrib release distrib codename zesty distrib description ubuntu kernel linux generic ubuntu smp mon dec utc gnu linux python python minio to reproduce put a large file named apk in the same directory as the following script from minio import minio from minio error import responseerror import time client minio localhost access key mykey secret key mykey secure false try client make bucket my bucketname except exception as err print err put an object my objectname with contents from my filepath try client fput object my bucketname apk apk except responseerror as err print err time sleep execute this script and check created processes you will see extra processes | 1 |
96,634 | 3,971,353,471 | IssuesEvent | 2016-05-04 11:30:33 | OCHA-DAP/hdx-ckan | https://api.github.com/repos/OCHA-DAP/hdx-ckan | closed | Resource create/update: unable to delete a file type from an existing resource | Priority-Medium | It is possible to change it, but not to remove it. | 1.0 | Resource create/update: unable to delete a file type from an existing resource - It is possible to change it, but not to remove it. | priority | resource create update unable to delete a file type from an existing resource it is possible to change it but not to remove it | 1 |
504,790 | 14,621,054,105 | IssuesEvent | 2020-12-22 20:52:29 | OpenMined/openmined | https://api.github.com/repos/OpenMined/openmined | closed | Migrate all form submissions and Firebase logic to be async/await | Good first issue :mortar_board: Priority: 3 - Medium :unamused: Severity: 3 - Medium :unamused: Status: Available :wave: Type: Improvement :chart_with_upwards_trend: | Write now, we're using a combination of async/await and promises, which is a bit strange. We should just use async/await everywhere. Do a find and replace for `.then` and `.catch` and should be able to replace all the instances accordingly. | 1.0 | Migrate all form submissions and Firebase logic to be async/await - Write now, we're using a combination of async/await and promises, which is a bit strange. We should just use async/await everywhere. Do a find and replace for `.then` and `.catch` and should be able to replace all the instances accordingly. | priority | migrate all form submissions and firebase logic to be async await write now we re using a combination of async await and promises which is a bit strange we should just use async await everywhere do a find and replace for then and catch and should be able to replace all the instances accordingly | 1 |
587,431 | 17,615,802,262 | IssuesEvent | 2021-08-18 09:32:44 | Cynnexis/tide | https://api.github.com/repos/Cynnexis/tide | opened | 🌬️ Breathing sound | type: enhancement priority: medium | **Is your feature request related to a problem? Please describe.**
During the breathing exercise, it would be nice to have a sound cue for inhaling and exhaling.
**Describe the solution you'd like**
A breathing-in and breathing-out sound can be used at the beginning of each animation.
**Describe alternatives you've considered**
Other sounds can be used, as long as they are different to tell the breathing-in and breathing-out animations apart.
**Additional context**
The sound should be copyleft and royalty-free.
| 1.0 | 🌬️ Breathing sound - **Is your feature request related to a problem? Please describe.**
During the breathing exercise, it would be nice to have a sound cue for inhaling and exhaling.
**Describe the solution you'd like**
A breathing-in and breathing-out sound can be used at the beginning of each animation.
**Describe alternatives you've considered**
Other sounds can be used, as long as they are different to tell the breathing-in and breathing-out animations apart.
**Additional context**
The sound should be copyleft and royalty-free.
| priority | 🌬️ breathing sound is your feature request related to a problem please describe during the breathing exercise it would be nice to have a sound cue for inhaling and exhaling describe the solution you d like a breathing in and breathing out sound can be used at the beginning of each animation describe alternatives you ve considered other sounds can be used as long as they are different to tell the breathing in and breathing out animations apart additional context the sound should be copyleft and royalty free | 1 |
367,690 | 10,860,825,877 | IssuesEvent | 2019-11-14 09:51:33 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | build error using logger in test case | bug priority: medium | The following trivial patch:
```
diff --git a/tests/kernel/fatal/src/main.c b/tests/kernel/fatal/src/main.c
index b6f6922c70..e71445a028 100644
--- a/tests/kernel/fatal/src/main.c
+++ b/tests/kernel/fatal/src/main.c
@@ -11,6 +11,9 @@
#include <irq_offload.h>
#include <kswap.h>
+#include <logging/log.h>
+LOG_MODULE_DECLARE(fatal);
+
#if defined(CONFIG_USERSPACE)
#include <syscall_handler.h>
#include "test_syscalls.h"
@@ -360,6 +363,7 @@ void test_fatal(void)
/*test case main entry*/
void test_main(void)
{
+ LOG_ERR("hi there");
ztest_test_suite(fatal,
ztest_unit_test(test_fatal));
ztest_run_test_suite(fatal);
```
Is expected to work, but results in a build error at link time:
```
/opt/zephyr-sdk/i586-zephyr-elf/bin/../lib/gcc/i586-zephyr-elf/8.3.0/../../../../i586-zephyr-elf/bin/ld: ../app/libapp.a(main.c.obj): in function `log_const_source_id':
/home/apboie/projects/zephyr4/zephyr/include/logging/log_core.h:388: undefined reference to `log_const_fatal'
collect2: error: ld returned 1 exit status
zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/build.make:94: recipe for target 'zephyr/app_smem_unaligned_prebuilt.elf' failed
make[2]: *** [zephyr/app_smem_unaligned_prebuilt.elf] Error 1
CMakeFiles/Makefile2:528: recipe for target 'zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/all' failed
make[1]: *** [zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
```
I reviewed the documentation at https://docs.zephyrproject.org/latest/reference/logging/index.html and I don't see what I'm missing, if this is a problem on my end.
In this scenario CONFIG_LOG and CONFIG_LOG_IMMEDIATE are enabled. I reproduced this on qemu_x86.
Just to rule out any issues with user mode, I tried this on some tests which don't enable user mode, and got the same result, it broke in the same way building tests/kernel/spinlock on qemu_x86_64. | 1.0 | build error using logger in test case - The following trivial patch:
```
diff --git a/tests/kernel/fatal/src/main.c b/tests/kernel/fatal/src/main.c
index b6f6922c70..e71445a028 100644
--- a/tests/kernel/fatal/src/main.c
+++ b/tests/kernel/fatal/src/main.c
@@ -11,6 +11,9 @@
#include <irq_offload.h>
#include <kswap.h>
+#include <logging/log.h>
+LOG_MODULE_DECLARE(fatal);
+
#if defined(CONFIG_USERSPACE)
#include <syscall_handler.h>
#include "test_syscalls.h"
@@ -360,6 +363,7 @@ void test_fatal(void)
/*test case main entry*/
void test_main(void)
{
+ LOG_ERR("hi there");
ztest_test_suite(fatal,
ztest_unit_test(test_fatal));
ztest_run_test_suite(fatal);
```
Is expected to work, but results in a build error at link time:
```
/opt/zephyr-sdk/i586-zephyr-elf/bin/../lib/gcc/i586-zephyr-elf/8.3.0/../../../../i586-zephyr-elf/bin/ld: ../app/libapp.a(main.c.obj): in function `log_const_source_id':
/home/apboie/projects/zephyr4/zephyr/include/logging/log_core.h:388: undefined reference to `log_const_fatal'
collect2: error: ld returned 1 exit status
zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/build.make:94: recipe for target 'zephyr/app_smem_unaligned_prebuilt.elf' failed
make[2]: *** [zephyr/app_smem_unaligned_prebuilt.elf] Error 1
CMakeFiles/Makefile2:528: recipe for target 'zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/all' failed
make[1]: *** [zephyr/CMakeFiles/app_smem_unaligned_prebuilt.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
```
I reviewed the documentation at https://docs.zephyrproject.org/latest/reference/logging/index.html and I don't see what I'm missing, if this is a problem on my end.
In this scenario CONFIG_LOG and CONFIG_LOG_IMMEDIATE are enabled. I reproduced this on qemu_x86.
Just to rule out any issues with user mode, I tried this on some tests which don't enable user mode, and got the same result, it broke in the same way building tests/kernel/spinlock on qemu_x86_64. | priority | build error using logger in test case the following trivial patch diff git a tests kernel fatal src main c b tests kernel fatal src main c index a tests kernel fatal src main c b tests kernel fatal src main c include include include log module declare fatal if defined config userspace include include test syscalls h void test fatal void test case main entry void test main void log err hi there ztest test suite fatal ztest unit test test fatal ztest run test suite fatal is expected to work but results in a build error at link time opt zephyr sdk zephyr elf bin lib gcc zephyr elf zephyr elf bin ld app libapp a main c obj in function log const source id home apboie projects zephyr include logging log core h undefined reference to log const fatal error ld returned exit status zephyr cmakefiles app smem unaligned prebuilt dir build make recipe for target zephyr app smem unaligned prebuilt elf failed make error cmakefiles recipe for target zephyr cmakefiles app smem unaligned prebuilt dir all failed make error makefile recipe for target all failed make error i reviewed the documentation at and i don t see what i m missing if this is a problem on my end in this scenario config log and config log immediate are enabled i reproduced this on qemu just to rule out any issues with user mode i tried this on some tests which don t enable user mode and got the same result it broke in the same way building tests kernel spinlock on qemu | 1 |
384,024 | 11,382,124,073 | IssuesEvent | 2020-01-29 00:35:29 | clearlinux/mixer-tools | https://api.github.com/repos/clearlinux/mixer-tools | closed | Provide Clear Linux version in a mix | 3rd-party enhancement medium-priority | Mixer should write a new field in the “os-release” file called BUILD_ID. It should specify the upstream Clear Linux version from which the mix is being built. If the Clear Linux version is not available, this field can be empty. Refer to "man os-release" | 1.0 | Provide Clear Linux version in a mix - Mixer should write a new field in the “os-release” file called BUILD_ID. It should specify the upstream Clear Linux version from which the mix is being built. If the Clear Linux version is not available, this field can be empty. Refer to "man os-release" | priority | provide clear linux version in a mix mixer should write a new field in the “os release” file called build id it should specify the upstream clear linux version from which the mix is being built if the clear linux version is not available this field can be empty refer to man os release | 1 |
250,150 | 7,969,367,036 | IssuesEvent | 2018-07-16 08:50:01 | btzy/circuit-sandbox | https://api.github.com/repos/btzy/circuit-sandbox | closed | Editing the circuit turns all communicators off | Priority: Medium Type: Bug | This doesn't affect the functionality of the communicator, but they are all displayed in 'off' state to the user. | 1.0 | Editing the circuit turns all communicators off - This doesn't affect the functionality of the communicator, but they are all displayed in 'off' state to the user. | priority | editing the circuit turns all communicators off this doesn t affect the functionality of the communicator but they are all displayed in off state to the user | 1 |
620,416 | 19,562,057,035 | IssuesEvent | 2022-01-03 17:34:36 | bounswe/2021SpringGroup9 | https://api.github.com/repos/bounswe/2021SpringGroup9 | closed | Implement Reporting functionality | priority: critical difficulty: medium backend postory | ### Task:
Implement the report user/story functionality.
### Type of task (new feature, writing tests, refactoring):
New feature
### Standards and rules to follow:
Follow Django's rules.
### Expected result:
An email is sent to admin email address when a user reports another user or a story. The email should contain the admin website url for admin to handle the reports.
### Additional notes:
**Deadline: 01.01.2022**
| 1.0 | Implement Reporting functionality - ### Task:
Implement the report user/story functionality.
### Type of task (new feature, writing tests, refactoring):
New feature
### Standards and rules to follow:
Follow Django's rules.
### Expected result:
An email is sent to admin email address when a user reports another user or a story. The email should contain the admin website url for admin to handle the reports.
### Additional notes:
**Deadline: 01.01.2022**
| priority | implement reporting functionality task implement the report user story functionality type of task new feature writing tests refactoring new feature standards and rules to follow follow django s rules expected result an email is sent to admin email address when a user reports another user or a story the email should contain the admin website url for admin to handle the reports additional notes deadline | 1 |
440,319 | 12,697,776,207 | IssuesEvent | 2020-06-22 12:24:38 | ooni/ooni.org | https://api.github.com/repos/ooni/ooni.org | closed | Document as issues the next steps for OONI Run improvement work | priority/medium project management | This involves taking the output of the OONI Run user research and opening issues for them. | 1.0 | Document as issues the next steps for OONI Run improvement work - This involves taking the output of the OONI Run user research and opening issues for them. | priority | document as issues the next steps for ooni run improvement work this involves taking the output of the ooni run user research and opening issues for them | 1 |
701,423 | 24,097,684,724 | IssuesEvent | 2022-09-19 20:22:42 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | ycql: fix CppCassandraDriverTest.TestCreateUniqueIndexFails | kind/bug priority/medium area/ycql | Jira Link: [DB-2217](https://yugabyte.atlassian.net/browse/DB-2217)
`CppCassandraDriverTest.TestCreateUniqueIndexFails` C++ test sometimes fails `ASSERT_TRUE(res.status().IsNotFound())`. It seems to be because it is sometimes `TimedOut`. Investigate why, and fix. | 1.0 | ycql: fix CppCassandraDriverTest.TestCreateUniqueIndexFails - Jira Link: [DB-2217](https://yugabyte.atlassian.net/browse/DB-2217)
`CppCassandraDriverTest.TestCreateUniqueIndexFails` C++ test sometimes fails `ASSERT_TRUE(res.status().IsNotFound())`. It seems to be because it is sometimes `TimedOut`. Investigate why, and fix. | priority | ycql fix cppcassandradrivertest testcreateuniqueindexfails jira link cppcassandradrivertest testcreateuniqueindexfails c test sometimes fails assert true res status isnotfound it seems to be because it is sometimes timedout investigate why and fix | 1 |
250,477 | 7,977,677,916 | IssuesEvent | 2018-07-17 15:57:16 | Belthazor2008/jappstart | https://api.github.com/repos/Belthazor2008/jappstart | closed | Move to Spring 3.1 and Spring Security 3.1 | Priority-High Priority-Medium Type-Enhancement auto-migrated duplicate enhancement | ```
Move to Spring 3.1 and Spring Security 3.1. There are a number of beneficial
features in the 3.1 versions that could be taken advantage of.
```
Original issue reported on code.google.com by `tlees...@gmail.com` on 1 Jun 2011 at 4:24
| 2.0 | Move to Spring 3.1 and Spring Security 3.1 - ```
Move to Spring 3.1 and Spring Security 3.1. There are a number of beneficial
features in the 3.1 versions that could be taken advantage of.
```
Original issue reported on code.google.com by `tlees...@gmail.com` on 1 Jun 2011 at 4:24
| priority | move to spring and spring security move to spring and spring security there are a number of beneficial features in the versions that could be taken advantage of original issue reported on code google com by tlees gmail com on jun at | 1 |
267,699 | 8,391,852,754 | IssuesEvent | 2018-10-09 15:58:57 | AGROFIMS/hagrofims | https://api.github.com/repos/AGROFIMS/hagrofims | opened | Add x to close an experimental conditions module tab | enhancement experimental conditions medium priority | Add a x to close an experimental condition module tab | 1.0 | Add x to close an experimental conditions module tab - Add a x to close an experimental condition module tab | priority | add x to close an experimental conditions module tab add a x to close an experimental condition module tab | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.