After some more investigation I found that all docs in my solr index with
"search.resourcetype:2"
are also
"discoverable:false"

I take it that those are the docs corresponding to dspace items.

What determines an item’s “discoverable” setting ?

We have a mix of openly accessible and restricted content and want all metadata 
indexed. We may want to turn off full text indexing completely.  We definitely 
want to exclude documents in a particular community from full text indexing or 
at least we want to make sure that the information from full text indexing is 
only shown to site visitors with the right credentials;
Is /dspace/bin/dspace index-discovery the way to go ?
Can its remove option be applied to communities / collections ?
Does that make the enclosed collections and  items invisible to all site 
visitors - including the admin user  ?

Is it true that the database browse indexes become obsolete when using 
discovery/solr ?

Some of the answers may be in the documentation - please point me there if I 
did overlook them


Monika


________________
Monika Mevenkamp
phone: 609-258-4161
693 Alexander Road, Princeton University, Princeton, NJ 08544


On Jan 12, 2015, at 12:20 PM, Monika C. Mevenkamp 
<moni...@princeton.edu<mailto:moni...@princeton.edu>> wrote:


I upgraded to 4.0 (from 1.8), ran dspace index-discovery, can see lots of docs 
in the solar admin ui.

Running a query

/solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1&wt=javabin&version=2

gives a couple results, yet when I click on browse I get ‘No Entries in Index’ 
in the JSPUI.

The log below suggests otherwise as well.

What might be going wrong ?

Monika



2015-01-12 12:10:08,327 DEBUG org.dspace.app.webui.servlet.DSpaceServlet @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:http_request:--
 URL Was\colon; http\colon;//localhost\colon;8080/jspui/browse?type=dateissued
-- Method\colon; GET
-- Parameters were\colon;
-- type\colon; "dateissued"

2015-01-12 12:10:08,331 INFO  
org.dspace.app.webui.servlet.AbstractBrowserServlet @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:browse:type=dateissued,order=DESC,value=null,month=null,year=null,starts_with=null,vfocus=null,focus=-1,rpp=20,sort_by=2,community=n/a,collection=n/a,level=0,etal=-1
2015-01-12 12:10:08,335 DEBUG org.dspace.browse.BrowseEngine @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:browse:
2015-01-12 12:10:08,335 INFO  org.dspace.browse.BrowseEngine @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:browse_by_item:
2015-01-12 12:10:08,335 DEBUG org.dspace.browse.BrowseEngine @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:get_total_results:distinct=false
2015-01-12 12:10:08,342 DEBUG org.dspace.discovery.SolrServiceImpl @ Solr URL: 
http://localhost:8080/solr/search
2015-01-12 12:10:08,469 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection request: 
[route: {}->http://localhost:8080][total kept alive: 0; route allocated: 0 of 
32; total allocated: 0 of 128]
2015-01-12 12:10:08,484 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection leased: 
[id: 0][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 
1 of 32; total allocated: 1 of 128]
2015-01-12 12:10:08,485 DEBUG 
org.apache.http.impl.conn.DefaultClientConnectionOperator @ Connecting to 
localhost:8080
2015-01-12 12:10:08,511 DEBUG org.apache.http.client.protocol.RequestAddCookies 
@ CookieSpec selected: best-match
2015-01-12 12:10:08,528 DEBUG org.apache.http.client.protocol.RequestAuthCache 
@ Auth cache not set in the context
2015-01-12 12:10:08,528 DEBUG 
org.apache.http.client.protocol.RequestTargetAuthentication @ Target auth 
state: UNCHALLENGED
2015-01-12 12:10:08,529 DEBUG 
org.apache.http.client.protocol.RequestProxyAuthentication @ Proxy auth state: 
UNCHALLENGED
2015-01-12 12:10:08,529 DEBUG 
org.apache.http.impl.client.SystemDefaultHttpClient @ Attempt 1 to execute 
request
2015-01-12 12:10:08,529 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Sending request: GET 
/solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1&wt=javabin&version=2
 HTTP/1.1
2015-01-12 12:10:08,529 DEBUG org.apache.http.wire @ >> "GET 
/solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1&wt=javabin&version=2
 HTTP/1.1[\r][\n]"
2015-01-12 12:10:08,530 DEBUG org.apache.http.wire @ >> "User-Agent: 
Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0[\r][\n]"
2015-01-12 12:10:08,530 DEBUG org.apache.http.wire @ >> "Host: 
localhost:8080[\r][\n]"
2015-01-12 12:10:08,530 DEBUG org.apache.http.wire @ >> "Connection: 
Keep-Alive[\r][\n]"
2015-01-12 12:10:08,531 DEBUG org.apache.http.wire @ >> "[\r][\n]"
2015-01-12 12:10:08,531 DEBUG org.apache.http.headers @ >> GET 
/solr/search/select?q=search.resourcetype%3A2+AND+search.resourceid%3A1&wt=javabin&version=2
 HTTP/1.1
2015-01-12 12:10:08,531 DEBUG org.apache.http.headers @ >> User-Agent: 
Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0
2015-01-12 12:10:08,531 DEBUG org.apache.http.headers @ >> Host: localhost:8080
2015-01-12 12:10:08,531 DEBUG org.apache.http.headers @ >> Connection: 
Keep-Alive
2015-01-12 12:10:08,580 DEBUG org.apache.http.wire @ << "HTTP/1.1 200 
OK[\r][\n]"
2015-01-12 12:10:08,582 DEBUG org.apache.http.wire @ << "Server: 
Apache-Coyote/1.1[\r][\n]"
2015-01-12 12:10:08,582 DEBUG org.apache.http.wire @ << "Content-Type: 
application/octet-stream[\r][\n]"
2015-01-12 12:10:08,582 DEBUG org.apache.http.wire @ << "Content-Length: 
7493[\r][\n]"
2015-01-12 12:10:08,582 DEBUG org.apache.http.wire @ << "Date: Mon, 12 Jan 2015 
17:10:08 GMT[\r][\n]"
2015-01-12 12:10:08,582 DEBUG org.apache.http.wire @ << "[\r][\n]"
2015-01-12 12:10:08,583 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Receiving response: HTTP/1.1 200 OK
2015-01-12 12:10:08,584 DEBUG org.apache.http.headers @ << HTTP/1.1 200 OK
2015-01-12 12:10:08,584 DEBUG org.apache.http.headers @ << Server: 
Apache-Coyote/1.1
2015-01-12 12:10:08,584 DEBUG org.apache.http.headers @ << Content-Type: 
application/octet-stream
2015-01-12 12:10:08,584 DEBUG org.apache.http.headers @ << Content-Length: 7493
2015-01-12 12:10:08,584 DEBUG org.apache.http.headers @ << Date: Mon, 12 Jan 
2015 17:10:08 GMT
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << 
"[0x2][0xa2][0xe0].responseHeader[0xa3][0xe0]&status[0x6][0x0][0x0][0x0][0x0][0xe0]%QTimeK[0xe0]&params[0xa3][0xe0]!q?[0xe]search.resourcetype:2
 AND 
search.resourceid:1[0xe0]"wt'javabin[0xe0]'version!2[0xe0](response[0xc][0x83]a`[0x0][0x81][0xb][0xbf]6[0xe0],dc.title_mlt[0x81]?[0x1a]DEVL
 Engineering solutions for a carbon-constrained world[0xe0]&author[0x82],Celia, 
M. A.1Nordbotten, J. M.[0xe0].author_keyword[0x82],Celia, M. A.1Nordbotten, J. 
M.[0xe0];dc.contributor.author.en_US[0x82],Celia, M. A.1Nordbotten, J. 
M.[0xe0].dc.subject_mlt[0x82]&wedges#CCS[0xe0]1dc.date.issued_dt[0x9][0x0][0x0][0x1]%([0xa3],[0x0][0xe0]&handle488435/dsp012z10wq21r[0xe0]/dc.language.iso[0x81]%en_US[0xe0];pu.projectgrantnumber.en_US[0x81]'1552110[0xe0]/search.uniqueid#2-1[0xe0]5dc.contributor.author[0x82],Celia,
 M. A.1Nordbotten, J. 
M.[0xe0]'subject[0x82]&wedges#CCS[0xe0]/subject_keyword[0x84]&wedges&wedges#CCS#CCS[0xe0]1search.resourceidA[0xe0]0bi_4_dis_partial[0x82]#CCS&wedges[0xe0]0bi_2_dis_partial[0x82],Celia,
 M. A.1Nordbotten, J. M.[0xe0]/bi_2_dis_filter[0x82]=celia, m. a.[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "Celia, M. 
A.?[0x8]nordbotten, j. m.[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "Nordbotten, J. 
M.[0xe0].bi_sort_3_sort42009-11-25T16:50:00Z[0xe0])withdrawn%false[0xe0]4dc.date.issued.en_US[0x81]*2009-11-25[0xe0]*subject_ac[0x82]1wedges[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "wedges+ccs[\n]"
2015-01-12 12:10:08,595 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << 
"CCS[0xe0]7dc.description.abstract[0x81]?[0x82][0x7]Realistic solutions to 
reduce or reverse the relentless increase in atmospheric CO2 concentrations 
will require enormous efforts, new approaches to energy systems, and new 
technologies.  While a variety of existing technologies can contribute 
substantially to large-scale solutions, none can solve the problem on its own.  
An important technology associated with carbon-free electricity from fossil 
fuels is Carbon Capture and Storage, or CCS.  While no new technologies are 
required to implement this concept, regulatory, economic, and technical risk 
assessment developments are required for large-scale implementation. New 
analysis tools are being developed to address these broad issues associated 
with CCS.  These broad requirements associated with CCS highlight the 
multi-disciplinary nature of the carbon problem and provide opportunities for 
new approaches in both the engineering professions and in engineering 
education.[0xe0]5dc.language.iso.en_US[0x81]%en_US[0xe0]-dateIssued_ac[0x82]92009-11-25[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << 
"2009-11-25$2009[0xe0]'dc.type[0x81]'Article[0xe0]3search.resourcetypeB[0xe0]5bi_4_dis_value_filter[0x82]#CCS&wedges[0xe0]3dc.date.accessioned[0x82]42009-11-25T16:50:00Z42009-12-07T22:31:16Z[0xe0]1dc.date.available[0x82]42009-11-25T16:50:00Z42009-12-07T22:31:16Z[0xe0]-author_filter[0x82]=celia,
 m. a.[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "Celia, M. 
A.?[0x8]nordbotten, j. m.[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "Nordbotten, J. 
M.[0xe0].bi_sort_1_sort?[0x1a]devl engineering solutions for a 
carbon-constrained 
world[0xe0]6dc.date.accessioned_dt[0x9][0x0][0x0][0x1]%,?[0xda][0xc0][0xe0]$read[0x81]"g0[0xe0]0dc.subject.en_US[0x82]&wedges#CCS[0xe0]*dc.subject[0x82]&wedges#CCS[0xe0]9dc.contributor.author_mlt[0x82],Celia,
 M. A.1Nordbotten, J. M.[0xe0]8dc.contributor.author_hl[0x82],Celia, M. 
A.1Nordbotten, J. 
M.[0xe0].dc.date.issued[0x81]*2009-11-25[0xe0]5dc.date.issued_stored[0x81]?[0x10]2009-11-25[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,596 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << 
"en_US[0xe0]/dc.title_stored[0x81]??DEVL Engineering solutions for a 
carbon-constrained world[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << 
"en_US[0xe0](title_ac[0x81]?Xdevl engineering solutions for a 
carbon-constrained world[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "DEVL Engineering 
solutions for a carbon-constrained 
world[0xe0]-location.coll[0x81]!1[0xe0]2dateIssued_keyword[0x82]*2009-11-25$2009[0xe0]7dc.identifier.uri.en_US[0x81]?[0x14]http://arks.princeton.edu/ark:/88435/dsp012z10wq21r[0xe0]4subject_tax_0_filter[0x82]1wedges[\n]<http://arks.princeton.edu/ark:/88435/dsp012z10wq21r[0xe0]4subject_tax_0_filter[0x82]1wedges[/n]>"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "wedges+ccs[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << 
"CCS[0xe0])author_ac[0x82]=celia, m. a.[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "Celia, M. 
A.?[0x8]nordbotten, j. m.[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "Nordbotten, J. 
M.[0xe0]5dc.date.created.en_US[0x81]*2008-08-01[0xe0]4dateIssued.year_sort$2009[0xe0]-title_keyword[0x81]?[0x1a]DEVL
 Engineering solutions for a carbon-constrained 
world[0xe0]1dc.identifier.uri[0x81]?[0x14]http://arks.princeton.edu/ark:/88435/dsp012z10wq21r[0xe0]5pu.projectgrantnumber[0x81]'1552110[0xe0]7dc.date.available.en_US[0x81]42009-11-25T16:50:00Z[0xe0].subject_filter[0x82]1wedges[\n]<http://arks.princeton.edu/ark:/88435/dsp012z10wq21r[0xe0]5pu.projectgrantnumber[0x81]'1552110[0xe0]7dc.date.available.en_US[0x81]42009-11-25T16:50:00Z[0xe0].subject_filter[0x82]1wedges[/n]>"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "wedges+ccs[\n]"
2015-01-12 12:10:08,597 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << 
"CCS[0xe0]1dc.date.submitted[0x81]*2009-11-25[0xe0]/publication_grp[0x81]488435/dsp012z10wq21r[0xe0]/bi_4_dis_filter[0x82]+ccs[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "CCS1wedges[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << 
"wedges[0xe0].dc.title.en_US[0x81]?[0x1a]DEVL Engineering solutions for a 
carbon-constrained world[0xe0]+dc.title_hl[0x81]?[0x1a]DEVL Engineering 
solutions for a carbon-constrained 
world[0xe0]*dateIssued[0x81]*2009-11-25[0xe0]7SolrIndexer.lastIndexed[0x9][0x0][0x0][0x1]J[0xd0][0x8e]z0[0xe0]-location.comm[0x81]!6[0xe0]-dc.type.en_US[0x81]'Article[0xe0]-dc.title_sort?[0x1a]DEVL
 Engineering solutions for a carbon-constrained 
world[0xe0],discoverable%false[0xe0].bi_sort_2_sort42009-11-25T16:50:00Z[0xe0]5bi_2_dis_value_filter[0x82],Celia,
 M. A.1Nordbotten, J. M.[0xe0](dc.title[0x81]?[0x1a]DEVL Engineering solutions 
for a carbon-constrained 
world[0xe0]/dateIssued.year[0x81]Y}[0xe0]=dc.description.abstract.en_US[0x81]?[0x82][0x7]Realistic
 solutions to reduce or reverse the relentless increase in atmospheric CO2 
concentrations will require enormous efforts, new approaches to energy systems, 
and new technologies.  While a variety of existing technologies can contribute 
substantially to large-scale solutions, none can solve the problem on its own.  
An important technology associated with carbon-free electricity from fossil 
fuels is Carbon Capture and Storage, or CCS.  While no new technologies are 
required to implement this concept, regulatory, economic, and technical risk 
assessment developments are required for large-scale implementation. New 
analysis tools are being developed to address these broad issues associated 
with CCS.  These broad requirements associated with CCS highlight the 
multi-disciplinary nature of the carbon problem and provide opportunities for 
new approaches in both the engineering professions and in engineering 
education.[0xe0]/dc.date.created[0x81]*2008-08-01[0xe0]:dc.description.abstract_hl[0x81]?[0x82][0x7]Realistic
 solutions to reduce or reverse the relentless increase in atmospheric CO2 
concentrations will require enormous efforts, new approaches to energy systems, 
and new technologies.  While a variety of existing technologies can contribute 
substantially to large-scale solutions, none can solve the problem on its own.  
An important technology associated with carbon-free electricity from fossil 
fuels is Carbon Capture and Storage, or CCS.  While no new technologies are 
required to implement this concept, regulatory, economic, and technical risk 
assessment developments are required for large-scale implementation. New 
analysis tools are being developed to address these broad issues associated 
with CCS.  These broad requirements associated with CCS highlight the 
multi-disciplinary nature of the carbon problem and provide opportunities for 
new approaches in both the engineering professions and in engineering 
education.[0xe0]<dc.contributor.author_stored[0x82]?[0x12]Celia, M. A.[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,598 DEBUG org.apache.http.wire @ << 
"en_US?[0x17]Nordbotten, J. M.[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "null[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << "|||[\n]"
2015-01-12 12:10:08,599 DEBUG org.apache.http.wire @ << 
"en_US[0xe0]7dc.date.submitted.en_US[0x81]*2009-11-25[0xe0](location[0x82]"m6"l1[0xe0]%title[0x81]?[0x1a]DEVL
 Engineering solutions for a carbon-constrained 
world[0xe0]9dc.date.accessioned.en_US[0x81]42009-11-25T16:50:00Z[0xe0]2stream_source_info[0x81]?[0x9]Celia
 Nordbotten (Malaysia 
2008).pdf.txt[0xe0]3stream_content_type[0x81]*text/plain[0xe0]+stream_size[0x81]#125[0xe0]0Content-Encoding[0x81]*ISO-8859-1[0xe0]+stream_name[0x81]?[0x9]Celia
 Nordbotten (Malaysia 2008).pdf.txt[0xe0],Content-Type[0x81]>text/plain; 
charset=ISO-8859-1[0xe0](fulltext[0x81]?[0xdc][0x2]  stream_source_info Celia 
Nordbotten (Malaysia 2008).pdf.txt   stream_content_type text/plain   
stream_size 125   Content-Encoding ISO-8859-1   stream_name Celia Nordbotten 
(Malaysia 2008).pdf.txt   Content-Type text/plain; charset=ISO-8859-1        
/Users/monikam/Installations/DataSpace.assetstore/41/22/19/41221973090939359533112015695103010209
 (No such file or directory)   [0xe0]+fulltext_hl[0x81]?[0xdc][0x2]  
stream_source_info Celia Nordbotten (Malaysia 2008).pdf.txt   
stream_content_type text/plain   stream_size 125   Content-Encoding ISO-8859-1  
 stream_name Celia Nordbotten (Malaysia 2008).pdf.txt   Content-Type 
text/plain; charset=ISO-8859-1        
/Users/monikam/Installations/DataSpace.assetstore/41/22/19/41221973090939359533112015695103010209
 (No such file or directory)   
[0xe0])_version_[0x7][0x14][0xad][0x8][0xe7][0xcf][0x80][0x0][0x0]"
2015-01-12 12:10:08,603 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection [id: 
0][route: {}->http://localhost:8080] can be kept alive for 9223372036854775807 
MILLISECONDS
2015-01-12 12:10:08,603 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Connection 0.0.0.0:52905<->127.0.0.1:8080 closed
2015-01-12 12:10:08,603 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection released: 
[id: 0][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 
0 of 32; total allocated: 0 of 128]
2015-01-12 12:10:08,613 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection request: 
[route: {}->http://localhost:8080][total kept alive: 0; route allocated: 0 of 
32; total allocated: 0 of 128]
2015-01-12 12:10:08,613 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection leased: 
[id: 1][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 
1 of 32; total allocated: 1 of 128]
2015-01-12 12:10:08,613 DEBUG 
org.apache.http.impl.conn.DefaultClientConnectionOperator @ Connecting to 
localhost:8080
2015-01-12 12:10:08,619 DEBUG org.apache.http.client.protocol.RequestAddCookies 
@ CookieSpec selected: best-match
2015-01-12 12:10:08,619 DEBUG org.apache.http.client.protocol.RequestAuthCache 
@ Auth cache not set in the context
2015-01-12 12:10:08,619 DEBUG 
org.apache.http.client.protocol.RequestTargetAuthentication @ Target auth 
state: UNCHALLENGED
2015-01-12 12:10:08,619 DEBUG 
org.apache.http.client.protocol.RequestProxyAuthentication @ Proxy auth state: 
UNCHALLENGED
2015-01-12 12:10:08,619 DEBUG 
org.apache.http.impl.client.SystemDefaultHttpClient @ Attempt 1 to execute 
request
2015-01-12 12:10:08,619 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Sending request: GET 
/solr/search/select?q=*%3A*&fq=NOT%28withdrawn%3Atrue%29&fq=NOT%28discoverable%3Afalse%29&fq=search.resourcetype%3A2&fq=read%3A%28g0%29&start=0&rows=20&wt=javabin&version=2
 HTTP/1.1
2015-01-12 12:10:08,619 DEBUG org.apache.http.wire @ >> "GET 
/solr/search/select?q=*%3A*&fq=NOT%28withdrawn%3Atrue%29&fq=NOT%28discoverable%3Afalse%29&fq=search.resourcetype%3A2&fq=read%3A%28g0%29&start=0&rows=20&wt=javabin&version=2
 HTTP/1.1[\r][\n]"
2015-01-12 12:10:08,619 DEBUG org.apache.http.wire @ >> "User-Agent: 
Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0[\r][\n]"
2015-01-12 12:10:08,619 DEBUG org.apache.http.wire @ >> "Host: 
localhost:8080[\r][\n]"
2015-01-12 12:10:08,619 DEBUG org.apache.http.wire @ >> "Connection: 
Keep-Alive[\r][\n]"
2015-01-12 12:10:08,619 DEBUG org.apache.http.wire @ >> "[\r][\n]"
2015-01-12 12:10:08,619 DEBUG org.apache.http.headers @ >> GET 
/solr/search/select?q=*%3A*&fq=NOT%28withdrawn%3Atrue%29&fq=NOT%28discoverable%3Afalse%29&fq=search.resourcetype%3A2&fq=read%3A%28g0%29&start=0&rows=20&wt=javabin&version=2
 HTTP/1.1
2015-01-12 12:10:08,620 DEBUG org.apache.http.headers @ >> User-Agent: 
Solr[org.apache.solr.client.solrj.impl.HttpSolrServer] 1.0
2015-01-12 12:10:08,620 DEBUG org.apache.http.headers @ >> Host: localhost:8080
2015-01-12 12:10:08,620 DEBUG org.apache.http.headers @ >> Connection: 
Keep-Alive
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "HTTP/1.1 200 
OK[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "Server: 
Apache-Coyote/1.1[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "Content-Type: 
application/octet-stream[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "Content-Length: 
195[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "Date: Mon, 12 Jan 2015 
17:10:08 GMT[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.wire @ << "[\r][\n]"
2015-01-12 12:10:08,656 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Receiving response: HTTP/1.1 200 OK
2015-01-12 12:10:08,656 DEBUG org.apache.http.headers @ << HTTP/1.1 200 OK
2015-01-12 12:10:08,657 DEBUG org.apache.http.headers @ << Server: 
Apache-Coyote/1.1
2015-01-12 12:10:08,657 DEBUG org.apache.http.headers @ << Content-Type: 
application/octet-stream
2015-01-12 12:10:08,657 DEBUG org.apache.http.headers @ << Content-Length: 195
2015-01-12 12:10:08,657 DEBUG org.apache.http.headers @ << Date: Mon, 12 Jan 
2015 17:10:08 GMT
2015-01-12 12:10:08,657 DEBUG org.apache.http.wire @ << 
"[0x2][0xa2][0xe0].responseHeader[0xa3][0xe0]&status[0x6][0x0][0x0][0x0][0x0][0xe0]%QTimeT[0x2][0xe0]&params[0xa6][0xe0]%start!0[0xe0]!q#*:*[0xe0]"wt'javabin[0xe0]"fq[0x84]3NOT(withdrawn:true)7NOT(discoverable:false)5search.resourcetype:2)read:(g0)[0xe0]'version!2[0xe0]$rows"20[0xe0](response[0xc][0x83]``[0x0][0x80]"
2015-01-12 12:10:08,657 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection [id: 
1][route: {}->http://localhost:8080] can be kept alive for 9223372036854775807 
MILLISECONDS
2015-01-12 12:10:08,658 DEBUG org.apache.http.impl.conn.DefaultClientConnection 
@ Connection 0.0.0.0:52906<->127.0.0.1:8080 closed
2015-01-12 12:10:08,658 DEBUG 
org.apache.http.impl.conn.PoolingClientConnectionManager @ Connection released: 
[id: 1][route: {}->http://localhost:8080][total kept alive: 0; route allocated: 
0 of 32; total allocated: 0 of 128]
2015-01-12 12:10:08,659 DEBUG org.dspace.browse.BrowseEngine @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:get_total_results_return:return=0
2015-01-12 12:10:08,662 DEBUG org.dspace.app.webui.util.JSPManager @ 
anonymous:session_id=B034BADCB247333CEA51924C910AB7DF:ip_addr=0:0:0:0:0:0:0:1:view_jsp:/browse/no-results.jsp

________________
Monika Mevenkamp
phone: 609-258-4161
693 Alexander Road, Princeton University, Princeton, NJ 08544


------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
www.gigenet.com<http://www.gigenet.com>_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net<mailto:DSpace-tech@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to