Exception caught:
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at com.shop.util.LineReader.streamRead(LineReader.java:116)
at com.shop.util.LineReader.read(LineReader.java:40)
at com.shop.util.LineReader.streamRead(LineReader.java:124)
at com.shop.util.LineReader.read(LineReader.java:40)
at com.shop.util.LineReader.readLine(LineReader.java:68)
at com.catalogcity.util.http_url_connection.read_response_headers(http_url_connection.java:600)
at com.catalogcity.util.http_url_connection.internal_open_connection(http_url_connection.java:458)
at com.catalogcity.util.http_url_connection.open_connection(http_url_connection.java:399)
at com.catalogcity.util.http_url_connection.get_input_stream(http_url_connection.java:259)
at com.catalogcity.website.cc_html_fetcher.fetch(cc_html_fetcher.java:289)
at com.catalogcity.website.cc_html_fetcher.fetch(cc_html_fetcher.java:223)
at com.catalogcity.website.cc_html_fetcher.fetch(cc_html_fetcher.java:202)
at com.catalogcity.website.cc_html_fetcher.fetch(cc_html_fetcher.java:77)
at com.catalogcity.website.cc_html_fetcher$1.new_cache_object(cc_html_fetcher.java:435)
at com.catalogcity.website.cc_html_fetcher$1.new_cache_object(cc_html_fetcher.java:425)
at com.catalogcity.website.cache.cc_cache_object_base.get(cc_cache_object_base.java:168)
at com.catalogcity.website.cache.cc_cache_object_base.get(cc_cache_object_base.java:121)
at com.catalogcity.website.cc_html_fetcher.fetch(cc_html_fetcher.java:443)
at com.catalogcity.website.search.newsearch.lucene.lucene_interface.request_and_process(lucene_interface.java:432)
at com.catalogcity.website.search.newsearch.lucene.lucene_interface.(lucene_interface.java:384)
at com.catalogcity.website.search.newsearch.lucene.lucene_interface.(lucene_interface.java:57)
at com.catalogcity.website.search.newsearch.lucene.newsearch_driver_lucene.execute_search(newsearch_driver_lucene.java:31)
at com.catalogcity.website.search.cc_search_maker.make_sprod(cc_search_maker.java:331)
at com.catalogcity.website.search.cc_search_maker.(cc_search_maker.java:293)
at com.catalogcity.website.search.cc_search_maker.get(cc_search_maker.java:48)
at com.catalogcity.website.offerprods.cc_context_sprod.init_ccmos_request(cc_context_sprod.java:709)
at com.catalogcity.website.cc_ccmos_site_request.init_site_request(cc_ccmos_site_request.java:26)
at com.catalogcity.website.cc_site_base.create_site_request(cc_site_base.java:614)
at com.catalogcity.website.cc_site_base.init_request(cc_site_base.java:653)
at com.catalogcity.website.cc_request.init_site_request(cc_request.java:833)
at com.catalogcity.website.cc_request.local_execute(cc_request.java:450)
at com.catalogcity.website.cc_request.processor_execute(cc_request.java:347)
at com.catalogcity.website.cc_request.process(cc_request.java:648)
at com.catalogcity.website.servlets.cc.ccmos_service(cc.java:37)
at com.catalogcity.website.servlets.ccmos_servlet.service(ccmos_servlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
at com.catalogcity.amos_app_server.common.http_server.servlet_runner.execute(servlet_runner.java:79)
at com.catalogcity.amos_app_server.http_server.generic_servlet_resource_handler.execute(generic_servlet_resource_handler.java:41)
at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.process_request(http_socket_runner.java:706)
at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.process_command(http_socket_runner.java:562)
at com.catalogcity.amos_app_server.common.http_server.http_socket_runner.run(http_socket_runner.java:297)
at com.catalogcity.util.simple_thread_pool$thread_runner.run(simple_thread_pool.java:467)